Pagina 1 di 4

BBcode ImageShack

Inviato: 27/08/2009, 11:40
da Astro86
Questo BBcode cre una casella dove si potrà selezionare un file immagine dentro il vostro HD e hostarlo direttamente su ImageShack.
Attenzione: Se si ha un po di esperienza si può integrare anche la script in modo da visualizzarlo quando si metterà un allegato.

BBCode:

Codice: Seleziona tutto

[imageshack][/imageshack]
HTML:

Codice: Seleziona tutto

<iframe src="http://imageshack.us/iframe.php?txtcolor=111111&type=blank&size=30" scrolling="no" allowtransparency="true" frameborder="0" width="280" height="70">Update your browser for ImageShack.us!</iframe>
Guida in linea:

Codice: Seleziona tutto

[imageshack][/imageshack] - non inserire niente all'interno della tag!

Re: BBcode ImageShack

Inviato: 26/09/2011, 16:29
da hackerslife
Qualcuno puo spiegarmi come posso fare a inserire questo bbcode dove c'è il rettangolo rosso nella foto quando faccio per scrivere un nuovo messaggio??? grazie :mrgreen:
http://imageshack.us/photo/my-images/18 ... shack.jpg/

Re: BBcode ImageShack

Inviato: 26/09/2011, 16:37
da Tiger
Mi potresti dire lo stile in uso?

Re: BBcode ImageShack

Inviato: 26/09/2011, 16:43
da hackerslife
hermes

Re: BBcode ImageShack

Inviato: 26/09/2011, 16:47
da Tiger
Ho fatto una ricerca su google con esito negativo,mi potresti indicare dove reperirlo?Cmq in generale dovresti sbirciare nel wiewtopic_body.html,o a limite anche nel posting_smile.html

Re: BBcode ImageShack

Inviato: 26/09/2011, 17:00
da hackerslife
e uno stile che trovi a scelta quando fai un sito con php su altervista, ti inserisco il mio file posting_smile.html e mi dici dove lo devo inserire e come :mrgreen:
PERFAVORE :!:




<!-- INCLUDE simple_header.html -->

<script type="text/javascript">
// <![CDATA[
var form_name = 'postform';
var text_name = 'message';
// ]]>
</script>
<script type="text/javascript" src="{T_TEMPLATE_PATH}/editor.js"></script>

<table width="95%" cellspacing="1" cellpadding="4" border="0" align="center">
<tr>
<td>
{$CA_BLOCK_START}
{$CA_CAP2_START}{L_SMILIES}{$CA_CAP2_END}
<table class="tablebg" width="100%" cellspacing="{$CA_SPACING}" cellpadding="4" border="0">
<tr>
<td class="row1" align="center" valign="middle"><!-- BEGIN smiley --> <a href="#" onclick="insert_text('{smiley.A_SMILEY_CODE}', true, true); return false;"><img src="{smiley.SMILEY_IMG}" width="{smiley.SMILEY_WIDTH}" height="{smiley.SMILEY_HEIGHT}" alt="{smiley.SMILEY_CODE}" title="{smiley.SMILEY_DESC}" hspace="2" vspace="2" /></a> <!-- END smiley --><br /><a class="nav" href="#" onclick="window.close(); return false;">{L_CLOSE_WINDOW}</a></td>
</tr>
</table>
{$CA_BLOCK_END}
</td>
</tr>
</table>

<!-- INCLUDE simple_footer.html -->

Re: BBcode ImageShack

Inviato: 26/09/2011, 22:05
da hackerslife
hackerslife ha scritto:e uno stile che trovi a scelta quando fai un sito con php su altervista, ti inserisco il mio file posting_smile.html e mi dici dove lo devo inserire e come :mrgreen:
PERFAVORE :!:




<!-- INCLUDE simple_header.html -->

<script type="text/javascript">
// <![CDATA[
var form_name = 'postform';
var text_name = 'message';
// ]]>
</script>
<script type="text/javascript" src="{T_TEMPLATE_PATH}/editor.js"></script>

<table width="95%" cellspacing="1" cellpadding="4" border="0" align="center">
<tr>
<td>
{$CA_BLOCK_START}
{$CA_CAP2_START}{L_SMILIES}{$CA_CAP2_END}
<table class="tablebg" width="100%" cellspacing="{$CA_SPACING}" cellpadding="4" border="0">
<tr>
<td class="row1" align="center" valign="middle"><!-- BEGIN smiley --> <a href="#" onclick="insert_text('{smiley.A_SMILEY_CODE}', true, true); return false;"><img src="{smiley.SMILEY_IMG}" width="{smiley.SMILEY_WIDTH}" height="{smiley.SMILEY_HEIGHT}" alt="{smiley.SMILEY_CODE}" title="{smiley.SMILEY_DESC}" hspace="2" vspace="2" /></a> <!-- END smiley --><br /><a class="nav" href="#" onclick="window.close(); return false;">{L_CLOSE_WINDOW}</a></td>
</tr>
</table>
{$CA_BLOCK_END}
</td>
</tr>
</table>

<!-- INCLUDE simple_footer.html -->
:cry:

Re: BBcode ImageShack

Inviato: 26/09/2011, 22:50
da Tiger
Te lo piazzato per il momento qui:Sotto il riquadro del box post!
Allora fai un bakup del file originale cmq!E' buona regola sempre ;)
Cmq funzia,poi se trovo il modo di sistemartelo dove volevi tu ti faccio sapere!
Apri:
posting_body.html
trova:

Codice: Seleziona tutto

<!-- IF S_SMILIES_ALLOWED -->
			<tr>
				<td><input type="checkbox" class="radio" name="disable_smilies"{S_SMILIES_CHECKED} /></td>
				<td class="gen">{L_DISABLE_SMILIES}</td>
			</tr>
Aggiungi una riga sotto:

Codice: Seleziona tutto

<iframe src="http://imageshack.us/iframe.php?txtcolor=111111&type=blank&size=30" scrolling="no" allowtransparency="true" frameborder="0" width="280" height="70">Update your browser for ImageShack.us!</iframe>
Aggiorna i template da pca!

Re: BBcode ImageShack

Inviato: 26/09/2011, 23:07
da hackerslife
OK :mrgreen: va già molto bene.. grazie mille ;)

Re: BBcode ImageShack

Inviato: 28/09/2011, 14:39
da Haku
Mmm...tiger, io che uso prosilver_se, c'è modo di inserirlo sotto qualche parte della risposta rapida e della rispostra normale?