![]() |
Is it ok with Gold?
|
How do you do this if your forum is on a different url then your main site?
Example: Like I have www.mysite.com and then I have www.myforums.com. How can I do it like this? |
Quote:
|
After testing this some more, I tried it on a blank page with just this code and I still get javascript errors (error message at the bottom left corner of my browser). Is it just me, or is anyone else having this problem? Could it be vbulletin's code that doesn't go well on external pages??
|
Finally i managed to get this code working on my server, people can login from the home, but im getting a syntax error on line 12 which is the following.
<input type='text' class='button' name='vb_login_username' id='navbar_username' size='15' accesskey='u' tabindex='1' value='' onfocus='if (this.value == 'username') this.value = '';' /><br> any info how to solve the problem. thanks. |
Never mind about the above, i already fix that.
Also if u want to display last login and time after if ($bbuserinfo['userid']!=0) { $username=$bbuserinfo['username']; Add the following. $lastvisitdate=$pmbox['lastvisitdate']; $lastvisittime=$pmbox['lastvisittime']; It should look like if ($bbuserinfo['userid']!=0) { $username=$bbuserinfo['username']; $lastvisitdate=$pmbox['lastvisitdate']; $lastvisittime=$pmbox['lastvisittime']; cheers. |
To fix the errors in the bottom of the screen you need to get rid of
Code:
onfocus='if (this.value == 'username') this.value = '';' / Code:
<input type='text' class='button' name='vb_login_username' id='navbar_username' size='15' accesskey='u' tabindex='1' value='' onfocus='if (this.value == 'username') this.value = '';' /><br> |
Quote:
|
Quote:
|
I get this when I try to go to my website
Parse error: parse error in /home/wvgl/www/index.php on line 9 |
All times are GMT. The time now is 11:20 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|