Affiliate Scroller

Discussion in 'Programming' started by Jennifer, Dec 8, 2007.

Remove these ads by signing in
Remove these ads by signing in
Thread Status:
Not open for further replies.
  1. Jennifer New Member

    Member Since:
    Dec 4, 2007
    Message Count:
    21
    Likes Received:
    0
    Location:
    illinois
    does anyone know the code for the Affiliate Scroller and where it goes???
  2. iMatt New Member

    Member Since:
    Nov 11, 2007
    Message Count:
    50
    Likes Received:
    0
    Occupation:
    Student
    Location:
    Manchester, UK
    Do you want this for a forum? If so, which software?
  3. Danny New Member

    Member Since:
    Sep 23, 2007
    Message Count:
    28
    Likes Received:
    0
    Occupation:
    Student
    Location:
    Perth,Western Australia
    Can I get it for yaBB?
  4. iMatt New Member

    Member Since:
    Nov 11, 2007
    Message Count:
    50
    Likes Received:
    0
    Occupation:
    Student
    Location:
    Manchester, UK
    I haven't worked with YaBB to be honest mate, so I can't help you there. Sorry. I am currently extending my knowledge and variety when using forum software, so I will add YaBB to the list so you may see some YaBB Resources along with more soon.
  5. ALEX New Member

    Member Since:
    Sep 6, 2007
    Message Count:
    524
    Likes Received:
    0
    A simple marquee code:

    Code (text):

    <marquee scrollamount="2" loop="true" onmouseover='this.stop()' onmouseout='this.start()' scrolldelay= "26">
    <a href="affiliate 1 url"><img src="affiliate 1 img"></a>
    <a href="affiliate 2 url"><img src="affiliate 2 img"></a>
    </marquee>
     
    I don't know yaBB, so I wouldn't be sure how to add tables around it. But that is just a simple scrolling affiliate code.
  6. Jennifer New Member

    Member Since:
    Dec 4, 2007
    Message Count:
    21
    Likes Received:
    0
    Location:
    illinois
    I found a code, should I post it here??
  7. Hayze New Member

    Member Since:
    Sep 6, 2007
    Message Count:
    949
    Likes Received:
    0
    Occupation:
    Un Occupied.
    Location:
    To your left... no your other left.
    Sure post it up.
  8. Jennifer New Member

    Member Since:
    Dec 4, 2007
    Message Count:
    21
    Likes Received:
    0
    Location:
    illinois
    Code (text):

    <script>
    /*
    Scrolling Affiliate box/Member Legend
    Created by Wolfmaitriser@TRG
    Do not remove copyright!
    */
    function expandText(txt){
    document.getElementById('insetDesc').innerHTML = txt
    }
    </script>
    <center><div class="maintitle">Affiliates</div></center>
    <center>
    <hr>
    <marquee scrollamount=5 onMouseover="this.scrollAmount=1" onMouseout="this.scrollAmount=4">

    AFFILIATES HERE!!!

    </marquee>
    <BR />  
    </div></center>
     
  9. iMatt New Member

    Member Since:
    Nov 11, 2007
    Message Count:
    50
    Likes Received:
    0
    Occupation:
    Student
    Location:
    Manchester, UK
    I would suggest adding the code tags around your post. ;) Nice, simple code however.
  10. Eureka New Member

    Member Since:
    Dec 16, 2007
    Message Count:
    17
    Likes Received:
    0
    What purpose does the function do? I don't see it used anywhere.
Thread Status:
Not open for further replies.

Share This Page