Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 56,826 through 56,850 (of 64,448 total)
  • Author
    Search Results
  • #65689
    Sam Bauers
    Participant

    Are you loading WordPress inside bbPress? If so the textdomain does not get loaded due to the fact that it is called “default” like the WordPress one.

    If you merge the language files of WordPress and bbPress and load it in WordPress it should work.

    #65253
    Sam Bauers
    Participant

    I wouldn’t recommend doing that, so I won’t add it to the documentation. WP tends to stomp on stuff that bbPress needs. I’ve had a project on the back-burner for a while now that will eventually allow what you are after. But it’s not ready yet.

    #65661
    Sam Bauers
    Participant

    Integrating won’t merge your user tables for you. De-duplicating that data is up to you.

    chrishajer
    Participant

    Well,

    The next thing that is supposed to come up, I think, is this:

    text/html; charset=utf-8

    Maybe whatever is providing that has an error and is causing this problem.

    Are you using a stock theme, and if not, does changing it back to stock fix this error? My guess is this is something in the template file, or the config.

    Are you using a different language file? (I’m guessing not, based on the blog.)

    Or, is it possible not everything was uploaded properly? Some things I would expect to be in that directory are not present when accessed directly by URL. Can you confirm that a new bbPress 0.9.0.2 archive and your server have the same exact files?

    #65676
    chrishajer
    Participant

    For the first error, I think in 0.8.3.1 it is looking for an underscore plugin, but you have none in the plugin folder any more, and it errors out.

    This is line 169 from bb-settings.php:

    foreach ( glob(BBPLUGINDIR . '_*.php') as $_plugin )

    I would create a blank php file called _nothing.php (nothing in the file at all) and put that in your plugin directory. The name of the file does not matter, except it needs to begin with an underscore. The contents of the file don’t matter either. We just want something for bbPress to see in that directory so it does not fail. That should prevent the first error. I think it will actually take care of the second error as well. It’s also related to having no underscore plugins in the plugin directory.

    Thanks for posting your bbPress versions: it was invaluable in finding the right line numbers and relevant code.

    #65675
    chrishajer
    Participant

    I think you want the “Hidden Forums” plugin:

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

    #3583
    jonken
    Member

    Hey, I’m using bbPress and i’m happy with it, have a lot of work left though :]

    But… Something that is weird, i’m logged in as the admin and i tried to change a user to a Moderator, but i can only do it sometimes. Now i just get “Invalid Role” for some reason.

    (sorry for bad grammar)

    #3582
    Catia Kitahara
    Participant

    Hi, everyone,

    I’m trying to deactivate my plugins to upgrade my bbPress from 0.8.3.1 to 0.9.0.2. On my admin interface there’s no activate/deactivate button. It’s been a while since I installed them, but I guess I only needed to upload the plugin to my plugins folder and that’s it. So I just deleted the plugins from my-plugins folder. I thought it was going to uninstall them, however the forum stops working and I get the following messages:

    Warning: Invalid argument supplied for foreach() in /home/wordpres/public_html/forum/bb-settings.php on line 169

    Warning: Invalid argument supplied for foreach() in /home/wordpres/public_html/forum/bb-admin/plugins.php on line 7

    Am I doing something wrong?

    thanks in advance.

    Cátia

    #3581
    markdw
    Member

    Hi there everybody,

    I am new to bbPress and would like to know a few things before I start to hopefully use it with sites. The main thing I need to know is that can you make it so that some threads/topics etc. can only been seen by certain users?

    #3580
    mingkin
    Member

    there are different type of user group exist in the bbpress.

    how could i control / edit there purview in the bbpress for each group

    for example, how could i control the “delete purview” for each user group?

    if there are need a plugin to realize, which plugin should i install?

    if the plugin does not exist, how could i develop it in a esay way?

    how could i get the document about the development?

    thanks for your reply:)

    Tranny
    Participant

    I’ve integrated bbpress with upgraded version of WP (just upgraded to v 2.5.1) and everything seemed to have gone fine during installation as I was getting all positive messages confirming that the steps were performed successfully.

    However when I go to the forum page itself, all I see if this:

    <meta http-equiv=”Content-Type” content=”

    admin area loads, just front end doesn’t load at all, only this text appears. Can somebody help :)

    #65628
    tachyondecay
    Member

    Nah, I was just going to alter the theme to match my website’s eventual design. Having bbPress handle everything except whether or not the user is logged in is fine by my (although I was also hoping to make it display the user’s avatar, display name, and whatnot).

    At this point though, because I don’t have much experience with extending WordPress, I’m just looking into writing my own custom system rather than play around with bbPress. While I could probably come up with a solution with some more effort, I can probably produce a workable forum that integrates fully into my system in about the same amount of time.

    #65660
    Catia Kitahara
    Participant

    Thanks a lot, Sam,

    Now, let me ask you something else, cause it’s not clear to me yet. Both the blog and the forum have been running in paralel for a while in the same domain, and pratically they share the same users. We didn’t integrated them before because we couldn’t make it work back then, so we decided to do it later. So both blog and bbPress tables have existing data. What will it happen to the users tables? They are going to be “merged”? I mean, most users have the same login for the blog and the forum. What will it happen to them? I think there might be a conflict. Will one of them be discarded? If so, which one? Should I check both tables prior the integration?

    Thanks again.

    Cátia

    #65621
    Shagalaga
    Member

    same here

    #65620
    bobomerenda
    Member

    Looking for the same solution….it doesn’t look trivial..

    #65627
    bobomerenda
    Member

    I have the same issue plus i need bbpress to be wrapped within the central column of my site, which is generated by a php function….did you manage to do that?

    #65659
    Sam Bauers
    Participant

    As long as you have all the fields that should be there, the extra fields shouldn’t affect bbPress.

    Make sure you setup a WordPress to bbPress role map in bbPress before you do the integration. That way your WordPress admins should be able to instantly login to bbPress as keymasters.

    Keep in mind that if you have existing data in your bbPress tables, the user ID associations will be out of whack on posts and topics.

    #3578
    Catia Kitahara
    Participant

    Hi guys,

    I’ve got a wp blog and a bbpress forum which I want to integrate. I’ve upgraded the blog to WP2.5.1 and I’ll upgrade the forum to bbPress 0.9.0.2 and then I want to integrate both.

    The thing is, my blog shares the wp_users table with another application and there are some extra fields on it for this application.

    Is that ok to do the integration, won’t it mess up this table? Any recomendations before I do the integration?

    Thanks in advance,

    Cátia

    #65636
    refueled
    Member

    I normally agree. This will probably be my only left-aligned bbPress theme. :)

    Thanks again for your feedback.

    #3577
    risoknop
    Member

    Hello, I have installed bbPress at one of my websites (in a subdirectory called “forums” – i.e. bbPress is installed at mydomain.com/forums/).

    I’m trying to set up Lighttpd URL rewrite rules now in order to achieve SEO friendly permalinks.

    I have tried to google a little bit but the only thing I have found is this:

    "^/forum/([^/]+)/page/([0-9]+)/?$" => "/forum.php?id=$1&page=$2",
    "^/forum/([^/]+)/?$" => "/forum.php?id=$1",
    "^/topic/([^/]+)/page/([0-9]+)/?$" => "/topic.php?id=$1&page=$2",
    "^/topic/([^/]+)/?$" => "/topic.php?id=$1",
    "^/tags/([^/]+)/page/([0-9]+)/?$" => "/tags.php?tag=$1&page=$2",
    "^/tags/([^/]+)/?$" => "/tags.php?tag=$1",
    "^/tags/?$" => "/tags.php",
    "^/profile/([^/]+)/page/([0-9]+)/?$" => "/profile.php?id=$1&page=$2",
    "^/profile/([^/]+)/([^/]+)/?$" => "/profile.php?id=$1&tab=$2",
    "^/profile/([^/]+)/([^/]+)/page/([0-9]+)/?$" => "/profile.php?id=$1&tab=$2&page=$3",
    "^/profile/([^/]+)/([^/]+)/favorites/?$" => "/profile.php?id=$1&tab=favorites",
    "^/profile/([^/]+)/?$" => "/profile.php?id=$1",
    "^/view/([^/]+)/page/([0-9]+)/?$" => "/view.php?view=$1&page=$2",
    "^/view/([^/]+)/?$" => "/view.php?view=$1",
    "^/rss/?$" => "/rss.php",
    "^/rss/forum/([^/]+)/?$" => "/rss.php?forum=$1",
    "^/rss/topic/([^/]+)/?$" => "/rss.php?topic=$1",
    "^/rss/tags/([^/]+)/?$" => "/rss.php?tag=$1",
    "^/rss/profile/([^/]+)/?$" => "/rss.php?profile=$1"

    Could anybody tell me how to edit it taking into consideration the subfolder where the bbPress is installed?

    My current Lighttpd rewrite rules in config file are bellow:

    url.rewrite-once = (
    "^/(wp-.+).*/?" => "$0",
    "^/images/.*/?" => "$0",
    "^/forums/.*/?" => "$0",
    "^/temp/.*/?" => "$0",
    "^/(sitemap.xml)" => "$0",
    "^/(xmlrpc.php)" => "$0",
    "^/keyword/([A-Za-z_0-9-]+)/?$" => "/index.php?keyword=$1",
    "^/.*?(?.*)?$" => "/index.php$1"
    )

    #3576
    refueled
    Member

    I am working on a new bbPress theme (dubbed “Ministry”) and would like your opinion. Especially on the color side of things: is it too light? etc. Anyway, here is the link.

    Once done, I will be releasing this theme. There will be a matching WordPress theme as well.

    Thanks in advance.

    #65486
    garyditsch
    Member

    So I deactivated the plugins. One at a time and retested and retested with both unplugged and it still wouldn’t post a new topic from the “home” page of the forum.

    This still only appears to be an issue of posting from the home page? Is it possible that the “add new topic” link on the home page is tied to a forum that doesn’t exist anymore?

    How does bbpress decide which forum to put a new topic into when it is started from the home page? Does it give you a drop down box to pick the forum?

    thanks.

    #3573
    tachyondecay
    Member

    I’ve created a custom user system for a website and am looking for a forum solution; a friend recommended bbPress to me. However, I need to be able to integrate bbPress so I have a single sign-on and registration point.

    Searching around, I’ve found that I’ll need to write a plugin that overrides some of the functions in bb-includes/pluggable.php. All right, sure. This is my first time working with bbPress (no WordPress experience either), so I might as well ask those with more experience in case there’s any advice that could make this easier for me.

    I manage authentication through a single cookie with a login_key. This is a randomly-generated string of characters that gets stored in the user’s row in the users table. Each time the user signs in, the site generates a new key and stores that in the table and the cookie.

    The users table itself contains fields similar to those of bb_users: id, username, email, first_name, last_name, etc. So integration seems to be a matter of getting bbPress to check for my login_key cookie, and if the cookie is valid, load the data from my users table instead of from bb_users. I’m not concerned about registration, profiles or password changes, since those are all handled by the site on a larger level (although if I could disable those parts of bbPress, that would be helpful).

    Looking at pluggable.php, I’ll need to override wp_validate_auth_cookie() and bb_current_user() at the very least. Any other guidance?

    #3572

    I’m using Transition Towns bbPress forum and I cannot see a page of instructions anywhere – either there or here – about using code for those who are a little unfamiliar perhaps? I don’t understand your “allowed markup” below, if this is it. I want to put hyperlinks in but hide the URL, and the phpBB system [url=http://website_URL]website[/url] evidently doesn’t work here.

    dragosbogdan
    Member

    I’ve been trying to follow this thread that has a patch to display the temporary password for users who have just registered with my forums:

    Users dont receive password after registration

    the code in my file is different then what pravin said to change in bb-includes/registration-functions.php. i just can’t figure out what needs to be changed.

    is this technique outdated? I’m running bbpress 0.9.0.2. i would really like to do this as my mail server from my crappy host gets blacklisted often and registration emails get caught in spam filters.

    i also know i should add some stuff to my SPF records, but 1) i’m not really sure how to do that (that’s a different thread though) and 2) i’d like to display the passwords at registration anyway.

    please help!

Viewing 25 results - 56,826 through 56,850 (of 64,448 total)
Skip to toolbar