mhbell
Forum Replies Created
-
Forum: Plugins
In reply to: [Real Estate Website Builder] [Plugin: Real Estate Website Builder] pluginThank You jmichaelthurman, That did the trick and I was able to get it installed. However since I don’t have a Realestate theme I really can’t test it for a client. I was hoping that there was a base theme that I could use to test it out. anyway if I don’t find one I will go with WP-Realty as I can get free themes to test that one. Thank you for your reply.
MHForum: Plugins
In reply to: [Real Estate Website Builder] [Plugin: Real Estate Website Builder] pluginI uploaded the latest version, it will upload but won’t install on my WAMP server test site. I get the error:
Are you sure you want to do this?
Please try again.MH
Forum: Fixing WordPress
In reply to: Plugin to remove or Disable posting avatarsThank You
That did the trick. So simple. I was not scrolling down far enough on the page to find where to disable.
M HForum: Fixing WordPress
In reply to: Importing to wordpress on localhostI had to change the permissions on the uploads directory (folder) I used
chmod -R 777 /home/mel/www/wordpress/wp-content/uploadsThe -R has to be uppercase to change everything in the uploads directory Recursivly.
Mel
Forum: Fixing WordPress
In reply to: Importing to wordpress on localhostThank You
That was the problem. it is now solved. It might be worth metioning that if you have subfolders in the uploads directory you need to do the chmod recursivly for it to work. Example:
chmod -R 777 /home/mel/www/wordpress/wp-content/uploads/2010/02The -R is a uppercase -R the 777 is the permissions and the rest is the path to my uploads directory and subfolders in that directory.
Mel