Forum Replies Created
-
In reply to: Junk html under forum titles in wp
š
In reply to: Change Title of Forum Index page?ok, that is of course your choice, not sure why you are against plugins though?
In reply to: Change Title of Forum Index page?that is the wordpress profile.
so you will fix that part by
There is also a bbpress profile, but you are using the astra theme, and there is a bug which astra know about which stops it working – it just goes to a page with a permanent loop
https://wordpress.org/support/topic/bbpress-user-profile-broken-on-latest-update/
you get to a bbpress profile by clicking the username in the forums.
You can turn this off using
once activated go to
dashboard>settings>bbp style pack>Profile
In reply to: Change Title of Forum Index page?In reply to: Change Title of Forum Index page?so is this wordpress profile or bbpress profile- in essence give me the url of your profile page
In reply to: Junk html under forum titles in wpok, can you confirm that this is what is in the forum content? I can then try and help from there
In reply to: bbpress showing blank pages and duplicated fieldsgiven that Astra have not replied, if you want me to take a paid look to see if I can see the issue, contact me and we can set a budget
In reply to: bbpress showing blank pages and duplicated fieldsthis appears to be the problem reported to Astra
https://wordpress.org/support/topic/bbpress-user-profile-broken-on-latest-update/
In reply to: Change Title of Forum Index page?I will, presume you found the ‘save’ action
In reply to: Junk html under forum titles in wpthat looks like the forum descrioption – ie what is entered in
dashboard>forums>all forums>edit (a forum!) and the content under the title
In reply to: bbpress showing blank pages and duplicated fieldsok, so does it work with Twenty Twenty-Two and Twenty Twenty-three? then we know the problem is with Astra
In reply to: bbpress showing blank pages and duplicated fieldswith which theme?
In reply to: bbpress showing blank pages and duplicated fieldsThis is one of the new FSE themes, so you need a fix to work with bbpress.
installonce activated, navigate to
dashboard>settings>bbp style pack, and you should see the first tab called āTheme Supportā ā if you donāt see this, come back.
In that tab, select
Enable Theme Support
and save
The forums should then display
In reply to: Change Title of Forum Index page?so for your first, try this
add_filter( 'get_the_archive_title', 'rew_amend_forums' , 10 , 3) ; function rew_amend_forums ($title, $original_title, $prefix ) { if ($title == 'Forums') $title = 'Private Forums' ; return $title ; }
for your second, this is really one for Astra – I could spend many hours looking for an answer is their code.
but based on your previous post you could try
#bbpress-forums {width:100%;}
In reply to: MySQL Syntax Errorthanks for updating us, let us know if it occurs again, and if it does, run a second time to see if that clears it
In reply to: Change Title of Forum Index page?hmm.. I’d suspect maybe a theme issue – some themes will intercept what they see as a ‘archive’page and allocate a title to it.
what theme are you using?
In reply to: Replacing default BuddyPress Forum with bbPressTim,
I freely confess that I have had little to do with buddypress as I have never had the need of it.
But my understanding is that buddypress simply uses bbpress, so creation/deletion/edit in the buddypress area will also change if you access the forum directly. If you are not seeing this, then I might suspect caching software not updating.
so when you say
BuddyPress has its own forum which is bland and limited and bbPress is the āniceā functional forum
I’m not sure what you are seeing in one that is not in the other – can you give an example to help.
I haven;t checked, but have you also posted this in the buddypress support page ?
In reply to: blacklist_keys in bbpress functions.phpgreat – love it when an idea proves right !!
In reply to: Style pack breaking themeš
In reply to: Style pack breaking themewaiting for an email from someone else, so playing with this – this should work
#bbpress-forums li.bbp-header { background-color: blue; } #bbpress-forums li.bbp-footer { background-color: green; }
if you put this in
dashboard>settings>bbp style pack>custom css
then it will exceute at the right point
let me know if it doesn’t work
In reply to: Style pack breaking themeso do you want
1. forum header and footer color A and topic header and footer color B or
2. both headers color A and both footers color B ?In reply to: blacklist_keys in bbpress functions.phpIn suspect if you are posting as you (eg say a keymaster) then it won’t do the check, can’t say for sure without delving into code, but try as a participant
In reply to: No forum option in dashboard settingsGreat – glad to have helped
In reply to: Style pack breaking themethere’s always a way, but only so much time I can devote – if I get a moment, I’ll take a look
In reply to: No forum option in dashboard settingsI suspect that you are not a keymaster, they are the ones who see forums.
only a keymaster can appoint another, so if no-one is a keymaster to appoint you, then install this additional plugin
once activated go to
dashboard>settings>bbp style pack>bug fixes
and you will be able to set yourself as one.