Forum Replies Created
-
In reply to: Increase quantity of search results
Try adding this to your functions file
function change_search() { $args['posts_per_page'] = 50 return $args; } add_filter('bbp_before_has_search_results_parse_args', 'change_search' );
where 50 is the number you want displayed
I haven’t tested, if it doesn’t work come back and I’ll fix it
In reply to: NotificationsIn reply to: Custom Forum Layoutthis plugin might be what you need
In reply to: Wrong topic appeared in the pageDoes uninstalling the wp4 fix correct this – albeit that you lose replies?
We need to know if it is the fix that is the new problem, or whether you have the problem without the fix.
In reply to: Left justifying BBPressyou’ll need to ensure that bbpress is using the right page
In reply to: Fix login widgetyou’ll need to post the problem as well as the solution we need a url to a page within your site where this occurs
In reply to: rewrite mingle forum urls to bbpress urls [RESOLVED]Great – welcome !
This isn’t showing as a wordpress site, and the post is not a bbpress one.
In any event, this will either be a server, email or wordress theme issue. Talk to your host provider who is most able to help you.
Not unless you want to hide all the other forums to non logged in users.
In reply to: Per Forum Permissions by GroupI just found 15 minutes to take a quick look.
It’s probably fair to say that if you were trying to hide how the admin sections works, then bbpress would get an Oscar. Function buried in function buried in actions. I cannot see how the forum, topic or replies lists are called so cannot work out how to filter them.
How important is this to you?
In reply to: how to make bbpress categories and forums as pagesok fro for each menu item
1. create a wordpress page
2. put the shortcode for that subforum in it
3. publish
4. add to menu or sub menuIn reply to: Separate database for bbPressthen no, bbpress only works with wordpress
In reply to: userpro topics replies for users in profile pagegreat !
In reply to: userpro topics replies for users in profile pagegreat – so you are fixed?
It would be nice to know that you got this resolved
In reply to: Hidden private forumI have created a version that should work with php5.4 and above, but need you to test as I don’t have that version !
Can you go to my site and download the beta version
http://www.rewweb.co.uk/private-groups-2-5-3/
Can you let me know if the errors disappear and do a quick check across all the settings tabs so see that there are none in other tabs
Thanks
Robin
In reply to: how to make bbpress categories and forums as pagesMaybe if you want it to appear in the menu.
I am struggling to understand your exact issues, if you need further help, can you post a link to your website.
In reply to: Separate database for bbPressCan you explain what you concern is over sharing the database?
In reply to: Per Forum Permissions by GroupNo problem, it’s good to get the feedback and I’ll take a look and see how easy it is to block the backend – it may have some filters I can use.
It’ll be a few days as I’m tied up else where
In reply to: E-mail registration confirmationgreat – glad you’re fixed !
In reply to: Edit the bbPress login widgethow do you want it to look?
In reply to: Only Register to forum ?Great – glad you are fixed !
In reply to: Edit the bbPress login widgetIf you want to alter the widget, then you can rename it and put it as an additional widget in your functions file.
You will need to rename it in several places.
If you want to work on the core version and get it working, then if you want to post a revised core version (and any associated css) here, then I’ll quite happily work out the rename areas so you can then post it in your functions file – as long as your version is freely available for others (and me) to use.
In reply to: Hidden private forumfrom php 5.4 onwards php was stricter when looking at strings and arrays.
I’ll need to correct the code to work with later php versions
In reply to: Only Register to forum ?One last thing, do I add the code via the editor or FTP?
Either is fine, I’d tend to do it via FTP and keep ols and new versions of the function file on your PC
And is there a tutorial on how to add a child theme?
This is a wordpress feature
Just google ‘wordpress creating a child theme’ or ‘wordpress creating a child theme video’ depending on whether you prefer seeing or reading
looks a reasonable explanation