Pagina 2 di 6

Re: Guida Ajax Tag Board 4 phpBB3 3.0.7 su 3.0.7-PL1

Inviato: sabato 22 maggio 2010, 19:51
da FraXD
Fatto anche forum sìsì e tutti i gruppi... prima ho provato admin... poi magari ho pensato che erano sbagliati gli id allora ho messo id "1, 2, 3, 4, 5, 6, 7, 8, 9, 10"
xD così son stato sicuro di non sbagliare :P

Re: Guida Ajax Tag Board 4 phpBB3 3.0.7 su 3.0.7-PL1

Inviato: sabato 22 maggio 2010, 20:08
da Venerabile Beda
Questo non mi pare un buon metodo...

In ogni caso... lo stile in uso, al momento è aggiornato alla 3.0.6.
Ma questa è questione di permessi... e non dovrebbe avere rilevanza...

Invia per favore, uno screen delle impostazioni della Tag, ma non mettere gli ID dei gruppi a caso... mettili con criterio....

Ovviamente, reinviali sulla Board.
Dopo svuota la cache di forum e browser...



P.S.
Altre MOD installate che potrebbero interferire con la Tag???

Re: Guida Ajax Tag Board 4 phpBB3 3.0.7 su 3.0.7-PL1

Inviato: martedì 27 luglio 2010, 15:49
da Fortu
Venerabile Beda ha scritto:Guida installazione Ajax Tag Board 4 phpBB3 3.0.7 (di bx67212 alias draghetto) su phpBB 3.0.7-PL1

Se invece il nostro stile è il subsilver2, o stile derivato dal subsilver2...

Apri il file styles/subsilver2/template/index_body.html
Dove subsilver2, indica subsilver2 o stile derivato dal subsilver2.


Trova:

Codice: Seleziona tutto

<!-- IF U_MCP -->
   <div id="pageheader">
      <p class="linkmcp">[ <a href="{U_MCP}">{L_MCP}</a> ]</p>
   </div>

   <br clear="all" /><br />
<!-- ENDIF -->


Aggiungi dopo:

Codice: Seleziona tutto

<!-- INCLUDE tag_board.html -->

- Salvate il file

Ciao, io non riesco a fare questa piccola parte... Utilizzo lo stile 610nm (derivato da subsilver2), e non riesco a terminare quest'operazione perché nel file index_body.html non è presente quella riga di codice in cui devo aggiungere dopo quell'altra.
Grazie mille in anticipo. ^^


P.S.: Posto qui il mio index_body.html

Codice: Seleziona tutto

<!-- INCLUDE overall_header.html -->

	<!-- IF S_DISPLAY_SEARCH -->
	<p class="searchbar">
		<!-- IF S_USER_LOGGED_IN -->
		<span style="float: {S_CONTENT_FLOW_END};"><a href="{U_SEARCH_UNREAD}">{L_SEARCH_UNREAD}</a> | <a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a> | <a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a></span>

		<!-- ENDIF -->
		<span><a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a> | <a href="{U_SEARCH_ACTIVE_TOPICS}">{L_SEARCH_ACTIVE_TOPICS}</a></span>
	</p>
	<!-- ENDIF -->
	<br clear="all" />

<!-- INCLUDE forumlist_body.html -->

<br clear="all" />

		<div class="navbar">
			<span class="gensmall right">
			<!-- IF not S_IS_BOT or U_TEAM -->
			<!-- IF not S_IS_BOT --><a href="{U_DELETE_COOKIES}">{L_DELETE_COOKIES}</a><!-- ENDIF --><!-- IF not S_IS_BOT and U_TEAM --> | <!-- ENDIF --><!-- IF U_TEAM --><a href="{U_TEAM}">{L_THE_TEAM}</a><!-- ENDIF -->
			<!-- ENDIF --></span>
			<ul class="linklist">

				<li class="icon-home"><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a> <!-- BEGIN navlinks --> <strong>&#8249;</strong> <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></li>
			</ul>
		</div>

<table class="tablebg" width="100%" cellspacing="1">
<tr>
	<td class="cat" colspan="2"><h4><!-- IF S_DISPLAY_ONLINE_LIST --><!-- IF U_VIEWONLINE --><a href="{U_VIEWONLINE}">{L_WHO_IS_ONLINE}</a><!-- ELSE -->{L_WHO_IS_ONLINE}<!-- ENDIF --> -<!-- ENDIF --> {L_STATISTICS}</h4></td>

</tr>
<tr>
	<td class="row1" width="100%">
	<span class="genmed">{TOTAL_USERS_ONLINE} ({L_ONLINE_EXPLAIN})<br />{RECORD_USERS}<br /><br />{LOGGED_IN_USER_LIST}</span>
	<!-- IF S_DISPLAY_ONLINE_LIST --><!-- IF LEGEND --><br /><b class="gensmall">{L_LEGEND} :: {LEGEND}</b><br /><br /><!-- ENDIF --><!-- ENDIF -->
	<p class="genmed">{TOTAL_POSTS} | {TOTAL_TOPICS} | {TOTAL_USERS} | {NEWEST_USER}</p>
	</td>

</tr>
</table>

<!-- IF S_DISPLAY_BIRTHDAY_LIST and BIRTHDAY_LIST -->
	<br clear="all" />

	<table class="tablebg" width="100%" cellspacing="1">
	<tr>
		<td class="cat"><h4>{L_BIRTHDAYS}</h4></td>
	</tr>
	<tr>

		<td class="row1" width="100%"><p class="genmed"><!-- IF BIRTHDAY_LIST -->{L_CONGRATULATIONS}: <b>{BIRTHDAY_LIST}</b><!-- ELSE -->{L_NO_BIRTHDAYS}<!-- ENDIF --></p></td>
	</tr>
	</table>
<!-- ENDIF -->

<!-- IF not S_USER_LOGGED_IN and not S_IS_BOT -->
	<br clear="all" />

	<form method="post" action="{S_LOGIN_ACTION}">

	
	<table class="tablebg" width="100%" cellspacing="1">
	<tr>
		<td class="cat"><h4><a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a></h4></td>
	</tr>
	<tr>
		<td class="row1" align="center"><span class="genmed">{L_USERNAME}:</span> <input class="post" type="text" name="username" size="10" />&nbsp; <span class="genmed">{L_PASSWORD}:</span> <input class="post" type="password" name="password" size="10" />&nbsp; <!-- IF S_AUTOLOGIN_ENABLED --> <span class="gensmall">{L_LOG_ME_IN}</span> <input type="checkbox" class="radio" name="autologin" /><!-- ENDIF -->&nbsp; <input type="submit" class="btnmain" name="login" value="{L_LOGIN}" /></td>

	</tr>
	</table>
	{S_LOGIN_REDIRECT}
	{S_FORM_TOKEN}
	</form>
<!-- ENDIF -->

<br clear="all" />

<table class="legend">
<tr>
	<td width="20" align="center">{FORUM_NEW_IMG}</td>
	<td><span class="gensmall">{L_NEW_POSTS}</span></td>

	<td>&nbsp;&nbsp;</td>
	<td width="20" align="center">{FORUM_IMG}</td>
	<td><span class="gensmall">{L_NO_NEW_POSTS}</span></td>
	<td>&nbsp;&nbsp;</td>
	<td width="20" align="center">{FORUM_LOCKED_IMG}</td>
	<td><span class="gensmall">{L_FORUM_LOCKED}</span></td>
</tr>

</table>

<!-- INCLUDE overall_footer.html -->

Re: Guida Ajax Tag Board 4 phpBB3 3.0.7 su 3.0.7-PL1

Inviato: martedì 27 luglio 2010, 16:07
da Venerabile Beda
In effetti è uno stile strano...

Aggiungi il codice richiesto, prima di

Codice: Seleziona tutto

<!-- INCLUDE forumlist_body.html -->

Re: Guida Ajax Tag Board 4 phpBB3 3.0.7 su 3.0.7-PL1

Inviato: martedì 27 luglio 2010, 16:15
da Fortu
L'ho aggiunto dove mi hai detto tu e... FUNZIONA!
Grazie mille :D
Avrei un'altra domanda, anche se non so se sia possibile...
È possibile allineare l'orario in cui è stato mandato il messaggio con il messaggio stesso? Nel senso...

Così
meno di un minuto fa Fortu - Ciao


E non così
meno di un minuto fa
Fortu - Ciao