Caliber
03-21-2002, 01:27 PM
Hello all,
We are trying to integrate Volano chat into our Vbulletin. Volano looks like a great chat program. But I am having a hard time passing the Vbulletin username to volano.
Here's the applet:
<applet codebase="http://www.mywebsite.com/vcclient" archive="COM/volano/WebVolanoChat.jar" code="COM.volano.WebVolanoChat.class" width="500" height="300">
<param name="cabbase" value="COM/volano/VolanoChat.cab">
<param name="color" value="#ffffff">
<param name="foreground" value="000080">
<param name="color.background" value="#C000FF">
<param name="color.foreground" value="#000040">
<param name="font.default" value="Verdana, Arial, Helvetica, sans-serif">
<param name="group" value="Platinum Chat Room">
<param name="text" value="english.txt">
<param name="username" value="$username">
<param name="profile" value="http://boards.mywebsite.com/forum/member.php?s=&action=getinfo&userid=$username">
<param name="member" value="false">
</applet>
When I paste this applet into an existing template, it loads just fine and the Vbulletin username is already loaded into the applet. Additionally, the profile for the user is loaded as well.
But I need the applet to appear in a pop-up window and when I use javascript to call a web page containing the applet, since it is not loaded from within the Vbulletin system, the username and profile do not load.
What I think I need to do is create a new template, let's call it volano and a php page, let's call it volano.php. I think the volano template should contain the applet, and when a user clicks of the javascript popup link, it should open the volano.php page.
What I do not know how to do is to get the volano.php page to pull the volano template from vbulletin. Am I on the right track, or is there a better way to do this? Any help would be greatly appreciated.
We also have several custom vbulletin projects that we would love to pay a developer to take on for us. We pay well, and we run what is possibly the largest and most active vbulletin site. http://boards.elitefitness.com
Many thanks,
Paul
We are trying to integrate Volano chat into our Vbulletin. Volano looks like a great chat program. But I am having a hard time passing the Vbulletin username to volano.
Here's the applet:
<applet codebase="http://www.mywebsite.com/vcclient" archive="COM/volano/WebVolanoChat.jar" code="COM.volano.WebVolanoChat.class" width="500" height="300">
<param name="cabbase" value="COM/volano/VolanoChat.cab">
<param name="color" value="#ffffff">
<param name="foreground" value="000080">
<param name="color.background" value="#C000FF">
<param name="color.foreground" value="#000040">
<param name="font.default" value="Verdana, Arial, Helvetica, sans-serif">
<param name="group" value="Platinum Chat Room">
<param name="text" value="english.txt">
<param name="username" value="$username">
<param name="profile" value="http://boards.mywebsite.com/forum/member.php?s=&action=getinfo&userid=$username">
<param name="member" value="false">
</applet>
When I paste this applet into an existing template, it loads just fine and the Vbulletin username is already loaded into the applet. Additionally, the profile for the user is loaded as well.
But I need the applet to appear in a pop-up window and when I use javascript to call a web page containing the applet, since it is not loaded from within the Vbulletin system, the username and profile do not load.
What I think I need to do is create a new template, let's call it volano and a php page, let's call it volano.php. I think the volano template should contain the applet, and when a user clicks of the javascript popup link, it should open the volano.php page.
What I do not know how to do is to get the volano.php page to pull the volano template from vbulletin. Am I on the right track, or is there a better way to do this? Any help would be greatly appreciated.
We also have several custom vbulletin projects that we would love to pay a developer to take on for us. We pay well, and we run what is possibly the largest and most active vbulletin site. http://boards.elitefitness.com
Many thanks,
Paul