phpBB Italia chiude!
phpBB Italia ringrazia tutti gli utenti che hanno dato fiducia al nostro progetto per ben 9 anni, e che, grazie al grande lavoro fatto da tutto lo Staff (rigorosamente a titolo gratuito), hanno portato il portale a diventare il principale punto di riferimento italiano alla piattaforma phpBB.

Purtroppo, causa motivi personali, non ho più modo di gestirlo e portarlo avanti. Il forum viene ora posto in uno stato di sola lettura, nonché un archivio storico per permettere a chiunque di fruire di tutte le discussioni trattate.

Il nuovo portale di assistenza per l'Italia di phpBB diventa phpBB-Store.it, cui ringrazio per aver deciso di portare avanti questo grande progetto.

Grazie ancora,
Carlo - Amministratore di phpBB Italia

Artodia: Ultra Blue MODs

Supporto MODs generale.
CoolWiser
Utente
Utente
Messaggi: 18
Iscritto il: 02/04/2012, 19:39
Sesso: Maschio
Versione: 3.0.9

Re: Artodia: Ultra Blue MODs

Messaggio da CoolWiser » 11/04/2012, 22:47

Se non va bene ve lo scrivo in un altro modo...

Codice: Seleziona tutto

File edits

 

styles/art_ultra_blue/imageset/imageset.cfg

Find

img_icon_user_warn = icon_user_warn.gif*20*20
Add After

img_thankposts = thankposts.gif*20*20  img_removethanks = removethanks.gif*20*20
The Find specified by the MOD could not be found
styles/art_ultra_blue/template/forumlist_body.html

Find

					<dl class="icon">
Replace With

					<dl class="<!-- IF forumrow.S_THANKS_FORUM_REPUT_VIEW_COLUMN and not S_IS_BOT -->thanks<!-- ELSE -->icon<!-- ENDIF -->">
The Find specified by the MOD could not be found
Find

						<dd class="lastpost"><span>{L_LAST_POST}</span></dd>
Replace With

						<!-- IF forumrow.S_THANKS_FORUM_REPUT_VIEW_COLUMN and not S_IS_BOT -->	  						<dd style="display: block; width:{forumrow.THANKS_REPUT_GRAPHIC_WIDTH};">{L_REPUT}</dd>  						<!-- ENDIF -->					  						<dd class="lastpostthanks"><span>{L_LAST_POST}</span></dd>
The Find specified by the MOD could not be found
Find

			<dl class="icon" style="background-image: url({forumrow.FORUM_FOLDER_IMG_SRC}); background-repeat: no-repeat;">
Replace With

			<dl class="<!-- IF forumrow.S_THANKS_FORUM_REPUT_VIEW_COLUMN and not S_IS_BOT -->thanks<!-- ELSE -->icon<!-- ENDIF -->" style="background-image: url({forumrow.FORUM_FOLDER_IMG_SRC}); background-repeat: no-repeat;">
The Find specified by the MOD could not be found
Find

					<dd class="lastpost"><span>
Replace With

					<!-- BEGIN reput -->  						<!-- IF forumrow.reput.S_THANKS_FORUM_REPUT_VIEW and not S_IS_BOT  and forumrow.reput.S_THANKS_FORUM_REPUT_VIEW_COLUMN -->		  						<dd style="display: block; width: {forumrow.reput.THANKS_REPUT_GRAPHIC_WIDTH};">  							<!-- IF  forumrow.reput.FORUM_REPUT -->	  							<span style="display: block;">{forumrow.reput.FORUM_REPUT}  								<!-- IF forumrow.reput.S_THANKS_REPUT_GRAPHIC -->  								<span style="display: block; width: {forumrow.reput.THANKS_REPUT_GRAPHIC_WIDTH}; height: {forumrow.reput.THANKS_REPUT_HEIGHT}; background: URL({forumrow.reput.THANKS_REPUT_IMAGE_BACK});"><span style="display: block; height: {forumrow.reput.THANKS_REPUT_HEIGHT}; width: {forumrow.reput.FORUM_REPUT}; background: URL({forumrow.reput.THANKS_REPUT_IMAGE});">&nbsp;</span></span>  								<!-- ENDIF -->  							</span><dfn>{L_REPUT}</dfn>	  							<!-- ENDIF -->  						</dd>	  						<!-- ENDIF -->  					<!-- END reput -->						  					<dd class="lastpost<!-- IF forumrow.S_THANKS_FORUM_REPUT_VIEW_COLUMN and not S_IS_BOT --> lastpostthanks<!-- ENDIF -->"><span>
The Find specified by the MOD could not be found
styles/art_ultra_blue/template/memberlist_view.html

No changes can be made to this file because the template art_ultra_blue depends on prosilver.
styles/art_ultra_blue/template/overall_header.html

Find

					<!-- IF S_DISPLAY_MEMBERLIST --><li class="icon-members"><a href="{U_MEMBERLIST}" title="{L_MEMBERLIST_EXPLAIN}">{L_MEMBERLIST}</a></li><!-- ENDIF -->
Add After

					<!-- IF S_DISPLAY_TOPLIST --><li class="icon-thanks_toplist"><a href="{U_REPUT_TOPLIST}" title="{L_REPUT_TOPLIST}">{L_REPUT_TOPLIST}</a></li><!-- ENDIF -->  				<!-- IF S_DISPLAY_THANKSLIST --><li class="icon-thanks"><a href="{U_THANKSLIST}" title="{L_THANKS_USER}">{L_GRATITUDES}</a></li><!-- ENDIF -->
The Find specified by the MOD could not be found
styles/art_ultra_blue/template/ucp_prefs_personal.html

No changes can be made to this file because the template art_ultra_blue depends on prosilver.
styles/art_ultra_blue/template/viewforum_body.html

Find

					<!-- IF topicrow.ATTACH_ICON_IMG -->{topicrow.ATTACH_ICON_IMG} <!-- ENDIF -->{L_POST_BY_AUTHOR} {topicrow.TOPIC_AUTHOR_FULL} &raquo; {topicrow.FIRST_POST_TIME}
Add After

					<!-- BEGIN reput -->  						<!-- IF topicrow.reput.S_THANKS_TOPIC_REPUT_VIEW and topicrow.reput.TOPIC_REPUT and not S_IS_BOT  and not topicrow.reput.S_THANKS_TOPIC_REPUT_VIEW_COLUMN -->  						<span style="display: block;">  							<!-- IF topicrow.reput.S_THANKS_REPUT_GRAPHIC -->  							<span style="display: block; float: left; width: {topicrow.reput.THANKS_REPUT_GRAPHIC_WIDTH}; height: {topicrow.reput.THANKS_REPUT_HEIGHT}; background: URL({topicrow.reput.THANKS_REPUT_IMAGE_BACK});"><span style="display: block; height: {topicrow.reput.THANKS_REPUT_HEIGHT}; width: {topicrow.reput.TOPIC_REPUT}; background: URL({topicrow.reput.THANKS_REPUT_IMAGE});"></span></span>&nbsp;  							<!-- ENDIF -->  						{L_REPUT}:&nbsp;{topicrow.reput.TOPIC_REPUT}  						</span>  						<!-- ENDIF -->  					<!-- END reput -->
The Find specified by the MOD could not be found
Find

				<dd class="lastpost"><span><dfn>{L_LAST_POST} </dfn>{L_POST_BY_AUTHOR} {topicrow.LAST_POST_AUTHOR_FULL}
Replace With

					<!-- BEGIN reput -->  						<!-- IF topicrow.reput.S_THANKS_TOPIC_REPUT_VIEW and not S_IS_BOT  and topicrow.reput.S_THANKS_TOPIC_REPUT_VIEW_COLUMN -->		  						<dd style="display: block; width: {topicrow.reput.THANKS_REPUT_GRAPHIC_WIDTH};">  							<!-- IF  topicrow.reput.TOPIC_REPUT -->	  							<span style="display: block;">{topicrow.reput.TOPIC_REPUT}  								<!-- IF topicrow.reput.S_THANKS_REPUT_GRAPHIC -->  								<span style="display: block; width: {topicrow.reput.THANKS_REPUT_GRAPHIC_WIDTH}; height: {topicrow.reput.THANKS_REPUT_HEIGHT}; background: URL({topicrow.reput.THANKS_REPUT_IMAGE_BACK});"><span style="display: block; height: {topicrow.reput.THANKS_REPUT_HEIGHT}; width: {topicrow.reput.TOPIC_REPUT}; background: URL({topicrow.reput.THANKS_REPUT_IMAGE});">&nbsp;</span></span>  								<!-- ENDIF -->  							</span><dfn>{L_REPUT}</dfn>	  							<!-- ENDIF -->  						</dd>				  						<!-- ENDIF -->  					<!-- END reput -->				  				<dd class="lastpost<!-- BEGIN reput --><!-- IF topicrow.reput.S_THANKS_TOPIC_REPUT_VIEW_COLUMN and not S_IS_BOT --> lastpostthanks<!-- ENDIF --><!-- END reput -->"><span><dfn>{L_LAST_POST} </dfn>{L_POST_BY_AUTHOR} {topicrow.LAST_POST_AUTHOR_FULL}
The Find specified by the MOD could not be found
styles/art_ultra_blue/template/viewtopic_body.html

Find

		<!-- IF postrow.POSTER_FROM --><dd><strong>{L_LOCATION}:</strong> {postrow.POSTER_FROM}</dd><!-- ENDIF -->
Add After

		<!-- IF not postrow.S_POST_ANONYMOUS and postrow.THANKS_COUNTERS_VIEW -->  			<dd><strong>{L_GIVEN}:</strong><!-- IF postrow.POSTER_GIVE_COUNT < 1 --> {postrow.POSTER_GIVE_COUNT} {L_THANK}<!-- ELSEIF postrow.POSTER_GIVE_COUNT > 1 --> <a href="{postrow.POSTER_GIVE_COUNT_LINK}">{postrow.POSTER_GIVE_COUNT}</a> {L_THANKS}<!-- ELSE --> <a href="{postrow.POSTER_GIVE_COUNT_LINK}">{postrow.POSTER_GIVE_COUNT}</a> {L_THANK}<!-- ENDIF --></dd>  			<dd><strong>{L_RECEIVED}:</strong><!-- IF postrow.POSTER_RECEIVE_COUNT < 1 --> {postrow.POSTER_RECEIVE_COUNT} {L_THANK}<!-- ELSEIF postrow.POSTER_RECEIVE_COUNT > 1 --> <a href="{postrow.POSTER_RECEIVE_COUNT_LINK}">{postrow.POSTER_RECEIVE_COUNT}</a> {L_THANKS}<!-- ELSE --> <a href="{postrow.POSTER_RECEIVE_COUNT_LINK}">{postrow.POSTER_RECEIVE_COUNT}</a> {L_THANK}<!-- ENDIF --></dd>  		<!-- ENDIF -->
The Find specified by the MOD could not be found
styles/art_ultra_blue/theme/buttons.css

No changes can be made to this file because the template art_ultra_blue depends on prosilver.
styles/art_ultra_blue/theme/colours.css

Find

.icon-search					{ background-image: url("{T_THEME_PATH}/images/icon_search.gif"); }
Add After

.icon-thanks					{ background-image: url("{T_THEME_PATH}/images/icon_thanks.gif"); }  .icon-thanks_toplist			{ background-image: url("{T_THEME_PATH}/images/icon_thanks_toplist.gif"); }
The Find specified by the MOD could not be found
Find

/* Moderator icons */
Add Before

.thanks-icon, .thanks-icon a		{ background-image: url("{IMG_THANKPOSTS_SRC}"); }  .removethanks-icon, .removethanks-icon a	{ background-image: url("{IMG_REMOVETHANKS_SRC}"); }
The Find specified by the MOD could not be found

Avatar utente
Barrnet
Leader Moderatori
Leader Moderatori
Messaggi: 3124
Iscritto il: 04/07/2010, 23:31
Sesso: Maschio
Versione: 3.0.10
Server: UNIX/Linux
PHP: 5.3.10
Database: MySQL 5.1.61-community-log
Contatta:

Re: Artodia: Ultra Blue MODs

Messaggio da Barrnet » 12/04/2012, 14:11

E come facciamo a capire quali parti non trovi?

CoolWiser
Utente
Utente
Messaggi: 18
Iscritto il: 02/04/2012, 19:39
Sesso: Maschio
Versione: 3.0.9

Re: Artodia: Ultra Blue MODs

Messaggio da CoolWiser » 12/04/2012, 14:26

quelle segnate sono tutte quelle non trovate. quello che ho trovato le ho tolte :)

CoolWiser
Utente
Utente
Messaggi: 18
Iscritto il: 02/04/2012, 19:39
Sesso: Maschio
Versione: 3.0.9

Re: Artodia: Ultra Blue MODs

Messaggio da CoolWiser » 15/04/2012, 17:54

?

CoolWiser
Utente
Utente
Messaggi: 18
Iscritto il: 02/04/2012, 19:39
Sesso: Maschio
Versione: 3.0.9

Re: Artodia: Ultra Blue MODs

Messaggio da CoolWiser » 19/04/2012, 14:42

CoolWiser ha scritto:?

CoolWiser
Utente
Utente
Messaggi: 18
Iscritto il: 02/04/2012, 19:39
Sesso: Maschio
Versione: 3.0.9

Re: Artodia: Ultra Blue MODs

Messaggio da CoolWiser » 25/04/2012, 23:23

Sono riuscito a fare tutto a parte una stringa:

Codice: Seleziona tutto

<!-- IF postrow.U_DELETE --><a href="{postrow.U_DELETE}">{DELETE_IMG}</a> <!-- ENDIF -->
dopo cui dovevo mettere:

Codice: Seleziona tutto

<!-- IF  not postrow.S_FIRST_POST_ONLY or (not START and postrow.S_ROW_COUNT == 0) -->
									<!-- IF not postrow.S_GLOBAL_POST_THANKS and not postrow.S_POST_ANONYMOUS and postrow.S_FORUM_THANKS and S_USER_LOGGED_IN and not postrow.S_IS_OWN_POST and (not postrow.S_ALREADY_THANKED or postrow.S_REMOVE_THANKS) --><a href="{postrow.THANKS_LINK}" title="{postrow.THANK_ALT}{postrow.POST_AUTHOR}">{postrow.THANK_IMG}</a>	<!-- ENDIF -->
								<!-- ENDIF -->	
								<!-- IF postrow.THANKS and postrow.THANKS_POSTLIST_VIEW and not postrow.S_POST_ANONYMOUS -->
									<table width="100%" cellspacing="0">
										<tr valign="middle">
											<td class="gensmall" align="{S_CONTENT_FLOW_BEGIN}">
											<hr />
											<!-- IF postrow.S_MOD_THANKS --><a href="{postrow.U_CLEAR_LIST_THANKS_POST}">{postrow.DELETE_IMG}</a>&nbsp;<!-- ENDIF -->{postrow.THANK_TEXT}{postrow.POST_AUTHOR_FULL}{postrow.THANK_TEXT_2} {postrow.THANKS}</td>
										</tr>
									</table>
								<!-- ENDIF -->
								<!-- IF postrow.S_THANKS_POST_REPUT_VIEW and postrow.POST_REPUT and not postrow.S_POST_ANONYMOUS and not S_IS_BOT -->
									<table class="content" align="left">
										<tr class="postbody" align="left">
											<td>
											<!-- IF postrow.S_THANKS_REPUT_GRAPHIC -->
											<div style="float: left; width: {postrow.THANKS_REPUT_GRAPHIC_WIDTH}; height: {postrow.THANKS_REPUT_HEIGHT}; background: URL({postrow.THANKS_REPUT_IMAGE_BACK});"><div style="height: {postrow.THANKS_REPUT_HEIGHT}; width: {postrow.POST_REPUT}; background: URL({postrow.THANKS_REPUT_IMAGE});"></div></div>&nbsp;
											<!-- ENDIF -->
											<strong>{L_REPUT}:</strong>&nbsp;{postrow.POST_REPUT}
											</td>
										</tr>
									</table>
								<!-- ENDIF -->
Questa stringa funziona male in quanto graficamente mi sballa:
Cattura.JPG
Potete darmi consiglio su come correggerla?


In oltre l'icona di "mi piace" è una X e non il pollice... Da cosa può dipendere?
Non hai i permessi necessari per visualizzare i file allegati in questo messaggio.
Ultima modifica di Angolo il 26/04/2012, 0:05, modificato 1 volta in totale.
Motivazione: Il tag code non è un optional

CoolWiser
Utente
Utente
Messaggi: 18
Iscritto il: 02/04/2012, 19:39
Sesso: Maschio
Versione: 3.0.9

Re: Artodia: Ultra Blue MODs

Messaggio da CoolWiser » 26/04/2012, 9:12

CoolWiser ha scritto:Sono riuscito a fare tutto a parte una stringa:

Codice: Seleziona tutto

<!-- IF postrow.U_DELETE --><a href="{postrow.U_DELETE}">{DELETE_IMG}</a> <!-- ENDIF -->
dopo cui dovevo mettere:

Codice: Seleziona tutto

<!-- IF  not postrow.S_FIRST_POST_ONLY or (not START and postrow.S_ROW_COUNT == 0) -->
									<!-- IF not postrow.S_GLOBAL_POST_THANKS and not postrow.S_POST_ANONYMOUS and postrow.S_FORUM_THANKS and S_USER_LOGGED_IN and not postrow.S_IS_OWN_POST and (not postrow.S_ALREADY_THANKED or postrow.S_REMOVE_THANKS) --><a href="{postrow.THANKS_LINK}" title="{postrow.THANK_ALT}{postrow.POST_AUTHOR}">{postrow.THANK_IMG}</a>	<!-- ENDIF -->
								<!-- ENDIF -->	
								<!-- IF postrow.THANKS and postrow.THANKS_POSTLIST_VIEW and not postrow.S_POST_ANONYMOUS -->
									<table width="100%" cellspacing="0">
										<tr valign="middle">
											<td class="gensmall" align="{S_CONTENT_FLOW_BEGIN}">
											<hr />
											<!-- IF postrow.S_MOD_THANKS --><a href="{postrow.U_CLEAR_LIST_THANKS_POST}">{postrow.DELETE_IMG}</a>&nbsp;<!-- ENDIF -->{postrow.THANK_TEXT}{postrow.POST_AUTHOR_FULL}{postrow.THANK_TEXT_2} {postrow.THANKS}</td>
										</tr>
									</table>
								<!-- ENDIF -->
								<!-- IF postrow.S_THANKS_POST_REPUT_VIEW and postrow.POST_REPUT and not postrow.S_POST_ANONYMOUS and not S_IS_BOT -->
									<table class="content" align="left">
										<tr class="postbody" align="left">
											<td>
											<!-- IF postrow.S_THANKS_REPUT_GRAPHIC -->
											<div style="float: left; width: {postrow.THANKS_REPUT_GRAPHIC_WIDTH}; height: {postrow.THANKS_REPUT_HEIGHT}; background: URL({postrow.THANKS_REPUT_IMAGE_BACK});"><div style="height: {postrow.THANKS_REPUT_HEIGHT}; width: {postrow.POST_REPUT}; background: URL({postrow.THANKS_REPUT_IMAGE});"></div></div>&nbsp;
											<!-- ENDIF -->
											<strong>{L_REPUT}:</strong>&nbsp;{postrow.POST_REPUT}
											</td>
										</tr>
									</table>
								<!-- ENDIF -->
Questa stringa funziona male in quanto graficamente mi sballa:
Cattura.JPG
Potete darmi consiglio su come correggerla?


In oltre l'icona di "mi piace" è una X e non il pollice... Da cosa può dipendere?
Ho risolto -.-" l'icona era così perchè non avevo aggiornato le immagini dalle impostazioni mentre la grafica la ho risolto spezzando il codice spostando la parte grafica sotto il testo del messaggio...

Rispondi

Torna a “Supporto MODs”

Chi c’è in linea

Visitano il forum: Nessuno e 43 ospiti