How?s this color scheme?? Any good got any hacks?? :swordfight:
Today's Birthdays
Collapse
wotdoyathink
Collapse
This is a sticky topic.
X
X
-
Re: wodoyathink
Originally posted by Dave S
How?s this colour scheme??
Wotcha mate.
The welcomepanel is partly working, you've got the template edits done properly, but you havent edited the index.php file.
This is the bit you need to check over, go over it line by line and remember, upload everything in ascII:
Code:Open index.php (NOTE: *not* admin/index.php) and find: ############################# $permissions=getpermissions(); if (!$permissions['canview']) { show_nopermission(); } ############################ and directly after it add this... ############################ if ($bbuserinfo[userid]!=0) { $avatarurl=getavatarurl($bbuserinfo[userid]); if ($avatarurl=='') { $avatarurl='images/avatars/noavatar.gif'; } $avatarimage='<a href="member.php?s='.$session[sessionhash].'&action=editavatar"><img src="'.$avatarurl.'" border="0">'; } else { $avatarimage='<a href="register.php?s='.$session[sessionhash].'&action=signup"><img src="images/avatars/guestavatar.gif" border="0"></a>'; } ############################ Now upload the enclosed guestavatar.gif and noavatar.gif to your forum/avatars folder (if you choose another destination, be sure to edit the path in the above code). that's the avatar hack done!
👍 1- Quote
Comment
-
or just upload this file (delete .txt off the end first).
BTW, I havent personally tested this hack on 2.26, but it should work. The attached file is the correct file for 2.26.Attached FilesLast edited by admin; 21-May-2024, 09:08.👍 1- Quote
Comment
-
can you email it to webmaster@wasya.com please?......if the world didn't suck, we'd all fall off......
Regards
Dave.- Quote
Comment
-
Last edited by tril0Byte; 11-June-2002, 20:18.👍 1- Quote
Comment
-
Originally posted by Dave S
can you email it to webmaster@wasya.com please?......if the world didn't suck, we'd all fall off......
Regards
Dave.- Quote
Comment
-
Dave, there are a few things that have changed, I havent re-done the hack for 2.26, but check out the thread at vBulletin.org, most of the updates have been sorted by others. There is a change to the templates, that allows $birthdaybits to show properly....👍 1- Quote
Comment
-
Originally posted by Dave S
ohh PS i am runing php if that makes any odds?
I dunno it might, did you re edit index.php and upload it?
Read here:
👍 1- Quote
Comment
Comment