Affiliation buttons placement No2 Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

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.
3 posters

    Affiliation buttons placement No2

    Pacific
    Pacific
    Active Poster


    Female Posts : 1736
    Reputation : 14
    Language : Greek, English, French
    Location : Exams finished... going to do as much reviews as I can

    Solved Affiliation buttons placement No2

    Post by Pacific July 9th 2009, 7:14 pm

    Before some months I asked this question:
    I would like to place some affiliation buttons above where there are written for example:
    Make a forum | Computers and Internet | Online Help | ©️ phpBB | Free forum support | Report an abuse | Free message board
    (I think that it's called footer, or something like that)
    Can I place them there and how?
    Thanks Very Happy

    Picture (it's a thumbnail):
    Affiliation buttons placement No2 Help1010
    I thought that the problem is solved, but now it does not work. I use phpbb2 and I know that I must edit the templates... But (I will be more specific now):
    • Which template?
    • Where in the template?
    • What should I type?


    Last edited by Pacific on July 11th 2009, 3:36 pm; edited 1 time in total
    Pacific
    Pacific
    Active Poster


    Female Posts : 1736
    Reputation : 14
    Language : Greek, English, French
    Location : Exams finished... going to do as much reviews as I can

    Solved Re: Affiliation buttons placement No2

    Post by Pacific July 10th 2009, 11:21 pm

    BUMP
    MrMega
    MrMega
    Forumember


    Male Posts : 981
    Reputation : 11
    Language : English, Polish, HTML, BBCode
    Location : New York, United States

    Solved Re: Affiliation buttons placement No2

    Post by MrMega July 11th 2009, 3:25 pm

    Well, what your looking at is a Phbb2 forum. I'm afraid you'll need a true tech to figure this one out...
    Pacific
    Pacific
    Active Poster


    Female Posts : 1736
    Reputation : 14
    Language : Greek, English, French
    Location : Exams finished... going to do as much reviews as I can

    Solved Re: Affiliation buttons placement No2

    Post by Pacific July 11th 2009, 3:35 pm

    Well, Sanket helped me a lot and now this is solved.
    If anyone wants to put affiliation buttons there you must edit the index_body template and you must write one of the two codes I will post, exactly above this:
    Code:
    <!-- END switch_legend -->

    {AUTO_DST}

    There are two different ways:

    1. The clever way by Sanket:
    Code:
    <font size="2" color="#000000" face="Arial">
    <div><table width="100%" border="1" cellpadding="2" cellspacing="2" bgcolor="#ffffff">
    <tr valign="top">
    <td><br />sanket
    </td>
    </tr>
    </table>
    </div>
    </font>
    And where sanket is written, type whatever basic html code you want such as:
    Code:
    <a href="HERE TYPE THE ADDRESS WHERE YOU WANT TO LINK"><img src="HERE TYPE THE URL OF THE PICTURE YOU WANT TO BE SHOWN"></a></br>

    2. The simple way by me:
    I though that it would be easier and more simple this way. Just use this code:
    Code:
    <a href="HERE TYPE THE ADDRESS WHERE YOU WANT TO LINK"><img src="HERE TYPE THE URL OF THE PICTURE YOU WANT TO BE SHOWN"></a></br>
    Sanket
    Sanket
    ForumGuru


    Male Posts : 48766
    Reputation : 2830
    Language : English
    Location : Mumbai

    Solved Re: Affiliation buttons placement No2

    Post by Sanket July 11th 2009, 3:40 pm

    Glad i could help. Smile

    Since this thread is marked solved, I will lock this thread.
    Sanket