PDA

View Full Version : How can I add this?


khrisxtine
03-11-2008, 09:01 AM
I used to have IPB and I was using John's Smooth Gallery Design to add a sort of rotating banner that was clickable etc

But i cannot figure out for the life of me how to add it here on vBulletin on the CMPS.

since i got rid of my old forums lol i don't have my demo, but it's also instaled on my phpbb3

www.justforyorkies.com it's the rotating image in the front. is there anyway i can add that? it's basically just html, but theres no option for html, or i don't understand it anyway :p

this is the code i need to put in:

<center> <head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>JonDesign's SmoothGallery demo</title>
<link rel="stylesheet" href="css/jd.gallery.css" type="text/css" media="screen" charset="utf-8" />
<script src="scripts/mootools.v1.11.js" type="text/javascript"></script>
<script src="scripts/jd.gallery.js" type="text/javascript"></script>
</head>

<script type="text/javascript">
function startGallery() {
var myGallery = new gallery($('myGallery'), {
timed: true,
showInfopane: false

});

}
window.addEvent('domready',startGallery);
</script>
<div id="myGallery">
<div class="imageElement">
<h3>Welcome to WFM!</h3>
<p>Welcome to WFM!</p>
<a href="#" title="Welcome to WFM!" class="open"></a>
<img src="http://www.worldformoms.com/rotator/welcome.gif" class="full" />
<img src="http://www.worldformoms.com/rotator/welcome.gif" class="thumbnail" />
</div>
<div class="imageElement">
<h3>St. Patty's Day Photo Contest</h3>
<p>Upcoming Photo Contest!</p>
<a href="#" title="St. Patrick's Day!" class="open"></a>
<img src="http://www.worldformoms.com/rotator/stpatsday.gif" class="full" />
<img src="http://www.worldformoms.com/rotator/stpatsday.gif" class="thumbnail" />
</div>
<div class="imageElement">
<h3>What's New with WFM?</h3>
<p>Please give us your feedback!</p>
<a href="http://www.worldformoms.com/index.php?showtopic=1327" title="Give us your feedback" class="open"></a>
<img src="http://www.worldformoms.com/rotator/newwfm.gif" class="full" />
<img src="http://www.worldformoms.com/rotator/newwfm.gif" class="thumbnail" />
</div>
<div class="imageElement">
<h3>Refer-A-Friend Contest!</h3>
<p>Refer-A-Friend Contest!</p>
<a href="http://www.worldformoms.com/index.php?showtopic=1376" title="ReferAFriend!" class="open"></a>
<img src="http://www.worldformoms.com/rotator/referfriend.gif" class="full" />
<img src="http://www.worldformoms.com/rotator/referfriend.gif" class="thumbnail" />
</div>



</div>
</div>
</center>

KW802
03-11-2008, 10:52 AM
khrisxtine, welcome to vBa.

Where are you trying to put the code? Is that something you want on every page or just on your CMPS pages or ... ?

Our Sponsors
 

khrisxtine
03-11-2008, 11:33 AM
i wanted it just in the CMPS page.

www.worldformoms.com is my website, i had to make a temp banner, if you look thats where i want the code to go :)

khrisxtine
03-13-2008, 07:20 AM
no one knows?

Our Sponsors
 

khrisxtine
03-20-2008, 05:10 AM
Or at least does anyone know how i can add a scrolling image marquee in the CMPS?? since no one knows how to add this code..

thanks in advance.