Search Results for 'bbpress'
-
Search Results
-
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!
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.phpI’ve tried but didn’t seem to work for me so maybe I’m missing something fundamental.
Thanks in advance.
Topic: Forum Page Not Found
Hello!
So there are about a dozen (dozen) topics about this, but here goes:
So:
WP 4.0
bbPress 2.5.4
a ton others (none that influences my users and their access)I created the test forum, the test topic, the page with the ‘forums’ pretty permalink and the whole shebang.
I have a custom theme (cause I need it :D) and custom permalinks (with the needed .htaccess file).
The topic page appears without problem, but the forum page gives me a “Page Not Found”.
Any suggestions?
Thanks!
AnaTopic: Taxonomy Error
I just finished setting up a new site and went live this week. I’m now getting an error within my bbPress forum that reads, “Error: Taxonomy isn’t defined”. What do I need to do in order to fix/make this message go away? It is only shown once you select a topic to view, at the top of the page, following the title of the topic.
Wordpress 4.0
bbPress – 2.5.4
Hi, before i go ahead and start trying to make a car enthusiast site built on my current ideas, i wanted to know if this is possible, and if so, how..?
1) – Multiple Forums
I would like to have multiple bbPress forums over multiple WordPress pages, e.g. “general forums” on one WP page, a “buy/sell” forum on the second WP page, a “Services” forum on another WP page etc. and all while having the same login/passwords etc.2) – Pay Per Thread
I would like to charge users a set amount, say maybe 75p to post a thread (not a reply etc.) in the “buy/sell” forums and say maybe 50p to post a thread (again, not a reply etc.) in the “Services” forum so that I make the money to sustain my site from people posting items for sale or offering a helping hand (a “service”) for a smaller fee than a garage etc.Topic: Application forum
Is there a way for BBpress to allow a newly registered user to post in a private forum and only be able to see his own post and comments from members.
background info:
I want to make a gaming site and i need a forum where it is possible for future applicants to post a private application without fear of being discovered by his old guild if they look at our forums or make a user to gain access.
I have searched for this option for 2 days now and i can’t seem to find a solution to this problem!If it isn’t possible through either plugins or something else, then please suggest other forums with that capability.
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