Reply To: Style Keeps Reverting
FWIW, I have uploaded the custom CSS file again and the forum appears as it should. But it would be great if we can come up with a way to keep it from being overwritten in the future. It’s a nasty...
View ArticleReply To: Style Keeps Reverting
Placing the bbpress.css in my theme’s folder did not work. Everything (Forums, Sub-Forums, Topics, etc.) Displays as Unordered lists. I will look at the plugin.
View ArticleReply To: Style Keeps Reverting
@dragonfighter sorry the first should have been a link https://codex.bbpress.org/functions-files-and-child-themes-explained/
View ArticleReply To: The problem of sub-sections
Your right i do not understand i suggest you post a job at http://jobs.wordpress.net/
View ArticleReply To: how to remove avatars in the notice text area of a forum and a topic?
i think this does what you want. add_filter( 'bbp_get_single_forum_description', 'ja_return_blank' ); add_filter( 'bbp_get_single_topic_description', 'ja_return_blank' ); function ja_return_blank() {...
View ArticleReply To: The problem of sub-sections
I did not mean to tell you that you do not understand …. I mean you did not understand the idea, which was looking for And I apologize to you my friend (robkk)
View ArticleReply To: The problem of sub-sections
when i said “i do not understand” i mean that i can not understand your broken English very well so that i could know the idea you were talking about. i suggest maybe rewording what you mean a little...
View ArticleReply To: how to remove avatars in the notice text area of a forum and a topic?
it works, thanks a lot. BTW, how to remove the avatar only (keep the message)? also, there’s also an avatar before the user if a reply was modified by the user, it will say: “This topic was modified 3...
View Articlehow to remove the sidebar in twenty-fifteen theme?
the forum is too narrow due to the sidebar (it won’t be a problem in wordpress), it’s even worse if a topic has a lot of pictures (the pictures looks very narrow), is there any method to remove the...
View ArticleReply To: how to remove the sidebar in twenty-fifteen theme?
the link is http://www.saidao.org/wordpress the forum link: http://www.saidao.org/wordpress/forums BTW, actually I’m setting up a Chinese site….
View ArticleReply To: how to remove the sidebar in twenty-fifteen theme?
not a quick php answer. looks like css might be the way to go http://celloexpressions.com/blog/twenty-fifteen-no-sidebar/ but you want it specifically for forums (although not sure how they’ll...
View ArticleReply To: how to remove avatars in the notice text area of a forum and a topic?
use this CSS #bbpress-forums ul.bbp-reply-revision-log img.avatar, #bbpress-forums ul.bbp-topic-revision-log img.avatar, #bbpress-forums div.bbp-template-notice img.avatar { display: none!important; }
View ArticleReply To: how to remove the sidebar in twenty-fifteen theme?
thanks, the forum is not centralized when i use #bbpress-forums to widen the forum.how to centralize it?
View ArticleTemplate in Extras Directory for Search Results
I’m extending an existing WordPress theme with bbpress functionality. I’ve gotten everything up and running except I can’t seem to find the base template for search results to customize everything...
View ArticleReply To: Template in Extras Directory for Search Results
Check in bbpress/templates/default/bbpress/content-search.php bbPress employs some “theme compatibility” magic to insert itself into your existing WordPress theme, and that directory is where those...
View ArticleReply To: Template in Extras Directory for Search Results
content-search.php is just the “inner” part of the search. It seems it is defaulting to page.php. However, I’m not seeing anything to differentiate a search page from any other page. It is also...
View ArticleReply To: How to add "View Who's Online" and "View...
Check out bbp user online status (https://wordpress.org/plugins/bbp-user-online-status/) a plugin I recent wrote to add online/offline statues to bbpress topics/replies.
View ArticleReply To: Template in Extras Directory for Search Results
@screenwavemedia create a copy of page.php rename it to bbpress.php and put a conditional tag into the code. i think use bbp_is_search()...
View ArticleNeed some helpful pointers
Hi All, I am working on making bbPress work with my current theme, and, previously it was using page.php properties to draw the forum etc. I fixed that by adding a bbpress file to the theme root,...
View Article