layout | title | description | isHome | hide |
---|---|---|---|---|
default |
AVChat vBulletin 4.x add-on |
Documentation covering the AVChat add-on for vBulletin 4.x |
false |
true |
The AVChat Video Chat Product for vBulletin 4.x integrates AVChat with your existing vBulletin 4.x web site and users database:
- Username integration: users will have the same username and gender in the web site and in the video chat.
- Avatar integration: the avatar pictures are automatically used inside the video chat.
- Direct access to the admin area for Administrators, Moderators and Super Moderators. They have access to the admin area of AVChat 3 from where you can do all sorts of powerful things like kick and ban.
- Different permissions for different usergroups, You can control the video chat features independently for each usergroup. You can also control to what admin features (kick,ban,etc...) do Administrators, Moderators and Super Moderators have access to.
- Access user profiles directly from the video chat: you can access the profiles of users directly from the video chat.
- Simple install, it installs as any other vBulletin 4.x Product.
- One click away from users, a link to the video chat is placed in the main menu in the user area.
If you cannot find the answer you’re looking for here, we encourage you to try our FAQ or forums. There's also more documentation regarding AVChat in the documentation area for the main standalone version.
If you're looking for something specific just hit Ctrl+F on your browser.
AVChat 3.0.zip
contains AVChatavchat3_vbulletin_38x_and_4x_product.zip
(contains the AVChat Product for vBulletin 4.x)
Extract the 2 archives somewhere on your computer.
Once we've downloaded & unzipped everything the next thing we need to do is to setup the media server app to which AVChat will connect to.AVChat uses a media server to send all the audio video and text data between users. AVChat supports the 3 major media servers:
- Red5
- Adobe Media Server
- Wowza
Here's how to install the avchat30
app on each one of them:
{% include media-server-app.md %}
- Unpack the
avchat3_vbulletin_38x_and_4x_product.zip
archive. - Copy the
videochat
and theincludes
folder into the root of your vBulletin 4.x installation. - Now go to the folder where you unzipped the latest AVChat3 archive and copy all the content from
Files to upload to your website
to thevideochat
folder that you just copied - Edit
videochat/avc_settings.xml
in a text editor and set the<value>
of the<connectionstring>
tag<value>rtmp://media-server-ip-address/avchat30/_definst_</value>
- Chmod the
uploadedFiles
folder to 777 (otherwise the upload function might not work) - Chmod the
tokens
folder to 777
- Login into your forum Control Panel and go to Plugins & Products > Manage Products as highlighted below:
This guide will show you how to create a link in the vBuletin 4.x menu that will open up AVChat in a pop up window.
This is the recommended way to open AVChat as it's easier for your web site users to visit the web site, user profiles, threads on the forum, without leaving the video chat.
- From the admin area Go to Styles & Templates > Style Manager and choose Edit Templates from the dropdown and hit Go button
<li><a href="#" onclick="window.open('videochat/index.php','FlashVideoChat','height=580','width=970');">Flash Video Chat</a></li>
In your forum you should see this link:
Altough we recommend opening AVChat in a pop-up, the following tutorial will show you how to open it embedded in a HTML page on your web site.
- Open the
videochat_embedded_4.0.x
- Upload
videochat.php
to the root folder of your forum. - Login as admin, go to Styles & Templates > Style Manager, choose Add New Template from the dropdown and hit Go button
<li><a href="videochat.php">Flash Video Chat</a></li>
The admin interface will be automaticaly given to the designated users, based on the first lines from integration.php
file from [your website root]/videochat/integration.php
and also the first lines from the index.php
file from the same directory.
- Login as admin into your forum Control Panel and go to Usergroups > Usergroup manager
If you want visitors to access the chat, then you need to specify so from the vBulletin admin area, like we specified on the above question.
- Login as admin into your forum Control Panel and go to Usergroups > Usergroup manager.