Non sapendo dove postare..., Un consiglio! ^_^

« Older   Newer »
  Share  
Gurzociurlo
view post Posted on 15/8/2009, 10:28




Un piccolo consiglio per migliorare il forum ;D ... io ho uno script mediante il quale cliccando su un bottone si risponde automaticamente con un messaggio a scelta dell' admin in un post!


Questo è il codice generico... ancora da riempire...
CODICE
<form action="URL DEL FORUM DOVE SI TROV LA DISCUSSIONE CUI RISPONDERE" method="post" name="REPLIER">
<input name="st" value="0" type="hidden">
<input name="act" value="Post" type="hidden">
<input name="f" value="ID FINESTRA DI RISPOSTA(IL PRIMO ID LUNGO DA SINIISTRA NELL' URL)" type="hidden">
<input name="CODE" value="03" type="hidden">
<input name="t" value="ID DISCUSSIONE" type="hidden">
<input name="Post" value="TESTO DELLA RISPOSTA" type="hidden">
<input name="submit" value="TESTO DEL BOTTONE" tabindex="5" class="forminput" type="submit">

</form>


Questo invece è quello che interessa al forum per farsi uppare su forumfree...
CODICE
<form action="http://supporto.forumfree.net/" method="post" name="REPLIER">
<input name="st" value="0" type="hidden">
<input name="act" value="Post" type="hidden">
<input name="f" value="26622" type="hidden">
<input name="CODE" value="03" type="hidden">
<input name="t" value="41348820" type="hidden">
<input name="Post" value="Up!" type="hidden">
<input name="submit" value="Uppa il forum!!!" tabindex="5" class="forminput" type="submit">

</form>


Ah... se avete bisogno di skin per il forum ditemelo e vi posso dare qualche link utile ;D
 
Top
Aquaryus Kami
view post Posted on 15/8/2009, 10:34




Grazie per il consiglio ma al momento il Forum mi piace cosi, ciò di cui avrei veramente bisogno sono gli Utenti!
 
Top
Gurzociurlo
view post Posted on 15/8/2009, 10:38




eheheheheh.... idem
 
Top
2 replies since 15/8/2009, 10:28   179 views
  Share