Jaiibee |
09-05-2008 08:43 AM |
Quote:
Originally Posted by iogames
(Post 1610289)
then how is this done?
|
I'd take a guess either custom PHP modification of the vbulletin source code, or some pretty epic phpnuke coding ability (if that is what the VB templates are =\)
Just as a side note for everyone, it may look a little more inplace if the IM icons are centered.
This can be done by....
Locating...
Code:
<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div>
And replacing with....
Code:
<div align="center">$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div>
All it is is a simple align I entered lol.. just incase someone unfamiliar with template editting doesnt know how ... :)
EDIT:
Quote:
Originally Posted by iDerek
(Post 1610714)
|
Im digging the site design, iDerek. Is it custom? You've done a really good job =]
Quote:
Originally Posted by Boosted Panda
(Post 1612413)
For some reason i cant get it to work.
|
Whats your problem, mate?
|