Remove specific buttons from TinyMCE
I’m using this guide to show TinyMCE in my bbpress forum: https://codex.bbpress.org/enable-visual-editor/ function bbp_enable_visual_editor( $args = array() ) { $args['tinymce'] = true; $args['teeny']...
View ArticleReply To: Remove specific buttons from TinyMCE
Done. Thank you anyway 🙂 Here goes the correct code for who might be interested: function bbp_enable_visual_editor( $args = array() ) { $args['tinymce'] = true; $args['teeny'] = false;...
View ArticleReply To: Topic tag conditional for specific word
For anyone else looking for an answer I found it: if( has_term( 'myterm', 'topic-tag' ) ) { // do something }
View ArticleReply To: Only the first user can write a tag?
I Also Thanking, faced same issue but now found solution. Taurus Daily Horoscope | Free Leo Daily Horoscope
View ArticleAnimation Company In Mumbai
Animation Company In Mumbai iRealities Studios is an artist-driven, full-service 3-D animation and visual effects studio with production offices in Mumbai, India. We develop content and create state...
View ArticleI want my bbpress content aligned to left and not center
Good day BBpress I am Eze a new BBpress user. I am using BBpress version 2.5.13 and my site is http://haleze.com The alignment of my content in BBpress forum is center whereas I want it to be left...
View ArticleReply To: How do I remove the poster's IP address from the post display?
You can remove ip address from bbPress posts by using the below custom code in the functions.php file of your child theme or in another custom plugin. function vvd_no_view_ip( $author_ip, $r, $args ){...
View ArticleHow to change topics layout?
Hello guys, Is it possible to change topics layout in mobile/tablet only? From this: To this: It’s much better mobile friendly… Can someone do it? Or is there any plugin that makes possible this...
View ArticleReply To: How to change topics layout?
This is really a theme/site specific issue, but is quite do-able. contact me via my website http://www.rewweb.co.uk
View ArticleFree BBPress Theme
Hello, does it any FREE BBPRESS themes? Is it possible for main site use Vantage Theme + Visual Composer and for BBPRESS another one? Does anybody make that works with VisualComposer Templaterra...
View ArticleReply To: Free BBPress Theme
bbpress just uses much of your theme’s style additionally you can use bbp style pack to improve it’s look
View ArticleOn Main Forum Page: Add “Subscribe” Link by Each Topic
Is there a way to add a “Subscribe” link by each topic title on the main forum page? The site is not public, so I can’t share a link.
View ArticleReply To: On Main Forum Page: Add “Subscribe” Link by Each Topic
Check out this plugin bbP Toolkit Regards,
View ArticleReply To: Free BBPress Theme
thx. Yeah it’s working a bit what I want. Any idea of how to remove Name/Email registration fields from the ShortCode (which is generation login details on the page) ?
View ArticleHow to change Page Numbers
Hi everybody! Is it possible to change the number of pages in a topic? so i have a topic that have for example 200 posts. So i have Page 1 2 3… 10 11 I want to change this in 1 2 3 4 5 6 7 8 9 10 11...
View Articleremove Titel on forum main page
How i can remove/hide the titel only on the first/main forum page https://i.imgur.com/EBZCr6N.jpg
View ArticleReply To: remove Titel on forum main page
You would have to use a conditional statement comparing against, if it is the forum archive. Depending on your theme and how bbPress has been implemented, the location of the title may vary. I am by...
View Article