Profiles site with access levels

This sounds like it’s somewhat similar to a project I recently put together. You should check out the Role Scoper plugin: it will be an important puzzle-piece in making this work. It’s a confusing plugin, but it’s the way to go. “Watchers” sound the same as a default role, “Subscribers,” so you could stick with … Read more

Allow Access To Subfolder Of HTML For Logged In Visitors

Take a look at this thread here – it covers using .htaccess to protect a directory based on a WordPress logged in cookie. The .htaccess in case the thread goes missing – obviously you’ll need to change uploads/premium to your directory: # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_URI} ^.*uploads/premium/.* RewriteCond %{HTTP_COOKIE} … Read more

How to create a front facing user sign up, log in and profile pages like FoodGawker.Com [closed]

In another question of yours, you were pointed to the plugin WP Favorite Posts, but you seem to have settled with this premium one from Code Canyon. So, the matter is how to integrate it with a Profile/Registration management plugin, and for that maybe Theme My Login would be a good candidate, as you can … Read more

Using my own user table

$wpdb is a global variable for the database class. In it $wpdb->users points to the name of the users table. As long as it’s the same database, you can use this to change the name of the table but it might create errors if the schema doesn’t match. Another way is to extend the wpdb … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)