when I hit "suggested SEO title" a message pops up saying "Try a larger title!"
"-" solved the problem. I should have known that aargh! Maybe I'm used to Elxis doing everything for me Thanks!
Quote from: benone on February 16, 2010, 18:51:33when I hit "suggested SEO title" a message pops up saying "Try a larger title!"Does this problem still exist? it shouldn't happen.
Hi people.Just trying to add a new section and category in Elxis and cannot do it. Under Section/Categories Manager I can write title and name but when I hit "suggested SEO title" a message pops up saying "Try a larger title!"When I fill in the SEO title and hit the validation button, it returns SEO title valid. However when I click to save or apply, It returns the error "invalid SEO title." and reloads the page. Could it be that I have inadvertently broken something or someone else has had a similar experience? Any help is greatly appreciated.
$ascii = strtolower(eUTF::utf8_to_ascii($this->title, ''));
if (eUTF::utf8_isASCII($this->title)){ $ascii = strtolower($this->title); } else { $ascii = strtolower(eUTF::utf8_to_ascii($this->title, '')); }