Quote:
Originally Posted by ry215
you must edit *.php file, *xml file, and picters.
Edit file *.php
find:
PHP Code:
case 10:
$resultsnr = 10;
$resultthread = 10;
break;
replace with:
PHP Code:
case 10:
$resultsnr = 3;
$resultthread = 3;
break;
Edit *.xml file
find
Code:
$resultrandom = 10;
replace with:
And edit file list.gif
|
works, thank you very much !
But it doesnt make the box smaller. To make it smaller i need to change the height and width of the random thread pciture...
Is this possible?