Quantcast
Channel: bbPress.org » All Posts
Browsing all 3666 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

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 Article


Reply 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 Article


Reply 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 Article

Reply 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 Article

Animation 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 Article


I 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 Article

Reply 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 Article

Image may be NSFW.
Clik here to view.

How 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 Article


Reply 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 Article


Free 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 Article

Reply 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 Article

On 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 Article

Reply To: On Main Forum Page: Add “Subscribe” Link by Each Topic

Check out this plugin bbP Toolkit Regards,

View Article


Reply To: How to change topics layout?

Hey Robin, I already contacted you 🙂

View Article

Image may be NSFW.
Clik here to view.

Reply 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 Article


Reply To: How to change topics layout?

Anyone know how to do this?

View Article

Reply To: Free BBPress Theme

You can use Css to hide it

View Article


How 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 Article

remove 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 Article

Reply 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
Browsing all 3666 articles
Browse latest View live