Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 44,176 through 44,200 (of 64,519 total)
  • Author
    Search Results
  • #88232

    In reply to: How do you write this?

    gerikg
    Member

    I’m trying to see if I can create a theme via pixopoint that works for everyone. It requires you to put

    <?php require( 'xxxx/1.html' ); ?>, <?php require( 'xxxx/2.html' ); ?>, <?php require( 'xxxx/3.html' ); ?>, etc. in different locations of the bbPress theme.

    The xxxx changes with every server. Instead of finding and replacing all instances of the codes. I wanted to create another file that you can put in the path and it will fill all the xxxx.

    Does that make sense?

    #88221
    chrishajer
    Participant

    If this is a problem with the forum at wordpress.org you would get more response reporting the error there, since the version of bbPress they use there is not a default installation by any means.

    https://wordpress.org/report-bugs/

    #86553
    yoyopop
    Member

    I can confirm that the latest bug fixes do correct the problem – great work guys!

    https://trac.bbpress.org/changeset/2423

    https://trac.bbpress.org/changeset/2424

    #88248
    pagal
    Participant

    I’ve tried to load bbpress into wp config via

    if ( !defined(‘BBDB_NAME’) )

    require_once(ABSPATH.’bbpress/bb-load.php’);

    then I call <?php login_form(); ?> into wp template where i want to show it…

    it works fine.. but there is a problem…

    when i open my wp-admin … all colors and buttons has gone..just wp structure still there..

    look at this screenshot

    http://img687.imageshack.us/img687/7772/wpadmin.jpg

    when I remove this code

    if ( !defined(‘BBDB_NAME’) )

    require_once(ABSPATH.’bbpress/bb-load.php’);

    then admin works fine… but i need this code to show bbpress login/registration into wp..

    please guide me where I am wrong…

    Thanks

    #87350
    Arturo
    Participant

    Finally the “normal” version of BuddyPress Default theme for bbPress is ready for the download.

    This theme DOES NOT require the deep integration.

    For the download link, info, request etc, go here.

    I think all works without a problem, but a debugging is appreciated.

    one last thing… sorry for the delay.

    Enjoy!

    Because the repository is not updated currently, the newest release of xili New Post Notification is available here :

    https://plugins-svn.bbpress.org/xili-new-post-notification/tags/0.9.2/

    #88242
    zaerl
    Participant

    If it’s a fresh install do this:

    1) Unzip the bbPress zip file

    2) Change the newly created folder name from “bbpress” to “community”

    3) Browse to /community and install bbPress

    Keep in mind that if you have already installed bbPress on /bbpress you can’t simply rename the folder. If you want to rename it follow these steps:

    1) Go to bb-admin/options-general.php and change the bbPress URL to the new one

    2) If you have custom permalinks open the .htaccess file (on the forum root folder) and change the RewriteBase directive to RewriteBase /community/

    3) Rename the folder

    #34240
    #88241

    Thanks for your help.

    I’m not quite sure which folder you mean. Do you mean the one in my directory? I created one called community and when I uploaded the bbpress files into it, the URL didn’t work. I got the Index page of the directories.

    Should I rename the zip file as well? I did this and am not sure if it’s what I should be doing.

    #88240
    gerikg
    Member

    if you have domain.com/bbpress means the folder is named “bbpress” you should rename the folder to your choosing. Then install.

    Hello,

    I’m probably missing something obvious, but I can’t set up bbpress to have an URL I choose. I’m able to install it with the address domain.com/bbpress, but I want it to be something personalized.

    I’ve searched the forums and tried changing the name fo the zip file, but I can’t figure it out.

    Thanks for any help you can offer.

    #88213
    gerikg
    Member

    I can do it for you (email me gerikg# gmail.com) or would you like a step by step instruction (could be long, posted here)?

    #87737
    wiseacre
    Member

    bbpress.org looks great. Good job!!!

    [EDIT by chrishajer]

    #88123
    wizardregis
    Member

    I checked the database tables and it doesn’t update both wp_capabilities and bb_capabilities, just the one where I make the changes. Could it be a permissions problem somewhere?

    I have done countless reinstalls, I even tried the WP-3.0 betas, but it never works.

    #88226

    In reply to: show user avatar

    Rich Pedley
    Member

    I’m coming to grips with bbPress.. slowly.

    Is the $user->ID actually availabel for use at that point or do you need to do a

    bb_get_current_user_info('ID'); ?

    andykillen
    Member

    People cannot use IE to place ratings on plugins on the wordpress site.

    For example rating the “share and follow” pluing with IE give this error page….

    http://wordpress.org/extend/plugins/share-and-follow/?rate=5&topic_id=13964&_wpnonce=0de7c56cd6

    on screen error

    “Your attempt to do this has failed.

    Please try again.

    Back to WordPress Plugins.”

    This has only been tested and not working with IE8. It will most likely exibit the same problems on every version of IE.

    Via SVN in bbPress plugins part, xili new post notification plugin was updated this day (more than three hours ago) but the visitor interface is not yet updated. It seems that the rate is freezed and very low compared to wp plugins repository !

    Has somebody infos ?

    #87736
    simonle
    Member

    I must say I like it. But it does look a bit cluttered with these huge avatars.

    #87961

    In reply to: Welcome Back _ck_

    Elias
    Member

    Wow. This is a reason to log in again here (after being totally fed up by being censored and having to read on the fine bbPress as a plugin for the bloaty WP) and to say: Hello _ck_! ;-)

    #88212
    ZeroDegrees
    Member

    The WP theme that I am using is Monochrome

    #88211
    gerikg
    Member

    what WP theme are you using?

    #88205
    chrishajer
    Participant

    What version of bbPress are you using?

    Is it integrated with WordPress?

    AND

    Are you using a customized theme? If so, try the included default kakumei theme and see if the functionality works.

    #88165
    chrishajer
    Participant

    The first error is the important one: the software cannot write to bb-config.php. That could be because the file has the wrong permissions (should be 644 and writable by the web server) or it could be something to do with the one forward slash there in the path (right between bbpress and bb-config.php).

    A workaround might be to manually edit the bb-config.php and then upload that. Then the installer won’t have to write to that file. Just open bb-config-sample.php and edit all the database values, keys, table prefix and language if you use one. Then, save the bb-config-sample.php as bb-config.php and run the web installer again. It should tell you it found a valid bb-config.php and you can continue. If not, post errors back here.

    #88133
    chrishajer
    Participant

    I agree, it’s better than 1.0.2 right now. There are more unresolved issues in 1.0.2 than there are in 1.1-alpha. What is now 1.1-alpha will be the next release in the 1.0 series, whether it’s called 1.0.3 or 1.1. I’d say it’s pretty safe to use. If you run across bugs, please check trac.bbpress.org to see if they’re already reported, and if not, please start a new ticket.

    #34231
    kikko088
    Member

    Hi at all, there is a way for integrate bbpress and wordpress avatar?I want to use only the bbpress avatar upload for upload the avatar but i want to post on my wordpress blog the bbpress avatar.

    kikko088

Viewing 25 results - 44,176 through 44,200 (of 64,519 total)
Skip to toolbar