it means uppercase.
Uppercase Example -> A (capital)
Lowercase Example -> a (not capital)


Handyman wrote:it means uppercase.
Uppercase Example -> A (capital)
Lowercase Example -> a (not capital)


Handyman wrote:Hey Midnight, please edit your post to have a poll to make a standard mod release template.
Also a couple things you would want to change, in the install file, it's not a good idea to try and find a block of code this largeSpoiler:
it would be better to find something like thisSpoiler:
that way you have a much greater probability of actually finding it if mods have been added or line endings are different (which usually happens if you create your mod using a Windows Text Editor and somebody opens it on a Linux or Unix Machine? the line endings are usually different unless you made sure to set them to unix line endings)
Also, when posting how to edit multiple templates, instead of:
/styles/xxxx/template/overall_header.html
use
/styles/*/template/overall_header.html
the xxxx will be recognized as a style when easymod comes out, whereas the * is considered a wildcard and will install it for all styles.
and another thing, why did you decide to do this using javascript?
it would be much easier to accomplish using php? then you would only have 1 edit and you wouldn't have to edit every template.
Also, browsers have the ability to turn off javascript, so their username could end up in lowercase? so that defeats the purpose.
Here is how to do it using phpSpoiler:
This method does exactly what your javascript does and it will change
"highway of life" to "Highway Of Life",
though somebody could still come along and create a usename like this "HIGHWAY OF LIFE", if you want only uppercase on the first characters all the time, you would use this insteadSpoiler:
that will change "highway of life" to "Highway Of Life"
and also 'HIghWay OF LifE" to Highway Of Life"
so just a couple options to consider
















Return to Memberlist and Profiles
Users browsing this forum: No registered users and 2 guests