gsu90
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress database errorIt works now. Looks like I was still running an older version of the register.php file.
Forum: Fixing WordPress
In reply to: WordPress database errorSorry that i could not format it like the example you provided.
Forum: Fixing WordPress
In reply to: WordPress database errorThis is what it looks like
Field Type Attributes Null Default Extra Action
ID bigint(20) UNSIGNED No auto_increment Change Drop Primary Index Unique Fulltext
user_login varchar(60) No Change Drop Primary Index Unique Fulltext
user_pass varchar(64) No Change Drop Primary Index Unique Fulltext
user_nicename varchar(50) No Change Drop Primary Index Unique Fulltext
user_email varchar(100) No Change Drop Primary Index Unique Fulltext
user_url varchar(100) No Change Drop Primary Index Unique Fulltext
user_registered datetime No 0000-00-00 00:00:00 Change Drop Primary Index Unique Fulltext
user_activation_key varchar(60) No Change Drop Primary Index Unique Fulltext
user_status int(11) No 0 Change Drop Primary Index Unique Fulltext
display_name varchar(250) No Change Drop Primary Index Unique FulltextForum: Fixing WordPress
In reply to: WordPress database errorDoes this warning mean anything?
Indexes: Documentation
Keyname Type Cardinality Action Field
PRIMARY PRIMARY 69 Edit Drop ID
user_login UNIQUE 69 Edit Drop user_login
user_login_key INDEX 69 Edit Drop user_login
Warning UNIQUE and INDEX keys should not both be set for columnuser_login
Forum: Fixing WordPress
In reply to: WordPress database errorSome additional information… Those with existing accounts have no problem login into the system. This error only comes up when a new person trys to register.
Forum: Fixing WordPress
In reply to: WordPress database error2.0.3
Forum: Fixing WordPress
In reply to: WordPress database errorYes, I did that. As a matter of fact. I just recently made the upgrade a few days ago and according to the system. Everything was fine.
Anything else I should do?
Forum: Fixing WordPress
In reply to: Changing the profile page (wp-admin/profile.php)Is it possible to modify the “Site Admin” link so that it takes that person right to “wp-admin/post.php”?
Where would I go to do this?
Forum: Fixing WordPress
In reply to: Changing the profile page (wp-admin/profile.php)OK…I see what you guy are trying to do here and I really appreciate the help, but there is another problem that comes up.
Yes, if a user logs in it will take that person to the index page but when the person clicks on “Site Admin” that links takes them right back to the “wp-admin/” page…which displays all of the dashboard information.
What should I do now?
Forum: Fixing WordPress
In reply to: Changing the profile page (wp-admin/profile.php)OOoops….I was wrong. For some reason a level one user can still see the content of the dashboard immediately after login. The link that takes the user to the dashboard is not there, but the content from index.php is still there. I don’t want anyone at this level to be able to see this. I want them to immediately see the entry page after successful login.
Please help!
Forum: Fixing WordPress
In reply to: How to change the skin of registration & login pages?Can someone answer this?
Forum: Fixing WordPress
In reply to: How to change the skin of registration & login pages?OK…I was able to make the changes to the /wp-admin/wp-admin.css file. And I was able to remove the WordPress logo and change the link to point to the front of my site (see the link below)
https://www.tspndaily.com/wp-register.phpbut, for some reason on the login page https://www.tspndaily.com/wp-login.php the area where the WP logo was still point to the wordpress website.
What did I do wrong?
Forum: Fixing WordPress
In reply to: Changing the profile page (wp-admin/profile.php)Thanks. That did it.