Bingo!
Thank you works like a charm.. I am glad too I was overlooking the integer all the time..
Thanks again!
--------------- Added [DATE]1265934651[/DATE] at [TIME]1265934651[/TIME] ---------------
Have another question if I wanted to add this code here into the product:
Code:
<script type="text/javascript">
var _SKYAUTH = {
loginUrl:'http://www.weltmuzik.com/forum/login.php?u=$bbuserinfo[userid]',
memberNick:'$bbuserinfo[username]',
memberId:'$bbuserinfo[userid]',
profileUrl:'http://www.weltmuzik.com/forum/member.php?u=$bbuserinfo[userid]',
photoUrl:'http://www.weltmuzik.com/forum/image.php?u=$bbuserinfo[userid]'
};
</script>
I would want to add it to this section am I correct?:
Code:
<phpcode><![CDATA[$vbulletin->templatecache['footer'] = str_replace('$ad_location[ad_footer_end]', '$skysa_toolbar $ad_location[ad_footer_end]', $vbulletin->templatecache['footer']);]]></phpcode>
I think that is the place for it.. lol i am still new to this as well.