Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 56,051 through 56,075 (of 64,513 total)
  • Author
    Search Results
  • shoggy
    Member

    However, I can skip using wordpress registration page to solve this..

    shoggy
    Member

    My setup is fully working, except :

    when a user register via wordpress, he dont get the good capabilities, so he can’t post on bbpress!

    user registered via bbpress get the good capabilities (a:1:{s:6:”member”;b:1;} in wp_usermeta).

    In the admin integration option (http://domain.tld/forums/bb-admin/options-wordpress.php), I mapped wordpress subscribers to bbPress members.

    How can I fix this ?

    Thanks!

    btw, does some know if there is a planned release date for bbPress 1.0 ?

    #67162
    jbbrwcky
    Member

    That did it! Thanks very much :)

    #67139
    keppy
    Member

    Yeah, that seems to be the way its working. Forums that you check “Forum is Category” for become container forums with no topics and special CSS classes. I think that’s a fine way to do it once you understand what’s going on. It just seemed a bit weird at first because in the backend there isn’t really any differentiation between category forums and regular forums.

    #64520
    shoggy
    Member

    I tried greenhome’s solution and it almost worked. Thanks! :-)

    However I got some minor errors, especially with links like http://domain.tld/forums/topic/test?replies=3#post-17 or http://domain.tld/forums/profile/username/favorites?fav=0&topic_id=1&_wpnonce=10a4ad44b8

    Here is a workaround :

    In /etc/lighttpd/bbpress-rewrite.conf, I have :

    url.rewrite-once += (

    # /forum/FORUM-NAME

    "^" + bbpressdir + "forum/([^/]+)/page/([0-9]+)/?$" => bbpressdir + "forum.php?id=$1&page=$2",

    "^" + bbpressdir + "forum/([^/]+)/?$" => bbpressdir + "forum.php?id=$1",

    # /topic/TOPIC-NAME

    "^" + bbpressdir + "topic/([^/?]+)(?(.*))?$" => bbpressdir + "topic.php?id=$1&$3",

    "^" + bbpressdir + "topic/([^/]+)/page/([0-9]+)(?(.*))?/?$" => bbpressdir + "topic.php?id=$1&page=$2&$4",

    # /tags/TAG-NAME

    "^" + bbpressdir + "tags/([^/]+)/page/([0-9]+)/?$" => bbpressdir + "tags.php?tag=$1&page=$2",

    "^" + bbpressdir + "tags/([^/]+)/?$" => bbpressdir + "tags.php?tag=$1",

    "^" + bbpressdir + "tags/?$" => bbpressdir + "tags.php",

    # /profile/PROFILE-NAME

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

    "^" + bbpressdir + "profile/([^/]+)/page/([0-9]+)/?$" => bbpressdir + "profile.php?id=$1&page=$2",

    "^" + bbpressdir + "profile/([^/]+)/([^/?]+)(?(.*))?/?$" => bbpressdir + "profile.php?id=$1&tab=$2&$4",

    #"^" + bbpressdir + "profile/([^/]+)/([^/]+)/?$" => bbpressdir + "profile.php?id=$1&tab=$2",

    "^" + bbpressdir + "profile/([^/?]+)(?(.*))?$" => bbpressdir + "profile.php?id=$1&$3",

    # /view/VIEW-NAME

    "^" + bbpressdir + "view/([^/]+)/page/([0-9]+)/?$" => bbpressdir + "view.php?view=$1&page=$2",

    "^" + bbpressdir + "view/([^/]+)/?$" => bbpressdir + "view.php?view=$1",

    "^" + bbpressdir + "rss/?$" => bbpressdir + "rss.php",

    # /rss/FEED-NAME

    "^" + bbpressdir + "rss/forum/([^/]+)/?$" => bbpressdir + "rss.php?forum=$1",

    "^" + bbpressdir + "rss/topic/([^/]+)/?$" => bbpressdir + "rss.php?topic=$1",

    "^" + bbpressdir + "rss/tags/([^/]+)/?$" => bbpressdir + "rss.php?tag=$1",

    "^" + bbpressdir + "rss/profile/([^/]+)/?$" => bbpressdir + "rss.php?profile=$1"

    )

    Finally, I just add this configuration for each vhost using bbpress :

    $HTTP["host"] =~ "domain.tld" {

    var.bbpressdir = "/forums/"

    include "bbpress-rewrite.conf"

    }

    Hope this helps!

    #67161
    chrishajer
    Participant

    Most likely due to selecting permalinks but not setting up the .htaccess file with rewrite rules.

    https://bbpress.org/forums/topic/error-404-when-viewing-forums#post-18435

    #67138
    chrishajer
    Participant

    My take on it (completely uninformed BTW) was that a category acts like a parent that won’t have any topics in it. There have been requests in the past when creating multiple subforums to be able to skip putting topics in a parent forum (now called a category). It would just be a container for subforums.

    https://trac.bbpress.org/ticket/520

    https://bbpress.org/forums/topic/plugin-request-forum-categories

    #3879
    jbbrwcky
    Member

    Hi

    I have a wordpress install in the top directory and then a bbpress install sitting in the /bbpress/ directory. Whenever I go to a forum page, profile pages, post pages etc., I get the WordPress 404 taking over saying it doesn’t exist.

    Is this something I can fix?

    Thanks!

    Richard

    #66701

    In reply to: bbPress 1.0 alpha

    adamearnie
    Member

    Congrats on the alpha release!

    #67158
    _ck_
    Participant

    Use the plugin in this post and it will work:

    https://bbpress.org/plugins/topic/front-page-topics/page/2/#post-1707

    #3868
    keppy
    Member

    I’ve been creating a new template to fit into my current WP install, and while doing so I noticed the new ‘Forum is Category’ checkbox in the forum management area of bb-admin. I tried it out on a few forums and noticed the different classes assigned and the ‘bb_get_forum_is_category()’ check in front-page.php of kakumei. I also noticed that you can’t post topics to forums that you check as categories.

    So to get the point, is the intention here that you create forums, check them as categories, then create subforums of the category forum and theme things as you see fit with the different forum classes? Or am I misunderstanding the 1.0 implementation of categories?

    #67123
    geekymom
    Member

    ck–I can’t even get to the admin panel at this point as the install didn’t create a keymaster account.

    benzilla–all my files are 777 and still the issue.

    Also, I should note that I got the same error just now when I logged in to *this* site, so it seems like a software problem. I’ll check the known issues area in trac.

    What we’ve come up with so far is that in in bb-load.php, there’s a loop happening when installation doesn’t complete. It could be something along the lines of what you mention, ck, in that the location is redirected. I’d change the settings but I don’t see where to do that. I’m going to see what I can do later today and I’ll be sure to post any updates.

    #67114
    chrishajer
    Participant

    I’m afraid I still don’t understand what you’re trying to do. You will have those other forums and sub forums, but they won’t be listed on the front page? What is the rationale? Maybe a plugin already exists to do what you want.

    Maybe the Hidden Forums plugin will help you.

    https://bbpress.org/plugins/topic/hidden-forums/

    If the forums are not listed on the front page, how will you get to them otherwise? And if you can’t get to them, why are they there?

    #3780
    csseur3
    Member

    Hey, i try to add my own bbcode with http://bbpress.org/plugins/topic/93

    In BBcode-lite.php, i do that:

    $simple = array('t' => 'h4','b' => 'strong', (etc)

    but in my page, the source say that:

    <p></p><h4>Quel statut?</h4>

    so, the normal code must be:

    <p><h4>Quel statut?</h4>
    </p>

    no?

    why the formatting is not correct?

    Bye

    #66988
    chrishajer
    Participant

    It’s not related to this is it?

    https://bbpress.org/forums/topic/cant-add-topic#post-18610

    All the forums set to categories? Just a SWAG.

    #58007
    chrishajer
    Participant

    It’s OK to start a new topic for a new problem.

    To change the language, you need to make a change to the bb-config.php file, and you need to install the language files. There is an Arabic language file shared here:

    check out this very nice R-t-L Arabic bbPress

    To install a language file, the instructions are right in that area of bb-config.php:

    // Change this to localize bbPress.  A corresponding MO file for the
    // chosen language must be installed to bb-includes/languages.
    // For example, install de.mo to bb-includes/languages and set BB_LANG to 'de'
    // to enable German language support.
    define('BB_LANG', '');

     

    You put the file (downloaded from Google Code) into the `bb-includes/languages/ directory. Then enter the name of the file here in between the single quotes for the BB_LANG constant. For Arabic, I think the file is ar_AR.mo, so your config line would be:

    define('BB_LANG', 'ar_AR.mo');

    There are more files available at that code.google.com site for an Arabic bbPress. It’s actually very nice that someone shared all their work. Looks like there is a localized version of bbPress there as well, possibly with more items translated that were not translatable with a language file.

    #67156
    Erica S
    Member

    I don’t think that’s possible, and probably something that the makers of BBpress should change. It says under settings that: “Changes do not affect users with existing roles in both WordPress and bbPress.” I’ll have to delete my user and then recreate it. Then that role will be assigned. But I don’t think it will change any existing members. Thanks again.

    #3875
    darky2
    Member

    Hello everybody!

    I’m working on a new software based on Perl. But I’m also a fan of bbpress and the plugin browser that this site has. I wanted to ask you, how I could do a similar one using bbpress. Especially the connection with SVN and the pages a plugin can have. How can I do this? Could you help me? Thx a lot!

    #67152
    chrishajer
    Participant

    Yes – you just need to do it for the proper user in the wp_user_meta table. Sounds like you’re getting somewhere. You need to look in the wp_users and wp_usermeta tables for your new bbPress users.

    #67149
    Erica S
    Member

    Thanks for the idea, I didn’t think of it that way. I just assumed that if I had accounts in WP then I didn’t need to create any in BBpress. Well, I tried that just now and something weird in the database. After registering a test member in BBpress I looked in the database and all I saw was the “non-existent” keymaster, the newly registered member wasn’t even in there. I looked in the WP user tables and the member was there but not in BBpress even though that’s where I registered them. This is a clean install, so there’s no plugins and editing the config file didn’t work either.

    #57200
    csseur3
    Member

    Hi fel64, how to adapt your plugin for integrate the ck’s plugin “forum last poster”: https://bbpress.org/plugins/topic/123 and show the exact date with the two plugins?

    thanks

    #67148
    chrishajer
    Participant

    Are you using any plugins that could cause this? Maybe the Display Name plugin? I’ve heard that creates trouble for some people.

    I’m sure there’s a way to fix this through the database. Have you created a regular member you can log in as? If so, then you just need to promote them to keymaster in the database. Try this:

    Deleted Admin in WordPress- now no Keymaster in BBPress

    There was this old trick too – not sure if it still works:

    https://bbpress.org/forums/topic/no-site-keymasters?replies=6#post-909

    #67143

    In reply to: Strange error on post

    chrishajer
    Participant

    It’s possible something in the content you were posting was not escaped properly and it caused a syntax error when bbPress tried to insert it into the database. I don’t imagine you have the text of what you were trying to post, do you? You could try posting it here and see if this errors out.

    It’s possible with that old version that something was fixed in the latest release and it won’t occur here.

    #67157
    chrishajer
    Participant

    The first thing you do is search these forums.

    Maybe you would have stumbled upon this.

    #67147
    Erica S
    Member

    Yeah, after the integration all of my members from WordPress could log in just fine into Bbpress. But the thing is that none of them can get into the admin. Only the keymaster had that access and it disappeared right after I set the cookies. I even tried setting the user roles before integrating so that my admin account would have keymaster access and it didn’t work. I’ve looked into the database and it says that the keymaster is there but when I log in it says that it’s username does not exist. Is there another way to fix this through the database?

Viewing 25 results - 56,051 through 56,075 (of 64,513 total)
Skip to toolbar