Forum Replies Created
-
In reply to: bbPress Moderation
I would first of all try the more up to date version of this
and then reach out to the support forum of that pluigin
In reply to: how to set minimum reply length.great – glad you are fixed
In reply to: Login pagegreat – glad you are fixed
In reply to: how to set minimum reply length.add this to your functions file
function rew_min_length ($reply_content) { if (strlen($reply_content)<61) { bbp_add_error( 'bbp_reply_content', __( '<strong>ERROR</strong>: Your reply must be at least 60 characters.', 'bbpress' ) ); } return $reply_content ; } add_filter( 'bbp_new_reply_pre_content', 'rew_min_length' );In reply to: how to create dynamic reply-boxsorry, that’s how it works in bbpress.
But if you do get to someone who has coded, please post the result back here to help others.
my style pack plugin has a button you can add to the pages to make it clearer
once activated go to
dashboard>settings>bbp style pack>Buttons
In reply to: BB press profile pageother people’s public profile is via the author link on topics/replies – ie click any users name link on their post
In reply to: BB press profile pagelink to one’s bbp profile in menu
once activated go to
dashboard>settings>bbp style pack>login
In reply to: possible to pre-fill a post ?anything is possible, but this is a chunk of code that you are hoping someone will do for free 🙂
In reply to: Remove ‘bbPress Forums’ from Menuno problem
In reply to: Remove ‘bbPress Forums’ from MenuI’m pretty sure it’s a setting in your theme which you should be able to blank, but this will fix it in any case
put the following in your theme’s custom css
.fusion-menu-description { display : none ; }ok thanks for the update
In reply to: Forum sending email notifications to itselfby clicking the ‘create new topic’ in the bar below the bbpress logo
In reply to: Bbpress Sidebar Widthno it is theme dependant
ok, so not my plugin, but I cannot replicate the error
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: the display of topic is whiteok, thanks
so are you now fixed?
In reply to: How add Class on listso are you trying to make a new template or what are you trying to do?
link to your site please
In reply to: the display of topic is whitelink to your site please
that is the default way that bbpress works – what is not working for you ?
just make the forums public not private
In reply to: How add Class on listso where did this code come from ?
In reply to: Use Asphostportal to create forumgreat – glad you are fixed
you may also want
which will let you style and add features
In reply to: Use Asphostportal to create forumso with wordpress and bbpress installed, you create a forum in the dashboard and then create a page called say ‘forum’ and in the contents put
[bbp-forum-index]save this page, publish it, and then view ot and you will see the forum.
you could also follow this
before I dig into this can you try (or have you)
bbp_get_reply_to (xxx)
sorry I do not understand
topic ID = 100
first reply to topic ID 100 = 105
second reply to topic ID 100 = 107
third reply to topic ID 100 = 108so which number are you starting with and which number do you want?