Forum Replies Created
-
In reply to: Change the font size of the title of the forumIn reply to: Only pin post is showing
great – glad you are fixed !!
In reply to: Only pin post is showinglink to your site needed
Otherwise check out the https://da.wordpress.org/plugins/bbp-style-pack/ plugin, it will most likely have the functionality.
it does!
In reply to: Storing documentsnot really sure that bbpress is the best tool for this.
several wordpress solutions round – I googled ‘document sharing wordpress’ and got this which looks like it is a better fit
https://en-gb.wordpress.org/plugins/sp-client-document-manager/
you can see what the free vs. premium does here
In reply to: customize bbpress member capability!!!! urgentcab you post a link to the ‘previous post’ there are many posts on here.
and by post do you mean topic or topic and reply?
and how does this differ from the participant role?In reply to: Main Forum page has no formattingHey, pleased that you are fixed, and a ‘you rock’ has sure cheered me up !!
In reply to: Main Forum page has no formattingok, you are using the foodie theme which is based on genesis, so suspect that you need
In reply to: How to actually partner root with a WP-pagesee
item 3
method 2 lets you add text before (or after) such as
“welcome to our forums….”
In reply to: Main Forum page has no formattingno problem
that does make me more suspicious that it is a theme issue.
just as a test can you try switching to say twenty sixteen and see if that fixes
by the way you can style forums using my style pack plugin, which will make them much more pretty
In reply to: Main Forum page has no formattingI suspect it is a theme issue, it seems to be rendering as a paragraph.
what method in item 3 below are you using
In reply to: Sidebar won’t showgreat – glad you are fixed !
In reply to: Sidebar won’t showcan you copy your bbpress.php here so I can take a look
In reply to: how to Nest ForumsCan’t speak for how it is written !
In reply to: how to Nest Forumspresume you mean show the sub forums as a list
use
https://wordpress.org/support/plugin/bbp-style-pack
go to
dashboard>settings>bbp style pack>Forum Display
In reply to: Third-party shortcodes in bbPress postsyou may need to add this to your functions file to get it for particpants
add_filter (‘pw_bbp_parse_shortcodes_cap’ , ‘publish_topics’ ) ;
In reply to: Third-party shortcodes in bbPress postsThis used to work, see no reason why it should not still be fully functional!
In reply to: New Users Can’t Postthat’s computers for you !!
In reply to: New Users Can’t Posthmmm…. I’d try reinstalling either/both
In reply to: Can’t see my created topics and answersno problem
In reply to: New Users Can’t Postso with just askimet and bbpress on a vanilla theme you have a problem?
In reply to: Can’t see my created topics and answersare you using caching software?
In reply to: New Users Can’t PostIt 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: bbPress and All In One SEO Pack conflictmany threads botn on this forum and on the all in one seo pack page
google
bbpress all in one seo
and you’ll see a list
This one frequently fixes apparently :
I spoke to the author of the All in One SEO Pack and was told to delete and reinstall the plugin. Surprisingly, it worked even though I already had the latest version.
In reply to: Our quotes in forum create large letters in topic.your theme is setting the css blockquote to 171.4%
if your theme has a custom css area put this into it
blockquote { font-size: 100% !important; }