The Web-Call-Back Links Plugin
Installation of Web-Call-Back Links
- Download the latest package from http://technology.pillwax.com/web-call-back.
- Unpack the downloaded package on your Computer, the package includes the Web-Call-Back Module and the Plugin in the same file.
- Install the Plugin in your Joomla installation.
- Publish the Plugin, maybe put him into a higher priority than other Plugins.
- Decide for yourself if the required mooTools library shall get loaded by the Plugin, or will get included by yourself in your template.
- Set the Plugins's parameters accordingly to your previous choice (see also below).
- Done.
Settings of Web-Call-Back Links
Web-Call-Back Links requires few settings, mainly telling the Plugin how to invoke the mooTools Framework:
MooTools Library
Defines if the Web-Call-Back Links Plugin shall load the mooTools library that comes shipped with the package, or if the mooTools library is already loaded with your template.
Use this mambots mooTools library for effects
MooBot will load the mooTools library automatically.
I have mooTools ... fully loaded in the template
The mooTools library is already loaded with the template and the Web-Call-Back Links Plugin will use that library for its window effects.
To load the mooTools libary that is shipped with MooBoot through your template, put this into the HEAD section of your templates index.php
file:
<?php global $mosConfig_live_site; ?> <head> ... <script type="text/javascript" src="<?php echo $mosConfig_live_site;?>/mambots/content/webcallback_ce/libs/mootools.js"></script> ... </head>
<head> ... <script type="text/javascript" src="<?php echo $this->template;?>/plugins/content/webcallback_ce/libs/mootools.js"></script> ... </head>
Debug Mode
Selects if the Plugin shall display some Debug Information.
Off
Set this as the default for a Production System, there is no Debug Information generated.
On
Prepared for future use. Currently there is no Debug Information built in, same as Off
.
On (with PHP errors)
Sets your PHP engine to Display Error messages in case your PHP default settings send all error messages into the servers logfile. This might help to show PHP error messages in some cases where the Page is left blank.