Forum Replies Created
-
In reply to: Change freshness timing type
You should see no perceivable impact from this plugin, but you can always check by using a tool such as https://tools.pingdom.com/
on format – if you want further options then use my style pack plugin instead which gives you these options – see the freshness Display tab
In reply to: Change freshness timing typeIf you are not a coder then use the last post plugin above which does it for you
logged in/logged out is I think a buddypress thing.
In reply to: Topic content is not visiblebbPress is tested with wordpress default themes. It maybe a conflict – you need to check plugins and themes
It 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: Forum topic replies in Caps onlyMost likely a theme issue
as a test switch to a theme such as twentytwelve to prove
presuming this is not spam (website removed from the above) , then install via wordpress, and if you get an error, please post exactly what the error is !
In reply to: How content Thread color change ?You will be able to with my plugin
In reply to: How to insert forum category icons/images?you should be able to with my plugin
https://wordpress.org/plugins/bbp-style-pack/
go to
dashboard>settings>bbp style pack>forum display>item 9
In reply to: After installation do not see Forumsin menu or in dashboard?
In reply to: Posting permissionsif you want to attempt it yourself, then download my private groups plugin
https://wordpress.org/plugins/bbp-private-groups/and crack open includes/functions.php
you’ll find a filter around line 14 to check permissions on topics and replies and the function it calls further down.
You probably want to create a version of that for yourself.
Have fun !
In reply to: How Do I Sort the Forum Order?no problem – glad you’re fixed !
In reply to: Posting permissionsSorry, no simple solution to this – would require custom coding!
In reply to: How Do I Sort the Forum Order?go into
Dashboard>forums>and edit each forum
on the right hand side you’ll see Forum Attributes which includes ‘Order’ lower numbers are earlier, so just number them 1,2,3,4 to order
In reply to: Display is Cluttered, not like Documentationcan you list which plugins you are using?
suggest you install my style pack
https://wordpress.org/plugins/bbp-style-pack/
which will let you set font sizes along with lots more
In reply to: Display is Cluttered, not like Documentationsomething is broken !
can you tell me how your page is set up?
see https://codex.bbpress.org/step-by-step-guide-to-setting-up-a-bbpress-forum/
and which of item 3?
bbpress has no special entries, so yes this should work fine – as long as it copies the database – everything should be fine
In reply to: Error message when any user postsno problem, hopefully I was some help !
In reply to: Error message when any user postsok, I think you are now beyond the general help I can give.
In reply to: Error message when any user postsok try putting it into
dashboard>settings>bbp style Pack>custom css
In reply to: Multiple Forumsok, not possible without bespoke development work
In reply to: Multiple Forums‘One is for regular forum-use, and the other is for writing texts where people can comment and start discussions. So it’s two different features but for all members.’
sorry you have now completely lost me – I do not understand the difference between ‘regular use’ and ‘can comment and start discussions’ – forums are where you start discussions and comment !
I am trying to help you, but perhaps you could start from scratch and articulate exactly what you are trying to achieve.
In reply to: Multiple Forumsyou should find this plugin will do that
https://wordpress.org/plugins/bbp-private-groups/
within the plugin set your users into two private groups, and allocate a forum/forums to each group.
Users will then be able to see and interact with only their forums inc. search.
In reply to: Multiple Forumsdepends
if you are just talking about having two forums, then if you want you use shortcodes
single forum [bbp-single-forum id=$forum_id] – Display a single forums topics. eg. [bbp-single-forum id=32]
and have
page 1
[bbp-single-forum id=32]
Page 2
[bbp-single-forum id=35]
In reply to: Error message when any user postsOw!! Sorry – believe it or not, that is the first time anyone has tried that !!
I’ve coded a fix for the next release that will stop that happening in future.
Can you tell me where you are adding those snippets? I’m more dubious on the first, but the second should work.