My website uses "forums" not "forum". What changes do I need to make besides this:
Code:
loginUrl:'/forums/login.php?u={$vbulletin->userinfo[userid]}',
memberNick:'{$vbulletin->userinfo[username]}',
memberId:'{$vbulletin->userinfo[userid]}',
profileUrl:'/forums/member.php?u={$vbulletin->userinfo[userid]}',
photoUrl:'/forums/image.php?u={$vbulletin->userinfo[userid]}',
friendsCall:'/forums/member.php?u={$vbulletin->userinfo[userid]}#friends'
to not get this resulting URL when trying to view a member's profile:
http://gridironfans.com/forum/member.php?u=1
it should be:
http://gridironfans.com/forums/member.php?u=1