The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

how to retrieve my widget?

2 posters

Go down

how to retrieve my widget? Empty how to retrieve my widget?

Post by ryanmcwhole July 12th 2009, 11:19 am

guys i deleted my affiliates widget coz it doesn't work for me but now i realize that i need this adn the problem i have can be resolved in any way, so please guys help me retrieve my affiliates widget and help me customize it. i done a script written below. please check y it doesn't work in my portal.

<html>

<head>
<title>Slideshow</title>
<script language="JavaScript" type="text/javascript">
//<!--
//<![CDATA[

first = 1;
last = 4;
current = 1;

function nextPicture() {
// Hide current picture
object = document.getElementById('slide' + current);
object.style.display = 'none';

// Show next picture, if last, loop back to front
if (current == last) { current = 1; }
else { current++ }
object = document.getElementById('slide' + current);
object.style.display = 'block';
}

function previousPicture() {
// Hide current picture
object = document.getElementById('slide' + current);
object.style.display = 'none';

if (current == first) { current = last; }
else { current--; }
object = document.getElementById('slide' + current);
object.style.display = 'block';
}
//]]>
// -->
</script>
<style type="text/css">
<!--
.slideShow {
background-color: #34A703;
text-align: center;
margin-bottom: 10px;
padding: 5px;
}
.slides {
position: relative;
z-index: 1;
display: none;
}
.setTitle, .slideTitle {
font-family: "TAHOMA", Arial, Helvitica, sans-serif;
}
.slideTitle {
color: #995a01;
font-size: 12px
font-weight: bold;
}
.controls {
position: relative;
z-index: 10;
}
#slide1 {
display: block;
}

img {
border: outset 1px #999999;
}
-->
</style>
</head>
<body>
<div class="slideShow">


<div id="slide1" class="slides">
<div class="slideTitle">Pitbull Legends</div>
<img src="http://www.pitbull-legends.com/forums/styles/proDark/imageset/pitbull-legends.jpg" height="140" width="160" border="0" />
</div>
<div id="slide2" class="slides">
<div class="slideTitle">Bully Inc.</div>
<img src="http://www.bully-inc.com/20081028220648_20081028152302_Untitled-1.jpg" height="55" width="160" border="0" />
</div>
<div id="slide3" class="slides">
<div class="slideTitle">Cavite Pitbull Kennel Club</div>
<img src="http://www.pitbull-legends.com/forums/download/file.php?avatar=104_1234338601.jpg" height="140" width="140" border="0" />
</div>
<div id="slide4" class="slides">
<div class="slideTitle">Picture 04</div>
<img src="pic04.jpg" height="140" width="140" border="0" />
</div>
<div class="controls">
<a href="javascript:previousPicture()" style="margin: 10px;">« Previous</a>
<a href="javascript:nextPicture()" style="margin: 10px;">Next »</a>
</div>
</div>
</body>
</html>
avatar
ryanmcwhole
New Member

Posts : 23
Reputation : 0
Language : english

Back to top Go down

how to retrieve my widget? Empty Re: how to retrieve my widget?

Post by kirk July 13th 2009, 6:55 am

what do you mean the afflatus the forum comes with?
or did you make post/create your own affiliates?

if you deleted the widget with your own in there then just create another widget and add yours back.

if you want forumotion affiliates try the code.


Code:
<div align="center"><a href="http://www.forumotion.com/"><img src="http://www.illiweb.com/fa/banner/en/banner5.png" alt="free forum" title="forumotion.com" width="113" height="50" /></a>
<div align="center"><a href="http://www.brothersoft.com/?referral=forumotion"><img src="http://www.illiweb.com/fa/partenaires/brothersoft.gif" border="0" alt="brothersoft.com" /></a></div></div> <div align="center" style="text-align:center"><a href="http://twitter.com/forumotion/"><img src="http://i86.servimg.com/u/f86/13/76/68/98/twitte10.jpg" alt="Follow us on Twitter" width="125" border="0" height="50"></a></div>

once again if you deleted the original affiliate widget just create another one and add that code.
kirk
kirk
Forumaster

Male Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum