Reply To: Remove Separator
First of all, thank you for the response. I really appreciate your help. Unfortunately, that code did not work; the separator is still there. You indicated that was a possibility, so no worries. Since...
View ArticleReply To: Remove Separator
never write code whilst your other half is waiting to go out ! ok, this works function remove_sep ($args) { $args['before'] = '' ; return $args ; } add_filter...
View ArticleHow to show list foruns in homepage without shortcode
I need create a query to bring the list of forums and subforums on the homepage of my website, i woudn’t like to use shortcodes cuz i want create a custom style. I did a wp-query but i can’t use...
View ArticleReply To: Remove Separator
Yep, I just got home from work and confirmed that it worked perfectly. Thank you very much, you have been most helpful! In regard to the rest, I think my frustration comes from the fact that I never...
View ArticleDisplay the last topic updated in the forums loop
Hi guys, I am trying to achieve this (a mockup through Google Dev tools) however I am unable to find where I can actually edit the code behind this, it seems to be hard coded behind a bbpress function...
View ArticleReply To: Display the last topic updated in the forums loop
No sorry I still don’t understand what you are currently seeing and what you want to see? Please show the existing and presume the above is the new?
View ArticleReply To: Display the last topic updated in the forums loop
Robin, i want to change what is output in the Freshness column, I want it to display the title of the topic instead of the team since a reply was last made. The end goal is to achieve the mockup below.
View ArticleAvatar padding issue
Hello! I am new to bbpress. I have just made a new site for my clan and I decided to try out WordPress for the first time. Anyway, I’m going to try and keep this short for you guys. So, I have...
View ArticleReply To: Avatar padding issue
try this CSS #bbpress-forums div.bbp-forum-author img.avatar, #bbpress-forums div.bbp-topic-author img.avatar, #bbpress-forums div.bbp-reply-author img.avatar { border: none; max-width: 130px;...
View ArticleReply To: Display the last topic updated in the forums loop
see https://bbpress.org/forums/topic/i-am-desperate-i-want-to-show-last-posts-on-forum-homepage-and-not-last-posters/#post-156129
View ArticleEdit the bbPress login widget
Hi guys, the way bbPress outputs the login page bugs me, a lot. What I am trying to do is add a login box to my layout, when I did – I found it added a list and a horrible fieldset around the whole...
View ArticleReply To: Edit the bbPress login widget
the way bbPress outputs the login page bugs me, a lot. What I am trying to do is add a login box to my layout, when I did – I found it added a list and a horrible fieldset around the whole thing. This...
View ArticleTinyMCE problem on theme
Hello! I’m finishing a custom theme to bbPress, but one thing that is challenging me: bbPress editor displays a simple textarea, and nothing more. I also used the plugin to enable visual tab, but also...
View ArticleReply To: TinyMCE problem on theme
i just tested twentyfifteen and the quick tag bar shows up fine as long as you have post formatting in enabled in settings>forums. i also tested the tinymce tab plugin and it seems to work well...
View ArticleReply To: Edit the bbPress login widget
If you want to alter the widget, then you can rename it and put it as an additional widget in your functions file. You will need to rename it in several places. If you want to work on the core version...
View ArticleReply To: Edit the bbPress login widget
any suggestions, my log in widget does not look right.
View Article