Dade
07-01-2002, 07:16 PM
Have an Apple related site? Have forums for Mac OS X? Then here is a style that is sure to beef up your traffic!
If you want the style to look like the original, install these following hacks on your board, and just ignore the templates that the hacks tell you to edit, I've already added the code to the templates myself.
Hacks to install:
Top Poster + Top Threads Starter On Main Page:
https://vborg.vbsupport.ru/showthread.php?s=&threadid=33129
Member of the Day:
https://vborg.vbsupport.ru/showthread.php?s=&threadid=34779
vbStats:
https://vborg.vbsupport.ru/showthread.php?s=&threadid=30751
Quick Reply Box:
https://vborg.vbsupport.ru/showthread.php?s=&threadid=34597
Who was online today:
https://vborg.vbsupport.ru/showthread.php?s=&threadid=34014
Member's Photo Gallery:
https://vborg.vbsupport.ru/showthread.php?s=&threadid=33034
Getting user avatars to show up on the forum home:
Open up global.php
(Make sure when placing this in global.php that you place it above $header)
----------------
if ($bbuserinfo[userid]!=0) {
$FFavatarurl=getavatarurl($bbuserinfo[userid]);
if ($FFavatarurl=='') {
$FFavatarurl='images/noavatar.gif';
}
$avatarimage='<img src="'.$FFavatarurl.'">';
} else {
$avatarimage='<a href="register.php?s='.$session[sessionhash].'&action=signup"><img src="images/guestavatar.gif" border="0"></a>';
}
---------------
The code is already added where it should be on the forum home
If your site is Apple related, you can use this style without worry. However I would advise against using it for any other focus other then Apple. They don't take kindly to that sort of thing.
I am available for web design services as well. Web sites, vBulletin designs, if you need a job done, contact me. Thanks and enjoy the style!
Download it here (http://www.valkyrec.net/macosx_style.zip)
A demo of the style can be found here: http://forums.valkyrec.net/
EDIT: I updated the zip file. The images folder was renamed to the correct name.
If you want the style to look like the original, install these following hacks on your board, and just ignore the templates that the hacks tell you to edit, I've already added the code to the templates myself.
Hacks to install:
Top Poster + Top Threads Starter On Main Page:
https://vborg.vbsupport.ru/showthread.php?s=&threadid=33129
Member of the Day:
https://vborg.vbsupport.ru/showthread.php?s=&threadid=34779
vbStats:
https://vborg.vbsupport.ru/showthread.php?s=&threadid=30751
Quick Reply Box:
https://vborg.vbsupport.ru/showthread.php?s=&threadid=34597
Who was online today:
https://vborg.vbsupport.ru/showthread.php?s=&threadid=34014
Member's Photo Gallery:
https://vborg.vbsupport.ru/showthread.php?s=&threadid=33034
Getting user avatars to show up on the forum home:
Open up global.php
(Make sure when placing this in global.php that you place it above $header)
----------------
if ($bbuserinfo[userid]!=0) {
$FFavatarurl=getavatarurl($bbuserinfo[userid]);
if ($FFavatarurl=='') {
$FFavatarurl='images/noavatar.gif';
}
$avatarimage='<img src="'.$FFavatarurl.'">';
} else {
$avatarimage='<a href="register.php?s='.$session[sessionhash].'&action=signup"><img src="images/guestavatar.gif" border="0"></a>';
}
---------------
The code is already added where it should be on the forum home
If your site is Apple related, you can use this style without worry. However I would advise against using it for any other focus other then Apple. They don't take kindly to that sort of thing.
I am available for web design services as well. Web sites, vBulletin designs, if you need a job done, contact me. Thanks and enjoy the style!
Download it here (http://www.valkyrec.net/macosx_style.zip)
A demo of the style can be found here: http://forums.valkyrec.net/
EDIT: I updated the zip file. The images folder was renamed to the correct name.