Forum Replies Created
-
In reply to: Custom bbpress.css not working
wordpress themes can do funny things with bbpress.
It’s all to do with load order.
If it is working in the custom css, I’d leave it there
In reply to: Issues with forum registration & loginIn reply to: Shortcode not working properlyThis is because your theme or a plugin is adding the bootstrap library, and also adding the ‘.card’ css class to the forum display, and this has a bad effect.
It could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentyfifteen, 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.
Then come back
In reply to: Can I have all my categories in one big forum ?forums belong to categories
if you just want one list, then just have forums and no categories
In reply to: Data entered by anonymouscreate a directory on your theme called ‘bbpress’
ie wp-content/themes/%your-theme-name%/bbpresswhere %your-theme-name% is the name of your theme
find
wp-content/plugins/bbpress/templates/default/bbpress/form-anonymous.php
Make a copy of this file, and put in in the directory called bbpress that you created above, so you end up with
wp-content/themes/%your-theme-name%/bbpress/form-anonymous.php
bbPress will now use this template instead of the original
and you can amend thisin that template you will see
<p> <label for="bbp_anonymous_email"><?php _e( 'Mail (will not be published) (required):', 'bbpress' ); ?></label><br /> <input type="text" id="bbp_anonymous_email" value="<?php bbp_author_email(); ?>" tabindex="<?php bbp_tab_index(); ?>" size="40" name="bbp_anonymous_email" /> </p>
just remove that – I think that should work
I think this plugin has that
It works with current versions of wordpress and bbpress
some great people wrote bbpress software for free, spent many many hours writing code, getting feedback, improving and supporting it – all for free and they did this for many years.
In the background they do work on bbpress form time to time.
That they now are mainly doing other things is sad for us, but they have a perfect right to do as they wish, and should feel under no obligation to spend time supporting the code.
Similarly I have written a number of plugins that do stuff in bbpress, and I support these as I am able to and when I have free time. I also do some support on here. But this is all voluntary, and there will come a time when I no longer wish to do so.
There are a number of things that bbpress could do differently – what you call ‘should be repaired’ – but that is just your view on how it should work, and no-one is under any obligation to do anything – that is how OSF software works.
I can replicate your issue of a non existent page, and when I get some time I may (or may not) look at how to fix this.
But please be thankful that free code is out there and make the most of what it does, not resentful of what it does not do.
In reply to: Hitting 50 forum limit? What can I do?is the word in moderation or blacklist ?
Error – when wordpress can be used for the wordpress discussion. Someone will send a new topic with these words – it is automatically redirected to a non-existent page – this is a forum bug.
can you describe an exact series of stepsto get this error – I do not understand
The entire wordpress discussion settings should also work bbpress – and not just selected elements – that would increase the functionality of the forum at zero cost.
zero cost ?? – just a massive recode of bbpress taking many many hours!!! What bit is missing ?
best I can suggest is
In reply to: Blog is showing in forum pageI can see, the theme renders before the forums.
you basically need to get your theme to render that page not using the .ast-col-md-6 css.
I can only suggest you refer to your theme support on how to do this
In reply to: Removal of Voices to take over the remaining cellswell you’ll need to work it out yourself then
In reply to: Blog is showing in forum pagetry
#bbpress-forums .ast-col-md-6 { width: auto; }
In reply to: Blog is showing in forum pageit is because your theme has this set in a box
.ast-col-md-6 { width: 50%; }
add this to your custom css
.ast-col-md-6 { width: auto; }
In reply to: Forum topics don’t display for my regular usersglad you’re fixed
In reply to: Participant Role Can’t Read Private Topics‘Even though bbPress’ documentation says that users with the Participant role can read private forums and topics, the current version of bbPress (2.5.14) allows participants to read private forum names, but not private topics names or content. ‘
sorry, can you explain further – what is not showing on what page ?
In reply to: empty page when clicking on “topics started”It could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentyfifteen, 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.
Then come back
In reply to: Removal of Voices to take over the remaining cellsyou will need to amend
li.bbp-topic-voice-count { display: none !important; } li.bbp-topic-title { width: 65% !important; }
and play with the 65% number
In reply to: Anonymous website addresssorry this does not translate well, can you try again
In reply to: Removing (1 post) (1 voice) from Viewthe templates are in
\templates\default\bbpress
In reply to: Forum topics don’t display for my regular usersok, I need a link to a specific example and state exactly what is wrong
In reply to: bbPress / Twenty Seventeen / Social Links Menusorry I don’t understand the question – on the link you show – exactly what is wrong?
In reply to: bbPress / Twenty Seventeen / Social Links Menusorry I don’t understand the question – on the link you show – exactly what is wrong?
sorry, need a link to an example, and specifically state what is wrong