Forum Replies Created
-
In reply to: Freshness wrong
sorry which ‘update’ did you run ?
In reply to: Forum structure questiononce activated go to
dashboard>settings>bbp style pack>Forum Display enable item 6 forum description.
Then in
dashboard>forums>edit forum in each forum you can put in the content part whatever you want to appear. in your case the same description for each forum, but you can have a different.
Finally to get this on the main forums list, create a page called ‘forums’, and put your description at the top of this. Then add the shortcode
[bbp-forum-index]
to this. bbpress will then use this as the main forums page.In reply to: Threaded Replies Not Indentingonce activated go to
dashboard>settings>bbp style pack>bug fixes
and enable the Fix Threaded Replies Jump
In reply to: The profile name is not visible inlooks like bbp_title is not working for users.
the code is called by a filter in
\bbpress\includes\core\filters.phpwhich is
Line 43:
add_filter( 'wp_title', 'bbp_title', 10, 3 );
the function bbp_title is held in
\bbpress\includes\common\template.php
and the function starts at line 2578.
I may get a chance to look further tomorrow (or maybe not!), but if you fancy having a look. The function has a filter at the end, so if you can work out what’s wrong, should be easy to add a fix
In reply to: The profile name is not visible inthe url being
In reply to: The profile name is not visible inok, so I just tried 2019 on my test site, and I get the user name on the title bar, with just bbpress as the only plugin.
In reply to: The profile name is not visible inthanks – I’ll take a look when I get a moment
In reply to: How can I change the size of hot tagsand for that one some php as well 🙂
In reply to: How can I change the size of hot tagsyou really do need to learn how to use the developer tools in your browser and css, tutorials are available for both on-line if you google around.
I am not an individual site development resource
In reply to: The profile name is not visible inso does twenty nineteen work ?
In reply to: Anonymous spammingthat’s great – as I say if you can produce a series of steps that are repeatable, then I can look further
In reply to: Anonymous spammingno idea what I would be checking…
In reply to: Forum page will not be refreshedgreat – glad you are fixed
In reply to: Anonymous spammingif you can produce a set of replicable steps, then I’ll happily look.
bbpress is installed on over 300,000 sites, and I’ve not seen this being reported in over 7 years of moderating.
In reply to: Forum page will not be refreshedare you using sub forums, if so then there seems to be a big with 2.6.x
once activated go to
dashboard>settings>bbp style pack>bug fixes and tick ‘fix last active time’
In reply to: Anonymous spammingok, can’t explain further, must be site specific
In reply to: The profile name is not visible inso are you designing a theme?
In reply to: Forum page will not be refreshedwhat is not refreshed?
In reply to: Anonymous spammingso is the spammer showing as an actual user ? ie is in
dashboard>users
it looks like new users can simply register and then post?
In reply to: Anonymous spammingwell you have some sort of pop up doing this – not part of bbpress,it may be part of your theme or another plugin you are running?
In reply to: Anonymous spammingshould be in
dashboard>settings>forums and look for anonymous
In reply to: Topic Menuonce activated go to
dashboard>settings>bbp style pack>Topic/Reply Form and select the visual editor
In reply to: Displaying Fora Under Categoriesgreat – glad you ate fixed
In reply to: Displaying Fora Under CategoriesI think you mean this
once activated go to
dashboard>settings>bbp style pack>Forum Templates
and select the alternative template
In reply to: Starter problems – registration not working🙂