Topic: Capitalize first letter in topic subject
Hello!
Is there a way to capitalize automatically the first letter typed in the topic subject input (not with css)?
Thank you!
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.3 additions → Capitalize first letter in topic subject
Hello!
Is there a way to capitalize automatically the first letter typed in the topic subject input (not with css)?
Thank you!
Well, if you don't want CSS you can modify the PHP script for creating topics (it should be in ./include/functions.php), but I guess there isn't anyone who will do an extension for this
Wouldnt be hard to make an extension to do that.
Just use the hook 'po_pre_add_post' and have it say $post_info['subject'] = ucfirst($cur_posting['subject']);
Thank you very much!
If you wait 15 mins, i'll throw it together for you. Just installing 1.3
I have put it Here for you.
Thank you, it works perfectly!
PunBB Forums → PunBB 1.3 additions → Capitalize first letter in topic subject
Powered by PunBB, supported by Informer Technologies, Inc.