Search Results for 'code'
-
Search Results
-
This seems like it should be easy, but I’m really having trouble finding documentation.
I’ve got as far as getting the forum subscription ids (bbp_get_user_subscribed_forum_ids( $user_id)) but am struggling to get an outputted list of forum titles & links. That’s all I want – putting it into a shortcode to add to a widget.
Hello,
Is there any code I can use to make sure that any post with 3 or more links must be approved by a moderator or keymaster?Thanks.
Topic: 2 question bbpress
1. how to seo setting in per post in bbpress’s forum?
2. how to insert adsense code in per post in bbpress’s forum?
Hello, first I’d just like to say that I’ve thoroughly searched this issue, on Google and here on the forum, and have found no conclusive answers to this.
Right now I’m noticing tons of p and br tags in bbPress HTML, and I’m confused as to whether this is stemming from wpautop or is actually part of bbPress template files itself.. to test I’ve literally deactivated wpautop itself (and checked site-wide on other pages to verify it was indeed off) and the tags still remain on bbPress pages.
This is making it extremely hard to custom style bbPress while navigating these tags, as they break the layout in needless ways.
Here’s some examples..

Thanks for reading,
Topic: Forum Width / Sidebar Issue?
Topic: Hide User Role
Hi there,
I have currently installed a user-rank plugin that ranks users according to their total post and thread count. The problem is that the role still lingers around under the username, which clogs things up a bit, particularly with a new image representing the user’s rank.
What I would like to do is remove the role tag from beneath the user’s avatar all together (not remove the role itself, just the little “participant” or “keymaster” tag on the forum post).
I have tried the following in style.css:
.threadauthor small a { display: none; }Unfortunately, that didn’t do the trick.
Any ideas?