Forum Replies Created
-
In reply to: Forum
ok, so you can add text below the heading, just create this as normal text.
Then where you want the forums put in the shortcode
[bbp-forum-index]
If you are using blocks, then there is a shortcode block you should use.
In reply to: Forumok, so are you now fixed ?
In reply to: QUOTING POST OR COMMENTnot sure I can help further, as these items are only shown to moderators or above, and I have no wish to do individual site design 🙂
In reply to: FORUM USER ROLESthe default role is set in dashboard>settings>forums
otherwise you can set users to roles in
dashboard>users
In reply to: Duplicate imageprivate messaging is not part of bbpress itself. Another plugin (maybe buddypress) is doing this.
In reply to: Reply Content Are Overflowing Out Of The Box1. I suspect that you have not correctly done the list parameters.
2. If you are just going to write abusive content (‘This totally sucks’) then I suspect you will not get much help, this is free software with free support from volunteers who are not obliged to answer.In reply to: QUOTING POST OR COMMENTok, it could be due to loots of things, not possible to resolve without site access top a live example.
But try accessing from a different browser (maybe cache on your browser), or clearing cache on your site if you have it.
otherwise try :
#bbpress-forums span.bbp-admin-links a, #bbpress-forums span.bbp-admin-links { font-size: 13px !important; }
ok, no problem, glad you are fixed
what theme are you running?
is this bbpress related?
In reply to: ForumThe ‘Forums’ heading is created by your theme.
which method in the below are you using to create the forum page?
https://codex.bbpress.org/step-by-step-guide-to-setting-up-a-bbpress-forum/ item 3
I’m not quite clear what you are saying – only because I don’t have need of buddypress, so don’t know what it us looking for 🙂
from the 2 functions in the trac ticket, which function needs to return what different answer?In reply to: QUOTING POST OR COMMENTscreenshots don’t work
In reply to: Sub-Forums Stop Displaying!happy to have helped 🙂
In reply to: How do I Disassociate a group forum from the groupsuspect this is a buddypress question if it is buddypress groups you are talking about.
In reply to: QUOTING POST OR COMMENTput this in the custom css of the style pack plugin.
#bbpress-forums span.bbp-admin-links a, #bbpress-forums span.bbp-admin-links { font-size: 13px; }
In reply to: Forum Index not showingIn reply to: editor tool bar not showingyou to check the bbpress role, keymaster or moderator
In reply to: Export/Importsort of…
It is doable, but requires a series of steps and some code.
I am trying in spare time to get this into a workable solution, but needs more work.
In reply to: custom topics sort by statusIt’s doable, you would need to amend
bbpress\templates\default\bbpress\loop-topics.php and save to your child theme.
and amend to add to call to bbp_topics() 2-3 times to doi the ordering
Beyond free help I’m afraid, if you’d like paid help happy for you to contact me via
with a link to this thread
In reply to: How to change forum roles?without a pluguin
with a plugin
once activated go to
dashboard>settings>bbp style pack>roles
In reply to: BBPRESS STATISTICS ON BBPRESS LEFT SIDEBARdo you know how to FTP a file?
In reply to: View Forums not working as expectedit could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentytwenty, 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.
If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users
Then come back
In reply to: Add forum subscribe link to another locationPut this in your child theme’s function file –
ie wp-content/themes/%your-theme-name%/functions.php
where %your-theme-name% is the name of your theme
or use
In reply to: Maximum file size allowed is 512 KBok you’ll need to raise it with their support site