Forum Replies Created
-
In reply to: Warning PHP statistics forums
ok, so with no ‘public’ forums, what do you want the template to display against forums – presume 0 ?
In reply to: Not working with ACF Pro 6.2.8 version.ok, you’ll need to refer to ACF. If they fix or have advice, do please report back, as this will help others
In reply to: unsubscribe link in emailsRules vary around the world, but I’d suggest that allowing users to unsubscribe to all forums/topics without logging in is what you are wanting to achieve. If you did that, then if users want to select which bits they subscribe/unsubscribe to, then they can unsubscribe to all, and then login to select. Forcing login to subscribe is not as far as I know illegal in any country.
So to achieve an unsubscribe to all without login (and given that few people will really use this), I would do the following.
1. install a contact form plugin (if you don’t already have one say contact form 7)
2. then create a contact form that simply has a field asking for email address (text maybe ‘please confirm your email address’, a submit button, and text that on submission says something like ‘thankyou for unsubscribing, you may receive emails for a short period until the unsubscribe process is complete’ On submission, set up the form to send an email to you telling you the email address, and if the plugin allows (contact form 7 does) a second email to the user confirming that you have received the unsubscribe request and re-itrating that they may receive some emails in between.
3. Create an Unsubscribe WordPress page and add the contact form to it.
4. installonce activated go to
dashboard>settings>bbp style pack>Subscription Emails
click item 4 to enable custom emails, and in items 7 & 8 add a sentence after “Login and visit the topic to unsubscribe” saying “To unsubscribe from all emails, click here” and have that as a link to the WordPress page.
5. then go into
dashboard>settings>bbp style pack>subscription management and turn this on.Ok so that is all to set it up.
So when a user clicks, he will be taken to that page, asked to confirm his email address, and then they are told in an email what will happen. You will get am email, so then you would go into
dashboard>users>all users and find the user by their email address using the ‘search’. Using the ‘subscriptions’ link under their username, you will see all ghat they are subscribed to, and you can unsubscribe them. If you like, you can then send them a further email confirming that the unsubs cribe process has been successful, or even asking if they want their account deleted – whatever you feel.In reply to: External Storage of Image Files?🙂 glad to have helped.
In reply to: PHP DeprecatedThese are deprecated errors, meaning that they will become an issue in a later version of PHP, and are not affecting your site at the moment.
I am just a moderator here, and not a bbpress author, the authors are aware that they exist, and if not fixed by them, I will add a fix in my
when needed
In reply to: External Storage of Image Files?bbpress in native mode does not store images, it allows you to add a link to an image that can be anywhere, but a user would need to create an image and store it where it can be seen by the internet.
There are additional plugins, try
In reply to: Warning PHP statistics forumsUnless you are using the plugin or bespoke code to load that template, I fail to see how that can be, the error quotes a file within Youzify
plugins/youzify/includes/public/templates/bbpress/content-statistics.php on line 33
but quite happy for you to pursue as you feel fit
In reply to: Warning PHP statistics forumsbasically you need to raise this with youzify
In reply to: Warning PHP statistics forumsthe warning is
Warning: Undefined array key “forum_count” in /home/clients/3db470ac3c186374a924a94534df90ab/sites/test.com/wp-content/plugins/youzify
which says the undefined array key is in the plugin youzify
sorry I cannot help further
In reply to: Warning PHP statistics forumsthat error is for the youzify plugin, so can only appear if that plugin is active, or if you have not cleared cache.
In reply to: no visual editor for adminnot quite sure what you mean.
so without style pack, what method are you using to enable the visual editor?
sorry, I run multiple plugins and it is a national holiday here in the UK – can you tell me what settings in which tabs in style pack you amended so I don’t have to spend 20 minutes finding them
These errors are as you say not bbpress errors, but ones related to a different plugin.
You will need to post in
https://wordpress.org/support/plugin/follow-bbpress/
although with on 10 users and no update for 4 years, I suspect it is not actively suppprted
In reply to: Registration emails not being sentbbpress just uses wordpress registration, so it is likely that no emails are working.
Use the test in that plugin I sent to see if they are leaving your site
In reply to: Registration emails not being sentnot really bbpress related, but talk to your hoster, and try installing ten ‘check and log email’ plugin
In reply to: Showing http images in https bbpress sitecan you confirm that https ones work, and how are you loading these?
In reply to: Forums not showing up on website!same plugin, but explore the settings, in this case the topic/reply display item 6
In reply to: last active time updates for spam commentsdo you mean db or server?
In reply to: last active time updates for spam commentsThanks for joining!
I am not a bbpress author, just someone who helps out.
Yes, I suspect that there are several places it could be done.
My code above should work (and if you can test it that would be great) , but if you fancy working up a better solution, please post back.
I will happily incorporate it into my bbp-style-pack plugin to save others needing to work out code and/or use child theme functions.
In reply to: Forums not showing up on website!I suspect you are using 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: last active time updates for spam commentsI don’t have any forums on my live sites (anymore), so don’t use akismet, so I’m relying on your better knowledge 🙂
so to save having to repeat bbpress code, the logic might be
add_action ('bbp_new_reply_pre_extras' , 'rew_askimet_check', 100 , 1 ) ; //might need to be run at a high priority to make sure it is last - not tested function rew_askimet_check ($reply_id) { //only execute is this is akismet spam if ( bbp_get_spam_status_id() == get_post_status($reply_id) && !empty (get_post_meta( $reply_id, '_bbp_akismet_user_result', true ))) { //unspam the reply (which takes it back to pending, and within that function runs the update_reply_walker) bbp_unspam_reply( $reply_id) ; //and then re-spam it bbp_spam_reply( $reply_id) ; } }
which is actually what I do manually (I click unspam and then click spam on the front end admin) on this site when akismet does this.
In reply to: Change the format of friendly linksDashboard- settings – forums and untick the prefix forum slug
In reply to: Unknown Subscribers to ForumDashboard- forums and edit the forum on right hand side it will show visibility amend as required
In reply to: Unknown Subscribers to Forumyou might want to make your forums ‘private’ several are public, I found some by using