JasonT Posted April 9, 2007 Posted April 9, 2007 Hey guys, I cannot find what sets the link colors. Right now its the default brownish and it doesn't really fit with my blue-ish color scheme. ;) I changed EVERY color in the css file and it didn't change it, so it must be set in a file somewhere? Can anyone point me to this, because I can't find it. Thanks! :blush: Jason P.S. sorry if this has been discussed before... I couldn't find the answer anywhere.
Jack_mcs Posted April 9, 2007 Posted April 9, 2007 It's the A class in the stylesheet, assuming your shop is using standard oscommerce code. Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
JasonT Posted April 9, 2007 Author Posted April 9, 2007 ah! thanks so much! Do you happen to know how to make the email used in login not case sensitive? right now if I signed up with my email as [email protected], I would not be able to log in if I typed [email protected]. I think it should be fairly easy to use a toupper or tolower function when it compares email addresses with the database... but I know next to nothing except the bare concepts from a PHP/MySQL book I read a few months ago... so I wouldn't know how to code it. Thanks! Jason
Jack_mcs Posted April 9, 2007 Posted April 9, 2007 It might be some code change you have installed. I just tried logging into one of my sites using capitals in the email address and was able to log in. Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
kirikintha Posted April 9, 2007 Posted April 9, 2007 strtoupper() I think is the function (or something like that) - that may be insecure though - I would be weary of changing the log in code - http://w3schools.com/php/php_ref_string.asp is where I look at all my php coding for strings. There are many easy ways to hack a log in - I doubt that it is harmful, but always be super careful and backup before you touch the functions! Nothing unreal exists
Recommended Posts
Archived
This topic is now archived and is closed to further replies.