Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '\"wordpress\"'

Viewing 25 results - 16,801 through 16,825 (of 26,972 total)
  • Author
    Search Results
  • #37339
    RichEdmonds
    Member

    Looking through the forum, I see there have been many problems surrounding the “pretty URL” configuration, namely the .htaccess. We seem to be experiencing the same issue, if we change permalinks to the last option for a complete listing, we receive a 500 server error (we don’t have a .htaccess at all from the installation for some reason). Manually creating a .htaccess file with the following (found this from the forums) seems to stop the 500 but then throws 404s when browsing the forums/topics/profiles etc.


    Options +FollowSymlinks

    <IfModule mod_rewrite.c>

    RewriteEngine On

    RewriteBase /community/

    RewriteRule ^forum/([^/]+)/page/([0-9]+)/?$ /forum.php?id=$1&page=$2 [L,QSA]

    RewriteRule ^forum/([^/]+)/?$ /forum.php?id=$1 [L,QSA]

    RewriteRule ^topic/([^/]+)/page/([0-9]+)/?$ /topic.php?id=$1&page=$2 [L,QSA]

    RewriteRule ^topic/([^/]+)/?$ /topic.php?id=$1 [L,QSA]

    RewriteRule ^tags/([^/]+)/page/([0-9]+)/?$ /tags.php?tag=$1&page=$2 [L,QSA]

    RewriteRule ^tags/([^/]+)/?$ /tags.php?tag=$1 [L,QSA]

    RewriteRule ^tags/?$ /tags.php [L,QSA]

    RewriteRule ^profile/([^/]+)/page/([0-9]+)/?$ /profile.php?id=$1&page=$2 [L,QSA]

    RewriteRule ^profile/([^/]+)/([^/]+)/?$ /profile.php?id=$1&tab=$2 [L,QSA]

    RewriteRule ^profile/([^/]+)/([^/]+)/page/([0-9]+)/?$ /profile.php?id=$1&tab=$2&page=$3 [L,QSA]

    RewriteRule ^profile/([^/]+)/?$ /profile.php?id=$1 [L,QSA]

    RewriteRule ^view/([^/]+)/page/([0-9]+)/?$ /view.php?view=$1&page=$2 [L,QSA]

    RewriteRule ^view/([^/]+)/?$ /view.php?view=$1 [L,QSA]

    RewriteRule ^rss/?$ /rss.php [L,QSA]

    RewriteRule ^rss/forum/([^/]+)/?$ /rss.php?forum=$1 [L,QSA]

    RewriteRule ^rss/topic/([^/]+)/?$ /rss.php?topic=$1 [L,QSA]

    RewriteRule ^rss/tags/([^/]+)/?$ /rss.php?tag=$1 [L,QSA]

    RewriteRule ^rss/profile/([^/]+)/?$ /rss.php?profile=$1 [L,QSA]

    </IfModule>


    We experienced the same issue with Invision Power Board, but adding “Options +FollowSymlinks” corrected the problem and we were able to have sexy URLs. For bbPress, however, it seems to not make a shred of difference. We are aware of the correct .htaccess code being supplied via the permalinks section in the ACP, but we never get provided with such code. Every time we change the permalinks setting, we are hit by a 500. .htaccess files are not my strong point as you have more than likely guessed.

    The bbPress installation is located at /community while a WordPress installation (with working permalinks and .htaccess) is at root.

    Any help would be appreciated,

    Regards,

    Rich

    #104235

    In reply to: Questions for BBpress

    Yes it is in WordPress and the plugins section is in bbPress

    #99135

    In reply to: Questions for BBpress

    Yes it is in WordPress and the plugins section is in bbPress

    #37329

    Hi

    I upgraded this bbPress forum from bbPress 9.2 (I think) to 1.0.2:

    http://www.enghavepark.dk/forum/

    And now the tags are missing.

    When I try to add a tag I get this error:

    “The tag was not added. Either the tag name was invalid or the topic is closed.”

    There used to be tags.

    It’s an installation that is integrated with WordPress, which gave a few headaches until I got the bb-config.php adjusted.

    I re-uploaded the files just to make sure it wasn’t an fil upload error.

    The tags table is in the db with 32 tags.

    Any ideas why tags tags disappeared?

    #37326
    daverogers
    Member

    Could someone please tell me how to change the bbpress login link. I want to use the same login page as my wordpress login. They are both fully intergrated and working

    manythanks

    #37325

    Hi all

    My first “stupid” questions off many here on this forum ;-).

    This site BBpress.org is that made in wordpress and only the forum is bbpress?

    Thank you

    Anders

    #103964
    lajkam
    Member
    #98864
    lajkam
    Member
    #82296

    In reply to: user does not exist

    lajkam
    Member
    #76897
    lajkam
    Member
    #37317
    ericakadisco
    Member

    I’m looking for a plugin for bbpress that will hold posts with links in them in a pending queue to be approved by admin before posting.

    There is something like that in wordpress for comments with links in them. If the comment contains a link, it’s marked as pending and needs to be approved by admin before appearing.

    I’ve been getting a lot of spam lately on my forum and this would go a long way to prevent it.

    If anyone can point me in the right direction, that would be helpful. Thanks!

    #103636
    citizenkeith
    Participant

    Thanks for the reply, JJJ. I’m not a developer, so when I go to trac I’m easily overwhelmed by the number of tickets and not sure where to look for specifics.

    Sometimes it’s frustrating for users like me to get information about bbPress developments. I’d expect news to be posted here on the forum. Then there’s bbpdevel.wordpress.com, but that hasn’t been updated since September. I’m sure there’s info in IRC logs too. It seems there are many places for information to be posted, and it’s not always the place I expect it.

    Anyway, I really do appreciate the information, and I’m looking forward to 1.1 (and also an update to the 0.9 branch).

    #98536
    citizenkeith
    Participant

    Thanks for the reply, JJJ. I’m not a developer, so when I go to trac I’m easily overwhelmed by the number of tickets and not sure where to look for specifics.

    Sometimes it’s frustrating for users like me to get information about bbPress developments. I’d expect news to be posted here on the forum. Then there’s bbpdevel.wordpress.com, but that hasn’t been updated since September. I’m sure there’s info in IRC logs too. It seems there are many places for information to be posted, and it’s not always the place I expect it.

    Anyway, I really do appreciate the information, and I’m looking forward to 1.1 (and also an update to the 0.9 branch).

    iqpkeq
    Member

    i found that:4 steps

    1,wp-config.php and install Plugin”Wordpress Integration” in WP

    2,BB-config.php in BB

    3,keep the same:(the point)

    WordPress bbPress

    AUTH_KEY <=> BB_AUTH_KEY

    SECURE_AUTH_KEY <=> BB_SECURE_AUTH_KEY

    LOGGED_IN_KEY <=> BB_LOGGED_IN_KEY

    4,input the :

    “auth” cookie salt

    “secure auth” cookie salt

    “logged in” cookie salt

    <B>Notice that!! </B>

    4 keys the same!

    3 salt the same!

    #99101

    The problem is an ongoing one that even Matt has blogged about in recent past. Part of the reason they’re able to pass the human test it because they might be humans registering real accounts and making real posts. WordPress.org, bbPress.org, and BuddyPress.org all suffer from a similar problem. I’m about sick of it though. :)

    #104075
    Willabee
    Member

    BuddyPress uses a intergrated form of bbPress, therefore it is not part of bbPress, but part of BuddyPress. Check on their forums.

    Unless you installed bbPress WordPress plugin or bbPress stand alone and intergrated that.

    If you installed the plugin, don’t hope for too much support on translation yet, if you installed the bbPress stand alone, then it should work, mine worked fine back when I was using those two.

    A custom theme can always be the problem too!

    #98975
    Willabee
    Member

    BuddyPress uses a intergrated form of bbPress, therefore it is not part of bbPress, but part of BuddyPress. Check on their forums.

    Unless you installed bbPress WordPress plugin or bbPress stand alone and intergrated that.

    If you installed the plugin, don’t hope for too much support on translation yet, if you installed the bbPress stand alone, then it should work, mine worked fine back when I was using those two.

    A custom theme can always be the problem too!

    #104074

    Oops – sorry here info extracted from the WordPress directory bb-config.php:

    /**

    * bbPress Localized Language, defaults to English.

    *

    * Change this to localize bbPress. A corresponding MO file for the chosen

    * language must be installed to a directory called “my-languages” in the root

    * directory of bbPress. For example, install de.mo to “my-languages” and set

    * BB_LANG to ‘de’ to enable German language support.

    */

    define( ‘BB_LANG’, ‘nl_NL’ );

    define( ‘WP_LANG’, ‘nl_NL’ );

    define( ‘BB_LANG_DIR’, ‘http://localhost/”wordpressdirectory”/wp-content/plugins/buddypress/bp-forums/bbpress/my-languages&#8217; );

    ********************************************************************

    The referenced directory contains nl_NL.mo with 644 file permisisons

    #98974

    Oops – sorry here info extracted from the WordPress directory bb-config.php:

    /**

    * bbPress Localized Language, defaults to English.

    *

    * Change this to localize bbPress. A corresponding MO file for the chosen

    * language must be installed to a directory called “my-languages” in the root

    * directory of bbPress. For example, install de.mo to “my-languages” and set

    * BB_LANG to ‘de’ to enable German language support.

    */

    define( ‘BB_LANG’, ‘nl_NL’ );

    define( ‘WP_LANG’, ‘nl_NL’ );

    define( ‘BB_LANG_DIR’, ‘http://localhost/”wordpressdirectory”/wp-content/plugins/buddypress/bp-forums/bbpress/my-languages&#8217; );

    ********************************************************************

    The referenced directory contains nl_NL.mo with 644 file permisisons

    #104073

    @zaeri Thanks for getting back to me…

    I believe that since BuddyPress was presented in Dutch and bbPress was NOT that the bbPress forum was the place to ask the question?

    ************************************

    The bb-config.php was/is configured hence my consternation:

    <?php

    /***

    * *** IMPORTANT ****

    * This file will stop people from accessing your bbPress installation directly.

    * It is very important from a security standpoint that this file is not moved.

    * Your actual bb-config.php file will be installed in the root of your WordPress

    * installation once you have set up the forums component in BuddyPress.

    */

    header(“HTTP/1.0 403 Forbidden”); die;

    define (‘WPLANG’, ‘nl_NL’);

    ?>

    define (‘WPLANG’, ‘nl_NL’);

    ?>

    ************************************

    And yet the forum is still in English – I would appreciate any other insights please…

    #98973

    @zaeri Thanks for getting back to me…

    I believe that since BuddyPress was presented in Dutch and bbPress was NOT that the bbPress forum was the place to ask the question?

    ************************************

    The bb-config.php was/is configured hence my consternation:

    <?php

    /***

    * *** IMPORTANT ****

    * This file will stop people from accessing your bbPress installation directly.

    * It is very important from a security standpoint that this file is not moved.

    * Your actual bb-config.php file will be installed in the root of your WordPress

    * installation once you have set up the forums component in BuddyPress.

    */

    header(“HTTP/1.0 403 Forbidden”); die;

    define (‘WPLANG’, ‘nl_NL’);

    ?>

    define (‘WPLANG’, ‘nl_NL’);

    ?>

    ************************************

    And yet the forum is still in English – I would appreciate any other insights please…

    #103635

    The news is in trac. There’s one ticket left in 1.1 and then it gets released. No sense in putting out a 1.0.4 to fix one bug that 1.1 will fix. Right now we’re in the middle of a WordPress, BuddyPress, bbPress trifecta release, so there’s three times as much testing to do to make sure nothing breaks.

    If you can’t wait for a public release, download the trunk and do some testing. :)

    #98535

    The news is in trac. There’s one ticket left in 1.1 and then it gets released. No sense in putting out a 1.0.4 to fix one bug that 1.1 will fix. Right now we’re in the middle of a WordPress, BuddyPress, bbPress trifecta release, so there’s three times as much testing to do to make sure nothing breaks.

    If you can’t wait for a public release, download the trunk and do some testing. :)

    #104123
    xtreme164
    Member

    thanks to share this great help…!

    #99023
    xtreme164
    Member

    thanks to share this great help…!

Viewing 25 results - 16,801 through 16,825 (of 26,972 total)
Skip to toolbar