PDA

View Full Version : All caps character disabled


arale
11-23-2006, 07:33 AM
Hello,
I looking mod disabled people who enter content with All Caps character. How to do it?
And how to remove '/' at domain line.
ex: http://www.abc.com/
to: http://www.abc.com

but: http://www.abc.com/cde.html is still keep '/'

:confused:

anon
11-23-2006, 07:55 AM
lower case the url:
{$link.URL|lower|escape|trim}

for the other request you can contact me via PM

dynn
12-11-2006, 10:43 AM
an0n,

which file need to update?

Boby
12-12-2006, 03:47 PM
Content visible to registered users only.
link.tpl
This will show the URL in lowercase chars when browsing your directory.
Content visible to registered users only.

Or were you looking for something else?