Integration of JComments to SOBI2 business catalogue
|
The SOBI2 (Sigsiu Online Business Index 2) business catalogue component has built-in plugin support to expand the functional possibilities. Therefore we have developed the special plugin to simplify the process of comments system integration.
- Download the distributive of JComments plugin for SOBI2
- Log in Joomla administrative panel
- Go to administrative panel of SOBI2. (Components -> Sigsiu Online Business Index 2)
- Choose «Plugins» in left menu
- Click on «Plugin Manager» in left menu
- Browse the path to plugin's distributive and press «Install»
- Replace /components/com_sobi2/sobi2.details.tmpl.php by the file of the same name from the archive and add the following code to SOBI2 template:
<?php echo $plugins['jcomments']; ?>
in exact place where you would like to display the comments.
After all above changes were done the visitors will be able to leave comments to all items(objects) if SOBI2 catalogue .
See also:
|