Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 29,051 through 29,075 (of 64,540 total)
  • Author
    Search Results
  • #119935
    Pietro
    Participant

    Hi Everybody, Guys !! ^_^
    Please, I have a question.
    My Forums shows me this message:

    The qTranslate Editor has disabled itself because it hasn't been tested with your WordPress version yet. This is done to prevent WordPress from malfunctioning. You can reenable it by clicking here (may cause data loss! Use at own risk!). To remove this message permanently, please update qTranslate to the corresponding version.

    The point is that: Even if when I’ve installed the bbPress qTranslate was not updated, so this message was right … Now qTranslate it is updated, but by the way bbPress doesn’t seems to see the change and it doesn’t shows me forum-contents by language.

    The 1.st link in the message (reenable qTranslate) doesn’t works …
    What to do, please, if I want to build a multi-language Forum ??

    Another deal:
    Why bbPress shows me this ugly editor ??

    If I click on Visual then it is good, but the 1-st one is the defaul one …

    THANK YOU !!
    Pietro

    • This topic was modified 13 years, 9 months ago by Pietro.
    #119934
    staipa
    Participant

    No news?

    #119928
    bibliox
    Participant

    I’m new to web designing and i want 2 design a website which contains a discussion forum. I heard that using bbpress or phpbb i can create a forum. I want 2 know hw 2 build a website with these things??
    and whether they are only for forum or can i build my entire site using only bbpress??

    #119921

    In reply to: freshness

    thesnowjunkies
    Participant

    These links are five or so years old. Does anyone know how to do this in the current version of bbPress?

    #119920

    In reply to: bbPress not working

    markitup23
    Participant

    This was a problem I encountered as well… thanks for the solution to this problem.

    #119919
    sambedingfield
    Participant

    Great news to hear about 2.2 and thanks for your support John. Unfortunately I’m working to a deadline, so I’m forced to use any temporary fix for now.

    From notes mentioned in threads above I followed these directions and have been able to re-move the fatal error…

    – Stripped out the entire BBP_Twenty_Ten class in my child’s functions.php file
    – Temporarily disabled the plugins folder by renaming it ‘plugins~’
    – Reload the admin page to get back on the dashboard
    – Rename the plugins folder back to its original ‘plugins’
    – Re-enabled the updated bbPress version on the Plugins page
    – Re-save my Permalinks and Forum settings

    #119918

    In reply to: Theme Packages

    kausikc
    Participant

    I do not think the theme formally supports bbpress. Should I copy files as mentioned in https://codex.bbpress.org/theme-compatibility/ and set theme package to “compat”?

    #119917

    Probably best to wait until bbPress 2.2 comes out this week. It’s version of theme compatibility will address much of these complexities.

    #119916

    In reply to: Theme Packages

    Anything from incorrect query_posts() usage, to not using wp_reset_query() where you should, and on, and on…

    If your there supports bbPress already (meaning it has the templates already where they belong) it doesn’t need any additional code in functions.php.

    #119915

    In reply to: Theme Packages

    kausikc
    Participant

    Yep. Confirmed. I installed a brand new site, then bbPress. All themes work. Then installed my custom theme. Everything messed up. (Being new to bbPress) what could be the cause that blocks the whole bbPress section with this custom theme?

    #119914
    sambedingfield
    Participant

    Sorry John, my mistake whilst in a panic: it is the child theme’s function.php which is causing the error, the line: class BBP_Twenty_Ten extends BBP_Theme_Compat

    I have custom code in the main theme function file, but not the child. Strange that I have been updating bbPress fine with that exact same custom code during the past two updates.

    Another forum post of interest. Could it be related to a priority issue? I’m really not sure where to begin looking through my custom code – so any clues will help.

    I’ll keep digging and report if I can diagnose anything more.

    #119912

    In reply to: User role setting

    Ignore them for now; bbPress 2.2 will alleviate much of these questions.

    #119910

    Unclear why the theme would have BBP_Theme_Compat code in it? It certainly doesn’t come with the Toolbox theme.

    I just tested bbPress 2.1.3 and:

    * Works fine with Toolbox, out of the box.
    * Works with with BuddyPress.
    * Works fine without BuddyPress.

    If you made modifications to Toolbox, or have some custom code in a child theme of Toolbox, that’s likely the cause, though I don’t see how 2.1.3 is the problem, unless you modified files in the bbPress plugin yourself.

    #119909
    sambedingfield
    Participant

    Just a heads up, I’ve been reading this and similar posts and I can’t find a solid solution.

    I can confirm I wasn’t updating anything other than bbPress and I do not have BuddyPress installed nor any other plugins conflicting.

    Any help will be much appreciated!

    #119908
    sambedingfield
    Participant

    Just got exactly the same issue whilst updating today. Fatal error: Class ‘BBP_Theme_Compat’ not found in …/wp-content/themes/***/functions.php on line 32

    I had just updated to bbPress 2.1.3
    – Using WordPress 3.4.2
    – ‘toolbox‘ theme
    – a child theme which was a clone of bbPress 2.0 standard theme

    Line 32 of my functions.php reads if ( ! function_exists( 'toolbox_setup' ) )

    #119907

    In reply to: Theme Packages

    kausikc
    Participant

    >> You’ll want to try bbPress with some other WordPress themes, and see if they play nicer together out of the box.

    Already tried. It only works with twnetyten (bbpress) theme. It does not work with twnetyeleven. I’ll download a few more and give it a try.

    rsanchez1
    Participant

    There’s a couple of filters that could be useful for you:

    bbp_user_register_redirect_to
    bbp_user_lost_password_redirect_to

    These pass a URL to the filter callback that is where bbPress will redirect users after they register or use the lost password form. You simply return whatever URL you want it to redirect users to instead and that URL will be where users are taken. In my case, I send them back to the forum home using bbp_get_forums_url().

    For editing their profile, the templates provided in the bbPress plugin directory can help. Look in bbp-themes/ or bbp-theme-compat/extras/ for single-user-edit.

    #119902
    G Hinson White
    Participant

    My goal was to have a blog where I could rave and rant and integrate a forum whereby viewers could interact and post their opinions. My wish list included:

    Single log on
    It needed to look as part of the blog and not an ‘add-on’
    I wanted to be able to create a blog post and be able to automatically create a forum topic with links from each to each.

    bbPress was exactly what I needed. I use the Suffusion and a suffusion plugin and here is what I came up with. I would appreciate any thoughts. I think it integrates perfectly.

    http://www.rbcforum.com

    • This topic was modified 13 years, 9 months ago by Stephen Edgar. Reason: Moved to 'Pimp your Press' forum
    #119901

    In reply to: Theme Packages

    It’s been less than a day, and these forums move pretty slowly; when someone has something to add, they will.

    Until then, it’s safe to say that your theme is most likely the culprit here. You’ll want to try bbPress with some other WordPress themes, and see if they play nicer together out of the box.

    #119899
    marceloparra
    Participant

    Hello, we are working on a website that is on development and installed BBPress.
    The URL is: http://fleet.decostainc.com/forums/

    Is it possible to have the forums limited to specific User Groups?

    Like subscribers have access only to the Safety forum.

    Hope to hear from you soon.

    Thank you.
    MP

    #119898

    In reply to: Theme Packages

    kausikc
    Participant

    I guess that no one has seen this issue. I have this problem with the setting “bbPress Default (bbp-theme-compat)” when WordPress theme is anything other than twenty ten (bbpress). Just nothing shows up with other WP themes.

    #119896

    In reply to: Don't

    Warning newcomers about your opinion, or your incorrect observation?

    Regarding development speed, see:

    bbPress has never had unread posts in core, it’s been too complex and costly of a feature to include in core bbPress in the past. Maybe you can help implement it, and speed up the development cycles?

    To more acutely answer your question, absolutely yes – you can build a community that lacks unread posts. We’ve build the entire WordPress.org ecosystem around bbPress.

    Did you know the plugins API that powers the plugins pages in your WordPress dashboard is powered by bbPress? Or that the 5 million users on WordPress.org are all linked by users tables originally setup inside of a bbPress installation? Or that WordPress.org doesn’t run WordPress; it runs bbPress?

    A hammer isn’t very good until you hit something with it.

    #119895
    markthedoc1
    Participant

    Hi

    I’m getting a lot of spam registrations to a new forum I’ve created, I was wondering if there’s a way to stop this?

    I’ve seen a couple plugins available but they seem to be for bbPress 1.

    Any help with this appreciated.

    jezza101
    Participant

    Not sure what happened but the posting form on my forum has changed. Unfortunately I did a few plugin upgrades – jetpack, bbpress, genesis bbpress plugin – at the same time, and some other updates to the site so not sure what has caused it.

    Wondering if anyone has had this too and could help me identify the cause, and hopefully a fix?

    For example, have a look here: http://www.nxtab.co.uk/discussion/forum/off-topic/site-news/

    The form buttons have changed and now appear to have taken some styling from the site’s theme (ah could there be a clash of CSS classes perhaps?) and switching between HTML and visual no longer works.

    Will be experimenting with disabling and enabling plugins to see if there is a clash.

    Any help much appreciated.
    Thanks.

    #119888
    Satish
    Participant

    *how

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