Log in

View Full Version : Changing the number of Message Icons per line.


Gutspiller
01-18-2002, 01:23 AM
I asked this once and now I can't remember, and VB has deleted their old threads. (WTF)

Can somebody help me with this? I just want it so my Message Icons where the radio buttons are, there are more per line. Can somebody please refresh my memory. :(

Many thanks!

Admin
01-18-2002, 12:35 PM
Change this line in functions.php:
if ($counter%7==0 and $counter!=0) {
(7 is the number of icons to show)

Gutspiller
01-18-2002, 02:43 PM
Thanks! Worked great. I first edited the wrong functions, but it works now when I edited the right one. :)