Quote:
Originally Posted by Tekton
Link?
If you add this after the require of global.php in newreply.php and newthread.php, it should work:
PHP Code:
$xr=0;$rvrt=0;
while($xr<strlen($_POST[message])){
if($rvrt==1){$_POST[message]{$xr}=strtoupper($_POST[message]{$xr});}
if($_POST[message]{$xr}=="."||$_POST[message]{$xr}==" "&&$rvrt==1){$rvrt=1;}else{$rvrt=0;}
$xr++;}
|
it works good!
but there are some things...
1. it doesnt capitalize the first letter like i used to according to what Andy wrote which i have modded to the message...
2.it does capitalize when you go down a line...
here look at this post:
http://forum.ex-zone.com/showpost.php?p=581&postcount=7