Bluepearl Design
Go Back   Bluepearl Design > Bluepearl Templates > Free phpBB Templates > ClanzDarkness

How can i put altiliates at bottom

Our popular dark gaming template for phpBB
    

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old 01-28-2004, 10:36 PM   #1 (permalink)
 
Title: Member
Join Date: Jan 2004
Posts: 80
Rep Power: 5 Anonymous is on a distinguished road
Re: How can i put altiliates at bottom

i have this egsact same skin here. www.namek.co.uk/gssswat

how did you put the altiliates at the bottom of phpbb2

Thanks.
Anonymous is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-28-2004, 11:26 PM   #2 (permalink)
 
-¦Ü§F¦-GEN.T_Dog's Avatar
 
Title: Bluepearl Veteran
Join Date: Jan 2004
Location: Alpharetta, GA
Age: 39
Posts: 85
Rep Power: 5 -¦Ü§F¦-GEN.T_Dog is on a distinguished road
Send a message via ICQ to -¦Ü§F¦-GEN.T_Dog Send a message via MSN to -¦Ü§F¦-GEN.T_Dog Send a message via Yahoo to -¦Ü§F¦-GEN.T_Dog
Re: How can i put altiliates at bottom

What is altiliates ??
__________________

-¦Ü§F¦-GEN.T_Dog
-¦Ü§F¦-GEN.T_Dog is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-28-2004, 11:49 PM   #3 (permalink)
 
Title: Bluepearl Veteran
Join Date: Jan 2004
Posts: 409
Rep Power: 5 Blackhawk is on a distinguished road
Re: How can i put altiliates at bottom

affiliates are like "partners" .

And Guest, the affilates bar at the bottom is prolly a downloadable mod, im not real sure.

go to www.phpbbhacks.com and search in the mods to see if you can find anything relating to it.
__________________
Blackhawk is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-29-2004, 09:11 PM   #4 (permalink)
 
Sean's Avatar
 
Title: Founder/Admin
Join Date: Jan 2004
Location: Sydney, Australia
Age: 28
Posts: 8,907
Images: 386
Blog Entries: 4
Rep Power: 10 Sean will become famous soon enough
Send a message via MSN to Sean Send a message via Skype™ to Sean
Re: How can i put altiliates at bottom

This is not a mod but an extra table with some Javascript.

in the overall_header.tpl file add this

[code:1:0fcfa59cb6]<SCRIPT LANGUAGE="javascript">
nereidFadeObjects = new Object();

nereidFadeTimers = new Object();

function nereidFade(object, destOp, rate, delta){
if (!document.all)
return
if (object != "[object]"){ //do this so I can take a string too

setTimeout("nereidFade("+object+",& quot;+destOp+","+rate+","+delt a+")",0);
return;
}

clearTimeout(nereidFadeTimers[object.sourceIndex]) ;

diff = destOp-object.filters.alpha.opacity;
direction = 1;
if (object.filters.alpha.opacity > destOp){
direction = -1;
}
delta=Math.min(direction*diff,delta);
object.filters.alpha.opacity+=direction*delta;

if (object.filters.alpha.opacity != destOp){
nereidFadeObjects[object.sourceIndex]=object;

nereidFadeTimers[object.sourceIndex]=setTimeout(&q uot;nereidFade(nereidFadeObjects["+object.sou rceIndex+"],"+destOp+","+rate+ ","+delta+")",rate);
}
}

if (document.images) {

var offimg = new Array()
offimg["cool"] = new Image(120,50)
offimg["cool"].src = "[INSERT]"

function imageOn(imgName) {
if (document.images) {
document.images[imgName].src = onimg[imgName].src
}
}

function imageOff(imgName) {
if (document.images) {
document.images[imgName].src = offimg[imgName].src
}
}

function setMsg(msg) {
window.status = msg
return true
}

function playIt() {
}
}
</Script>[/code:1:0fcfa59cb6]

and in the index_body.tpl file add this. preferably at the bottom of the page.

[code:1:0fcfa59cb6]<br clear="all" />

<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
<tr>
<td class="catHead" height="28"><span class="cattitle">Affiliates</span></td>
</tr>
<tr>
<td width="100%" valign="bottom">
<a href="http://www.griffin-webpages.com/design" target="_blank"><img border="0" src="http://www.griffin-webpages.com/affiliates/mariela.jpg" style="filter:alpha(opacity=20)" onmouseover="nereidFade(this,100,30,10)" onmouseout="nereidFade(this,30,50,5)" border="0" align="top" width="88" height="31"></a>
<a href="http://www.triplel.clanz.biz" target="_blank"><img border="0" src="http://www.griffin-webpages.com/affiliates/triplellaffbutton2.gif" style="filter:alpha(opacity=20)" onmouseover="nereidFade(this,100,30,10)" onmouseout="nereidFade(this,30,50,5)" border="0" align="top" width="88" height="31"></a>
<a href="http://www.rebelsigs.clanz.biz" target="_blank"><img border="0" src="http://www.griffin-webpages.com/affiliates/rebelaff.jpg" style="filter:alpha(opacity=20)" onmouseover="nereidFade(this,100,30,10)" onmouseout="nereidFade(this,30,50,5)" border="0" align="top" width="88" height="31"></a>

</td>

</tr>
</table>
<table width="100%" cellpadding="1" cellspacing="1" border="0">
<tr>
<td align="left" valign="top"><span class="gensmall"><a href="http://www.griffin-webpages.com/forum/viewtopic.php?t=48" class="gensmall">Click here to Affiliate with me</a></span></td>
</tr>
</table>[/code:1:0fcfa59cb6]
Sean is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-30-2004, 12:05 AM   #5 (permalink)
 
Title: Bluepearl Veteran
Join Date: Jan 2004
Posts: 409
Rep Power: 5 Blackhawk is on a distinguished road
Re: How can i put altiliates at bottom

yea lol, just a little bit of coding.




About 5 pages worth.
__________________
Blackhawk is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-30-2004, 04:30 AM   #6 (permalink)
 
Title: Member
Join Date: Jan 2004
Posts: 80
Rep Power: 5 Anonymous is on a distinguished road
Re: How can i put altiliates at bottom

and to put a website in it is it by the script or the easy way?
Anonymous is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-30-2004, 12:10 PM   #7 (permalink)
 
Sean's Avatar
 
Title: Founder/Admin
Join Date: Jan 2004
Location: Sydney, Australia
Age: 28
Posts: 8,907
Images: 386
Blog Entries: 4
Rep Power: 10 Sean will become famous soon enough
Send a message via MSN to Sean Send a message via Skype™ to Sean
Re: How can i put altiliates at bottom

Quote:
and to put a website in it is it by the script or the easy way?
soz man dont understand what u mean

do u mean how do u add more affiliates etc?
Sean is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-30-2004, 09:17 PM   #8 (permalink)
 
Title: Member
Join Date: Jan 2004
Posts: 93
Rep Power: 5 byrnezie is on a distinguished road
Re: How can i put altiliates at bottom

griffin? watz that mean?
byrnezie is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-30-2004, 10:05 PM   #9 (permalink)
 
Title: Member
Join Date: Jan 2004
Location: Melbourne, Australia
Posts: 252
Rep Power: 5 Rebel is on a distinguished road
Send a message via AIM to Rebel Send a message via MSN to Rebel
Re: How can i put altiliates at bottom

its web coding, not like frontpage, you make codes like that in notepad which he made. just try learn it sometime, it will stop you asking all the questions.
Rebel is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-30-2004, 10:07 PM   #10 (permalink)
 
Title: Member
Join Date: Jan 2004
Posts: 93
Rep Power: 5 byrnezie is on a distinguished road
Re: How can i put altiliates at bottom

ok
byrnezie is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


  
Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Bluepearl Templates

All times are GMT +11. The time now is 10:35 AM.

 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52