Search Results for 'bbpress'
-
AuthorSearch Results
-
May 12, 2011 at 8:52 am #95287
In reply to: bbPress 2.0 – Updates
tooltrainer
MemberWell the thing is, this theme is nothing like the typical WordPress theme. It’s a marketing theme specifically and can create single landing pages, squeeze pages, membership sites, minisites, sales pages, and a variety of other things. Oh yeah and it’ll make a blog too. But it’s so uber-functional that it doesn’t have any of the standard theme-fare, like a nice simple header.php, footer.php, single.php, etc. It’s something of a monster really.
I may try to add bbpress theme support to it at some point but actually I’ve spent over a month on this to get it to where it is, and just need to get my site live. Was probably slightly insane of me to choose an Alpha forum for my production site but hey… I like to live dangerously!
Thanks again, will keep poking around and trying to figure this issue out. If we were to leave it with the current “fix”, are there any dire consequences you can think of?
Jonathan
May 12, 2011 at 8:44 am #95286In reply to: bbPress 2.0 – Updates
John James Jacoby
KeymasterAlso, you shouldn’t need to use your franken-theme anymore. bbPress comes with some pretty cool theme compatibility now. Make sure you *don’t* have
add_theme_support( 'bbpress' );
in your custom theme, and bbPress *should* still work and fill in the blanks. You’ll just need to style your CSS to taste.
As an example, http://testbp.org/discussion/ is using the standard bp-default BuddyPress theme, with no template files moved or shifted around. bbPress is just putting itself where it thinks it should be. I’m using some short-codes on the front page to display everything, and some custom CSS to make it match a little more nicely.
May 12, 2011 at 8:41 am #95285In reply to: bbPress 2.0 – Updates
John James Jacoby
KeymasterCheck and make sure you’re using the new
bbp_current_user_can_access_create_topic_form()
and
bbp_current_user_can_create_topic_in_forum()
functions.
They consolidate a bunch of complicated logic that doesn’t belong in the template files. They are used in the bbp-twentyten/bbpress/form-topic.php template file.
May 12, 2011 at 8:37 am #95284In reply to: bbPress 2.0 – Updates
tooltrainer
MemberNope, no private, no hidden.
Jonathan
May 12, 2011 at 8:37 am #95283In reply to: bbPress 2.0 – Updates
tooltrainer
MemberHah simultaneous post.
It is a commercial theme, ProfitsTheme, that has had the twentyten bbP elements ripped out and put into it. I lovingly refer to it as FrankenTheme.
But for the most part it’s working like a champ. Except for this…It was working before just fine, then it didn’t so I updated to the latest trunk and re-integrated all my changes… then it worked great. Till today when it suddenly stopped again. Very confused…
Jonathan
May 12, 2011 at 8:36 am #95282In reply to: bbPress 2.0 – Updates
John James Jacoby
KeymasterAre you setting forums as private/hidden?
May 12, 2011 at 8:34 am #95281In reply to: bbPress 2.0 – Updates
tooltrainer
MemberOK, my coder commented out $r = bbp_exclude_forum_ids( $r ); in bbp_user_template.php but we don’t understand why that did the trick. Subscribers are now able to create topics and everything seems fine, but I’m hesitant to just semi-arbitrarily comment out something like that…
Jonathan
May 12, 2011 at 8:34 am #95280In reply to: bbPress 2.0 – Updates
John James Jacoby
Keymaster@tooltrainer – Custom theme, or using bbp-twentyten? Possible it’s a custom theme and you’re not checking caps correctly?
Check bbp-includes/bbp-caps.php. It relies on meta capabilities to match up bbPress caps with WordPress caps. If you altered the core caps for specific core WP roles, they could be all wacky. Also, caps are stored per user, and per role, so if you adjusted them in the middle of a live site, you might have some users with different caps than others.
May 12, 2011 at 8:00 am #95279In reply to: bbPress 2.0 – Updates
miruru
MemberI’m not quite understanding what you mean.
I assume that you mean setup a function where if it is bbp_get_topic_last_active then display the date/time.
Is there anyway you could start me off on this?
May 12, 2011 at 6:59 am #95278In reply to: bbPress 2.0 – Updates
tooltrainer
MemberEven turning on anonymous posting didn’t work. I still get the “You must be logged in…” message.
Jonathan
May 12, 2011 at 6:57 am #95277In reply to: bbPress 2.0 – Updates
tooltrainer
MemberI reactivated capsman just to see if it would help, but it doesn’t. Subscriber role users already have all the normal bbP capabilities, but still can’t create topics.
Seriously stumped… one of my coders has been hammering on this for hours and still has no idea what the trouble is.
Jonathan
May 12, 2011 at 6:44 am #95276In reply to: bbPress 2.0 – Updates
tooltrainer
MemberI actually several days ago removed a plugin for managing capabilities, because I wasn’t actually using it. It was Capabilities Manager. But right now, no… nothing as far as I know.
Where does bbP handle what roles have permission to do what?
Jonathan
May 12, 2011 at 6:15 am #95275In reply to: bbPress 2.0 – Updates
John James Jacoby
Keymaster@tooltrainer – It’s some kind of capability issue. Do you have any custom plugins that are modifying your capabilities? Is there anything special about your installation that would help identify what’s going on?
May 12, 2011 at 6:14 am #95274In reply to: bbPress 2.0 – Updates
John James Jacoby
KeymasterDoes /wp-content/plugins/bbpress/bbp-themes/bbp-twentyten/style.css exist?
No need to move files around.

Don’t worry, it’s actually more common than you might think to get the two confused.
May 12, 2011 at 3:47 am #95273In reply to: bbPress 2.0 – Updates
Ryan
MemberNew vanilla WordPress 3.1.2 install,
Downloaded zip from trac, branches_plugin-3138.zip
Unzipped and uploaded everything to /wp-content/plugins/bbpress/
Activated. Added a forum, added topics. No problems.
Broken Themes
The following themes are installed but incomplete. Themes must have a stylesheet and a template.
Name Description
bbp-twentyten Stylesheet is missing.Does exist: /wp-content/plugins/bbpress/bbp-themes/bbp-twentyten/css/bbpress.css
Is this a problem, or should I be moving files around?
—Also, I’m the village idiot b/c thought you meant something about testing BuddyPress. I haven’t used bbp so I’m not much help, but figured I’d install it and try anyway.
May 12, 2011 at 3:39 am #104843In reply to: The Most Customized Version Of BbPress Ever.
Fartlek
MemberThat’s cool…it looks like a support ticket system. I would have never guessed it uses bbpress.
May 12, 2011 at 3:39 am #99743In reply to: The Most Customized Version Of BbPress Ever.
Fartlek
MemberThat’s cool…it looks like a support ticket system. I would have never guessed it uses bbpress.
May 12, 2011 at 3:37 am #103266In reply to: Just a Community
Fartlek
MemberIs this one currently using bbpress?
May 12, 2011 at 3:37 am #98166In reply to: Just a Community
Fartlek
MemberIs this one currently using bbpress?
May 12, 2011 at 3:19 am #95272In reply to: bbPress 2.0 – Updates
tooltrainer
MemberMy previous problem of users not being able to creat topics, has suddenly returned and I don’t know why. When a user is looking at the topics, they see this at the bottom:
Sorry!
You cannot create new topics at this time.
Any idea what would be causing this??
Thanks,
Jonathan
May 12, 2011 at 3:11 am #105556In reply to: Show me your website
John James Jacoby
KeymasterMost likely not going to happen. We have an entire forum for showing off installations. Give that a look.
May 12, 2011 at 3:11 am #100456In reply to: Show me your website
John James Jacoby
KeymasterMost likely not going to happen. We have an entire forum for showing off installations. Give that a look.
May 12, 2011 at 2:46 am #38427Topic: Show me your website
in forum Requests & FeedbackDaily Anarchist
MemberIf you have an integrated wordpress blog and bbpress forum I would really like to see it. I’m really interested in seeing some working examples to better see what I’m getting into. Please link to your websites below. Thanks!
May 11, 2011 at 11:38 pm #105541In reply to: General Questions
Daily Anarchist
MemberThat makes much more sense now! Thank you!
I think it might be better for me just to wait for the plugin version of bbpress. Can you give me a guestimate when it will come out? It would be much appreciated!
May 11, 2011 at 11:38 pm #100441In reply to: General Questions
Daily Anarchist
MemberThat makes much more sense now! Thank you!
I think it might be better for me just to wait for the plugin version of bbpress. Can you give me a guestimate when it will come out? It would be much appreciated!
-
AuthorSearch Results