Forum Replies Created
-
In reply to: BBPress looking strange
If you want to add styling and features try
In reply to: Remove /search from the sitelink to an example on your site please
In reply to: Can you make a role to subscribe a forum?can you post the code you are using
In reply to: Styling body text in the TinyMCE EditorPut this in your child theme’s function file – or use
or it is available as an option in
once activated go to
dashboard>settings>bbp style pack>Topic/Reply Form
In reply to: Making Texts in the post Uncopyable?no sorry all content is copy able – if it is interesting people will copy it.
The best way is to make it just very boring 🙂
In reply to: Post in topic pageI don’t know what in 2.6 would cause this
In reply to: Post in topic pageit will be one of them 🙂
In reply to: Post in topic pagesomething has changed, so what have you updated ?
In reply to: Post in topic pagesorry, looks theme related – have you changed themes or updated ?
In reply to: Display issuesgreat – glad you are fixed
In reply to: Forum overlaps on mobile devicesIn reply to: Forum overlaps on mobile deviceslooks fine on mine !
In reply to: Disabling the option number of votes in the forumtry any/all of these
li.bbp-forum-reply-count { display : none !important; } li.bbp-forum-topic-count { display : none !important; } li.bbp-topic-reply-count { display : none !important; } li.bbp-topic-voice-count { display : none !important; }In reply to: Subforums are not listed.sorry, is there a question here? – it appears to just be a series of pastes 🙂
In reply to: Remove /search from the siteso
dashboard>settings>forums>forum features and turn off search doesn’t work for you ?In reply to: Disabling the option number of votes in the forumis your site public ?
In reply to: Disabling the option number of votes in the forumok install this and put the code in the custom css section.
once activated go to
dashboard>settings>bbp style pack>custom css
In reply to: Disabling the option number of votes in the forumok try
#bbpress-forums li.bbp-forum-reply-count { display: none !important; }In reply to: Forum structure questionlook in the template files
In reply to: Remove /search from the sitedashboard>settings>forums> and just take out the search slug
In reply to: Can’t give users custom roles.ok, not sure if I can help further – it works on my test site, so clearly something is amiss.
Role editor may well change stuff in the database, so deactivating may be leaving stuff behind that may not help.
In reply to: Can’t give users custom roles.try deactivating it and see if that fixes – what are you using it for?
In reply to: Can’t give users custom roles.so presume you have user role editor as an additional plugin – yes ?
In reply to: Disabling the option number of votes in the forumwhere did you put it ?
In reply to: Disabling the option number of votes in the forumput this in the custom css section of your theme
#bbpress-forums li.bbp-forum-reply-count { display: none; }