Forum Replies Created
-
In reply to: Create link to forums
This is one of the new FSE themes, so you need a fix to work with bbpress.
install
once 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: Sticky topics not sorted by most recentcontact me via
In reply to: Sticky topics not sorted by most recentok, so can you try :
1. dashboard>settings>permalinks and just click save – this resets the permalinks and may help
2. if that doesn’t, can you go into the reply of a topic that is in the wrong orderie
dashboard>replies>edit t5he reply and just click save, and see if that changes3. if that doesn’t work, can you add a reply to a topic that is in the wrong order, and see if that changes it.
In reply to: Sticky topics not sorted by most recentok, as a test can you deactivate the block member posting and check whether that changes anything – just to eliminate, you can re-enable straight after the test.
In reply to: How can I break the H1 headliine?thanks, apologies for the wrong route – after a further check, the title is given by the theme, not bbpress.
but thanks for a solution
In reply to: How can I break the H1 headliine?The link only works for logged in users, but if I have understood the problem, then if you have FTP capability :
find
wp-content/plugins/bbpress/templates/default/bbpress/single-topic.phptransfer this to your pc and edit
line 21 contains the h1 tag, so you can amend this to 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/single-topic.phpbbPress will now use this template instead of the original
In reply to: Moving bbpress/WordPress to a new server🙂
In reply to: Sticky topics not sorted by most recenthmmm…
Just looked on my test site, and the newest appears at the top, and changes when I add a reply.
I can see yours does not match this.
What other (if any) bbpress related plugins are you using?
In reply to: Moving bbpress/WordPress to a new serverso you got there did you ?
In reply to: Raw HTML in ‘Latest Activity’ blockThat’s great – thanks for testing and your help in finding the issues 🙂
In reply to: Warning: filesize(): stat failed for CSSno problem
In reply to: Raw HTML in ‘Latest Activity’ blockok, I think this is now working in 6.3.4 just released, but again can I ask you to check, that would be very helpful 🙂
In reply to: Raw HTML in ‘Latest Activity’ blockno problem, I did some fixes a while ago in this area, and think I have messed some up !!
I’ll have a further go at these later today, and try and get them all working again !
In reply to: Raw HTML in ‘Latest Activity’ blockI just found the issue, and fixed it in 6.3.2 just released.
Can you test and confirm please?
In reply to: Raw HTML in ‘Latest Activity’ blockThanks, the ‘unsupported’ is on my list to fix.
In reply to: Raw HTML in ‘Latest Activity’ blockshould be fixed in style pack 6.3.1 just released
In reply to: Moving bbpress/WordPress to a new serverok, so I’ve now had a chance to look at your steps.
Steps 1-4 are fine.
Step 5 is causing the issue. It is not needed as you are on bbpress 2.x, and that holds the data in the posts table. The site should work at this point with no further action. By importing the bbpress1 you will be overwriting the current forums.
So do it again without stage 5 and come back at that part and let us know what is happening.
In reply to: Moving bbpress/WordPress to a new serversorry to keep asking questions, but is this a total copy of the site, ie same plugins, content and same theme?
In reply to: Warning: filesize(): stat failed for CSSthanks, yes I saw your request, I have been away for a few days – I’ll take a look soon
In reply to: Moving bbpress/WordPress to a new serverok, I’d suspect that the bb_ tables are from versions 0.x and 1.x.
In version 2.x, bbpress was migrated to a plugin under wordpress.I presume that your bbpress forums run on the same website and nit on a sub-domain – can you confirm?
In reply to: PHP notice on version 2.6.11yes – 99% of sites never turn debug on, so never see any warnings.
In reply to: PHP notice on version 2.6.11it’s not really anyone’s ‘fault’ but bbpress would need to make the change to their code, so yes bbpress is ‘causing it’.
In reply to: Moving bbpress/WordPress to a new serverthanks, I am away at the moment, with limited time, if you can wait a few days, I will be able to help further hopefully
In reply to: Moving bbpress/WordPress to a new serverwhat version of bbpress are you using?
In reply to: Moving bbpress/WordPress to a new serverbbpress just uses wordpress posts and post meta tables and the wordpress use table.
So if you copy the wp-content files, mysql database, bbpress should just work ok