Posted on March 10th, 2006 by admin
This is the changes that I did for it to work
In wp-settings.php:
Original code
if (!strstr($_SERVER[’PHP_SELF’], ‘install.php’) && !strstr($_SERVER[’PHP_SELF’], ‘wp-admin/import’)) :
Just adding a ‘/’ at the end of import fixes it. So the final lines should look like
if (!strstr($_SERVER[’PHP_SELF’], ‘install.php’) && !strstr($_SERVER[’PHP_SELF’], ‘wp-admin/import/’)) :
Filed under: WordPress | No Comments »
Posted on March 10th, 2006 by admin
If there is any particular themes or plugin that you feel that it would be a good addition, feel free to drop me a message. I’m still trying getting the AJAX shoutbox implemented so that you could just chat with me in real time.
Filed under: Plugins, Themes, WordPress | No Comments »
Posted on March 10th, 2006 by admin
Updated the Squible theme with new elements. Now you can select Recent Blogs, Updated Blogs or My Links in the Squible theme option.
Filed under: Themes, WordPress | 2 Comments »