INSTALLATION - JOOMLA
Our extensions for Joomla CMS consist of following packages (.zip files):
blastchat_4.0_Joomla_3.0.zip
Download and install file in your Joomla admin backend.
blastchat_4.0_Joomla_1.6_2.5.zip
Download and install file in your Joomla admin backend.
blastchat_4.0_Joomla_1.5_UNZIPME.zip
Download and unzip the file. You will get four .zip files that you need to install in your Joomla admin backend.
Installation of the files
- Navigate to your Joomla administrator backend and login
- From menu bar select "Extensions" -> "Extension Manager"
- Under "Install" tab click "Choose File" and select file you wish to install
- Click "Upload & Install"
- Repeat steps 1-4 for each extension
Configure
- Navigate to your Joomla administrator backend and login
- From menu bar select "Components" -> "BlastChat Config"
- Follow instructions on the page to fill in "Options" -> "Authentication data" with your "Website ID" and "Private key" that you obtained from BlastChat Manager
Publish "BlastChat Bar" extension
- Navigate to your Joomla administrator backend and login
- From menu bar select "Extensions" -> "Module Manager"
- Find and edit "BlastChat Bar"
- Set "Show Title" to "Hide"
- Select appropriate "Position"
Select some existing position but if your template interferes with module visibility, set it to "blastchat-bar" and follow "Adjust template" steps bellow.
- Change status to "Published"
- Set "Menu Assignment" / "Module Assignment" to "On all pages"
- Click "Save" or "Save & Close"
- Adjust template
- Navigate to your Joomla administrator backend and login
- From menu bar select "Extensions" -> "Template Manager"
- Click on "Templates" tab
- Select your template "Template Details and Files"
- Under "Template Master Files" click "Edit main page template"
- At the very bottom of the file your should see </body> html tag present, place following code right above it and at new line (if</body> is not present there, you will have to adjust some other file of your template that is responsible for printing out html content)
<jdoc:include type="modules" name="blastchat-bar" style="raw" />
Publish "BlastChat Chat" extension
- Navigate to your Joomla administrator backend and login
- From menu bar select "Menus" -> "Main Menu" -> "Add New Menu Item"
- Click on "Select" next to "Menu Item Type" and there select "BlastChat Chat - Default View"
- Fill in "Menu Title", adjust "Display Options" and other settings as desired.
- Click "Save"
Publish "BlastChat Shout" extension
- Navigate to your Joomla administrator backend and login
- From menu bar select "Extensions" -> "Module Manager"
- Find and edit "BlastChat Shout"
- Select appropriate "Position" that you would like Shout module to be placed at
- Change status to "Published"
- Select appropriate "Menu Assignment" / "Module Assignment"
- Click "Save" or "Save & Close"
Full screen link
- Navigate to your Joomla administrator backend and login
- From menu bar select "Menus" -> "Main Menu" -> "Add New Menu Item"
- Click on "Select" next to "Menu Item Type" and there select "External URL"
- Fill in "Menu Title"
- Fill "Link" with
"index.php?option=com_blastchatconfig&tmpl=component&format=raw&r=rids&i=intf"
where
- rids = comma separated list of Room id(s) to open, i.e. r=1 or r=1,2
- intf = chat or bar (interface to open), i.e. i=chat or i=bar
- Click "Save"
Mobile link
- Navigate to your Joomla administrator backend and login
- From menu bar select "Menus" -> "Main Menu" -> "Add New Menu Item"
- Click on "Select" next to "Menu Item Type" and there select "External URL"
- Fill in "Menu Title"
- Fill "Link" with
"index.php?option=com_blastchatchat&view=blastchatmobile&tmpl=component&format=raw"
- Click "Save"