Search Results for 'bbpress'
-
AuthorSearch Results
-
December 7, 2012 at 1:36 am #121447
In reply to: BuddyPress + bbPress – Site wide forum does not work
LabSecrets
ParticipantHey guys,
we’ve updated the video guide for bbPress 2.2.2 and BuddyPress 1.6.1 as there have been some significant and valuable additions. Have a peek if you need it: http://labzip.com/the-definitive-guide-to-buddypress-bbpress-configuration/
Cheers!
spence
December 7, 2012 at 1:35 am #121446In reply to: How do i set up bbpress and buddypress?
LabSecrets
ParticipantIf you are struggling with this, don’t worry, we have you covered. Please see our updated video called “The Definitive Guide to BuddyPress and bbPress Configuration”. We’ve updated it for bbPress 2.2.2 and bbPress 1.6.1
http://labzip.com/the-definitive-guide-to-buddypress-bbpress-configuration/
Cheers!
spence
December 7, 2012 at 1:33 am #121445In reply to: Running Buddypress with BBpress
LabSecrets
ParticipantIt might be worth your while to view our latest (updated) video guide for configuring BuddyPress & bbPress, as it goes into some of the differences and features that have arrived with 2.2.2 and BuddyPress 1.6.1
http://labzip.com/the-definitive-guide-to-buddypress-bbpress-configuration/
Cheers!
spence
December 7, 2012 at 1:31 am #121443In reply to: Issues Removing the Sidebar
LabSecrets
Participant#GatorESG,
for your theme, you need to use this instead (your content is contained in a differently named div:
body.bbPress #sidebar {display:none;}
body.bbPress #main {width: 100%;}
Cheers!
spence
December 7, 2012 at 12:21 am #121438Topic: Widget for recent topics/replies from specific forum
in forum Troubleshootingcastresana
ParticipantHello,
I’ve been trying to set this up myself, but couldn’t do it.
I’m trying to modify the widgets bbpress comes from.
The idea is to “tune” the “Recent replies” and “Recent topics” widgets to add a new option.
I want to be able to select the “parent forum” in those two widgets as it is possible in “Forums list” widget.
This way I can choose wich forum’s recent replies/topics I show in my sidebar.
I have different sidebars depending on the section users are, so this would be useful to be able to show content related to what they are viewing.
Can somebody give me a hand on this?
Thank you very much! 🙂
December 6, 2012 at 7:42 pm #121429In reply to: Is there a way to remove underlinings?
Lynq
Participanttext-decoration: none; will remove underline.
You can do this inside your bbpress css file, just apply it to the correct element.
Good luck.
December 6, 2012 at 7:35 pm #121425In reply to: Drop Down (Cursor) Menu
Lynq
ParticipantI would suggest doing a google search for css dropdown menus – Once you know how you want to create your dropdown menu, then you can edit your bbPress 0r WordPress theme to add the menu in.
Good luck!
December 6, 2012 at 7:31 pm #121424In reply to: Categories
Lynq
ParticipantYou could try this:Â https://bbpress.org/forums/topic/customising-bbp_list_forums-last-poster-block/
December 6, 2012 at 6:20 pm #121420In reply to: Roles and Capabilities in bbPress 2.2
Xarcell
ParticipantWhy aren’t the topic tags, synced with blog tags? Or have a topic tag cloud?
December 6, 2012 at 5:54 pm #121417integritydesigns
ParticipantI upgraded bbpress to 2.2.2 on a client’s site and now when I click on the forum links it brings me to a 404 Not Found page. I can click on the latest topic link and the user link to the far right but the main forum link goes to 404.
I tried the switch the permalink, save, switch it back and save again trick but it did not fix the issue.
Any ideas on what may solve the issue would be greatly appreciated!
December 6, 2012 at 5:23 pm #121415In reply to: bbPress permalinks
andrewjag
ParticipantYeah I got it I will check this 😉
December 6, 2012 at 5:19 pm #121414In reply to: bbPress permalinks
LabSecrets
ParticipantCheers!
Have a view of : http://labzip.com/the-definitive-guide-to-buddypress-bbpress-configuration/
it might give you some other tips and tricks 😉
December 6, 2012 at 5:18 pm #121413In reply to: Why is Forum Index In Bullet Points??
LabSecrets
ParticipantMaking a child theme is beyond the scope of this forum, but there are plenty of good resources if you google “create a wordpress child theme”. In a nutshell, you need “at least” to have a new folder, with a style.css file that references the proper header elements of your parent, including its name and the location of the parent theme’s style sheet.
If you are using the shortcode method, please try the default method instead, which is to change bbPress’s default root slug to something that is “NOT” an existing page (try “sitewide-forums” for example). This will allow you to keep your existing page / shortcut method index. Please show us what happens when you do this? (provide the URL)
December 6, 2012 at 5:16 pm #121412In reply to: bbPress permalinks
andrewjag
ParticipantThank you very much for reply!
December 6, 2012 at 5:14 pm #121411In reply to: Why is Forum Index In Bullet Points??
mlakritz
ParticipantRight now I have the page built using [bbp-forum-index] in a page that is just my website with the /forums.
This is giving me the result of the bullet point style forum index page.
@LabSecrets – I read your post here:Â https://bbpress.org/forums/topic/non-functional-index-page-when-bbpress-2-1rc4-is-used-with-woothemes-canvas-5-05/How do I make the child theme and can you make its CSS changes just apply to one page? (in this case, just to the forum index page?)
THANKS!!
December 6, 2012 at 4:36 pm #121409In reply to: Why is Forum Index In Bullet Points??
LabSecrets
ParticipantYou have several issues going on here, but they are directly related to your theme. As is very common, it appears to me that your theme has a conditional statement in the template file that builds archive pages. As such, it’s treating the content for bbPress forums as excerpts, as well as applying some unwanted styling.
Have you tried to build a page using the shortcode method? If so, what was the result? If you found it worked properly, then the issue as suggested above, and you could try to modify your theme or child-theme files to add a similar conditional that looks for bbPress and forces it to use the_content() instead of the_excerpt(). See: https://bbpress.org/forums/topic/non-functional-index-page-when-bbpress-2-1rc4-is-used-with-woothemes-canvas-5-05/
If this page is being built with shortcodes (I don’t think it is from what I see) then what is the result if you try the default forum index method? We outline both methods in our step by step video here: http://labzip.com/the-definitive-guide-to-buddypress-bbpress-configuration/
We’ll get you there… 😉
December 6, 2012 at 4:26 pm #121407In reply to: Add login box to /forum
LabSecrets
ParticipantWhat is your site url? I can give you some suggestions on where to place the code for a login-box so it shows up on the top of a page.
Also, if you prefer, you can build your forum site index using shortcode / page method… this would give you flexibility of having your default theme sidebar, etc. available to you.
Not sure? Check out our updated step by step guide that covers the two methods for creating a forum index page:
http://labzip.com/the-definitive-guide-to-buddypress-bbpress-configuration/
Cheers!
spence
December 6, 2012 at 4:24 pm #121406In reply to: Add action on topic save
LabSecrets
ParticipantThere is a plugin that will accept WP post comments via a new forum topic… maybe not exactly what you wanted, but sounds like it might be interesting?
December 6, 2012 at 4:14 pm #121405In reply to: Issues Removing the Sidebar
LabSecrets
ParticipantKslad
this will bring joy to your heart.
Add it to your css file wherever you add other customization mods:
body.bbPress #sidebar {display:none;}
body.bbPress .post {width:100%;}It will remove the sidebar and make your forum 100% width.
Cheers!
spence
December 6, 2012 at 3:41 pm #121403In reply to: Email notification not working
Martyn Chamberlin
ParticipantOh my goodness. That’s crazy! Sounds like a serious error on the part of BBPress.
What do you suggest we do about this?
December 6, 2012 at 2:47 pm #121399In reply to: Roles and Capabilities in bbPress 2.2
LabSecrets
ParticipantJustin,
Kudos for the quick update! We’ve found the Members plugin to be an indispensable tool when used in combination with bbPress and even BuddyPress / WooCommerce (subscriptions). Previously we used the role management to make subscription sites possible with members-only support forums.
After reading your post, and on the suggestion of JJJ, we updated our step by step guide to configuring bbPress 2.2.2 & BuddyPress 1.6.1, and included a special reference to using the Members plugin to solve those situations where one needs a “special” mix of the roles and capabilities between WP and bbP.
Have a peek if yo have the time:
Direct link to video: http://labzip.com/the-definitive-guide-to-buddypress-bbpress-configuration/
Keep up the great work! 😉
Cheers!
spence
December 6, 2012 at 2:27 pm #121397In reply to: Categories
Len
ParticipantHi Ishr,
Yeah I don’t like the horizontal listing either. See if this reply helps you out.
how to display list of sub-forums on separate lines, instead of big blob?
December 6, 2012 at 12:26 pm #121394In reply to: Creating "members only" forum
LabSecrets
ParticipantFor this you should consider using the Members plugin from Justin Tadlock, to create a unique WP role for the users whom you wish to have “special” access. Then you can differentiate their capabilities within the unique WP role (or use one of the default WP roles).
Confused?… don’t worry, it’s all new. bbPress now has unique and definitive roles and capabilities from those of WP. But this can be used to your advantage if you have a few tricks up your sleeve 😉
I cover this at the end of the updated Definitive Guide to BuddyPress and bbPress. See if this helps? Let me know if you need further help?
http://labzip.com/the-definitive-guide-to-buddypress-bbpress-configuration/
Cheers!
Spence
December 6, 2012 at 11:58 am #121386In reply to: bbPress permalinks
LabSecrets
ParticipantFundamentally you need to understand that the use of the prefix is designed to put a unique prefix in place when you’re on a forum index page vs when you are on a topic index page. As such, it is not possible with the default code to show “/forum/topic” if ou mean both are prefixes.
I suggest you use the plural term “forums” as your base, then “forum” and “topic” as your prefixes.
If you like, have a watch of our comprehensive guide video:
cheers!
spence
December 6, 2012 at 11:51 am #121385In reply to: Add login box to /forum
Master
ParticipantGo in /wp-admin/widgets.php and add  (bbPress) Login Widget to sidebar
-
AuthorSearch Results