Autotitle in capital letters (its possible?) Autotitle in capital letters (its possible?)
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Autotitle in capital letters (its possible?)

Started by kpgmza, September 22, 2011, 06:30:03 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

kpgmza

Friends:

I need add a modification to my gallery. Can you helpme?

The registered members of my gallery have put a rule: all photos uploaded must have the title in capital letters. But many users do not respect this rule and the admins have to change or filling manually in each photo. It's possible a little modify to the gallery requires change the incorrect titles (not completed or filled in lowecase) to uppercase or in otherwise the title written in lowercase to be converted automatically to uppercase?

Well.. I hope you can help me...

Thank you very much!

ΑndrĂ©

The flash uploader first uploads all files and the user then has to add the title. At this point all files are already in the gallery, so any modification will only work for the simple upload form, which is not very comfortable. Converting lowercase characters to uppercase might be possible, but won't help you if there's no title at all.

kpgmza

Thanks for the fast reply...

I understand. I've enabled the flash uploading form... so... we take the option means that the user puts the title in lower case and we need to be automatically converted to uppercase. How can I modify my code?

Thanks!


Joe Carver

Why not just change the output / appearance?

Try adding /  testing this on your themes/your_theme/style.css

Find this :
.pic_title {

Add this and experiment...
font-variant:small-caps;

See this link:
http://www.w3schools.com/cssref/pr_font_font-variant.asp