Forum Replies Created
-
In reply to: Edit the bbPress login widget
should be
.bbp-login-form { background: white !important; padding: 10px !important; }In reply to: sub topics not showingok, as a TEST, can you try deactivating 1 & 2 (I wrote 3 so know it is not the problem!) and see if sub forums reappear ? You can re-enable immediately afterwards
In reply to: bbp-topic-form won’t show up properly on mobilegreat – glad you are fixed
In reply to: How to noindex member pages?great – thanks for posting your solution đ
In reply to: Notification emails content issuesorry, maintaining plugins is a hell of a chore, and many abandon them.
Only one I know, and still works
In reply to: sub topics not showing@haddly – thanks. What other bbpress related plugins do you have ?
In reply to: Give Admin/Keymaster ONLY a forum signature?yes !
In reply to: Freshness – Every post is showed as ” Right Now”2.6.x is having issues with freshness.
Authors will be looking into it
in the meantime try
In reply to: Header Spacingwould require javascipt- sorry beyond free help
beyond free help I’m afraid !
In reply to: Header Spacingok, so you want to hide the form unless what ?
try this
add_action( 'bbp_template_before_user_profile', 'rew_add' ); function rew_add () { echo '<META NAME=âROBOTSâ CONTENT=âNOINDEX, NOFOLLOWâ />' ; }In reply to: Header Spacingcan you define/elobarate on what you mean by
‘but i cant get the page ID to work correctly’
In reply to: sub topics not showingok, can anyone who still has this problem let me know if they are using bbp toolkit
If so as a test try deactivating this (you can reactivate after) to see if this fixes.
Please report back
In reply to: Header Spacingtry this in the custom css area of your theme
#bbpress-forums { margin-top: 30px !important; }and adjust the 30px to suit
of course this presume you have a child theme
template are designed to be alterable and added to your theme
so
find
wp-content/plugins/bbpress/templates/default/bbpress/user-profile.phptransfer this to your pc and edit whatever 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/user-profile.phpbbPress will now use this template instead of the original
In reply to: Topics Count Off after Purging Spamgreat – glad you are fixed
In reply to: Header Spacingok, so
‘i want some space between the top and the forum.’
what is the top and what is the start of the forum?
presuming ‘replace_text’ does the heavy lifting, then
add_filter( 'bbp_get_reply_content', âreplace_text' ) ; add_filter( 'bbp_get_topic_content', ' âreplace_textâ ); with replace text looking like replace_text ($content) { //stuff to do the replacing.... return $content ; }In reply to: Give Admin/Keymaster ONLY a forum signature?above amended – spotted an error
In reply to: Header Spacingif you take away you wanting to use/sell my details – I’ll take a look, but I don’t ‘accept’ on any site I don’t need.
In reply to: Notification emails content issuehmmm…not sure why – not a general issue, but you can amend emails using