PDA

View Full Version : Posticons template..



InsideMedia
Wed 24th Jan '01, 1:36pm
I need to make the message icons 6 across and not 7... my template is messing up slighly becuase of this ( http://forum.startalent.tv/newthread.php?action=newthread&forumid=1 ) Where can I edit this?

Thanks in advance

StarTalent.TV (http://www.startalent.tv)
Change is coming...

StarTalent.TV Forums
http://forum.startalent.tv

Mike Sullivan
Wed 24th Jan '01, 1:45pm
global.php, change the first part to %6:


if ($counter%7==0 and $counter!=0) {
$posticonbits.="<br>\n";
}

InsideMedia
Wed 24th Jan '01, 3:39pm
Thanks for the speedy reply :)

peace

Artemido
Wed 18th Jul '01, 9:42pm
Okay... this answers a question that I have, but the suggested hack won't work in 2.0.1. There is no counters in the global.php file... at least not ones called $counter%7 or whatever. I need to make the newthread and newreply pages do 10 or 14 posticons per row instead of the normal 7. Thanks!

Steve Machol
Wed 18th Jul '01, 10:25pm
Ed,

Did you happen to mean functions.php instead of global.php?

MarkB
Wed 18th Jul '01, 10:25pm
Try functions.php under the admin folder...?

Artemido
Thu 19th Jul '01, 12:48am
PERFECT! That was exactly it. Thanks very much! I can now say that AugustKnights.com has been completely transitioned from UBB 5.45c to vBulletin 2.0.1. Thanks for everyone's help...

Mike Sullivan
Thu 19th Jul '01, 1:07am
Originally posted by smachol
Did you happen to mean functions.php instead of global.php? No, look at the date -- that was for 1.1.x. :p

Steve Machol
Thu 19th Jul '01, 1:25am
Originally posted by Ed Sullivan
No, look at the date -- that was for 1.1.x. :p
Ahhh! :)