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"
INSTALLATION - DRUPAL 7
Our extensions for Drupal CMS consist of following packages (.zip files):
blastchat_4.0_Drupal_7.zip
Download the file.
Installation of the files
- Unzip downloaded file in the "sites/default/modules" directory. New directory "blastchat" will be created.
Configure
- Navigate to your Drupal 7 administrator backend and login
- Click "Modules" in the top menu bar
- Find "BlastChat" module and check "Enabled" checkbox, then click "Save configuration"
- Click "Configure" link on the right side of the "BlastChat" module listing
- Click "BlastChat Config" and fill in the "Authentication data" with your "Website ID" and "Private key" that you obtained from BlastChat Manager
Publish "BlastChat Bar" extension
- Navigate to your Drupal 7 administrator backend and login
- From top menu bar select "Structure"
- Click "Blocks"
- Click "configure" next to "BlastChat Bar"
- Set desired configuration
- Set "REGION SETTINGS" (place it to the most bottom right sidebar)
- Click "Save Block"
Publish "BlastChat Chat" extension
- Navigate to your Drupal 7 administrator backend and login
- Click "Configure" link on the right side of the "BlastChat" module listing
- Click "BlastChat Chat"
- Set desired configuration and click "Save Configuration"
- From top menu bar select "Structure"
- Click "Menus"
- Click "list links" in the "Navigation" section
- Click "edit" next to "BlastChat"
- Adjust fields as needed
- Click "Save"
Publish "BlastChat Shout" extension
- Navigate to your Drupal 7 administrator backend and login
- From top menu bar select "Structure"
- Click "Blocks"
- Click "configure" next to "BlastChat Shout"
- Set desired configuration
- Set "REGION SETTINGS"
- Click "Save Block"
Full screen link
- Navigate to your Drupal 7 administrator backend and login
- From top menu bar select "Structure"
- Click "Menus"
- Click "list links" in the section where you want to place the menu link
- Click "Add link"
- Fill fields as needed
- Fill "Path" with
"blastchat?d=1&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 Drupal 7 administrator backend and login
- From top menu bar select "Structure"
- Click "Menus"
- Click "list links" in the section where you want to place the menu link
- Click "Add link"
- Fill fields as needed
- Fill "Path" with
"blastchat?i=mob"
- Click "Save"
INSTALLATION
Installation of BlastChat extensions (components, modules, plugins) is very simple and consist of few step.
- Subscribe to blastchat service (and create your BlastChat account if you do not have one already)
- Activate subscribed website in our Manager by selecting your content management system (CMS).
- Download appropriate extensions for your website's CMS,
- Install downloaded extensions.
- Configure your extensions.
- Publish your BlastChat online communication system.
Follow more detailed installation instructions based on your content management system by selecting menu on the right side.