Forum Replies Created
-
In reply to: Is possible custom all my links as nofollow???
can you provide a link to an example?
In reply to: Forum Layoutok,
to separate into categories use
https://wordpress.org/plugins/bbp-style-pack/
and go to
dashboard>settings>bbp style pack>forum template and select the alternate template
Then go to
Dashboard>settings>forums>forum root
and note what that is called – usually ‘forums’
then create a page called whatever the forum root says eg ‘forums’ and into the content of this put
[bbp-forum-index]
[bbp-topic-index]That should all work, but come back if you have queries
In reply to: signature separatorah – ok, suggest you post on their support site
In reply to: signature separatorok, can you go to
dashboard>plugins>all plugins and see if you have the plugin
bbP Signature
and confirm that it is activated?
In reply to: Is possible custom all my links as nofollow???by default bbpress adds nofollow to links in content (and elsewhere – wouldn’t swear it was everything, but seems to be!)
In reply to: signature separatorok, I’d need to see a link to the site
if private, contact me via my website
In reply to: Several IssuesIs there a plugin that could enable me to style my forum from the front-end?
in a word – No 🙂
In reply to: Several Issueson your issues
1. you seem to have fixed this
2. Can you explain further what you mean
3. I see a single forum with 1 sidebar – is this now fixed?ditto registration
google
wordpress rest api register new user
gets you several answers
No idea what a rest API is , but bbpress uses wordpress’s register and login processes, so you can simply use those
I googled
wordpress rest api login
and got
http://v2.wp-api.org/guide/authentication/
but there’s a whole site there
glad to have helped !
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