-
Daethian replied to the topic Stopping forum spam? in the forum How-to & Troubleshooting 10 years, 11 months ago
Do I need to disable this also?
-
Daethian replied to the topic Stopping forum spam? in the forum How-to & Troubleshooting 10 years, 11 months ago
yes I have commenting turned off
The only thing I found is under Activity Stream, maybe that’s letting it thru? I don’t have comment spam anywhere else on the site, just forum topics.
Here is the latest:
https://www.dropbox.com/s/zvdbtckxzx8nxo1/forumspam.PNG -
Daethian replied to the topic Stopping forum spam? in the forum How-to & Troubleshooting 10 years, 11 months ago
yes I have commenting turned off
The only thing I found is under Activity Stream, maybe that’s letting it thru? I don’t have comment spam anywhere else on the site, just forum topics.
Here is the latest:
-
@mercime updated the Backing Up Your Database and Files page, on the BuddyPress Codex 10 years, 11 months ago
Backing up your database and site files on a regular basis is one of the best practices to maintain your site. Backups of the database as well as the site’s folders and files in the server are essential to recover […]
-
Daethian replied to the topic Stopping forum spam? in the forum How-to & Troubleshooting 10 years, 11 months ago
No that’s disabled. Sorry I’ll post over there!
-
Daethian started the topic Stopping forum spam? in the forum How-to & Troubleshooting 10 years, 11 months ago
I don’t have too big of an issue with registration spam and I manually activate users. My issue is anonymous spam comments on my forum posts. All the plugins I see are for registration. Is there some way I can stop the spam on my forum?
-
Henry Wright replied to the topic Generic Link to Profile? in the forum How-to & Troubleshooting 10 years, 11 months ago
It should go into your template file.
-
Henry Wright replied to the topic Generic Link to Profile? in the forum How-to & Troubleshooting 10 years, 11 months ago
You can do that like this:
<?php if ( is_user_logged_in() ) { ?>
<a href="<?php echo bp_loggedin_user_domain(); ?>">Profile</a>
<?php } else { ?>
<a href="/login">Login</a>
<?php } ?> -
Henry Wright replied to the topic [Resolved] Site Privacy in the forum Requests & Feedback 10 years, 11 months ago
It’s probably worth giving it a shot and then just open a new topic for any specific coding questions you have.
-
Artsnet's profile was updated 10 years, 11 months ago
-
jorge torre's profile was updated 10 years, 11 months ago
-
Henry Wright replied to the topic [Resolved] Site Privacy in the forum Requests & Feedback 10 years, 11 months ago
Ah OK. Deadlines are always a pain! If a plugin isn’t available, you can do all of those things relatively easily with PHP. How is your PHP knowledge?
-
Henry Wright replied to the topic [Resolved] Site Privacy in the forum Requests & Feedback 10 years, 11 months ago
Would it be possible to include features that would enable site admins to make their sites accessible to logged-in users only?
It certainly would be possible but even though such features have been requested lots of times here in the forum, it doesn’t mean everyone would want, or welcome that particular functionality. This is a great example that…[Read more]
-
Henry Wright replied to the topic Send notification email to user when he change his general settings in the forum How-to & Troubleshooting 10 years, 11 months ago
Regarding 1, have a read of the Template Hierarchy article. This will give you an overview of how templates work.
You’ll need to know PHP in order to do point 2.
-
Henry Wright replied to the topic Send notification email to user when he change his general settings in the forum How-to & Troubleshooting 10 years, 11 months ago
1) You will need to make sure the
template_noticeshook is in your template.2) I’m not sure if an email is sent on settings change by default, but if not, the general approach would be to hook a custom function to
bp_core_general_settings_after_save. Within your custom function you should usewp_mail()to send the email. -
Milad Nasri started the topic Problem with gravatar in the forum How-to & Troubleshooting 10 years, 11 months ago
I’m using a third party plugin to set default cover and avatar for new users. But BP is still using gravatar and returns the following url as the src of the default avatar:
an then it’s…[Read more]
-
Milad Nasri started the topic Problem with gravatar in the forum How-to & Troubleshooting 10 years, 11 months ago
I’m using a third party plugin to set default cover and avatar for new users. But BP is still using gravatar and returns the following url as the src of the default avatar:
an then it’s…[Read more]
-
Henry Wright replied to the topic Comment attachment like Image and other type of media in the forum Creating & Extending 10 years, 11 months ago
Media commenting isn’t available in core so you will need to find a plugin. Two popular media plugins I know of are rtMedia and MediaPress. Alternatively, you could build something yourself using the new BP Attachment API
-
jamess miths's profile was updated 10 years, 11 months ago
-
Henry Wright replied to the topic Comments notification doesn't work in the forum How-to & Troubleshooting 10 years, 11 months ago
You should note the ticket is still under development, which means the patch provided may not fully work. If you notice something not working then feel free to provide feedback directly in the Trac ticket.
- Load More