Forum Replies Created
-
In reply to: Forum page will not be refreshed
are you using sub forums, if so then there seems to be a big with 2.6.x
once activated go to
dashboard>settings>bbp style pack>bug fixes and tick ‘fix last active time’
In reply to: Anonymous spammingok, can’t explain further, must be site specific
In reply to: The profile name is not visible inso are you designing a theme?
In reply to: Forum page will not be refreshedwhat is not refreshed?
In reply to: Anonymous spammingso is the spammer showing as an actual user ? ie is in
dashboard>users
it looks like new users can simply register and then post?
In reply to: Anonymous spammingwell you have some sort of pop up doing this – not part of bbpress,it may be part of your theme or another plugin you are running?
In reply to: Anonymous spammingshould be in
dashboard>settings>forums and look for anonymous
In reply to: Topic Menuonce activated go to
dashboard>settings>bbp style pack>Topic/Reply Form and select the visual editor
In reply to: Displaying Fora Under Categoriesgreat – glad you ate fixed
In reply to: Displaying Fora Under CategoriesI think you mean this
once activated go to
dashboard>settings>bbp style pack>Forum Templates
and select the alternative template
In reply to: Starter problems – registration not working🙂
In reply to: Sidebar not showing on forum pageIn reply to: Sidebar not showing on forum pageIn reply to: Threaded Replies Not Workingonce activated go to
dashboard>settings>bbp style pack>bug fixes and enable threaded replies fix
In reply to: Help! “newbie” bbpress problemsfor css use
for your other issues, is the site visible, and can you give a link to an example
I’ve added placeholder to version 4.5.3 of my style pack plugin
once activated go to
dashboard>settings>bbp style pack>topic/reply form item 11
selection lists would be custom programming well beyond free help I’m afraid.
In reply to: How can I add registration to my site?make forums private to make them visible to users only
use shortcode
[bbp-register]or anything in WordPress that does registration – bbpress just uses WordPress registration
In reply to: No Topics showingsounds a reasonable explanation, but can’t say for sure
In reply to: RSS only showing new topics but not repliesI believe this is it
https://bbpress.org/feed/?post_type=topic/but come back and confirm
In reply to: No Topics showingIn reply to: No Topics showingstart with
dashboard>tools>forums>repair forums an run one at a time
In reply to: Allow user to post same post in different forumsthanks,
this will add throttle to the participant role
Put this in your child theme’s function file – or use
add_filter( 'bbp_get_caps_for_role', 'brandi_role_caps_filter', 10, 2 ); function brandi_role_caps_filter( $caps, $role ) { /* Only filter for roles we are interested in! */ if( $role == 'bbp_participant' ) $caps['throttle'] = true ; return $caps; }In reply to: I don’t see the plugin on the dashit could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentyfifteen, and see if this fixes.
Plugins
If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Then come back
In reply to: How can I get the category to display in topicbbp_get_topic_forum_idIn reply to: Carrying theme to individual forumsI used to take part in the European Tall Ships races in the 1980’s – so recognise the logo! many happy memories.
start by reading
Section 8 is the bit to read