PDA

View Full Version : Problems with SuperSkin


utw-mephisto
08-24-2005, 07:05 PM
Hi,

when integrating with vBulletin it does not modify THAT link as well :

http://img3.imageshack.us/img3/7418/untitled6ev.jpg

utw-mephisto
08-26-2005, 12:04 PM
nobody ?

Terminator1138
08-26-2005, 01:28 PM
PM the creator of that skin FASherman and he might be able to help you since he created that skin..

utw-mephisto
08-26-2005, 02:32 PM
no answer so far ... he wasn't really online for a few days

utw-mephisto
08-28-2005, 03:43 AM
Since the author does not answer I searched through all the php files..

In VB35-SuperSkin-footer-welcome.php needs the path to be modified.


<div class="smallfont">
<strong>Welcome, <?php echo $vb3userinfo['username']; ?>.</strong><br />
You last visited: <?php echo strftime('%b %e %Y at %I:%M %p',$vb3userinfo['lastvisit']); ?>
<br /><a href="forum/private.php?">Private Messages</a>: Unread <?php echo $vb3userinfo['pmunread']; ?>, Total <?php echo $vb3userinfo['pmtotal']; ?>.
</div>


The part <a href="forum/private.php?"> needs to be changed accordingly.