Forum Replies Created
-
In reply to: Getting an email when new discussion startsIn reply to: Problem with the topic title
WordPress has thousands of themes, and hundreds of thousands of plugins. Everyone tries to make it as compatible as possible, but occasionally they clash.
I can only suggest you contact the theme’s author to see of they can help resolve
In reply to: Shortcode to display list of forums?In reply to: Problem with the topic titleok, I can only suggest it 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: [bbp-topic-index] not workingtry
dashboard>setting>permalinks and just click save – this resets them
In reply to: [bbp-topic-index] not workingit 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: Problem with the topic titleyou could open your forum to guests to let me see
In reply to: Problem with the topic titleI need to be logged in so I can’t see the issue, so can’t help to fix it
In reply to: Design bbPresstry
In reply to: Trying to add topic to a child forumthat’s fine – glad you are fixed
In reply to: Problem with the topic titleit may be theme or plugin related, can we have a link to an example please
In reply to: Change forum default textit can be complicated and can require some digging to find the original phrase, but my style pack plugin has a translation section which works for quite a few
once activated go to
dashboard>settings>bbp style pack>translations
In reply to: Theme problems – double formsno, all looks fine
In reply to: Theme problems – double formsjust remove [bbp-topic-form] – the first one [bbp-topic-index] adds a form on as standard
In reply to: Theme problems – double formsa page not a file
so in
dashboard>pages do you have a page called forums ?
In reply to: Theme problems – double formsso what shortcodes has it got ?
In reply to: Theme problems – double formsis this an actual WordPress page with shortcodes in it?
In reply to: Display number of new posts/threads since last post?has unread posts – maybe more than you want, but closest I can suggest
In reply to: Which widget is thisgreat thanks – I’ve changed it and it will go on then next release
thanks again 🙂
In reply to: Change forum default textPut this in your child theme’s function file – or use
add_filter( 'ngettext', 'rew_bbpress_translate' , 20 , 5 ); function rew_bbpress_translate( $translation, $single, $plural, $number, $domain ) { if ($domain == 'bbpress') { if ($translation == 'Viewing %1$s topic') $translation = 'Viewing %1$s messages' ; if ($translation == 'Viewing %1$s topics') $translation = 'Viewing %1$s messages' ; if ($translation == 'Viewing topic %2$s (of %4$s total)') $translation = 'Viewing message %2$s (of %4$s total)' ; if ($translation == 'Viewing %1$s topics - %2$s through %3$s (of %4$s total)') $translation = 'Viewing %1$s messages - %2$s through %3$s (of %4$s total)' ; } return apply_filters ('rew_bbpress_translate', $translation, $single, $plural, $number, $domain ) ; }In reply to: Change forum default textwhat would you like it to say ?
In reply to: Setting forums as my homepagegreat – glad you are fixed
In reply to: Setting forums as my homepagecreate a homepage called anything you like.
then put this shortcode in it
[bbp-forum-index]In reply to: Which widget is this@sirlouen – thanks, I’ve incorporated all those changes in 4.4.2
Let me know if I missed anything
and thanks so much for helping me improve my plugin – as a one man developer/tester it’s hard to spot where code can be improved !
In reply to: jQuery conflit in BuddyPress-Media pluginyou need to post in buddypress support