Reply To: Wrong Sidebar
Wait do you want full width or with a sidebar?? https://bbpress.org/forums/topic/making-forum-width-100-in-point/#post-169647 Does the bbPress wp tweaks sidebar work on a single forum or single topic...
View ArticleReply To: [Resolved] Breadcrumbs Missing
I copied the bbpress templates from the plugins folder into my themes folder Yeah that works too, I just didn’t want to suggest that at first because of how custom the templates could be in your...
View ArticleHow to add the number of browsing and image for each section
good morning … I would like to add a special image for each section as shown in the picture: And also add a number browsing this section as shown in the picture:
View ArticleReply To: Forum list as phpbb – Design
How can I create them like http://www.sakoonse.com
View ArticleReply To: [Resolved] Breadcrumbs Missing
I copied the bbpress templates from the plugind folder into my themes folder. And now they’re there! [topic resolved]
View ArticleDisplay Logged in User’s Subscribed Topics
Hello! I would like to display a list of the logged in user’s subscribed forums and topics in my sidebar in order of recent activity (similar to the Recent Activity widget that comes with bbPress)....
View ArticleAdd ‘code’ button to teeny_mce visual editor
I’m using the following php to attempt to add a ‘code’ formatting button to the teeny mce editor (I’d like to keep it teeny if possible): function fx_teeny_mce_buttons( $buttons, $editor_id ) {...
View ArticleReply To: Add ‘code’ button to teeny_mce visual editor
I suppose that add_filter( 'bbp_get_teeny_mce_buttons', should be add_filter( 'bbp_get_teeny_mce_plugins', Check out https://codex.bbpress.org/enable-visual-editor/ Pascal.
View ArticleReply To: Add ‘code’ button to teeny_mce visual editor
Thank you for the response. I tried that as well, since I’m adding the “paste” plugin with the following code (with an array print for debugging): add_filter( 'bbp_get_tiny_mce_plugins',...
View ArticleReply To: Add ‘code’ button to teeny_mce visual editor
hmmm, can you try function fx_tinymce_paste_plain_text( $plugins = array() ) { array_push($plugins,"paste","code"); print_r($plugins); return $plugins; } Pascal.
View ArticleReply To: Add ‘code’ button to teeny_mce visual editor
ha, now I see the print_r at the bottom… seems to be correct anyway !! I must be missing something, but I don’t see what EDIT: colorpicker, lists, … ??? Can you change $plugins with $buttons ?
View ArticleReply To: Add ‘code’ button to teeny_mce visual editor
I’ve also set it up so adding a button AND plugin for “code” are hooked in, but still no luck. Good idea to try some other plugins/buttons to try and debug this…
View ArticleReply To: Display Logged in User’s Subscribed Topics
Is any one know about the best mobile privacy guard? as I am using Leo Master.
View ArticleReply To: How to add the number of browsing and image for each section
There is no answer from the specialists
View ArticleReply To: How to add the number of browsing and image for each section
There is no answer from the specialists It is the holidays where I am from. The currently browsing each post functionality, I am not sure, there is not a plugin that I am aware of that can do this for...
View ArticleLayout to separate categories from forums
Hello, I’m pretty new to wordpress+bbpress (been working with it for a few days now). In the past I have used other forum boards, but since I’m using wordpress now I figured while the hell not try out...
View ArticleReply To: Layout to separate categories from forums
Create a child theme, throw this loop-forums.php file in a folder called bbpress using ftp. https://github.com/robkk/bbPress-Hierarchical-Forum-and-Category-Layout
View ArticleReply To: Layout to separate categories from forums
Oh…So someone had already asked for it. I should have found it, sorry. Anyway, thank you it’s perfect !
View ArticleReply To: Where can i remove the "this forum contains …...
Here a solution that worked perfectly for me, from ‘Tylersoden’ If anyone stumbles upon this thread and is interested in a css solution, here is the code I use. It goes in the ‘Appearance’ ->...
View Article