Buddypress
Ziyad Bachalany

Snippet to make a BuddyPress social network private and force registration

Here is a little piece of code that I find very useful in my BuddyPress sites. It allows me to make the social network private, and to access it, you have to become a member. [code]function sqr_prevent_search_guest_user() { if ( class_exists( 'BuddyPress' ) ) { if (!is_user_logged_in() && (bp_is_directory() || bp_is_user())) { wp_redirect(home_url()

Read more »
HR
Ziyad Bachalany

Script: send emails via Google Sheets

Here's a new trick for Google Sheets, allowing you to quickly send predefined emails from a spreadsheet. This little feature will save you time and increase productivity, since it will save you from having to manually type your emails, especially when it comes to recurring and tedious emails related to your

Read more »

Don't miss business advice by email

No spam, just an email when new content is published.

en_USEN