Can someone make a joomla component and module?
Woopra Forums » Plugins and Add-ons
Joomla intergration
(5 posts)-
Posted 2 years ago #
-
All you have to do is get an html module and enter the code and position it in the "debug" location. If you look through your modules you may already have an html module just copy it.
Posted 2 years ago # -
for the record its just:
<?php loadModules('debug', -1); ?>
for joomla 1.0 and
<jdoc:include type="modules" name="debug" style="none" />
for joomla 1.5
Just stick this module position towards the bottom of your page, then create a custom "html" module in the module manager and insert the woopra code in there. BTW, you may have to turn off your wysiwyg editor to make sure it takes and is not stripped out.
Posted 2 years ago # -
Andy,
Ok, I've only been playing with joomla for about a month, so I'm not sure exactly how to create the joomla integration.
I created a new module - of type Custom HTML
Called the module woopra-debug
In the editor I opened up the HTML editor.
Pasted the following:
<jdoc:include type="modules" name="debug" style="none"></jdoc:include>
<script type="text/javascript"><!--
var woopra_id = 'xxxxxxxxx';
// --></script>where the x's are the site id number
Updated the HTML Source Editor to the standard editor, saved the module.
Activated the module and placed it in position 'bottom'ok, so when I look at my source of the page, none of this code is there. http://www.schoolwearzone.com
Any help would be great.
Thanks
Mike
ps :-) while your there any idea why the color setting always revert back to default after set to say red, then after going to another page they are back to gray. LOL-I hope I don't sound ungreatful, as I'm beating my head against the wall to get all this stuff to workPosted 2 years ago # -
If your using 1.5, i've created a simple plugin for setting up the woopra JS:
http://www.woopra.com/forums/topic/joomla-15-woopra-plugin-available
Posted 2 years ago #
Reply
You must log in to post.
not a support question