Joomla! Main Menu
| Add Refresh Button for ImageVerification |
|
|
|
Написано от myOltrans
Неделя, 14 Декември 2008 21:43
Последно променен на Неделя, 21 Декември 2008 10:26
ChronoEngine has provided detailed instructions how to add refresh button for ImageVerification at ChronoEngine FAQs page. Here it is what they say: In chronocontact.php look for: if ( trim($paramsvalues->imagever) == 'Yes' ) { Replace this with: if ( trim($paramsvalues->imagever) == 'Yes' ) {And presto, one refresh button ready to go. Tested in IE7 and Fx2 From notexa on 2007/09/02 02:35 Please, go to ChronoEngine FAQs page to read the full article. If you use their code you will notice that the verification image is shown only after clicking on the Refresh button. The solution is to remove the slash from the 13-th row from the new code in the image source. Or replace the code: <img src="/'.$imver_url.'" name="imgver" id="imgver"> with: <img src="'.$imver_url.'" name="imgver" id="imgver"> Now the verification image will appear from the first time. |


