Skip to:
Content
Pages
Categories
Search
Top
Bottom

  • About
  • News
  • Codex
  • Develop
  • Make
  • Forums
  • Download

BuddyPress.org


  • All Members
  • RSS
  • Profile picture of Daethian

    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?
    activity stream comments

  • Profile picture of Daethian

    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

  • Profile picture of Daethian

    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:
    forum comment spam

  • Profile picture of @mercime

    @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 […]

  • Profile picture of Daethian

    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!

  • Profile picture of Daethian

    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?

  • Profile picture of Henry Wright

    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.

  • Profile picture of Henry Wright

    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 } ?>

  • Profile picture of Henry Wright

    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.

  • Profile picture of Artsnet

    Artsnet's profile was updated 10 years, 11 months ago

    Artsnet

    @ngoaionho

    View Profile
  • Profile picture of jorge torre

    jorge torre's profile was updated 10 years, 11 months ago

    jorge torre

    @jorgetorre314

    View Profile
  • Profile picture of Henry Wright

    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?

  • Profile picture of Henry Wright

    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]

  • Profile picture of Henry Wright

    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.

  • Profile picture of Henry Wright

    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_notices hook 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 use wp_mail() to send the email.

  • Profile picture of Milad Nasri

    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:

    https://secure.gravatar.com/avatar/145e38498e4b12699290ae578d577331?d=http://www.example.com/wordpress/wp-content/uploads/2015/06/thirdpartyplugin.jpg&s=100&r=G

    an then it’s…[Read more]

  • Profile picture of Milad Nasri

    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:

    https://www.gravatar.com/avatar/145e38498e4b12699290ae578d577331?d=http://www.example.com/wordpress/wp-content/uploads/2015/06/thirdpartyplugin.jpg&s=100&r=G

    an then it’s…[Read more]

  • Profile picture of Henry Wright

    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

  • Profile picture of jamess miths

    jamess miths's profile was updated 10 years, 11 months ago

    jamess miths

    @jamessmiths917

    View Profile
  • Profile picture of Henry Wright

    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

WordPress.org bbPress.org BuddyPress.org Matt Blog RSS

GPL Contact Us Privacy Terms of Service X

Skip to toolbar
    • WordPress.org
      • About WordPress
      • Documentation
      • Support Forums
      • Feedback
      • Developer Trac
      • Developer Blog
    • bbPress.org
      • About bbPress
      • Documentation
      • Support Forums
      • Feedback
      • Developer Trac
      • Developer Blog
    • BuddyPress.org
      • About BuddyPress
      • Documentation
      • Support Forums
      • Feedback
      • Developer Trac
      • Developer Blog
  • Log in
  • Anonymous
    • AnonymousNot Logged In
    • Register
    • Log In