Forum Replies Created
-
In reply to: Per Forum Permissions by Group
Hey no problem, glad you’re fixed
I suspect that the plugin author would be better to sort you with tablepress eg
https://wordpress.org/support/plugin/tablepress
but you may hot the catch 22 that editing is in the backend and you need to disable this for the forums !
In reply to: Notificationsbut glad you’re fixed !
In reply to: Notificationsprobably because bbpress is sending them through subscriptions, as well as the notify plugin.
In reply to: Increase quantity of search resultsTry 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 !