Skip to:
Content
Pages
Categories
Search
Top
Bottom

Parabola theme – profile bug

Published on November 9th, 2014 by Pilxy

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. 🙂

How do i change the color of the text and box?

Published on November 9th, 2014 by Kajamaz

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!

Travelify Theme

Published on November 9th, 2014 by jmellors

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 🙂

Search by user

Published on November 9th, 2014 by wookey

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=123

But 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.
Thanks

Remove bbpress log in button redirection to wp-login.php

Published on November 9th, 2014 by helal.desk

Hi,

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.1

Thanks.

Participant can access Dashboard?

Published on November 8th, 2014 by drakesong

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

Custom Fields not displaying when editing post

Published on November 8th, 2014 by Preston

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!

Topic / Posts not refreshing properly after an Edit (move) or import of Thread

Published on November 7th, 2014 by kendorama

Hi,

I’m having a problem where if I edit a topic to move it to a different forum it doesn’t refresh the topic/posts properly.

I’ve solved this issue by simply posting a new topic which seems to refresh the forum to the proper topic/posts amount. I then of course delete the topic I just made since it’s just used to kinda of bump/refresh the forum.

Is there a solution to this?

Templates and custom post types

Published on November 7th, 2014 by dmx09

Hi all,
I am trying to figure out how to style a single forum page differently to the main forum pages. I know I can do a conditional statement so say when on this page, do this, however I think there might be an easier way.

Can I use the usual naming & hierarchy structure used by WordPress? ie; when I have a custom post type named ‘movies’ I can use a template for this page called ‘single-movies.php’.

Can I do something like this perhaps?
forum-my-forum-name.php
or bbpress-my-forum-name.php

I’ve tried but didn’t seem to work for me so maybe I’m missing something fundamental.

Thanks in advance.

Cannot click comment field or leave comment

Published on November 7th, 2014 by Danpajosite

Hello,

I have a strange thing going on on my site. When I want to leave a comment below a blog post it is not possible for me to click the WYSIWYG editor field. I cannot type any comment. Not as an Administrator or normal user.

After searching a lot I have noticed that the setting “Add a toolbar and buttons to text boxes to help in HTML format is causing this strange behaviour.

When I turn this setting off I can type a comment. When I turn it on again its not possible anymore to click the comment field.

How to solve this because the buttons are needed. With the seettings turned on I can only leave a commment after hitting F5 multiple times.

To see an example go to click here its a dutch article but that doesnt matter.

At this moment it is not possible to leave a comment. I have turned “Add a toolbar and buttons to text boxes to help in HTML format” on. You can use for login

login: testpiet
pass: test123

Let me know when you want me to turn the bbpress setting off.

Or how I can solve this.

Regards

jap

Skip to toolbar