James W. Lane
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Unable to login to new site.I am still trying to debug the situation.
I have attempted these steps still with no success.1) I edited my wp-config.php salt/hashes
2) Dump your cache.
3) Delete your cookies.
4) Updated my .htaccess toRewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # add a trailing slash to /wp-admin RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) wp/$2 [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ wp/$2 [L] RewriteRule . index.php [L]
5) Check that my wp-config.php defines multisite correctly.
define('WP_DEBUG', false); define('WP_ALLOW_MULTISITE', true); define('SUNRISE', 'on'); // Enable Domain Mapping JWL Nov 29 2012 define( 'MULTISITE', true ); define( 'SUBDOMAIN_INSTALL', true );
Its still allows me to login to the admin for the main site and six other domains that I had running prior to the 3.5 update.
Forum: Hacks
In reply to: Looking for help in developing a plugin.Awesome man, I noticed I forgot to put my email in my post ?? Touch base with me at [email protected]
Forum: Hacks
In reply to: Looking for help in developing a plugin.I am not offering a service for money, So I think you are misunderstanding my post. I am looking from help from a few developer of the wordpress community to make this plugin come to fruition. Like stated I would like to make this 100% free. But depending on who I can get to help me produce this plugin they may want some sort of monetary compensation. The reason I have not posted this on WP Jobs is due to I would like to keep it free.
Forum: Fixing WordPress
In reply to: jQuery Slideshow on a page.I was more looking for a way to pull the images from the post I am using jQuery and my own slideshow script. I just can’t figure out how to pull the gallery images from a single post.
Forum: Fixing WordPress
In reply to: WXR File SplitterUnfortunately this wont work for a Mac or Linux platform, does anyone know of a program for OSX that does the same thing?
Forum: Themes and Templates
In reply to: Is a multi column categories list possible?Found this plugin that does what I need https://www.dagondesign.com/articles/multi-column-category-list-plugin-for-wordpress/