Bottone per votare il forum

« Older   Newer »
 
  Share  
.
  1. ntepac
     
    .

    User deleted


    Per ottenere il codice del bottone che permette di votare automaticamente il proprio forum nella Top Forum andate in Amministrazione --> Codici per il sito:
    Clicca qui se il tuo forum è su Forumfree ,Clicca qui se il tuo forum è su forumcommunity,e qui invece per blogfree.

    Ovviamente bisogna aggiornare il codice ogni mese

     
    Top
    .
  2. <Petrosyan>
     
    .

    User deleted


    CODICE
    <form action="LINK SONDAGGIO" method="POST">
    <input name="act" value="Poll" type="hidden">
    <input name="t" value="ID TOPIC SONDAGGIO" type="hidden">
    <input name="poll_vote" value="NUMERO VOTO" type="hidden">
    <input type="submit" value="TESTO BOTTONE" class="forminput"></form><br><br>


    oppure

    CODICE
    <form action="LINK SONDAGGIO" method="POST">
    <input name="act" value="Poll" type="hidden">
    <input name="t" value="ID TOPIC SONDAGGIO" type="hidden">
    <input name="poll_vote" value="NUMERO VOTO" type="hidden">
    <input border="0" src="LINK IMMAGINE" name="t" width="50" height="50" type="image"></form><br><br>




    Prelevato da Forumfree Fast Scripts
     
    Top
    .
  3.  
    .
    Avatar
    Group
    Member
    Posts
    1,167
    Location
    Nettuno

    Status
    CITAZIONE (ntepac @ 2/3/2009, 18:17) 
    Per ottenere il codice del bottone che permette di votare automaticamente il proprio forum nella Top Forum andate in Amministrazione --> Codici per il sito:
    Clicca qui se il tuo forum è su Forumfree ,Clicca qui se il tuo forum è su forumcommunity,e qui invece per blogfree.

    Ovviamente bisogna aggiornare il codice ogni mese

    il codice del sito dove si mette?
     
    Top
    .
  4.  
    .
    Avatar


    Memento audere semper

    Group
    Administrator
    Posts
    179,958

    Status
    In codici HTML nella posizione che sceglierai...ovviamente se il tuo forum è fuori dalla top 200 è inutile perchè non sarai in classifica
     
    Top
    .
3 replies since 2/3/2009, 18:17   1746 views
  Share  
.