BP Profile as Homepage version 1.1 – updated for WordPress 4.1 and Buddypress 2.1.1

After pointing out by John Clause, I have just updated the plugin for WordPress 4.1 and Buddypress 2.1.1.

Now enjoy the facebook functionality with Social Networking of Buddypress in WordPress.

The people who are new to Buddypress and my plugin “BP Profile as Homepage”, here is the little introduction to my plugin: –
 If you want FACEBOOK like functionality for your buddypress installation where Homepage for Vistiors is different than Logged in users, you should try this plugin. This plugin performs following tasks:

** when user log into your website, user is redirected to his/her profile.
** when user try to move to homepage, user is redirected to his/her profile.
** when user logs out of your website, user is redirected to homepage of the website.

because once users are logged in, there is no need to appeal them to register,so they shouldn’t be sent their again.
Now you can select the user role, who can view the homepage. Roles which can be selected;
None:- Nobody is allowed to view homepage
Administrators:- Only users with the role ‘administrator’ can view the homepage
Editors:- Only users with the role ‘editor’ can view the homepage
Authors:- Only users with the role ‘author’ can view the homepage
Contributors:- Only users with the role ‘contributor’ can view the homepage
Subscribers:- Only users with the role ‘subscriber’ can view the homepage

This plugin is successfully tested with WordPress 4.1 and buddypress 2.1.1

== Installation ==

1. Upload `bp-profile-as-homepage` directory to the `/wp-content/plugins/` directory
2. Activate the plugin through the ‘Plugins’ menu in WordPress
3. Under settings, from BP Profile as Homepage settings, you can select the user role who can view homepage.by default, no one is allowed to view the homepage.

Click here to Download Version 1.1

WordPress Email Log in – Allow users to log in with email addresses

WordPress by default allow users to log in with USERNAME only. It can create lots of problem for some membership sites.

Generally visitors forget their usernames / passwords after registration and they keep on trying creating new usernames or retrieving their passwords.

Why not give your users a little bit more freedom. Lets allows the users to log in with EMAIL ADDRESS also. Your user should be able to log in with email address as well as username also.

This plugin does this exactly. It allows your users to log in with both ( email address and username ). Your users can use any of these two.

It will increase the probability of users to log in to your website.


Installation

1. Download the wp-email-log-in plugin and extract the “wp-email-log-in” folder.
2. Upload wp-email-log-in` folder to the `/wp-content/plugins/` directory
3. Activate the plugin through the ‘Plugins’ menu in WordPress
4. That’s it. There is no further options page.

Download

click here to download

WordPress QR Code Widget – Generate downloadable QR Code for your websites on the fly

== Description ==

It is simple widget for your website’s sidebar. It will display the QR CODE for the current page/post of website.

For example, if your visitor is at home page, QR CODE for HomePage will be generated. IF visitor is at specific page / post, then for that page / post, QR Code will be generated.
Best part is that your  visitor can download the QR CODE so that it can be used for later or you can share these bar code images to social websites like facebook, twitter.

Currently this plugin is tested with latest wordpress version 3.5.2.


== Installation ==

1. Download the wordpress-qrcode-gen plugin and extract the “wp-qrcode-gen” folder.
2. Upload `wp-qrcode-gen` folder to the `/wp-content/plugins/` directory
3. Activate the plugin through the ‘Plugins’ menu in WordPress
4. Go to Dashboard ->Appearance->Widgets and add QR Code Generator to the sidebar.
5. You can set title of the widget also.
6. That’s it. There is no further options page.

== Download ==

WordPress Automatic Featured Image for Posts

Description

If you set featured image for every post. You are wasting your lots of time. Because this process can be automated by this plugin. This plugin selects the first image from the post and set the image as featured image automatically. You just have to insert the image into your post. If you want to set featured image manually, it won’t interfere in that case. Your selected image will be set as featured image.But remember, it will work for new POSTS only, not for the older one.
Currently this plugin is tested with latest wordpress version 3.5.2.

Installation

1. Download the wordpress-automatic-featured-image plugin and extract the “wordpress-automatic-featured-image” folder.
2. Upload `wordpress-automatic-featured-image` folder to the `/wp-content/plugins/` directory
3. Activate the plugin through the ‘Plugins’ menu in WordPress
4. That’s it. There is no further options page.

Download

WordPress Version Remover – Save your site from hackers

Description

A small security solution for your wordpress site. It will remove the wordpress version number so that if you don’t update the wordpress site, then hackers won’t be able to know which version of wordpress you are using and won’t be able to use old version wordpress exploits.

This plugin is successfully tested with WordPress 3.5.2.

Installation

1. Upload `wordpress-version-remover` directory to the `/wp-content/plugins/` directory
2. Activate the plugin through the ‘Plugins’ menu in WordPress
3. That’s it.

Download

WordPress BP Profile as Homepage

If you want FACEBOOK like functionality for your buddypress installation where Homepage for Vistiors is different than Logged in users, you should try this plugin. This plugin performs following tasks:
** when user log into your website, user is redirected to his/her profile. ** when user try to move to homepage, user is redirected to his/her profile. ** when user logs out of your website, user is redirected to homepage of the website.

because once users are logged in, there is no need to appeal them to register,so they shouldn’t be sent their again. Now you can select the user role, who can view the homepage. Roles which can be selected; No One:- Nobody is allowed to view homepage Administrators:- Only users with the role ‘administrator’ can view the homepage Editors:- Only users with the role ‘editor’ can view the homepage Authors:- Only users with the role ‘author’ can view the homepage Contributors:- Only users with the role ‘contributor’ can view the homepage Subscribers:- Only users with the role ‘subscriber’ can view the homepage

WordPress BuddyPress Login Redirect

This plugin gives an option to Buddypress based website owners to decide that where their users should be redirected after the login. 
Currently users can be redirected to 3 different locations after login. 
1. Personal Profile / Personal Activity Page 
2. Site wide Activity 
3. Friends’ Activity

By default, this plugin will redirect the users to their friends’ activity page after login.

Download version 2.0 (tested with wordpress 3.x)

WordPress Schedule Your Content – in Posts or Pages

Now No Need to Schedule Multiple Posts or Pages. Just Create One Post or Page, and Schedule the Content of Post or Page whichever way you like.
Schedule your content plugin can help you in showing content within your wordpress blog for a specific period. You can decide when to start showing content and when to stop showing content. This plugin uses shortcodes which can be written within the post content or page content or in text widget also. This plugin uses 4 parameters to schedule your content. shortcode: [scheduler] Here is your content[/scheduler] Parameters: start_date, start_time, end_date, end_time
Date must be in YYYY-MM-DD format and time must be in 24-hour format.
  • Here is the simple example where you schedule your content for specific period:
[scheduler start_date=’2012-05-13′ start_time=’06:30′ end_date=’2012-06-13′ end_time=’09:30′] This is scheduled Content. [/scheduler]
  • Here is the example where you want to schedule your content daily within 9am to 10am.
[scheduler start_date=” start_time=’09:00′ end_date=” end_time=’10:00′] This is scheduled Content. [/scheduler]
  • Here is the example when you want your content should be expired on specific date and time.
[scheduler start_date=” start_time=” end_date=’2012-05-16′ end_time=’10:00′] This is scheduled Content. [/scheduler]
  • Here is the example when you want to start showing your content on specific date and time and do not want it to be expired.
[scheduler start_date=’2012-05-12′ start_time=’10:00′ end_date=’2099-05-16′ end_time=”] This is scheduled Content. [/scheduler]

Download

WordPress Force Post Title – No more untitled posts

This is a simple plugin which is designed to help the posters who some times forget to write the post title. 
Once activated, this plugin will force the users to give post title while adding new post to wordpress site. 


Whenever User tries to publish a post without giving title, it will give an alert to the user and also highlight the title area so that user can see where to write the post title.

I have tested this plugin with wordpress 3.3.1 and it works fine. It should work with older versions of wordpress also.

Installation Process

  1. Upload force-post-title folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. That’s it.

Screenshot


Download

WordPress Force Post Category Selection – No More Uncategorized Posts

This is a simple plugin which is designed to help the posters who some times forget to select the post category and post is published under default category. 

Once activated, this plugin will force the users to select post category while adding new post to wordpress site. Whenever User tries to publish a post without selecting category, it will give an alert to the user and also highlight the category selection area so that user can see from where to select the post category. 

Moreover, If poster hasn’t selected the category while clicking on publish button, it will save the post as draft under default, so no need to worry about loosing the post content in any case due to this plugin. 


I have tested this plugin with wordpress 3.3.1 and it works fine. It should work with older versions of wordpress also.

Installation Process

  1. Upload force-post-category-selection folder to the /wp-content/plugins/directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. That’s it.

ScreenShot

Plugin in Action – Showing Alert to User for selecting Category of POST

Download