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.

An Affiliations footer?

3 posters

Go down

Solved An Affiliations footer?

Post by Guest Sun Dec 16 2012, 15:30

Well sometimes I see a footer like "Affiliations" with all the linkpartners (buttons from other sites to promote it) on sites. (See the picture)
An Affiliations footer? Affili11

I was wondering how you would do something like this.

(this is a dutch forumotion (actieforum))
avatar
Guest
Guest


Back to top Go down

Solved Re: An Affiliations footer?

Post by Shek Mon Dec 17 2012, 13:02

Hello! Very Happy

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. cheers 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. thumright

Regards,
Shek
Shek
Active Poster

Male Posts : 1679
Reputation : 60
Language : Portuguese and English
Location : Brazil

https://publipos.net

Back to top Go down

Solved Re: An Affiliations footer?

Post by Guest Mon Dec 17 2012, 18:23

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

avatar
Guest
Guest


Back to top Go down

Solved Re: An Affiliations footer?

Post by MarkoNinic1994 Mon Dec 17 2012, 19:33

Do you want exact table or you just want affiliates in the footer?
avatar
MarkoNinic1994
Forumember

Posts : 89
Reputation : 2
Language : English,Danish,Serbian,Romanian

http://fantasypub.serbianforum.info/forum

Back to top Go down

Solved Re: An Affiliations footer?

Post by Guest Mon Dec 17 2012, 19:42

I want the table below "who is online"
avatar
Guest
Guest


Back to top Go down

Solved Re: An Affiliations footer?

Post by MarkoNinic1994 Mon Dec 17 2012, 20:48

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
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>
Save it and Klick on that grin + to enable it

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 Mon Dec 17 2012, 20:50; edited 1 time in total (Reason for editing : Edited)
avatar
MarkoNinic1994
Forumember

Posts : 89
Reputation : 2
Language : English,Danish,Serbian,Romanian

http://fantasypub.serbianforum.info/forum

Back to top Go down

Solved Re: An Affiliations footer?

Post by Guest Mon Dec 17 2012, 21:32

This worked :3

Thank you so much :3

This problem is solved.
avatar
Guest
Guest


Back to top Go down

Solved Re: An Affiliations footer?

Post by SLGray Mon Dec 17 2012, 21:33

Topic Solved & Locked


An Affiliations footer? Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51482
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Back to top

- Similar topics

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