Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 31,551 through 31,575 (of 64,517 total)
  • Author
    Search Results
  • #113945

    Does not appear so, enderandrew. I have access to who’s visited the site type logs and some error stuff but the error stuff shows no issues. The guy told me basically what I typed in here. That part of bbPress was taking longer than 30 seconds to do… Something. Evidently they don’t know what either. All I know is I installed v3.4 of WordPress and bbPress no longer works… Just keeps giving this error. Not sure what to do.

    #113611

    In reply to: GD bbPress Tools

    enderandrew
    Participant

    Check out this thread:

    https://bbpress.org/forums/topic/wp-34-bbpress-cannot-edit-pages

    The problem may be with plugins that tie into the admin bar.

    enderandrew
    Participant

    bbPress 2.0 no longer uses bb-config.php.

    bbPress 2.0 has limited integration with Buddypress out of the box. bbPress 2.1 and BuddyPress 1.6 (both upcoming) have better integration.

    Install Buddypress first, but don’t turn on the Forums component. Then install bbPress 2.x and it should see your Buddypress install.

    #113944
    enderandrew
    Participant

    I’m using them both together successfully. In fact, I’m using WP 3.4 and the SVN version of bbPress 2.1.

    There are a variety of reasons why a particular request might take 30+ seconds. It could be updating DB tables or making one-time changes to the site.

    Do you have access to server logs through your hosting company?

    #113942
    enderandrew
    Participant

    I had the same issue, but disabling GD bbPress Tools resolved the issue for me.

    #45338

    WordPress and bbPress are made by the same folks, as far as I understand, so while this sounds a bit odd to me it does appear to be the case… WordPress v3.4 and bbPress are not compatible. My site informed me of a WordPress Update today and I was like COOL… update that puppy! Now the Forums are gone and all I get is this lovely message…

    Fatal error: Maximum execution time of 30 seconds exceeded in /public_html/wp-content/plugins/bbpress/bbp-includes/bbp-forum-template.php .

    I contacted my Hosting Provider and they said it basically means that part of bbPress is taking LONGER than 30 seconds to do… SOMETHING. I told them that’s ridiculous as my website doesn’t take 30 seconds to do ANYTHING. The guy said yeah, my guess would be that the NEW WordPress isn’t compatible with bbPress. I was a bit floored and I said, again, well that’s ALSO ridiculous as they are BOTH made by the same folks, surely they wouldn’t release an Update to WordPress that is going to render bbPress disabled. But surely enough that does appear to be the case…

    http://goodintoday.com/discussions

    Is someone working on a resolve for this, I hope?

    Andrew

    Good in Today

    http://goodintoday.com

    #45337
    katmmad
    Participant

    Hi — I cannot figure out how to get rid of the bullet points that seem to be showing up with my boards. Help! Looking at the CSS there seem to be a million classes with .li as a defining feature.

    I’m running bbPress 2.2 (or whatever the beta is), Genesis/Prose, and the bbPress Genesis Extend and bbPress Custom CSS plugins. Thanks!

    #113941

    Ok so it turns out the Admin Bar plugin was the culprit. I hardly benefited from it anyway so no worries.

    #45336

    After updating to WP3.4 I noticed with the bbpress 2.0.2 plugin activated I cannot edit any page on my website. If i click to edit any page i am taken to the last category for bbpress i created.

    If i turn off bbpress everything works perfectly.

    The site functions either way but i cannot be deactivating bbpress anytime i make an adjustment to a page…

    Any thoughts?

    #45335

    Topic: bbPress Smilies

    in forum Plugins
    rmmorley
    Member

    I’ve whipped up a little bbPress 2 plugin for my site that lets my users embed smiley shortcodes in forum posts.

    You can customize the shortcode delimiters (defaults are ”) so your smiley codes could look like [happy] or :happy: or {*happy*} etc.

    The shortcode list is built dynamically based on the contents of the smilies directory. You just need to place any number of GIF, PNG, or JPG images into that directory, so adding the file “happy.gif” will allow [happy] to be used in posts. It caches the list though, so it’s not scanning the directory all the time.

    Anyway, this is the first plugin I’m publishing for others to use, and I’ve just started the process of putting it on wordpress.org’s plugin directory, which takes a while to get approved it seems.

    Until it shows up there, I’d be happy to email it to anyone who wants to take it for a spin.

    I have it running on http://christian.net, and you can see the smilies that I have available at http://christian.net/forum-smilies

    #113610

    In reply to: GD bbPress Tools

    Milan Petrovic
    Participant

    I have tested with WP 3.4 final, bbPress 2.1-r3920 (last from trunk), and everything is working, and not problems with edit or adding posts/pages. Maybe something was broken by bbPress with one of the trunk builds causing problem. Let me know if you have problem still.

    redsavior
    Participant

    Like the subject says… buddypress integration – Where is bb-config.php in bbpress v.2.0.2?

    I haven’t found it anywhere. Until I do, buddypress can’t connect to my bbpress install which existed prior to the buddypress install.

    #113923
    Steve
    Participant

    What I found was that going to a specific Post was OK but the further and further up the Forum tree I went the slower it got until eventually it dies with:

    [13-May-2012 14:13:33] PHP Fatal error: Maximum execution time of 90 seconds exceeded in /webstuff/wordbooker/wp-content/plugins/bbpress/bbp-includes/bbp-forum-template.php on line 554

    [13-May-2012 14:14:10] PHP Fatal error: Maximum execution time of 90 seconds exceeded in /webstuff/wordbooker/wp-content/plugins/bbpress/bbp-includes/bbp-forum-template.php on line 173

    I actually raised this over on the main WP forums back in May because here always seems to be over-run with spam but I guess no-one checks over there.

    #110609
    enderandrew
    Participant

    The layout issue appears to be with the theme. It is adding 275px of padding for the sidebar twice on the forum template pages. Even if I replace page.php in my child theme with a no sidebar template, it is still happening. I think that is a CSS issue I’ll have to fix myself.

    However, wp-content/plugins/bbpress/bbp-theme-compat/css/bbpress.css loading in addition to the bbpress.css in my theme appears to be a bug as far as I can tell. I’ll file a ticket in Trac.

    #45332
    enderandrew
    Participant

    Has anyone got bbPress 2.x formatting correctly in a Suffusion child theme? Would they be willing to share their child theme so I can see what they did, or help me?

    Thank you!

    #110608
    enderandrew
    Participant

    I’ve copied the contents of wp-content/plugins/bbpress/bbp-themes/bbp-twentyten into my Suffusion child theme which resides at wp-content/themes/bsig

    It is still however pulling the bbpress.css from wp-content/plugins/bbpress/bbp-theme-compat/css

    It also doesn’t appear to be using my customized templates. I’ve tried most every step I can find online to try and resolve this, but it hasn’t worked so far.

    http://blindscribblings.com/forum – The forums are squished to the right and my sidebar on the bottom and empty space to the right.

    If I use a shortcode then the index looks fine, but the sub-forums and threads have the same problem. Here is an example with a shortcode.

    http://blindscribblings.com/test/

    #45312
    Ebq
    Member

    I have been trying to setup a bbPress forum for a while now and everything went very smooth. Now I’ve got a problem that I haven’t found a solution to:

    How do I force a user to log in before they can view any forum content at all? I’ve been thinking about just redirecting to /wp-login.php but how do I implement that into my bbPress forum so it knows that you have logged in?

    I thought this might work but don’t know what file to implement the code into…

    if ( is_user_logged_in() ) {
    //Site code here
    } else {
    header("Location: http://www.site-name.com/wp-login.php");
    exit;
    }

    I am a beginner to this whole webdesign world so bare with me if this question is not complicated at all.

    #44814
    formulae
    Member

    Can someone tell me how to remove the hyperlink from the user avatar.

    I do not wants them or other users to link to their bbPress/WP profile

    #113609

    In reply to: GD bbPress Tools

    Milan Petrovic
    Participant

    I will test this in the next few days.

    #45310
    enderandrew
    Participant

    WP-Polls will allow you to put a poll in a post. Now that bbPress 2.x is built on custom-post types, I’m assuming this is somewhat more feasible.

    Could someone write a bbPress plugin to integrate WP-Polls and bbPress?

    Thanks!

    #113759

    In reply to: GD bbPress Toolbox Pro

    enderandrew
    Participant

    Thanks. When I have some free cash, I may end up picking up the pro version later then.

    #113608

    In reply to: GD bbPress Tools

    enderandrew
    Participant

    I literally grabbed a nightly build of WordPress yesterday, so it is possible something changed. I was also using bbPress 2.1 from SVN yesterday and the only other bbPress plugin I was using was your Attachments plugin. I’ll check again in a week or so.

    #110606
    Jeff Sebring
    Member

    I like the direction you are going with bbpress. I’m implementing it for the support forum for my new theme shop.

    In my test environment with all error reporting on, I’m getting some notices from WP core on forum pages.

    ** Note – I’m using WP 3.4 RC3 ***

    Notice: Trying to get property of non-object in /PATH/wp-includes/general-template.php on line 1384 Notice: Trying to get property of non-object in /PATH/wp-includes/post-template.php on line 30 Notice: Trying to get property of non-object in /PATH/wp-includes/comment-template.php on line 776

    #113607

    In reply to: GD bbPress Tools

    Milan Petrovic
    Participant

    All my bbPress plugins are right now on the dev server with trunk versions of WP 3.4 and bbPress 2.1. But, maybe something changed in these in the last few days, that caused the problem, so I will check my plugins again. But with the RC1 of WP 3.4 and bbPress 2.1 from last Wednesday, all my plugins were working fine.

    Milan

    #113758

    In reply to: GD bbPress Toolbox Pro

    Milan Petrovic
    Participant

    GD bbPress Toolbox Pro includes all the features from my free plugins for bbPress (all 3 of them: attachments, tools and widgets). Plus, right now it has centralized panels for attachments and error logs for upload of attachments. There are some features that will go into Por plugin only, but I will continue to develop all 3 free plugins.

    Reason for having Pro plugin version is that I don’t provide support for my free plugins (I can deal with bug reports, but that’s it) due to the lack of free time, and my Pro plugins users (I have 7 premium plugins) are used to having full support and expect to have extra features from Pro plugins, and that’s why I decided to make it easier: to have one plugin to replace 3 free plugins to add few new things to it and provide full support as with my other plugins.

    Regards,

    Milan

Viewing 25 results - 31,551 through 31,575 (of 64,517 total)
Skip to toolbar