Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '\"wordpress\'

Viewing 25 results - 21,326 through 21,350 (of 26,846 total)
  • Author
    Search Results
  • #73668
    chrishajer
    Participant

    Yes, you should create a page with the same name as the directory where you installed bbPress. So, if you installed bbPress in a directory called /forums/ create a page called “Forums” with a slug of “forums” and WordPress will use that directory before it ever shows your blank page.

    If that does NOT work, there are simple plugins to redirect any WordPress Page to a URL, so you could use one of those if you wanted to do that instead.

    #73782
    chrishajer
    Participant

    With bbPress you don’t access bb-admin directly. You log in with your keymaster account, and next to your name, if you are truly a keymaster (or someone with admin capabilities) you have a link to Admin. Click that and you are in the bbPress admin. If you don’t have that link, then the account you logged in with is no the keymaster account.

    What version of bbPress are you talking about, and are the logins integrated with WordPress?

    #14820
    spicynodes
    Member

    Congratulations on bringing bbPress to 1.0 RC1! I am a big fan of bbPress, appreciate this positive and helpful community, the great codebase, the ease of installation and customizatoin, and the overall more “bloggy” feel of the forums, rather than most forum software which feels a lot more like a 1990’s bulletin board.

    I’ve looked over past postings about the 1.0 series and about releases in general. I’ve read that 1.0 is based off of BackPress, that it integrates with newer versions of WordPress, that it supports a new plugin for WordPress called “bbPress Live.” What else is of note? (and out of curiosity, what did not make the cut?

    With 1.0 on the horizon, can you please summarize some of the key features/changes in 1.0?

    #73756

    In reply to: functions.php

    Ben L.
    Member

    Actually, it’s exactly the same (at least in 1.0) as WordPress’s functions.php. Same name, same everything.

    #73759
    johnhiler
    Member

    There’s a good overview of bbPress’ translation framework (with links to existing translations and to useful posts) on bbshowcase.org:

    http://bbshowcase.org/forums/topic/bbpress-translation-internationalization-into-local-languages

    According to that, bbPress uses the same translation approach as WordPress:

    https://codex.wordpress.org/Translating_WordPress#gettext_files

    The approach seems to be:

    1) You download the POT file, which has all the English strings in it.

    2) You translate the strings into your language (Greek) and save the file as a .po file

    3) You optimize the .po file into a machine readable .mo file

    Looks like you can get the bbPress POT file for whichever version you’re using here:

    http://svn.automattic.com/bbpress-i18n/pot/tags/

    Good luck!

    #14813
    swaymedia
    Member

    .. the latest bbpress with the latest wordpress. Could I use the bbPress forum list loop on the frontpage of my wordpress theme? so i can show all the latest discussions.. this wont be on a sidebar, so i dont want a plugin to do this, I just want to use the same code bbPress uses but on WordPress to show the forum topics?

    is this possible.? thanks in advanced.

    #73750
    johnhiler
    Member

    Check your database tables in your php admin, and see if they’re corrupted? Sometimes repairing them can fix this up – at least according to this post about a similar issue with WordPress:

    http://conradmiguel.com/wordpress-25x-your-attempt-to-edit-this-pagepost-has-failed-please-try-again

    #14811
    mortiferus
    Member

    Hello fellow bbPress admins!

    I have wordpress and bbPress installed on a Mac OX Leopard server running PHP Version 5.2.6 (Safe Mode Off) and am having problems activating bbPress themes and plug-ins. Mind you everything else is working fine as well as WordPress which is working perfectly, but in bbPress I get the following errors:

    Your attempt to switch themes has failed.

    Please try again.

    In the case of Plug-in’s I get

    Your attempt to do this has failed.

    Please try again.

    In terms of Troubleshooting I have:

    1. Tried the Akismet and Bozo plugins and the two default theme(s) included by themselves and I cannot switch between the two default themes nor activate the default plug-in’s.

    2. Tried each plug-in individually. None will activate.

    3. Tried adding the underscore (_) to the name to force the loading, they still wont work, but the show up as “Automatically Activated”.

    Heck, I even Added the .htacesss rules for name friendly urls, did not help.

    My questions are, do I need to set anything up differently for bbPress Plugins and Themes an two is there an error log for bbPress that I can view to try and sort out?

    Is this a known issue on unix/linux variants?

    Thank You in advance for your help

    #63642
    johnhiler
    Member

    The JQuery issue sounded like it might be related to the WordPress integration?

    https://bbpress.org/forums/topic/favorites-broken-alpha-6

    Sorry if these links aren’t quite dead on – I haven’t seen this behavior before, so grasping at straws a bit! :-)

    #63639
    tribsel
    Member

    its BBpress 0.9.0.4 and yes, it is integrated with wordpress 2.7

    #63638
    chrishajer
    Participant

    What version of bbPress tribsel? And, is it integrated with WordPress?

    Ramoonus
    Member

    The forum is located in a subdirectory of the WP blog; bbpress/

    I`ve enabled the bbpress plugin in WordPress

    Ive added the lines to WP config and the BBpress lines to bb`s config

    It just doesnt seem to be working

    Have the same problem since 0.9.x

    A bit of help is appreciated!

    #73495
    Sam Bauers
    Participant

    bbPress integration plugin is in the WordPress plugin repository.

    https://wordpress.org/extend/plugins/bbpress-integration/

    OK, fixed with the “put $bb->usercookie = ‘wordpressuser_[Insert MD5Hash]’; into the bb-config.php file” hack.

    bbP 0.9.4 & WP (ahem) 2.0.11.

    Unfortunately in a position that I can’t upgrade WP at the moment.

    bbP is using the WP users table fine, but doubling up on the cookies for some reason.

    chrishajer
    Participant

    This thread is pretty old. What versions are you integrating?

    For some reason, I’m getting two sets of cookies being set.

    Both WordPress and bbPress are setting wordpresspass_ & wordpressuser_ cookies. The domains and paths are identical but the hash part of the key is the different.

    Any ideas why WP and bbP might still be out of sync after following the instructions above?

    #73640
    Sam Bauers
    Participant

    Actually the BBXF plugins have been temporarily removed from bbPress.

    This one has been on the back-burner for a while, but hoping to base the first real release on the RSS or ATOM standard somehow. Similar to the way WordPress’ export format is based on RSS.

    #14795
    AndrewRH
    Member

    Okay, I’ve installed WP 2.8 (beta1) and bbPress RC1. It appears to be integrated together. Except the obvious: my wordpress site has no link for my visitors to click on to go to the bbPress forum. Should I create a “page” which (somehow?) redirects to the bbPress forum? i.e. so that it appears in the middle column of my WP theme?

    Thanks,

    ~Andrew~

    #73493
    dbosch
    Member

    bbpress integration plugin , cant find it. bbpress search comes up with wordpress integration plugin which isnt the same plugin. anyone has link ?

    AndrewRH
    Member

    // I tried posting this to my original thread “Missing form field ‘user database password’ during installation” but your system said the topic had been closed (?). Nor could I edit my original posting//

    Further…after I tried to proceed, it showed an error (that it could not connect to the database…which you’d expect given that it didn’t have the password). However, after going back to the step 2 page, it showed a condensed version of the page, with tick marks in the various check boxes – the only way to see the data I had entered before was to untick each box and then put the tick back into each.

    ~Andrew~

    Original posting from other thread:

    Hi,

    I am installing the RC of bbpress and got to near the bottom of step 2, where I need to enter the wordpress database information (it is in a separate database). There is no field on the form to fill in the ‘User database password’ (under the ‘Separate user database settings’ banner).

    ~Andrew~

    AndrewRH
    Member

    Hi,

    I am installing the RC of bbpress and got to near the bottom of step 2, where I need to enter the wordpress database information (it is in a separate database). There is no field on the form to fill in the ‘User database password’ (under the ‘Separate user database settings’ banner).

    ~Andrew~

    chrishajer
    Participant

    This sounds like a WordPress question. You might get more support by visiting the WordPress.org support forums:

    Support Forums

    Couple things right off the bat though:

    1. are you using any plugins that might be doing this?

    2. does it happen with a stock theme?

    #73488

    Does this release still require bbPress Integration plugin for WordPress?

    Yes.

    #73487
    jonkristian
    Member

    Does this release still require bbPress Integration plugin for WordPress?

Viewing 25 results - 21,326 through 21,350 (of 26,846 total)
Skip to toolbar