Forum Replies Created
-
In reply to: critical error
I have moved this to a new topic
This could be due to many reasons, including plugins and/or theme
When you get a critical error, you will receive an email sent to the address in
dashboard>settings>general>Administration Email Address
in that email will be the details of the exact error.
We need to see that error message to help further
In reply to: Thread title showing after posters namedo you have a link to a live example, and what theme are you using?
In reply to: Advertising in the forummany plugins that do advertising have code you can use, and bbpress has many hooks you can use to insert.
If you want to say what and where, I may be able to give you further help.
In reply to: Throttling email notifications🙂
In reply to: New membership is not authorized to view the forumProbably a question to ask memberpress
What have you set in
dashboard>settings>forums>roles ?
In reply to: Only show Forums/Topics user has access tocontact me via
In reply to: Only show Forums/Topics user has access toSorry Learndash is a paid plugin, so I cannot develop my free private grouops plugin unless I buy it, which I don’t plan to !!
In reply to: BBP-Style-Pack change Forum Display for Mobile viewsit works on both templates for me.
so when I go to your last link (my site url) I see the forums in list view (NOT vertical) on both a laptop and a mobile.
Do you see differently?
In reply to: BBP-Style-Pack change Forum Display for Mobile viewsnot sure what you are after, it does exactly that on my test site.
Link to an example please
🙂
ok, I cannot say why it has worked before – every site is a unique collection of theme, plugins and settings.
but yes if you close a forum, it closes it to new topics and replies
forums are set to closed ?
if so, then that is what I would expect
In reply to: How to display stats and feed info?🙂
In reply to: How to display stats and feed info?In reply to: Login/register forms full widthhey no problem, glad to have helped 🙂
In reply to: Login/register forms full widthrelated to your ultimate member plugin, but put this code in your themes additional css
@media only screen and (max-width: 600px) { .um.um-login, .um.um-register { width : 70% !important; } }
you can change the 70% to alter the width to what you want
In reply to: Login/register forms full widthlink to your site please
In reply to: Change from name on subscription emails?is this new, or has it always done that?
In reply to: How to Set Email Sender Name for Notificationhmmm…. I’m trying to do less not more !!
I’ve just taken a quick look, and reckon several days work to even understand the plugin and correct current errors it throws.
So no not at the moment – sorry !!
In reply to: How to Set Email Sender Name for NotificationI’ve just released version 6.0.8 of style pack that has that option in subscription emails tab item 1
In reply to: Does bbPress have hooks?you can use
add_action ('bbp_template_after_single_forum' .... add_action ('bbp_template_after_single_topic' ....
In reply to: How to Set Email Sender Name for Notificationyes, I can see the issue – I’ll look at that.
you can use the ‘assign groups to roles’ tab to assign WordPress roles such as subscriber to a group on login
In reply to: How to Set Email Sender Name for Notificationinstall
then see
dashboard>settings>bbp private groups>help
for how to set it up
and
dashboard>settings>bbp private groups>topic permissions
in essence set up a group called say ‘fred’
assign the forum to the group ‘fred’
assign your users to the group ‘fred’
Then enable topic permissions
set the forum topic permissions for users to only be able to reply
Admins can then post topics but users only reply