Re: a few problems with my site
The words TITLE, SITE_TAGLINE are appearing because you've deleted the defines for those constants in your language file meta_tags.php. YOu should restore them so they read something like:
Code:
// page title
define('TITLE', 'Cath\'s Hand Crafts');
// Site Tagline
define('SITE_TAGLINE', 'Your store tagline');
(note the use of the backslash to 'escape' any apostrophes in your text - that's important.)
If you scroll across that black box at the top, you'll see a bnuch of text that is basically telling you to change the permissions on the file includes/configure.php so it is read-only.
Change the minimum number of letters for the customers name at Admin > Configuration > Minimum Values
Neville
An assumption is what you arrive at when you get tired of thinking...