Forum Replies Created
-
In reply to: Need BBpress Help
hmmm… sidebars will be theme specific, not part of bbpress.
If you have a paid theme, suggest you contact their support
otherwise try googling ‘xx theme sidebars’
In reply to: Show date of first postwhere do yo want to show it ?
In reply to: Need BBpress Helptry
In reply to: Posted replies redirect to dashboardgreat – glad you are fixed
In reply to: Registration not workinggreat – glad you ae fixed
In reply to: My Ugly Websiteyou might want to do some further styling
glad you like it!!
In reply to: Error: “you cannot create new forums”great
In reply to: Error: “you cannot create new forums”where, when ?
In reply to: Plain BBpress or Commons In a Box?It does look good.
I suspect they created the layout by changing loop-forums.php and loop-single-forum.php templates.
The general styling can be done using
Try contacting them to see if they’ll release then templates to you. If they do, PLEASE do come back here, and I’ll publish them
In reply to: Admin email for user registrationbbpress 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