Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 35,626 through 35,650 (of 64,516 total)
  • Author
    Search Results
  • #107949
    soggybiscuit
    Member

    Hi

    I have found a patch that has worked for me and perhaps you may want to incorporate it into the plugin….

    This is not my fix – details can be found at:

    http:// brassblogs.com /cms-platforms/wordpress/wp_logout_url-agh

    It worked for my installation so perhaps will be of general use.

    Cheers

    #108608

    Does this little bit of code in the functions.php work? Is this the plugin you are talking about?

    https://bbpress.trac.wordpress.org/ticket/1575

    I’ve actually tried using the search bar here several times but it wasn’t working for a while, it was just bring up a broken page (I don’t think it was a 404). But it seems to be working now.

    Is there any way to create two separate search bars? Or drop down options like in Buddypress to search Members, Groups, Forums, Posts?

    #108566
    kineticllc
    Member

    I got a little more info from the theme (Sofa OPNPress from ThemeForest) owner… these are his words exactly:

    “Yeap, I’m afraid breadcrumbs will not work with BBpress. And I think there’s no function or a plugin that will actually do the job properly. This theme is using Dimox breadcrumbs function (see http://sum.mx/4apyd2). Maybe you could ask for author advice on that subject… as far as I can see all the breadcrumbs logic relies on if-else clauses and if there’s a clause that can be used to “detect” BBpress – you are on the horse.”

    To answer your question, and I’m sure I’m over simplifying, I guess I was just going to use short codes to get the forums to show up and then rely on the built in breadcrumbs to do their job. But if I could figure out at least what is causing the conflict and causing the page to break the I could fix that and if 2 breadcrumbs were show I’d settle for that. Or, said a different way, if the main site breadcrumbs are more important to me than the forum breadcrumbs if that makes sense.

    I’m more of a frontend coder with the ability to do minor tweaking to existing function files which is why I’ve gotten to this point. It’s a bit over my head on how best to address it. I hate being the unique scenario guy but would love to use bbpress for facilitating my community interaction. Any more help is deeply appreciated.

    Thanks!!

    #39790
    travis.hill
    Participant

    Does the bbPress plugin (2.0-RC-4) allow shortcodes from other plugins?

    I wish to enter a poll into a discussion using wp-polls, but the shortcode comes through instead of the poll.

    http://skullclan.com/topic/features-poll/

    Thanks!

    #108560
    travis.hill
    Participant

    Thanks @JohnJamesJacoby. Your contributions throughout bbPress are greatly appreciated.

    I may have jumped the gun with my initial post, as I’ve gotten it to work how I desire.

    I had to edit more files than I at first realized, and everything is working a treat.

    Thanks again for your continued support and development. It is truly appreciated.

    #108610
    al3xander
    Member

    Hey John,

    thanks for your quick reply.

    Hello John, that sounds like a good plan.

    I’ll give it a try, thanks!

    #39791
    fum
    Participant

    Hi, I´m testing bbPress 2, it works fine, but when I enter at the forum instead of appearing on the screen with the threads posted’ll stop at the desk with a summary of threads, etc..

    Someone can tell me how to make upon entering the forum leads me to the threads published directly, bypassing the desktop? The theme is Andreas 09 Ciberpress.

    Thanks and greetings.

    #39782

    Dear bbpress Experts,

    How can i get the latest discussions in a topic but only for that category were the topic is in?

    Lets say a have a topic in category games, then i would like to show the latest games category topics in the sidebar in that topic.

    I have searched the forum and Google for this but still not come up with a solution…

    Can this be done?

    Thanks in advance.

    #108607

    The search in bbPress 2.0 is purposely limited. It’s possible to remove the restriction with code (a small plugin) but I wouldn’t recommend it, since the actual number of users that search your forums is surprisingly small.

    For an example, had you searched these forums, you would have found several topics about this already. Instead you naturally skimmed the site, didn’t see an immediate answer anywhere, and asked your question. :)

    #108509
    Jose Conti
    Participant

    just tell you one thing,

    I deleted WangGuard a lot of hours ago, but you can still download.

    I think I need to do something more…

    Maybe a readme.txt?

    Plugin: https://bbpress.org/plugins/topic/wangguard/

    SVN repo: https://plugins-svn.bbpress.org/wangguard/

    branches, tags and trunk are empty…

    Thank you

    #108445

    In reply to: bbPress 2.0 plugins?

    You can do that fairly easily by reading the plugin descriptions. Please understand that this is a transitional period for bbPress, and things are going to be a little confusing for a while.

    Also, keep in mind that any bbPress plugins in the WordPress repo, were there for a very, very specific use case, where bbPress stand-alone was integrated with WordPress. That type of setup is considered ‘advanced’ by most users, so the audience is limited.

    Lastly, browsing the plugin repo for ‘bbpress’ probably isn’t going to really provide you the results you want anyways. You’ll have better luck looking for the functionality you want, and then seeing how nicely bbPress plays with it.

    #108546

    Yes. Delete the plugin via your favorite FTP program, and see if things come back to normal. If so, you need to do some trouble shooting to see what the conflict is. If not, you still need to trouble shoot, but at least you know bbPress isn’t the problem. :)

    #108565

    @kineticlic – If I understand correctly, you’re saying you want to turn off the bbPress breadcrumb and use the one that comes with the theme? By doing this, chances are the theme’s breadcrumb won’t understand what to do with the bbPress specific pages.

    #108609

    Good question. The main reason it loads all the time is shortcodes. bbPress doesn’t have any way to know that the_content contains a shortcode when the head of the page is being processed, so including it all the time is the safest bet for most people.

    If you want to dial in your installation, you can wrap the CSS enqueue in a is_bbpress() check. is_bbpress() returns true when WordPress is loading up a bbPress specific page.

    #39780
    al3xander
    Member

    hey guys,

    i’m currently using a wpms installation and bbpress.

    i would like to load the stylesheet which bbpress has, only to load on bbpress specific pages, why would it load on on the blogs startpage anyway? :)

    is there a way to do that?

    regards,

    alex

    #108564
    kineticllc
    Member

    I went this route too – BUT…

    My problem was a bit like yours – whitespace on the site after install.

    I have a theme I bought and after getting this plugin to work fine right out of the box (so to speak) on another purchased theme I thought it would be fine for this site. Anyway, after I installed this and set up a forum and few topics I went thru the site and noticed the forum pages would break (not the rest of the site just forum pages) – at the breadcrumb for the main site (not the bbp breadcrumb). Header would show, but no footer, nothing after the breadcrumb start. If I disable the breadcrumbs in the main theme everything is fine – course what I’d rather do is turn off the breadcrumbs for BBPress. I might not have searched the forum enough, but I love to know how to disable (not just hide) the bbp breadcrumb. Well I guess I would love to what’s causing the conflict, but there aren’t any errors being thrown and I don’t have the patience to investigate this out without some help. I’ve also contacted the theme maker but I thought I’d give this a try too.

    John, if your out there, a little insight perhaps?

    #108545
    tomerwin
    Member

    Thank you John, but reinstalling what? BBPress? How can I do that even though I can’t log into my WordPress dashboard? Do I have to delete the plugin folder via FTP? And would that be enough to get my WP dashboard back?

    More insight would be appreciated. Thank you for your help.

    #108558

    Maybe an easier way to get a unique sidebar for your forums is to try this:

    1. Make a file in your active theme called bbpress.php.

    2. Copy the contents of your page.php into bbpress.php.

    3. Instead of calling get_sidebar(), put your custom sidebar code there

    4. Done.

    Since you seem satisfied with everything else, this should be the easiest may to get by for now. I’ll take a look through the instructions again and try to put something more in-depth together soon.

    #108579

    :) Yay! Thanks!

    #108588

    Perfect. Happy to help, and happy you were able to figure it out. Good work!

    #108587
    kamimado
    Member

    THANK YOU for teaching me something new.

    That was, indeed, the problem. And, yes, I had installed a theme framework a couple days ago (Platform Pro).

    I did a google search for the terms you mentioned and fixed the problem.

    Thank you again.

    #108574

    Fixed.

    #108586

    You need to increase the amount of available memory on your server. I suspect you have other plugins or a theme framework active also, as WordPress + bbPress alone shouldn’t be pushing 32Mb.

    Do a Google search on increasing available memory for your server configuration. There are different ways to do it depending on your level of access and/or experience.

    #39773
    kamimado
    Member

    I am using WordPress 3.2.1 and installed the bbpress 2.0 RC4 plugin. Immediately after activating the plugin, I could no longer access anything on my site. Not the home page. Not the Dashboard. What I keep getting are the following errors.

    Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 30720 bytes) in/home4/paperwin/public_html/yousuckatkorean/wp-content/plugins/bbpress/bbp-admin/bbp-settings.php on line 589

    Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 71 bytes) in/home4/paperwin/public_html/yousuckatkorean/wp-includes/taxonomy.php on line 2624

    Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 24 bytes) in/home4/paperwin/public_html/yousuckatkorean/wp-includes/taxonomy.php on line 2631

    I searched the support forum for “error after install bbpress 2011” but couldn’t find much.

    I tried re-uploading the bbpress plugin folder, but to no avail.

    It seems like a WordPress issue rather than a server issue since the server is telling me that my error is coming from the WP directory, and I’m able to access other sites on the same server.

    Any ideas on how to solve? Is it safe to simply delete the bbpress plugin folder? Will that solve the problem?

    I don’t know what the ‘taxonomy.php’ file does. Should I re-upload a virgin copy of it?

    Any help would be VERY much appreciated. Thank you!

    regards,

    Ryan

    #108573
    CodeMunkyX
    Member

    Sorry, not sure if someone can edit the title and my post, but it is Jigoshop, not Jigashop … always type that wrong, hehe. May help later for someone searching.

Viewing 25 results - 35,626 through 35,650 (of 64,516 total)
Skip to toolbar