Forum Replies Created
-
In reply to: Can’t register
bbpress just uses wordpress registration
dashboard>settings>general has the ‘anyone can register’ option
In reply to: How To Increase Font Size of Forum Posts?all the user customisable templates are in
wp-content/plugins/bbpress/templates/default/bbpress/
In reply to: How To Increase Font Size of Forum Posts?if you want to change the text and have FTP skills then
find
wp-content/plugins/bbpress/templates/default/bbpress/form-topic.phptransfer this to your pc and edit change line 85 to read what you want
and save
create a directory on your theme called ‘bbpress’
ie wp-content/themes/%your-theme-name%/bbpresswhere %your-theme-name% is the name of your theme
Then transfer the file you saved above 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-topic.phpbbPress will now use this template instead of the original
In reply to: How To Increase Font Size of Forum Posts?to hide
#bbpress-forums fieldset.bbp-form label { display: none; }
put this in the custom css of your theme or the custom css of my style pack
In reply to: Sticky topic position fixed problem🙂
In reply to: Disable Topic Creation For Certain Usersso create replies but not topics – yes ?
In reply to: How To Increase Font Size of Forum Posts?🙂 thanks !
In reply to: Forum Repair Tool Automationthe functions are in
\includes\admin\tools\repair.php
so you should eb able to work out which ones you need
In reply to: How To Increase Font Size of Forum Posts?dashboard>settings>bbp style pack
In reply to: Forums menu does not appear🙂
one to raise in either (or both) of those plugins support forums, but pretty sure one will be overwriting the others filter
In reply to: BBPRESS Feeds : All Recent Posts🙂 thanks for posting the solution
In reply to: Forums menu does not appearok suspect that your forum role is wrong – you need to be a keymaster, and onky keymasters can set other keymasters.
look in dashboard>users>all users an you will see ‘forum role’ which shows what each user is set to
In reply to: Formatting of User Profile and Search Results pages🙂
🙂
In reply to: Formatting of User Profile and Search Results pagesonce activated go to
dashboard>settings>bbp style pack>Profile
and choose what you want to display
In reply to: Visual Editor is not working🙂
In reply to: Visual Editor is not workingwith wordpress 5.9 this works on my test site
go to
dashboard>settings>bbp style pack>topic/reply form and look at item 9
In reply to: Formatting of User Profile and Search Results pagessorry, I’m just a bbpress user who helps out – they won’t listen to me 🙂
In reply to: Issue with Polylangthanks for posting this 🙂
if you are just registering a single user in dasjboard>users, then they should get the wordpress registration
In reply to: How To Increase Font Size of Forum Posts?In reply to: toolbar & buttons not showing in my firefox🙂
In reply to: Remove @Username from profilesok, so if my solution above does not work, your issue is site specific, so without visiting your site and an example I cannot give you code – in essence I can look at what the browser is receiving and see the correct code needed. You can contact me via my website
and give me some access details, and I will try and help further.
However alternately if you know how to use FTP, you could try this
find
wp-content/plugins/bbpress/templates/default/bbpress/user-profile.phptransfer this to your pc and edit
you will see that line 16 says
<h2 class="entry-title">@<?php bbp_displayed_user_field( 'user_nicename' ); ?></h2>
delete this line and save
then create a directory on your theme called ‘bbpress’
ie wp-content/themes/%your-theme-name%/bbpresswhere %your-theme-name% is the name of your theme
Then transfer the file you saved above and put in in the directory called bbpress that you created above, so you end up with
wp-content/themes/%your-theme-name%/bbpress/loop-single-reply.phpbbPress will now use this template instead of the original