via PayPal / credit card
Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
Does anyone know if its possible to put Monoslideshow in a Joomla article? I have it working as a module but the template doesnt give me the position I need.
Any help greatly appreciated!
it is definitely possible. Search through the forum for "Joomla".
Christoph
Steps to follow:
1 .- Go to Administrator
2 .- Extensions -> Module Manager
3 .- New
4 .- Custom HTML
5 .- You fill in the fields Title, Position
6 .- Insert your code in the Custom Output
7 .- Save
8 .- Enabled
Here is an example that works:
<script type="text/javascript" src="gpc/flash/monoslideshow/swfobject.js"> </ script>
<div id="monoSlideshow">
<p> <strong> Please install Flash and turn on Javascript. </ strong> </ p>
</ div>
<script type="text/javascript">
/ / <! [CDATA [
var so = new SWFObject ( "gpc/flash/monoslideshow/monoslideshow.swf", "SOmonoSlideshow", "610", "350", "7");
so.addParam ( "base", "gpc/flash/monoslideshow /");
so.addParam ( "wmode", "transparent");
so.write ( "monoSlideshow");
/ /]]>
</ script>
I hope you serve.
Ciao Carlucci
1 to 3 of 3