Forum Replies Created
-
In reply to: Admin email for user registration
bbpress does not have moderation, so it will be another plugin doing this
In reply to: how to bbpress sort topic yearcan you explain more what you want
In reply to: How To Change PERMALINK?dashboard>settings>forums>forum root slug and change ‘Prefix all forum content with the Forum Root slug’ to untick this
In reply to: bbPress HTML Archive?none that I know of
In reply to: Get rid of fixed separatorsbbpress does not have fixed separators – it has default ones.
you can change simply by putting this in your child theme functions file or using code snippets plugin
function custom_bbp_sub_forum_list() { $args['separator'] = 'whatever you want' ; return $args; } add_filter('bbp_after_list_forums_parse_args', 'custom_bbp_sub_forum_list' );You also seem to be confused by templates. Theme and plugin templates are exactly that and designed to be changed if wanted. With bbpress you simply follow
In reply to: Shortcodes not workingno problem, glad you are fixed !
In reply to: Shortcodes not workingso have you installed bbpress ?? installing buddypress doesn’t get you bbpress, you have to install it as well
In reply to: Topics and Replier are not linkedif they are not linked, and repair didn’t work, then import didn’t work properly, so you’ll need to start again
try
dashboard>tools>forums>repair forums and run one at a time
I don’t know of any plugin that does that.
my style pack plugin adds a button that helps people navigate
once activated go to
dashboard>settings>bbp style pack>buttons
In reply to: page can’t be foundgreat – glad you are fixed !
In reply to: page can’t be foundtry
dashboard>settings>permalinks and just click save – the resets the permalinks
In reply to: Show topic created date after (Started by: admin)ok, that is beyond free help, but in essence you’ll need to amend templates for
loop-single-forum
loop-single-topicssee
item 3
In reply to: Subdomains to share bbPress?support is not dead, it is like the plugin free and reliant on volunteers like myself. And it is the weekend when I spend time with my family.
pissing off free support with rudeness is not really a good idea.
I may respond after the weekend.
In reply to: Get rid of textbuddypress again
In reply to: Want smaller fontalso buddypress
In reply to: Word in pofileI think that is a buddypress issue
In reply to: larger font sizediv.bbp-template-notice p { font-size: 12px !important; }In reply to: Can not crop imageThis is a free service offered by volunteers such as myself who do this cheerfully and for nothing to support software that is free. There are plenty of people offering paid IT support – please do not demand answers.
In reply to: Designing siteyou asked
Can you give me a CSS document that handles everything on bbPress so that I can decide how I want everything to look
the link above tells you where it is and how to alter it.
I’m not sure how that doesn’t answer the request 🙂
.
In reply to: Please support me Plguin BBpress and Social Lockersocial locker is a paid plugin – I’d suggest you raise your issue there.
In reply to: List all forums (shortcode?)great glad you are fixed
In reply to: Show topic created date after (Started by: admin)easiest way is to use my style pack plugin
once activated go to
dashboard>settings>bbp style pack>Freshness Display
In reply to: Show topic created date after (Started by: admin)ok