Forum Replies Created
-
In reply to: Font-Size
it may be that your theme is overwriting it (or it could be lots of other reasons !)
try
#bbpress-forums { font-size: 16px !important ; }
or use my style pack, which will let you style fonts and much more
In reply to: bbpress bulletsnot sure which bullets you are referring to, but this plugin will let you display without counts.
In reply to: Replies in Visual Tabnot sure what quite what you mean, probably just me not familiar with what a ‘visual tab’ is, can you explain further?
In reply to: sub forum titles in [bbp-forum-index]link to your site?
In reply to: BBpress login not working rightdo you still have a problem, it looked ok to me
In reply to: Installation ok but want another displayIn reply to: separated sections in BBpressyou can set up sections using the alternate template in my style pack plugin. This will also let you change how bbpress is styled.
In reply to: Topics Not Showing on ForumI’d suggest that it is an issue with worpdress capabilities.
However I’d suggest that you start by asking simples files support as that is a paid plugin.
thanks !
In reply to: Custom Subscriptions EmailIt’s on my list of things to look at for my style pack plugin
In the meantime, you’ll find the relevant emails in
includes/common/functions
and can filter using for forums
$message = apply_filters( ‘bbp_forum_subscription_mail_message’, $message, $topic_id, $forum_id, $user_id );
and for topics
$message = apply_filters( ‘bbp_subscription_mail_message’, $message, $reply_id, $topic_id );
If this is an issue, then it will be caused by my private groups plugin, can you re-post this on my plugin’s support forum, and I’ll pick it up and progress from there
In reply to: Blank Screen since WP 4.7 (also in 4.7.1)4.7/4.7.1 and bbpress 2.5.12 work
If you have these then :
1. what php version are you running?
your host provider can answer this
or you can install
https://wordpress.org/plugins/display-php-version/
If it’s php7 then come back
otherwise
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
interesting – do please let us know how you get on
In reply to: How can I relate a Topic to more than one Forum?bbpress uses wordpress structure which works on a hierarchy, so a topic/post has a forum/post parent.
Would take a lot of customisation to make bbpress work differently to that – loads of functions would need total re-write.
Off-hand I can’t see how this would be achieved.
In reply to: How to add Box shadown for bbpress input textara boxThis does the background color, I’ll leave you to pick the bones out of it.
`#bbpress-forums input[type=”text”], textarea,
#bbpress-forums input[type=”text”]:focus, textarea:focus,
#bbpress-forums .quicktags-toolbar
{
background-color: red; ?> ;
}`In reply to: Allow Participants to Trash / own Topics and Postsit seems from this trac ticket that even if you have the correct code, it doesn’t work, and won’t until 2.6 is released.
Thanks, do post here, as someone coming along after you may well be helped by your solution
In reply to: Child theme breaks viewing single topiccan you post your bbpress.php template page here?
In reply to: Allow Participants to Trash / own Topics and PostsI presume it is not as simple as changing
/*Customize the BBPress roles to allow Participants to trash topics
to
/*Customize the BBPress roles to allow Participants to trash topics */
on line 1, as currently the lack of a */ at the end of the line means that it just comments out all of your first function, so that function doesn’t run !
In reply to: New topicsnot available in bbpress, so would require code, so might as well be a plugin !
In reply to: Bbpress 2 domains and can be retrieved on bothnot my area of expertise, but this plugin seems to offer this
https://wordpress.org/plugins/multiple-domain/
otherwise as this is more of a wordpress thing, suggest you try their support forums
Quick one on your NOTE: Yes that was a previous version of the plugin that no longer exists.
user creation is a wordpress thing – bbpress is not involved. It only allocates the default role on first login.
Would be worth you googling ‘wordpress register email not working’, but it can be a host thing, and is worth talking to your host provider about.
In reply to: Batch close topicsThere is this plugin which might solve both, I haven’t used it so can’t say
In reply to: Topics Not Showing on Forum@loinim are you on a local or network installation? and can you confirm that this was working but now isn’t.
In reply to: Topic Date / Time under Mentionsgreat !