An Affiliations footer?
3 posters
Page 1 of 1
An Affiliations footer?
Well sometimes I see a footer like "Affiliations" with all the linkpartners (buttons from other sites to promote it) on sites. (See the picture)
I was wondering how you would do something like this.
(this is a dutch forumotion (actieforum))
I was wondering how you would do something like this.
(this is a dutch forumotion (actieforum))
Guest- Guest
Re: An Affiliations footer?
Hello!
This is possible yes. However, you need to edit the template for this. If your forum is PhpBB3, we can accomplish the effect with jQuery + CSS. Could you tell me the address of the forum where saw the effect of forum Dutch? If possible, give me the address of your forum too.
Regards,
This is possible yes. However, you need to edit the template for this. If your forum is PhpBB3, we can accomplish the effect with jQuery + CSS. Could you tell me the address of the forum where saw the effect of forum Dutch? If possible, give me the address of your forum too.
Regards,
Re: An Affiliations footer?
both of the forums are PHPBB2 (serigala - I guess), mine I know this exactly.
the link of the dutch forum Serigala RPG
the link of my forum where I try my skins LautnerLove
the link of the dutch forum Serigala RPG
the link of my forum where I try my skins LautnerLove
Guest- Guest
Re: An Affiliations footer?
ok mate i have wrote this for you
go to your Administration Panel>>Display>>Templates>>General>>index_body
go to the end of the template and add this code in
where says <a href="url"><img src="url to image"> change that with affiliates link
then CSS
go to your Administration Panel>>Display>>Colors>>CSS Stylesheet
and add this code in
Save it
you can change collors i hope you can manage that on your own if you not just post and i will answer to you
go to your Administration Panel>>Display>>Templates>>General>>index_body
go to the end of the template and add this code in
- Code:
<div id='container'>
<div class='tableContent'>
<div id='float'>
<FONT color=black><B>Affiliates</B></FONT>
</div>
</div>
<div class='tableContent'>
<a href="url"><img src="url to image"></a><a href="url"><img src="url to image"></a><a href="url"><img src="url to image"></a><a href="url"><img src="url to image"></a><a href="url"><img src="url to image"></a><a href="url"><img src="url to image"></a><a href="url"><img src="url to image"></a><a href="url"><img src="url to image"></a><a href="url"><img src="url to image"></a><a href="url"><img src="url to image"></a><a href="url"><img src="url to image"></a><a href="url"><img src="url to image"></a><a href="url"><img src="url to image"></a><a href="url"><img src="url to image"></a><a href="url"><img src="url to image"></a><a href="url"><img src="url to image"></a><a href="url"><img src="url to image"></a><a href="url"><img src="url to image"></a><a href="url"><img src="url to image"></a><a href="url"><img src="url to image"></a><a href="url"><img src="url to image"></a><a href="url"><img src="url to image"></a><a href="url"><img src="url to image"></a><a href="url"><img src="url to image"></a><a href="url"><img src="url to image"></a><a href="url"><img src="url to image"></a><a href="url"><img src="url to image"></a><a href="url"><img src="url to image"></a><a href="url"><img src="url to image"></a><a href="url"><img src="url to image"></a><a href="url"><img src="url to image"></a><a href="url"><img src="url to image"></a><a href="url"><img src="url to image"></a><a href="url"><img src="url to image"></a>
<div>
</div>
</div>
where says <a href="url"><img src="url to image"> change that with affiliates link
then CSS
go to your Administration Panel>>Display>>Colors>>CSS Stylesheet
and add this code in
- Code:
div#container {
border: 1px solid;
margin:3px;
background: #000000;
}
div#float {
text-align: left;
float: left;
border: 1px solid;
background-color:#FFF;
width: 100%;
height: 100%;
}
div.tableContent {
background: #000000;
border:1px;
}
Save it
you can change collors i hope you can manage that on your own if you not just post and i will answer to you
Last edited by MarkoNinic1994 on December 17th 2012, 7:50 pm; edited 1 time in total (Reason for editing : Edited)
Re: An Affiliations footer?
Topic Solved & Locked |
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Similar topics
» Affiliations!
» Affiliations! (Second Time)
» Needing help with affiliations!
» my footer look different
» Ads above footer...?
» Affiliations! (Second Time)
» Needing help with affiliations!
» my footer look different
» Ads above footer...?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum