editOnePic.php editOnePic.php
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

editOnePic.php

Started by AfroJoJo, December 13, 2006, 10:30:59 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

AfroJoJo

editOnePic.php
<textarea name="caption" rows="5" cols="40" class="textinput" style="width: 100%;" onkeydown="textCounter(this, {$CONFIG['max_img_desc_length']});" onkeyup="textCounter(this, {$CONFIG['max_img_desc_length']});">{$CURRENT_PIC['caption']}</textarea>

The following is suppose to put a maximum length on the description field in editOnePic.php using the length you choose from the CONFIG. It does not work. Does anyone know whats wrong with it?

Nibbler

Post a link and test account.