Search Results for 'bbpress'
-
Search Results
-
Topic: Split page?
Hi im having a bit of a problem, after i installed bbpress i wasnt getting a link on the from side for the forum so i made one through the menu system, this is great now have the link to the forums but for some reason its split in half please could some one advise what it is i should do?
kixeyeunion.uk/forums <<< you can see from there that its just not right.
thank you in advance for any support
Topic: Parabola theme – profile bug
Hi,
I’m using latest WP version (4.0) and have bbPress 2.5.4-5380 installed.
I have a problem with the profile (Avatar and Username) on the replied posts.
Profile in the First post is allways fine, but profiles in all other posts below are not aligned properly and have some kind of border/background with an hover effect.Here is the link to my test page forum: http://www.geosledec.si/wp/forums/topic/new-topic/
The problem must be theme related as it only exist if I’m using that theme. TwentyEleven works fine.
I tried asking for help in the theme support forum, but it seems no one can help me there, so I hope someone here has a better knowledge and could help me deal with that.
Thank you. 🙂
I’m using Eclipse as my theme on wordpress.
http://generalstcg.byethost15.com/?forum=general-discussion
This is my website.
I want to be able to change the color of the text because if you go on my website, it’ll be white on white.
Is there a way to make the background a darker/blacker color and keep the white letters?
I read about bbpress.css but I have no idea where to find it or to look for it.
Can someone please help?
Thank you!Topic: Travelify Theme
Hi there,
I am currently doing some theme modifications and was hoping to get BBPress working with a Travelify theme which I’ve modified. It doesn’t seem to be working however, and shows up as follows:
http://mellxx.byethost5.com/blog/forum/
If anyone could help/ has any ideas and/ or could suggest any similar themes that BBPress is compatible with, that would be greatly appreciated.
Regards,
Joseph 🙂Topic: Search by user
I managed to implement a custom function to search by $forum_id and it’s all working and great, and it was done using the instructions from this page.
What I need is a way to search by user. Here’s what the search by forum function looks like:
function my_bbp_filter_search_results( $r ){ //Get the submitted forum ID (from the hidden field added in step 2) $forum_id = sanitize_title_for_query( $_GET['bbp_search_forum_id'] ); //If the forum ID exits, filter the query if( $forum_id && is_numeric( $forum_id ) ){ $r['meta_query'] = array( array( 'key' => '_bbp_forum_id', 'value' => $forum_id, 'compare' => '=', ) ); } return $r; } add_filter( 'bbp_after_has_search_results_parse_args' , 'my_bbp_filter_search_results' );I tried changing all instances of the word “forum” to the word “user”, but no dice. I tried doing searches like this:
http://mysite.com/search/?bbp_search=testword&bbp_search_user_id=123But nothing I does works and I’ve spent many hours tearing my hair out trying to get it working. I would hugely appreciate any assistance making it happen.
ThanksHi,
I am having problem on my site where I have a bbpress login/logout widget and without typing any user/password in field of widget if I press the Login Button then it redirect me to wp-login.php login page. I need a solution on how do I redirect them to home page or to the page I want?.
WordPress: 4.0
BBpress: 2.5.4
BuddyPress: 2.1.1Thanks.
Hello, I am fairly new to WordPress.
I recently added bbPress to my site and tested out the forums.
I created a “testuser” so that I could post on the forums; however, after signing into “testuser”, I found out that the role “participant” can access the Dashboard of WordPress and through the Dashboard, the Theme Options and change it.
Not sure if this is supposed to happen or not but I would like to know if there is a way to restrict the “participant” from accessing Dashboard and other WordPress options.
Thanks
WordPress Version: 4.0
bbPress Version: 2.5.4
Theme: Lightly modified Skeleton (http://themes.simplethemes.com/skeleton/)I’m using this code: http://pastebin.com/7NQnubJP to add custom fields in a specific forum. Everything is working great except for when I try to edit an existing topic. When I try to edit an existing topic, the custom fields aren’t displayed on the page, and therefor aren’t editable. Only the normal Title and Content fields are displayed.
The issue still happens while using an unmodified Twenty Fourteen theme (besides adding the relevant code to the functions.php file, of course).
I haven’t had any luck finding out what the problem is, but I’m hoping it’s something simple.
I appreciate any help!