Forum Replies Created
-
set your root to ‘xxyy’ – whatever you want to call it
create a page called ‘xxyy’
in the content on that page put
[bbp-forum-index] [bbp-topic-index]In reply to: signature separatoradd_action ('bbp_theme_after_reply_content', 'rew_hr', 10) ; function rew_hr () { echo '<hr>' ; }In reply to: You Forgot a Few ThingsI am just a moderator here so have no influence over what is and isn’t included.
If you want login and registration on the menu, then add this plugin
https://wordpress.org/plugins/bbp-style-pack/
and go to
dashboard>settings>bbp style pack>login
In reply to: signature separatortry
add_action ('bbp_theme_after_reply_content', rew_hr', 10) ; function rew_hr () { echo '<hr>' ; }In reply to: Forum disapeargiven that I can see it, presume you are now fixed?
In reply to: signature separatorthis will be hit or miss, as it is xmas eve, and this code is entirely untried
add_action ('bbp_theme_after_reply_content', rew_hr', 10) ; function rew_hr () { echo '<hr>' }In reply to: signature separatordo you know how to add code to your function file?
In reply to: Finaly i found perfect search plugin for Bbpress@senatorman thanks – I’ll give it a try after xmas !
In reply to: bbpress forums border misaligned (latest versions)that comes up with a 404 error
In reply to: How Do I Set Up A Forum?there is no shortcode for logout – users normally just leave the site
you can add login/logout to the menu.
This plugin will help you do that
In reply to: How Do I Set Up A Forum?you set forums up in
dashboard>forums>add new
In reply to: Private messaging system for bbpress and wordpresscan I use front end pm as a bbpress pm system instead ?
no idea whether you can – suggest you try
In reply to: How to delete or empty 50000 spam replies and topicsI’ve posted in his support page to ask if he can add that type. If he doesn’t then I’ll look to cut a version for you in the new year
In reply to: How to delete or empty 50000 spam replies and topicsHow about this?
https://en-gb.wordpress.org/plugins/wp-mass-delete/
you would want a post status of spam
I haven’t tried it.
PLEASE come back and tell us if it works
In reply to: Private messaging system for bbpress and wordpressHave you tried
https://wordpress.org/plugins/bbp-messages/
I have not used it, and if you try it, PLEASE come back and let us know if it works, that will help others.
In reply to: Blog and Forum are Mixing UPI haven’t accessed your site – I just removed the link. You were on a list for me to get around to.
If it is working, then it was not due to me.
I would strongly advise you to change the password
In reply to: How to delete or empty 50000 spam replies and topicsI TAKE NO RESPONSIBILITY FOR WHAT FOLLOWS !!!
BACKUP YOUR DATABASE FIRST !!
see
but this should do it
DELETE FROM wp_posts WHERE post_status = "spam"It will not get rid of post meta for these.
In reply to: Blog and Forum are Mixing UPcan you give us the url for the link it is trying to open
In reply to: signature separatorwhat signature plugin are you using?
In reply to: Need Help Creating A Forum, Will PayIn reply to: bbpress.css not found resulting in js errors.if you haven’t modified bbpress.css then you should not need to copy it anywhere – it will load from the plugin location.
the url you are showing will return a 404 as it has style.css mid way through
In reply to: Changing name of Keymaster etcthe code goes in your functions file
If you are just after changing the name -then the style pack plugin will let you do this
bbPress is tested with wordpress default themes. It maybe a conflict – you need to check plugins and themes
It could be a theme or plugin issue
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentyfifteen, and see if this fixes.
Then come back
In reply to: Setting up a Menu item that directs to “All Forums”No problem – glad that it helped – do come back if we can help further
In reply to: Setting up a Menu item that directs to “All Forums”item 3 – method 2