Search Results for 'bbpress'
-
AuthorSearch Results
-
August 3, 2012 at 4:59 am #116473
In reply to: My custom bbpress site,
nibbles_wild
MemberWhat happened to tartarus.co.nz? where has it gone?
August 3, 2012 at 4:02 am #116471In reply to: How to force bbpress to use certain page template?
John James Jacoby
KeymasterYou’re welcome. Look forward to seeing your codex page. 🙂
August 3, 2012 at 4:01 am #116470In reply to: Making Backend Profile page same as Frontend one
John James Jacoby
KeymasterSince the admin area has a settings API that it uses, compared to bbPress which currently uses customized templates, you’ll have to do some developer work to integrate them. Until bbPress has API’s for theme-side fields, this will likely be a one-off solution for your specific use-case.
August 3, 2012 at 4:01 am #116469In reply to: How to force bbpress to use certain page template?
davidkooo
Participantthank you, that solved my problem.
August 3, 2012 at 3:56 am #116466In reply to: New version of bbpress has caused fatal error?
John James Jacoby
KeymasterNo idea what royal_login() is, but it’s not related to bbPress.
August 3, 2012 at 3:53 am #116465In reply to: Can't view or post to forums after 2.1 update
John James Jacoby
KeymasterI’d advise against reverting back. Instead, in your theme’s functions.php, put…
$GLOBALS['bbp'] = bbpress();
August 3, 2012 at 3:50 am #116464In reply to: Tag Cloud not working in 2.0.2
John James Jacoby
KeymasterSome plugin is not filtering queries correctly, and is intercepting bbPress’s query and breaking it. Try deactivating plugins and seeing which one isn’t playing nicely.
August 3, 2012 at 3:47 am #116462John James Jacoby
KeymasterI’m a little confused by what netweb is telling you to do. The bbPress Moderation plugin is actually the thing that ENABLES the behaviour you’re experiencing. Without that plugin, your users should be allowed to create topics and replies on their own without any intervention from you or anyone else.
Deactivate the bbPress Moderation plugin, deactivate bbPress, activate bbPress. That should reset all of bbPress’s role and capability mapping, in the event something is broken.
August 3, 2012 at 3:43 am #116461In reply to: How to force bbpress to use certain page template?
John James Jacoby
KeymasterThere is documentation, at codex.bbpress.org. It’s a wiki, so you’re free to teach yourself how bbPress works, and contribute your knowledge upstream so others can learn from you.
That said, what you want to do is as easy as making a bbpress.php template in the root of your theme. It will act as the wrapper for all bbPress content.
August 3, 2012 at 3:41 am #116460In reply to: How is the user profile page being generated?
John James Jacoby
KeymasterFiles in the /extras/ folder are not actually used by bbPress’s theme compatibility, and are only there as extra root level templates for people that want to make their own themes.
Most likely it’s using your page.php as a wrapper, and pulling in the template parts in /bbp-theme-compat/bbpress/user-…
August 3, 2012 at 3:38 am #116459In reply to: Should bbPress work 'out of the box' with my theme?
John James Jacoby
KeymasterThat’s annoying. Replace that call with bbp_get_forum_parent_id().
August 3, 2012 at 3:36 am #116458In reply to: Edit Forums Error – "Cheatin’ uh?"
John James Jacoby
KeymasterDeactivate bbPress, and activate it again. It sounds like something is preventing roles and capabilities from working correctly. Are you using some kind of plugin to privatize your site?
August 3, 2012 at 3:20 am #116454In reply to: How to force bbpress to use certain page template?
davidkooo
Participantno that helps only for forum index, other pages are with sidebar.
documentation would be great. Because I dont know how one should understand this plugin without anything…
Or maybe one switch in administraton, like: “Use this freaking page template for whole forums” would be great.
August 3, 2012 at 2:36 am #116452In reply to: change font size of my bbpress forums?
Stephen Edgar
Keymaster> If asking for help, please include your WordPress version, bbPress
> version, and a link to your site.A link to your site would help so we can see your setup.
August 3, 2012 at 2:35 am #116451In reply to: Should bbPress work 'out of the box' with my theme?
Stephen Edgar
KeymasterbbPRess will work with ‘most’ themes though it would appear that both bbPress and the ‘Origin’ theme are having conflicts with the ‘breadcrumbs’.
Can you contact the theme author to have a look at resolving the conflict with the theme for bbPress?
August 3, 2012 at 2:34 am #116450In reply to: How to force bbpress to use certain page template?
davidkooo
Participantthank you
August 3, 2012 at 2:15 am #116442In reply to: Forum page showing all topics
Stephen Edgar
Keymaster> If asking for help, please include your WordPress version, bbPress
> version, and a link to your site.If you could give us a link to your site we can have a look.
August 3, 2012 at 2:13 am #116441In reply to: bbPress nofollow for Non Admins?
Stephen Edgar
KeymasterCan you create a ticket with replication steps and the expected behavior https://bbpress.trac.wordpress.org/newticket
August 3, 2012 at 2:07 am #116440In reply to: Tag Cloud not working in 2.0.2
Stephen Edgar
KeymasterAny fixes for known issue have all been released with bbPress 2.1.2
Why arnt you running the latest versions WordPress, BuddyPress and bbPress?
August 3, 2012 at 2:04 am #116439In reply to: Admin Approval Email for New Topic
Stephen Edgar
KeymasterWill this do what you want it to?
August 3, 2012 at 2:02 am #116438Stephen Edgar
KeymasterThe behavior you are seeing is by design what the ‘bbPress Moderation’ plugin
From https://wordpress.org/extend/plugins/bbpressmoderation/
> “To help reduce spam in bbPress forums, this plugin will change the
> status of new topics and replies to ‘pending’. Any pending
> topics/replies will be shown as ‘Awaiting Moderation’ until the
> administrator approves publishes them.”Or did you install this plugin to try and resolve the issue but with the plugin disabled you are still seeing this behavior?
What happens when you disable all other plugins on your WordPress install?
August 3, 2012 at 1:52 am #116437In reply to: Layout Problem with 2.1.2 Forum Using PHP Ease Theme
Stephen Edgar
KeymasterDo you still see the same theme behavior if you switch ‘theme packages’
August 3, 2012 at 1:14 am #116436In reply to: What theme does this site use?
Stephen Edgar
Keymasterbbpress.org is using a customized theme of bbPress 2.1 to showcase the features available, at this time it is not available for download though.
August 3, 2012 at 1:12 am #116435In reply to: New version of bbpress has caused fatal error?
Stephen Edgar
KeymasterAnother user is also having problems with ‘CheerApp’ and are waiting for the developer to update the theme. You see those issues here:
The specific issue you are having is listed by someone else in the comments section (and a workaround) here:
http://themeforest.net/item/cheerapp-app-wordpress-bbpress-theme/discussion/2007363?page=7
I would suggest you contact the author of theme also to see when an update will be available as no doubt that would be the best route to take.
August 2, 2012 at 11:32 pm #116430In reply to: upload image from pc
Stephen Edgar
KeymasterI’m not quite following you… What are you using to do this in WordPress and how do you want to do this in bbPress? Posting some links to screenshots would help a great a deal.
-
AuthorSearch Results