Search Results for '+.+default+.+'
-
Search Results
-
Hi Everyone!
For my main forum homepage or the archive i want to display different forums into sections rather than having a list of forums that is the bbpress default.
So this is the code used to display all the forums,
<?php while ( bbp_forums() ) : bbp_the_forum(); ?> <?php bbp_get_template_part( 'loop', 'single-forum' ); ?> <?php endwhile; ?>So how would i add some arguments to this to display certain forums from there ID’s?
Also on the main page i want to show 5 recent topics, i believe the loop code is this,
<?php while ( bbp_topics() ) : bbp_the_topic(); ?> <?php bbp_get_template_part( 'loop', 'single-topic' ); ?> <?php endwhile; ?>If anyone has managed to use a custom loop using the above code to display 5 recent topics or a custom WP_Query, i’ll be very grateful if you could show some example code.
Kind Regards
~ MattHey guys!
I’ve got the option to subscribe to topics on, but I dislike the fact that its already checked for every topic. So if a user is not paying attention, hes going to get a lot of e-mails.
I’d much rather have it off by default and let the user click the subscribe box if he wishes to subscribe to a topic.
Can I turn it off in a php file somewhere? I’ve looked around but could not find it. I was wondering if someone else ran in to the same “problem”.
Wordpress version: 3.6
bbPress 2.3.2
Site url: http://www.rubycore-ng.com/blog/forum/I wanted to create a custom bbPress theme, i followed the instructions here:’ Step-by-Step Guide to Creating a Custom bbPress Theme’. Having copied the following assets from the bbpress>template>default folder to my child theme:
1-bbpress folder
2-extras folder
3-js folder
4-bbpress-functions.phpI am still unable to override the styles in the default bbpress.css file.
I would appreciate clues on how to approach this.
Regards.
By default, the subforums look like this:
subforum1, subforum2, subforum3, subforum4, etc.
I want for it to look like this:
subforum1
subforum2
subforum3
subforum4
etc.How can I accomplish this?
Hello, I’m building a website with forums at . However, I’m having trouble understanding why it looks the way it does? I thought it would look like you know, an actual forum with the various forums and sub-forums in a “tree-like” format etc. I’m confused as to how to make it look an operate that way instead of the way it is currently with this weird “archive” format. Any help would be greatly appreciated!
Btw, I just created the page with the default “forums” slug and I’ve tried the shortcode too with same results – I just have no idea why it looks the way it does.
Hey guys –
On my site (itinerantangler.com) I have a longstanding Real Names Policy. As a result almost all of my users have their actual first and last names displayed as their Display Names.
If I go into an individual user’s profile I can edit the ‘Display Name’ by hitting a drop down box. This gives a bunch of options; lower case, last-name-first, etc. The one I would like for everyone to use is the regular old ‘First Last’ setting with capitals for their first and last names.
Unfortunately the board software defaulted to lower case ‘first last’ when I transferred in from some other software.
Is there a way to bulk change all my users’ drop-down boxes to the ‘First Last’ setting as a default?
Thanks,
ZachHello,
I have buddypress and mingle running. Normally I could asign a specific sidebar to each buddypress page. Now all of a sudden I can’t. Does anyone know how to fix this?
Topic: Default Roles not Applied
When users register to my BuddyPress + bbPress site they are not being assigned the default role I have selected for them in the forums settings. It simply does not assign them any role.
I have to go in and manually assign them the role or use the “Remap existing users to default forum roles” tool.Any idea what could be causing that? I have all other plugins disabled with the exception of: Custom Login 2.0 which just themes the existing wordpress login and registration pages.
Topic: pagination issue on /forums
When I go to the root of my forums (new install with only 6 forums) the pagination at the bottom of the screen shows 4 pages… there is no page beyond the first page and if you click on the link to page 2, it goes to forums/page 2 but displays the same page. It does the same with any of the other links 3-4.
This has me stumped? I tried changing the topics shown to a larger and that just increases the pagination links (I went from 2 to 4). I set both the blog post and topic post back to default and the links stayed the same.
I’m really impatient and I will most likely try to reset the forums and start over since they are new and there are only 6 with only a couple posts I made in them. So, I’ll let you know if that fixed it.
Thanks for any help!
So right now the entire forum is using the standard page template (Default Template). Here is an example of the template.
But I would like bbpress to use the Full-Width Template as used here.
Is there a way to change the page-template used by bbpress?
Kind regards,
Luc

