Search Results for 'test'
-
Search Results
-
On my site I have several boards in each Forum. Is there a way of showing which of the boards have the latest post? Or alternatively is there an option to show unread posts?
Wordpress 4.0, bbPress 2.5.4. The forums are not available to view as they are member only.
What I want is some indication of which board the red circled item refers to in the attached image.
Topic: Photo in Latest posts
Hello,
What is the procedure to display the profile photo, in the option “Latest posts”? Same have is here in this forum.
Helpe me please.
Regards,
IcaroI’m trying to format the background and the border for the lead topic, just as you’ve done here in the bbPress forum. I used Firebug to see your code, which is
#bbpress-forums ul.bbp-lead-topic li.bbp-body { border: 1px solid #dd6; } #bbpress-forums ul.bbp-lead-topic li.bbp-body div.topic { background-color: #0099FF; }But when I add this to my child theme’s CSS (where I’ve successfully made other bbPress changes), nothing changes.
I don’t know if something else I’ve changed is preventing this from changing or maybe if you have something in the setup that I don’t have, something that allows you to style this in CSS when I can’t.
Any suggestions? The forum is private, but I can get you in temporarily, if that would help. Or I could paste into a comment all the changes to bbPress I made in my CSS.
(Note: I changed your color for testing purposes)
Thanks for any help you can give me.
Beth
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. 🙂
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.
ThanksHello, 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
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!
Ana
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