Forum Replies Created
-
In reply to: Changing “Forum” to something else
so what are the slug settings in
dashboard>settings>forums
In reply to: Remove Subscribe link from Topicsdashboard>settings>forums> and untick Subscriptions – Allow users to subscribe to forums and topics
In reply to: bbStyle pack Forum Roles issueglad you are fixed
In reply to: limit number of topics and forumsok, so the forums list widget shows a list of forums, not sure how you’d want that to be limited – a restricted list of forums would make it look like those were the only one available.
The recent topics list has the ability to limit.
In reply to: This may be a ridiculous newbie question but…so your code shows
.bbp-breadcrumb, .bbp-breadcrumb-home { font-size: 14px !important; font-family: Roboto !important; }
and your image shows this being the setting, so I am confused as to what is not working?
I am not doubting that you are seeing an issue, this is just me getting to understand the issue.
In reply to: This may be a ridiculous newbie question but…‘global CSS overrides in BBPress.’ – sorry can you explain what you mean by that?
In reply to: This may be a ridiculous newbie question but…ok, so can you tell me what specific setting in bbp style pack is not being carried over
In reply to: This may be a ridiculous newbie question but…you can add a url to the link
In reply to: This may be a ridiculous newbie question but…image/link didn’t work
In reply to: Writing bar problemsonce activated go to
dashboard>settings>bbp style pack>Topic/Reply Form
at look at item 9
In reply to: Achievements under avatarThe answer is yes, but not for free, it would involve someone with coding knowledge using a bbpress hook to display.
In reply to: Number of postsIn reply to: limit number of topics and forumshmmm… in recent replies and recent topics you can set the maximum to show.
which specific widgets are you having problems with?
In reply to: bbStyle pack Forum Roles issuewe’d need a link to a live example on your site please
In reply to: This may be a ridiculous newbie question but…that should work, do you have other bbppres related plugins that might be reloading this?
In reply to: This may be a ridiculous newbie question but…
will let you style bbpress, and has integration for the Astra themeIn reply to: Vary Pagination Limits per Forumuntested, but this should work
add_filter( 'bbp_get_topics_per_page', 'rew_amend_topics', 10 , 2) ; function rew_amend_topics ($retval, $default ) { $forum = bbp_get_forum_id() ; if ($forum == 123) $retval = 10 ; if ($forum == 456) $retval = 5 ; return $retval ; }
Put this in your child theme’s function file –
ie wp-content/themes/%your-theme-name%/functions.php
where %your-theme-name% is the name of your theme
or use
In reply to: Cambiare dimensione forumIt looks like it is theme/builder related
the width is being set by
.h-row>.h-col-lg-auto { flex:0 0 auto; width:auto; max-width:100% }
You may need to talk to your theme provider, or read the documentation
In reply to: ERR_TOO_MANY_REDIRECTS on registrationso that error usually means that something is looping.
so I’m presuming you are using the bbpress [bbp-login] or [bbp-register] or a bbpress widget – yes, if so which?
nope – that’s how WordPress themes work!!
so is the theme an FSE one?
the theme used on this site is
In reply to: Several questionswith bbpress active, I normally only let users see that profile.
You might want to disable the WordPress admin bar for ordinary users. There are a bunch of plugins that do this.
eg
see you other post, but if that doesn’t fix, then since it is a custom theme, you are in effect telling me you have a car, but cannot tell me make or model, but want me to tell you how to fix it, when I have no idea what the problem is….
and you have paid someone else to build this car for you, but want me to fix it for free 🙂