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.
The forum of the forums
3 posters

    An Affiliations footer?

    avatar
    Guest
    Guest


    Solved An Affiliations footer?

    Post by Guest December 16th 2012, 2:30 pm

    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))
    Shek
    Shek
    Active Poster


    Male Posts : 1697
    Reputation : 61
    Language :  
    Location : Brazil

    Solved Re: An Affiliations footer?

    Post by Shek December 17th 2012, 12:02 pm

    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,
    avatar
    Guest
    Guest


    Solved Re: An Affiliations footer?

    Post by Guest December 17th 2012, 5:23 pm

    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
    MarkoNinic1994
    Forumember


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

    Solved Re: An Affiliations footer?

    Post by MarkoNinic1994 December 17th 2012, 6:33 pm

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


    Solved Re: An Affiliations footer?

    Post by Guest December 17th 2012, 6:42 pm

    I want the table below "who is online"
    avatar
    MarkoNinic1994
    Forumember


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

    Solved Re: An Affiliations footer?

    Post by MarkoNinic1994 December 17th 2012, 7:48 pm

    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 December 17th 2012, 7:50 pm; edited 1 time in total (Reason for editing : Edited)
    avatar
    Guest
    Guest


    Solved Re: An Affiliations footer?

    Post by Guest December 17th 2012, 8:32 pm

    This worked :3

    Thank you so much :3

    This problem is solved.
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51499
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: An Affiliations footer?

    Post by SLGray December 17th 2012, 8:33 pm

    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.

      Current date/time is September 24th 2024, 1:18 am