PDA

View Full Version : 7 icons / row?


TECK
05-16-2002, 06:50 AM
is there an option to change this?
i looked everywhere in VB, it will not let me change the number of icons /row, when i post a thread or reply.
the only place i saw a reference was when i tried to add an icon in CP. it showed there 7 icons/page??

let me know what i miss. thanks.

Dark_Wizard
05-16-2002, 09:14 AM
It's in the admin cp...under the "Post Icons" click add and then you will see your option to change this...

TECK
05-16-2002, 09:56 AM
i know about it. however, you cannot save a new value. for example 2icons/row. i dont want to add new icons, i want to organise them in more then 2 rows.

Dark_Wizard
05-16-2002, 10:20 AM
Originally posted by nakkid
i know about it. however, you cannot save a new value. for example 2icons/row. i dont want to add new icons, i want to organise them in more then 2 rows.

Ok then...just edit your admin/icon.php file....

TECK
05-16-2002, 10:58 AM
ok.. i edited icon.php with no success. updated the database, by deleteing and adding again an icon. it still shows 7icons/row, instead of 2 the way i selected.

Admin
05-16-2002, 01:05 PM
Please search next time, this has been asked many many times.

functions.php:
if ($counter%7==0 and $counter!=0) {

TECK
05-16-2002, 01:30 PM
thanks firefly. i will search better next time.