Forum Replies Created
-
In reply to: 403 Error when editing Pages and Posts in WordPress
ok, my initial suggestion would be to deactivate bbpress and see if that fixes.
After that I do the usual troubleshooting :
it could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentytwenty, and see if this fixes.
Plugins
If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users
Then come back
In reply to: ” START NEW POST ‘ box required on home pageyou would create a page and use a shortcode block to add thw following shortcode
[bbp-topic-form]
β which displays the βNew Topicβ form where you can choose from a drop down menu the forum that this topic is to be associated with.then on you home page, insert a ‘button’ block which links to this page
In reply to: bbpress eats site-headergreat – thanks for posting your solution π
In reply to: The right migration toolnot really a bbpress question, this relates to the transfer of your whole site, and you may need to google round on this, but essentially it is entirely possible
In reply to: The right migration toolif you want to migrate from one host to another, ad may want to do this more than once, then it would pay to learn how to migrate the site eg
no problem, but give me a day or so
I’m not sure how technical you are, but you can get your theme to hold a bbpress template which you can modify eg if you want to amend loop-single-reply.php you would find
wp-content/plugins/bbpress/templates/default/bbpress/loop-single-reply.phptransfer this to your pc and edit
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/loop-single-reply.phpbbPress will now use this template instead of the original
In reply to: How to prevent subscribers from creating groupsgroups are a buddypress bit – better to post in their support forum
In reply to: Can’t post repliesπ
In reply to: ” START NEW POST ‘ box required on home pagestart with
In reply to: Can’t post repliesrelevant ones are:
publish_topics
edit_topics
publish_replies
edit_repliesIn reply to: Post by Email & Social Media IntegrationSarcasm is useful to make a point, or no-one would use it π
I have no problem is people using different products, and would not champion Wordspress or bbpress above other products – it exists for those who find it useful, no more no less.
If you can point @highrollerusa at how he installs Laverel + as forum software with email posting, I’m sure he’d be very grateful.
In reply to: Post by Email & Social Media Integrationwell you could learn php, some javascript and a little css, work through the security issues of letting users post via email (not sure how you do that), create a receiving handler, and then after many hundreds of hours release the code for free and then support it whilst people bitch about how stupid your plugin is….
In reply to: Post by Email & Social Media Integrationit’s been over 100 years since the car was invented, but driverless cars are still not here either π
In reply to: Post by Email & Social Media Integrationnope π
π
You got an answer on the private groups page, but have not replied to my question !!!!!!
In reply to: How can I not to record IP adressif you mean this thread, it stays to help others.
In reply to: How can I not to record IP adressThis should do it
add_filter( 'bbp_current_author_ip', '__return_false' ) ;
if it doesn’t then
add_filter( 'bbp_current_author_ip', 'rew_remove_ip' ); function rew_remove_ip () { $retval = 0 ; return $retval ; }
Put this in your child theme’s function file –
ie wp-content/themes/%your-theme-name%/functions.php
where %your-theme-name% is the name of your theme
or use
In reply to: Can't create topics on frontend sideIn reply to: Can't create topics on frontend sideok, so I don’t think that is coming directly from bbpress.
It may well be a theme or plugin issue.
eg googling I found this :
so
Themes
As a test switch to a default theme such as twentytwenty, and see if this fixes.
Plugins
If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users
Then come back
In reply to: email notificationsThis still works fine
by ‘header’ do you mean ‘menu’ ?
In reply to: Can't create topics on frontend side‘A name is required for this term’ is not a bbpress error.
Is this site in English, or have you translated it ?