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 » 03/04/2012, 21:48

Barrnet ha scritto:
Angolo ha scritto:
CoolWiser ha scritto: Si installa perfettamente tramite auto mod, e anche in manuale.

Da questa dichiarazione sembrerebbe che l'utente abbia provato anche in manuale.
Se così non è, dovrebbe spiegare perché l'ha scritto.
Magari, come molti neofiti, aveva applicato le modifiche solo per prosilver e subsilver2 ;)
Credo di fare parte della categoria dei rimbambiti, ehm neofiti xD

Cosa devo fare esattamente? Scarico la mod, poi?

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 » 04/04/2012, 15:45

Come faccio a modificare il mio style?

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 » 04/04/2012, 16:00

Da qualche parte ci dovrebbe essere una guida a installare le mod...
Piccolo riassunto rapido:
-Scarica la mod
-Estrai la Mod
-Apri col browser il file "install.xml"
-Quando trovi le istruzioni per prosilver, modifica i file del tuo stile corrente seguendo le istruzioni per prosilver

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 » 05/04/2012, 0:28

Ho provato: il problema è che 1/3 delle stringhe non combaciano... Di alcune ho capito il funzionamento e le ho adattate ma altre niente! :(


Cosa posso fare?

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 » 08/04/2012, 17:30

CoolWiser ha scritto:Ho provato: il problema è che 1/3 delle stringhe non combaciano... Di alcune ho capito il funzionamento e le ho adattate ma altre niente! :(


Cosa posso fare?
Che principio devo usare nella personalizzazione? Possibile che un template così famoso e una mod così famosa non siano stati resi comatibili?

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 » 09/04/2012, 5:39

Posta le parti che non trovi, vediamo di aiutarti ;)

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 » 10/04/2012, 0:44

Barrnet ha scritto:Posta le parti che non trovi, vediamo di aiutarti ;)
Grazie infinite :D

La cosa più intelligente che mi è venuta in mente è stata applicare con automod le modifiche della prosilver alla mia mod (ho trovato l'opzione). Gli errori di dipendenza da prosilver ovviamente non credo siano reali visto che ho applicato la mod anche alla prosilver... Restano, però, tutti gli altri :(

http://jecatt.altervista.org/thxlog.html

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 :)

Rispondi

Torna a “Supporto MODs”

Chi c’è in linea

Visitano il forum: Nessuno e 37 ospiti