Search Results for ' . default . '
-
Search Results
-
Hi all, how does one change the default Forum for posting a new topic on the /forums page? I’d like it to be a group I created called ‘General Discussion’. I had this working fine before migrating from BuddyPress forums to bbPress.
See http://destinationli.org/forums. The default is ‘Group Forums’, and the problem with that is that when one clicks on ‘Group Forums’ within the newly posted topic, it displays all the other groups first, with the relevant topic at the very bottom.
Ideally, I’d like to delete ‘Group Forums’ as an option, unless I’m missing something.
Hi,
I’m in the process of migrating a phpBB forum to WordPress with bbPress. I don’t know if the bbPress style is better but my users are used to the phpBB style for displaying Forums on the main page. So I tried to reproduce that layout in bbPress using categories. With the default theme, I was not happy with the way it looked. After a quick search in these forums, I saw some interesting topics from @lynq (here and there) but it didn’t work as intended in the last bbpress release and ticket #1958 has been moved to 2.6.
So after a few hours of searching codex, and a lot of tries, I managed to do what I wanted. As there is still some demand in Lynq’s topic, I thought I should share my little work.
I’m not a developper, so my code may be a little messy, but it works as intended. I’ve tried using the bbpress functions, and commented my code. If any PHP expert would like to review it and make it better, any feedback is welcome.
The only file to change is loop-forums.php with this code.
You just need to create it and paste the code. Then upload it to /wp-content/your-theme/bbpress/. Use a child-theme if you don’t want to loose it on next theme update.The forums are not yet online, so here are some screenshots with descriptions. (In French, because, as you may have noticed, English is not my native language 🙂 )
I’ve tested many situations (even a category inside a forum, which bbpress doesn’t consider anymore as a category, probably normal behavior) and I think everything works as intended. Feel free to report any bug.
Topic: Permalink for Subforums?
Hello!
I can’t seem to find any answers via Google, so maybe you fine folks could help me. I just started delving into bbpress themeing. I’m basically skeletonizing the default bbpress theme so I can start working in depth with it.
The way I have my forums structured is in three category forums, with variable amounts of subforums. The default theme uses bbp_list_forums to return an unordered list of all subforums of a category. I’ve been messing with the arguments and made each list item separated in its own div. My problem with that is only the text inside the div links to the forum, whereas I would like the entire div to be the link.
My arguments look like so:
<?php bbp_list_forums( array( 'before' => '<ul class="bbp-forums-list">', 'after' => '</ul>', 'link_before' => '<li class="bbp-forum"><a href="<?php the_permalink(); ?>"><div class="forum-list-item">', 'link_after' => '</div></a></li>', 'count_before' => '<div class="forum-list-item-count"><span class="forum-list-item-topics">Topics: </span>', 'count_after' => '', 'count_sep' => '<br><span class="forum-list-item-replies">Replies: </span>', 'separator' => '<br>', 'forum_id' => '', 'show_topic_count' => true, 'show_reply_count' => true, )); ?>
Any way I can get the permalinks to the individual subforums?
Hi,
I just used this shortcode [bbp-topic-tags] in widget and also in template file and its showing the tags but with <br> tag after each …. tag. Its means all tag clouds are displaying in a long list style and not displaying like wordpress default Tag cloud are displaying.
Is this bug or please help to fix thanks
Hi
I have faced an issue that maybe some people have encountered and for which I did not find much info on the net.Basically the problem was that the bbpress default template that I embedded in my WP template was rendered with supplementary line breaks (<br> and <p> tags). Just as if the wpautop function was reapplied on the forum content included in the template.
I noticed that the problem was existing on Linux if the template files had an Unix EOL : LF
And also existing on Windows (using WAMP) if those same files had a Windows EOL : CR+LF
I found a workaround by making the template files have a Mac End Of Line with : CRBut I am not sure this is a clean solution
Maybe there is something far more simple that I do not knowThanks
I am using the latest 2.4 bbpress version
Is there something that needs to be added to make this new feature work? There is no nesting of replies, nor new added classes to replies that are in response to other replies. My theme is a heavily customized version of the default theme from bbPress 2.0.
We installed http://northstarfamily.org/forums/ for our church and want to have it show both the forum index and the latest topics on the main page.
Also, I think that http://northstarfamily.org/forums/forum/homecoming-and-10th-anniversary/ should show the description and the topics but only shows the topics.
Is this how the default is setup or do I have a possible conflict?
Topic: Edit default forum page
Hello,
First I’d like to thank you for your plugin it will help very much for the new site I’m building.
I would like to know what page is the main forum landing page. I’d like to make a few edits, such as removing the default title “Forum” at the top and replace with my site conformed titles for each page. I would also like to comment out the forum search box.
I am currently wordpress vers 3.6 and I installed bbpress 2.4 today.
Here is the link. http://108.167.136.97/~kitchens/forums/Thank you,
Ross
I apologize in advance if this seems like a duplicate. I’ve read a number of posts on properly creating a BBPress theme, but my CSS refuses to load. Here is how I have things setup.
wp-content/
++++ main-theme-child/
++++ +++ bbpress.php
++++ +++ bbpress-functions.php
++++ +++ bbpress/ <- contains all of the files from the default theme.
++++ +++ css/bbpress.cssFor whatever reason, the css won’t load. Any thoughts?
So, I want to edit the new user admin notification email to include BuddyPress custom profile fields.
This is the email currently:
“New user registration on your site [sitetitle]:
Username: [username]
E-mail: [email]”
Does anybody know how? I have tried a few plugins that are supposed to work, even one that supposedly works with BuddyPress, but I have not been able to get them to work at all. I still get the default email.
Thanks..