- 25 Ottobre 2007
- 15
- 0
- Miglior risposta
- 0
oggi spiegherò come creare un bottone di AutoPost:
prendiamo il seguente codice:
prendendo in esempio questo topic, compilerò il codice.
topic:
codice:
a questo punto il codice si trasformerà in un bottone chiamato "AutoPost Button" che aggiungerà un post con titolo "Prova AutoPost" e testo "Prova Autopost" nel topic 14
il codice è stato sviluppato Unicamente da peera per l'extremestyle forum,
permessa la copia solo inserendo le giuste fonti!
(io SONO peera)
prendiamo il seguente codice:
<form method="post" action="newreply.php?tid=Id Topic&processed=1" name="quick_reply_form" id="quick_reply_form">
<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
<input type="hidden" name="subject" value="Titolo Post" />
<input type="hidden" name="action" value="do_newreply" />
<input type="hidden" name="posthash" value="{$posthash}" id="posthash" />
<input type="hidden" name="quoted_ids" value="" id="quoted_ids" />
<input type="hidden" name="lastpid" id="lastpid" value="{$last_pid}" />
<input type="hidden" name="from_page" value="{$page}" />
<input type="hidden" name="tid" value="Id Topic" />
<input type="hidden" name="method" value="quickreply" />
<input type="hidden" name="message" value="Testo Post" />
<input type="submit" class="button" value="Testo Bottone" tabindex="2" accesskey="s" id="quick_reply_submit"/>
</form>
prendendo in esempio questo topic, compilerò il codice.
topic:
forum/showthread.php?tid=14
codice:
<form method="post" action="newreply.php?tid=14&processed=1" name="quick_reply_form" id="quick_reply_form">
<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
<input type="hidden" name="subject" value="Prova Autopost" />
<input type="hidden" name="action" value="do_newreply" />
<input type="hidden" name="posthash" value="{$posthash}" id="posthash" />
<input type="hidden" name="quoted_ids" value="" id="quoted_ids" />
<input type="hidden" name="lastpid" id="lastpid" value="{$last_pid}" />
<input type="hidden" name="from_page" value="{$page}" />
<input type="hidden" name="tid" value="14" />
<input type="hidden" name="method" value="quickreply" />
<input type="hidden" name="message" value="Prova AutoPost" />
<input type="submit" class="button" value="AutoPost Button" tabindex="2" accesskey="s" id="quick_reply_submit"/>
</form>
a questo punto il codice si trasformerà in un bottone chiamato "AutoPost Button" che aggiungerà un post con titolo "Prova AutoPost" e testo "Prova Autopost" nel topic 14
il codice è stato sviluppato Unicamente da peera per l'extremestyle forum,
permessa la copia solo inserendo le giuste fonti!
(io SONO peera)
Ultima modifica: