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

Reply To: color letter in topic menu

I am editing now my website

View Article


Reply To: color letter in topic menu

span.bbp-admin-links a { color: #222; font-weight: 400; font-size: 10px; text-transform: uppercase; text-decoration: none; }

View Article


bbp_forum_last_topic_title Max Characters

Hi I am currently using this code to show the last topic on the main index. <a href="<?php bbp_forum_last_topic_permalink(); ?>" title="<?php bbp_forum_last_topic_title();...

View Article

Reply To: Profile page doesn't show

Hi again, I’ve noticed that after last theme update (now track is on 1.2.0 version) profile page now work… By the way everything on the forum pages is messed up! Topic view exceed widht and post page...

View Article

Get User Role from ID

I’m trying to add a column to bbPress 2.x that lists the last person to reply to a topic and adds a specific class to the if that person is a moderator or keymaster. Unfortunately, I can’t find any...

View Article


Reply To: Get User Role from ID

Got a bit closer doing this: $reply_author_role = bbp_get_reply_author_role( array( 'post_id' => bbp_get_topic_last_active_id() ) ); However, I want just the role to be returned without the...

View Article

pagination in custom query

Hi Everyone, i am make one function in function.php file in which i wrote my own query. now i want set pagination(bbpress pagination). i dont know about and any idea. please help me . below my...

View Article

Reply To: pagination in custom query

hello everyone, any know about bbpress custom query pagination. please help me..

View Article


remove anonymous website field

I would like to remove website field for non logged in users by filter. This is what I’ve done. But it’s not working. What am I wrong? Thank you in advance. function remove_website () { return false;...

View Article


Reply To: remove anonymous website field

Try (haven’t tested) function remove_website ($r) { $r['bbp_anonymous_website'] = false; return $r ; } add_filter( ‘bbp_pre_anonymous_post_author_website’, ‘remove_website’ ); or function...

View Article

Reply To: remove anonymous website field

I appreciate your early help Robin. However both didn’t work. Website field still appears. I have corrected ‘ to ‘ but fully copied.

View Article

How to reset loop? 2 loops on 1 page

Hi! There is one loop on main content with topics of one tag (archive) and second loop on the sidebar: if ( bbp_has_topics( array( 'author' => 0, 'order' => 'DESC', 'paged' => 1,...

View Article

Reply To: How to reset loop? 2 loops on 1 page

bbp_has_topics has a ‘reset’ in it, it executes new WP_Query( $r ) what is the loop in your sidebar?

View Article


Reply To: remove anonymous website field

I am also in need of this. Any help would be greatly appreciated.

View Article

Force bbpress to use twentytwelve theme for css

I’m making a custom wordpress theme, but I want bbpress to use the twentytwelve themes. I know how to make it use my custom theme css, but that’s not what I want, can anyone help?

View Article


Reply To: Force bbpress to use twentytwelve theme for css

I guess it probably doesn’t matter which theme I use, however this is the problem I’m having with my current theme: http://cmsgamers.org/demo/forums/ Where it say’s freshness and no topics, that...

View Article

Reply To: Profile page doesn't show

Any idea ?

View Article


Please give me list of bbpress style codes

I wish to merely change the color of my website and the font sizes. Thank you. I need to have the bbpress codes so I can search for them in my code and easily alter them. I have spent hours so far...

View Article

How can I change Font-Size of My Forums and Topics names and replies?

How can I change Font-Size of My Forums and Topics names and replies? It’s very not good default font-size for my website. Thank you.

View Article

Reply To: Forums index in the same layout as other bb software

Hi, Im a total newbie and I have the socute theme trying to integrate this code. I have this “socute child theme” that holds the folders : cache, woocommerce and woocommerce_2.0x. There are not...

View Article
Browsing all 3669 articles
Browse latest View live