Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Cannot find the link colors...


JasonT

Recommended Posts

Posted

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.

Posted

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

Posted

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...