PM Notify & Guest Register bar

Area dedicata a tutte le MODs per phpBB 3.0.X
Rispondi
Avatar utente
Dr.House
Amministratore
Amministratore
Messaggi: 2173
Iscritto il: 08/01/2012, 8:24
Link del Forum: www.phpbb-italia.it
Località: Reggio Calabria
Contatta:

PM Notify & Guest Register bar

Messaggio da Dr.House »

Semplice mod scritta da Stoker che avvisa l'utente di aver ricevuto un messaggio privato e molto utile anche per gli ospiti che al visualizzano prima del login.
PM Notify & Guest Register bar.zip
Edit 10/07/2015: Se state cercando l'estensione per phpbb 3.1.X la trovate ->Qui<-
Non hai i permessi necessari per visualizzare i file allegati in questo messaggio.
Avatar utente
vargas
Utente
Utente
Messaggi: 175
Iscritto il: 01/03/2014, 22:16
Link del Forum: http://spearfishingteam.altervista.org/forum/index.php

Re: PM Notify & Guest Register bar

Messaggio da vargas »

Una domanda, ma questa mod è solo in inglese?
ho visto che non c'è da fare alcuna modifica la file language-it....
Avatar utente
alex75
Amministratore
Amministratore
Messaggi: 6153
Iscritto il: 23/08/2012, 23:45
Link del Forum: www.phpbb-italia.it
Località: Palermo

Re: PM Notify & Guest Register bar

Messaggio da alex75 »

si ma non ci vuole molto a tradurla...
fai le stesse modifiche del file language/en/common.php al file language/it/common.php
Queste:
Open: language/en/common.php
Find

?>

Add before

// BEGIN PM Notify & Guest Register bar
$lang = array_merge($lang, array(
'PMG_WELCOME' => 'Welcome to',
'PMG_REGISTER' => 'Click here to register',
'PMG_HELLO' => 'Hello',
'PMG_YOUHAVE' => '- You have',
'PMG_AND' => 'and',
));
// END PM Notify & Guest Register bar
Traducendole così:

Apri: language/it/common.php
Cerca

Codice: Seleziona tutto

?>
Aggiungi prima

Codice: Seleziona tutto

// BEGIN PM Notify & Guest Register bar
$lang = array_merge($lang, array(
    'PMG_WELCOME'		=> 'Benvenuto su',
    'PMG_REGISTER'		=> 'Fai click per registrarti', 
    'PMG_HELLO'			=> 'Ciao',	
    'PMG_YOUHAVE'		=> '- Tu hai',
	'PMG_AND'			=> 'e',
));
// END PM Notify & Guest Register bar
Regolamento Forum
Le nostre guide
Se l'assistenza prestata è stata di tuo gradimento potrai contribuire aiutandoci a sostenere le spese affrontate per tenere in vita questo forum >Cliccando sul seguente Link<
Avatar utente
vargas
Utente
Utente
Messaggi: 175
Iscritto il: 01/03/2014, 22:16
Link del Forum: http://spearfishingteam.altervista.org/forum/index.php

Re: PM Notify & Guest Register bar

Messaggio da vargas »

Hai ragione, ma te non sai la paura che ho quando vado a toccare questi codici...
Proprio adesso ho cambiato i pulsanti "ultimo messaggio" e "torna su".
X me sono venuti bellini, ma ho smaltito.... :-)
Grazie mille
Avatar utente
vargas
Utente
Utente
Messaggi: 175
Iscritto il: 01/03/2014, 22:16
Link del Forum: http://spearfishingteam.altervista.org/forum/index.php

Re: PM Notify & Guest Register bar

Messaggio da vargas »

Fatta la modifica, a me esce così:

Immagine

Bruttino, deve uscire così?
in più, non mi funziona l'avviso dei pm...
mando i files modificati, casomai gli volete dare un'occhiata
Non hai i permessi necessari per visualizzare i file allegati in questo messaggio.
Avatar utente
Moloch
Utente
Utente
Messaggi: 1053
Iscritto il: 13/06/2012, 0:35
Link del Forum: http://twawi.altervista.org/forum/index.php

Re: PM Notify & Guest Register bar

Messaggio da Moloch »

Avendo la barra di altervista non puoi pretendere

per i pm è un problema di permessi che sono configurati male
Avatar utente
vargas
Utente
Utente
Messaggi: 175
Iscritto il: 01/03/2014, 22:16
Link del Forum: http://spearfishingteam.altervista.org/forum/index.php

Re: PM Notify & Guest Register bar

Messaggio da vargas »

.... come dovrei settare i permessi per gli MP????
Non trovo nulla sul PCA.....
almeno, mi sembra tutto abilitato
Avatar utente
vargas
Utente
Utente
Messaggi: 175
Iscritto il: 01/03/2014, 22:16
Link del Forum: http://spearfishingteam.altervista.org/forum/index.php

Re: PM Notify & Guest Register bar

Messaggio da vargas »

Barra di altervista tolta, ripristinato all'originale pre mod, svuotata cache, rimessa mod.

Adesso appare così:

Immagine

(ho aggiornato il "benvenuti su... aggiungendo il nome del forum)

a parte, il carattere, che è piccolissimo e non si vede nulla....

Vorrei, se fosse possibile, farla apparire QUI, sopra la scritta"messaggi senza risposta"

Immagine

.... è possibile?
Avatar utente
systemcrack
Utente
Utente
Messaggi: 108
Iscritto il: 24/03/2014, 16:27
Link del Forum: http://morfeuscommunity.altervista.org/forum

Re: PM Notify & Guest Register bar

Messaggio da systemcrack »

Ciao ragazzi.. incredibilmente ho un problema similare anche io, per quanto riguarda la non notifica dei messaggi privati.
La mod per quanto è semplice per quanto non capisco cosa non vada bene.. mi permetto di postare il mio overall_header.html in caso qualche buon samaritano fosse così gentile da tirarmi fuori da questo bicchier d'acqua in cui sto affogando :arrendo:

Codice: Seleziona tutto

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}" xml:lang="{S_USER_LANG}">
<head>
<link rel="shortcut icon" href="http://morfeuscommunity.altervista.org/morfeuscommunity.ico" />

<meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
<meta http-equiv="content-style-type" content="text/css" />
<meta http-equiv="content-language" content="{S_USER_LANG}" />
<meta http-equiv="imagetoolbar" content="no" />
<meta name="resource-type" content="document" />
<meta name="distribution" content="global" />
<meta name="keywords" content="Morfeus Community, MorfeusCommunity, morfeus community, morfeuscommunity, prove, recensioni, release, esperimenti, comunità, non esperti, non, esperti, android, app, computer, pc, phpbb, html, programmare, crackare, web radio, photoshop, anime, cartoon, films, telefilms, documentari" />
<meta name="description" content="" />

{META}
<title>{SITENAME} &bull; <!-- IF S_IN_MCP -->{L_MCP} &bull; <!-- ELSEIF S_IN_UCP -->{L_UCP} &bull; <!-- ENDIF -->{PAGE_TITLE}</title>

{TAPATALK_HEAD}

<!-- IF S_ENABLE_FEEDS -->
	<!-- IF S_ENABLE_FEEDS_OVERALL --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {SITENAME}" href="{U_FEED}" /><!-- ENDIF -->
	<!-- IF S_ENABLE_FEEDS_NEWS --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FEED_NEWS}" href="{U_FEED}?mode=news" /><!-- ENDIF -->
	<!-- IF S_ENABLE_FEEDS_FORUMS --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_ALL_FORUMS}" href="{U_FEED}?mode=forums" /><!-- ENDIF -->
	<!-- IF S_ENABLE_FEEDS_TOPICS --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FEED_TOPICS_NEW}" href="{U_FEED}?mode=topics" /><!-- ENDIF -->
	<!-- IF S_ENABLE_FEEDS_TOPICS_ACTIVE --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FEED_TOPICS_ACTIVE}" href="{U_FEED}?mode=topics_active" /><!-- ENDIF -->
	<!-- IF S_ENABLE_FEEDS_FORUM and S_FORUM_ID --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FORUM} - {FORUM_NAME}" href="{U_FEED}?f={S_FORUM_ID}" /><!-- ENDIF -->
	<!-- IF S_ENABLE_FEEDS_TOPIC and S_TOPIC_ID --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_TOPIC} - {TOPIC_TITLE}" href="{U_FEED}?f={S_FORUM_ID}&t={S_TOPIC_ID}" /><!-- ENDIF -->
<!-- ENDIF -->


<script type="text/javascript">
// <![CDATA[
	var jump_page = '{LA_JUMP_PAGE}:';
	var on_page = '{ON_PAGE}';
	var per_page = '{PER_PAGE}';
	var base_url = '{A_BASE_URL}';
	var style_cookie = 'phpBBstyle';
	var style_cookie_settings = '{A_COOKIE_SETTINGS}';
	var onload_functions = new Array();
	var onunload_functions = new Array();

	/**
	* Find a member
	*/
	function find_username(url)
	{
		popup(url, 760, 570, '_usersearch');
		return false;
	}

	/**
	* New function for handling multiple calls to window.onload and window.unload by pentapenguin
	*/
	window.onload = function()
	{
		for (var i = 0; i < onload_functions.length; i++)
		{
			eval(onload_functions[i]);
		}
	};

	window.onunload = function()
	{
		for (var i = 0; i < onunload_functions.length; i++)
		{
			eval(onunload_functions[i]);
		}
	};

// ]]>
</script>
<script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/styleswitcher.js"></script>
<script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/forum_fn.js"></script>
    <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js" type="text/javascript"></script>
    <!-- IF (S_TSRAT_ENABLE and S_TS_JSSCROLL) or (S_TSRAT_ENABLE and S_TS_TICKER) -->
    <!-- IF S_TS_JSSCROLL and not S_TS_TICKER -->
    <script src="{ROOT_PATH}script/jquery.totemticker.min.js" type="text/javascript"></script>
<script type="text/javascript">
// <![CDATA[
$(document).ready(function() {
	$('#vertical-ticker').totemticker({
				row_height	:	'41px',
				max_items   :   3,
				speed       :   {JSSCROLL_SPEED},
				interval    :   {JSSCROLL_INTERVAL},
				<!-- IF TS_JSSCROLL_NAVIGATION -->
				next		:	'#ticker-next',
				previous	:	'#ticker-previous',
				stop		:	'#stop',
				start		:	'#start',
				<!-- ENDIF -->
				mousestop	:	true,
				direction	:	'<!-- IF TS_JSSCROLL_DIRECTION -->down<!-- ELSE -->up<!-- ENDIF -->'
	});
});
// ]]>
</script>
<!-- ELSEIF S_TS_TICKER and not S_TS_JSSCROLL -->
<script src="{ROOT_PATH}script/jquery.newsticker.js" type="text/javascript"></script>
<script type="text/javascript">
// <![CDATA[
$(document).ready(function() {
	$("#news").newsTicker();
});
// ]]>
</script>
<!-- ENDIF -->
<!-- ENDIF -->

<!-- INCLUDE socialnet/overall_header_hook_css.html -->
<link href="{T_THEME_PATH}/print.css" rel="stylesheet" type="text/css" media="print" title="printonly" />
<link href="{T_STYLESHEET_LINK}" rel="stylesheet" type="text/css" media="screen, projection" />

<link href="{T_THEME_PATH}/normal.css" rel="stylesheet" type="text/css" title="A" />
<link href="{T_THEME_PATH}/medium.css" rel="alternate stylesheet" type="text/css" title="A+" />
<link href="{T_THEME_PATH}/large.css" rel="alternate stylesheet" type="text/css" title="A++" />
<link href="{T_THEME_PATH}/ticker.css" rel="stylesheet" type="text/css" />

<!-- IF S_CONTENT_DIRECTION eq 'rtl' -->
	<link href="{T_THEME_PATH}/bidi.css" rel="stylesheet" type="text/css" media="screen, projection" />
	<!-- ENDIF -->
	        
<script type="text/javascript">                                         
   $(document).ready(function() {
	  $('a[href^="http://"]').filter(function() {return this.hostname && this.hostname !== location.hostname;}).attr('target', '_blank');
   });                     
</script>

<script src="./TabbedPanels.js" type="text/javascript"></script>
    <link href="./TabbedPanels.css" rel="stylesheet" type="text/css" />
	
<!-- INCLUDE socialnet/overall_header_hook_js.html -->

<!-- IF S_JQUERY_TOPIC_PREVIEW -->
	<link href="{ROOT_PATH}styles/topic_preview_assets/topic_preview.css" rel="stylesheet" type="text/css" media="screen, projection" />
<!-- ENDIF -->

<script type="text/javascript">
$(document).ready(function() {
   $('#sn-not-logged-in').mouseenter(function() {
      $('#sn-not-logged-in-hover').fadeIn('medium');
   });
   $('#sn-not-logged-in-hover').mouseleave(function() {
      $('#sn-not-logged-in-hover').fadeOut('medium');
   });
});
</script><script type="text/javascript">
$(document).ready(function(){
   $("input:checkbox").each( function() {
      (this.checked) ? $("#fake"+this.id).addClass('fakechecked') : $("#fake"+this.id).removeClass('fakechecked');
   });
   $(".fakecheck").click(function(){
      ($(this).hasClass('fakechecked')) ? $(this).removeClass('fakechecked') : $(this).addClass('fakechecked');
      $(this.hash).trigger("click");
      return false;
   });
});
</script>

</head>

<body id="phpbb" class="section-{SCRIPT_NAME} {S_CONTENT_DIRECTION}<!-- IF SN_MODULE_IM_ENABLED --> sn-im-page<!-- ENDIF -->">

<!-- IF not S_USER_LOGGED_IN and not S_IS_BOT and not S_IN_UCP -->
<div id="info"><div id="infobar">
<a href="{U_REGISTER}"><img style="width: 50px; height: 50px; padding-right: 100px; vertical-align:middle;" alt="" src="{T_THEME_PATH}/images/reg.png" />{L_PMG_WELCOME} {SITENAME}. {L_PMG_REGISTER}<img style="width: 50px; height: 50px; padding-left:100px; vertical-align:middle;" alt="" src="{T_THEME_PATH}/images/reg.png" /></a>
</div></div>
<!-- ENDIF -->

<!-- IF not S_IS_BOT and S_USER_LOGGED_IN and S_USER_PM_POPUP and S_DISPLAY_PM and (S_USER_NEW_PRIVMSG or S_USER_UNREAD_PRIVMSG) -->
<div id="info"><div id="infobar">
<a href="{U_PRIVATEMSGS}"><img style="width:50px; height: 50px; padding-right: 100px; vertical-align:middle;" alt="" src="{T_THEME_PATH}/images/mail.png" />{L_PMG_HELLO} {S_USERNAME} {L_PMG_YOUHAVE} {PRIVATE_MESSAGE_INFO}<!-- IF PRIVATE_MESSAGE_INFO_UNREAD --> {L_PMG_AND} {PRIVATE_MESSAGE_INFO_UNREAD}<!-- ENDIF --><img style="width: 50px; height: 50px; padding-left:100px; vertical-align:middle;" alt="" src="{T_THEME_PATH}/images/mail.png" /></a>
</div></div>
<!-- ENDIF -->

<!-- Tapatalk Detect body start --> 
<script type="text/javascript">tapatalkDetect()</script>
<!-- Tapatalk Detect banner body end -->

<div id="sn-header">
    <a id="top" name="top" accesskey="t"></a>
    <div id="sn-header-content">
    <a id="sn-logo" href="{U_INDEX}"><img src="{T_THEME_PATH}/images/logo2.png" width="484" height="100" alt="" /></a>
	
	<div id="sn-controlbox">
	<!-- IF not S_USER_LOGGED_IN and not S_IS_BOT -->
<div id="sn-not-logged-in"></div>
<div id="sn-not-logged-in-hover">
<div id="sn-nli-content">

<form method="post" action="{S_LOGIN_ACTION}">
<fieldset style="margin-top: -5px;">
<span class="sn-form-label">{L_USERNAME}:</span><br />
<input type="text" name="username" class="sn-nli-form" title="{L_USERNAME}" />
<span class="sn-form-label">{L_PASSWORD}:</span><br />
<input type="password" name="password" class="sn-nli-form" title="{L_PASSWORD}" />

<a href="ucp.php?mode=sendpassword">{L_FORGOT_PASS}</a> <!-- IF S_REGISTER_ENABLED -->| <a href="{U_REGISTER}">{L_REGISTER}</a><!-- ENDIF -->
<br /><br />
<!-- IF S_AUTOLOGIN_ENABLED --><a href="#autologin2" class="fakecheck" id="fakeautologin2">{L_LOG_ME_IN}</a><input type="checkbox" name="autologin" id="autologin2" style="display: none;" /><!-- ENDIF -->
<div style="clear: both;"><a href="#hidestatus" class="fakecheck" id="fakehidestatus">{L_HIDE_ME}</a><input type="checkbox" name="viewonline" id="hidestatus" style="display: none;" /></div>
<input type="submit" name="login" value="" id="sn-nli-button" />
</fieldset>
</form>
</div><!-- /sn-nli-content -->
</div><!-- /sn-not-logged-in-hover -->
<!-- ENDIF --><!-- /s-user-not-logged-in -->
	
<!-- IF S_DISPLAY_SEARCH and not S_IN_SEARCH and S_USER_LOGGED_IN -->
			<div id="search-box">
				<form action="{U_SEARCH}" method="get" id="search">
				<fieldset>
					<input name="keywords" id="keywords" type="text" maxlength="128" title="{L_SEARCH_KEYWORDS}" class="inputbox search" value="<!-- IF SEARCH_WORDS-->{SEARCH_WORDS}<!-- ELSE -->{L_SEARCH_MINI}<!-- ENDIF -->" onclick="if(this.value=='{LA_SEARCH_MINI}')this.value='';" onblur="if(this.value=='')this.value='{LA_SEARCH_MINI}';" />
					<input class="button2" value="{L_SEARCH}" type="submit" /><br />
					<a href="{U_SEARCH}" title="{L_SEARCH_ADV_EXPLAIN}">{L_SEARCH_ADV}</a> {S_SEARCH_HIDDEN_FIELDS}
				</fieldset>
				</form>
			</div>
		<!-- ENDIF -->
    </div><!-- /sn-header-content -->
    </div><!-- /sn-header -->
</div><!-- /sn-controlbox -->
	
    <div id="sn-navbar">
    <div id="sn-navbar-content">
<div style="float: left;">
    <div id='cssmenu'>
<ul>
   <li><a href='http://morfeuscommunity.altervista.org/forum/index.php'><img src='http://morfeuscommunity.altervista.org/forum/styles/prosilver/theme/images/house.png' width=”16″ height=”16″ border=”0″ /><span><b>Indice</b></span></a></li>
   <!-- IF SN_MODULE_ACTIVITYPAGE_ENABLED --><li><a href="{U_SN_ACTIVITYPAGE}"><img src='http://morfeuscommunity.altervista.org/forum/styles/prosilver/theme/images/icon_activitypage.gif' width=”16″ height=”16″ border=”0″ /><b>{L_SN_AP_ACTIVITYPAGE}</b></a><span id="sn-ntf-notify"><a href="{U_VIEW_NOTIFY}">{S_SN_USER_UNREAD_NOTIFY}</a></span></li><!-- ENDIF -->
   <!-- IF not S_IS_BOT and S_USER_LOGGED_IN --><li class='has-sub'><a href='#'><img src='http://morfeuscommunity.altervista.org/forum/styles/prosilver/theme/images/pdc.png' width=”16″ height=”16″ border=”0″ /><span><b>Pannello di controllo</b></span></a>
      <ul>
         <li><a href='http://morfeuscommunity.altervista.org/forum/ucp.php'><img src='http://morfeuscommunity.altervista.org/forum/styles/prosilver/theme/images/pcuedit.png' width=”16″ height=”16″ border=”0″ /><span><b>Setting del profilo</b></span></a></li>
         <li class='has-sub'><a href='#'><img src='http://morfeuscommunity.altervista.org/forum/styles/prosilver/theme/images/user_edit.png' width=”16″ height=”16″ border=”0″ /><span><b>Le tue attività</b></span></a>
            <ul>
               <li><a href='http://morfeuscommunity.altervista.org/forum/search.php?search_id=unanswered'><img src='http://morfeuscommunity.altervista.org/forum/styles/prosilver/theme/images/icon_msr.png' width=”16″ height=”16″ border=”0″ /><span>Messaggi senza risposta</span></a></li>
               <li><a href='http://morfeuscommunity.altervista.org/forum/search.php?search_id=unreadposts'><img src='http://morfeuscommunity.altervista.org/forum/styles/prosilver/theme/images/icon_mnl.png' width=”16″ height=”16″ border=”0″ /><span>Messaggi non letti</span></a></li>
               <li><a href='http://morfeuscommunity.altervista.org/forum/search.php?search_id=newposts'><img src='http://morfeuscommunity.altervista.org/forum/styles/prosilver/theme/images/icon_mr.png' width=”16″ height=”16″ border=”0″ /><span>Messaggi recenti</span></a></li>
               <li class='last'><a href='http://morfeuscommunity.altervista.org/forum/search.php?search_id=active_topics'><img src='http://morfeuscommunity.altervista.org/forum/styles/prosilver/theme/images/icon_aat.png' width=”16″ height=”16″ border=”0″ /><span>Argomenti attivi</span></a></li>
			   <li class='last'><a href='http://morfeuscommunity.altervista.org/forum/search.php?search_id=egosearch'><img src='http://morfeuscommunity.altervista.org/forum/styles/prosilver/theme/images/tuomes.png' width=”16″ height=”16″ border=”0″ /><span>I tuoi messaggi</span></a></li>
            </ul>
         </li>
		 <!-- IF U_MCP --><li><a href='{U_MCP}'><img src='http://morfeuscommunity.altervista.org/forum/styles/prosilver/theme/images/pcm.png' width=”16″ height=”16″ border=”0″ /><span><b>{L_MCP}</b></span></a></li><!-- ENDIF -->
		 <!-- IF U_ACP --><li><a href='{U_ACP}'><img src='http://morfeuscommunity.altervista.org/forum/styles/prosilver/theme/images/admin.png' width=”16″ height=”16″ border=”0″ /><span><b>{L_ACP}</b></span></a></li><!-- ENDIF -->
      </ul>  
   </li><!-- ENDIF -->
   <!-- IF not S_IS_BOT and S_USER_LOGGED_IN --><li class='has-sub'><a href='#'><img src='http://morfeuscommunity.altervista.org/forum/styles/prosilver/theme/images/controller.png' width=”16″ height=”16″ border=”0″ /><span><b>Funzionalità</b></span></a>
      <ul>
         <li><a href="http://morfeuscommunity.altervista.org/forum/styles/prosilver/template/videochat.html" target="_blank" title="Videochat"><img src='http://morfeuscommunity.altervista.org/forum/styles/prosilver/theme/images/webcam.png' width=”16″ height=”16″ border=”0″ /><span><b>Videochat</b></span></a></li>
		 <li class='has-sub'><a href='#'><img src='http://morfeuscommunity.altervista.org/forum/styles/prosilver/theme/images/p2p.png' width=”16″ height=”16″ border=”0″ /><span><b>Invia files in P2P</b></span></a>
	  <ul>
	     <li><a class="ad4" href="#" onclick="window.open('http://xfiles.technihelp.net/', 'Morfeus Community - Funzione Peer to Peer', 'width=800,height=500,left=500,top=10,resizable=no,menubar=no,toolbar=no,location=no,scrollbars=no,status=no');"><img src='http://morfeuscommunity.altervista.org/forum/styles/prosilver/theme/images/Xfiles.png' width=”16″ height=”16″ border=”0″ /><span><b>Invia file con Xfiles</b></span></a></li>
		 <li><a class="ad4" href="#" onclick="window.open('http://www.justbeamit.com/', 'Morfeus Community - Funzione Peer to Peer', 'width=800,height=500,left=500,top=10,resizable=no,menubar=no,toolbar=no,location=no,scrollbars=no,status=no');"><img src='http://morfeuscommunity.altervista.org/forum/styles/prosilver/theme/images/justbeamit.png' width=”16″ height=”16″ border=”0″ /><span><b>Invia file con justbeamit</b></span></a></li>
		</ul>
		</li>
		 <li><a href="http://morfeuscommunity.altervista.org/forum/styles/prosilver/photoshop.html" target="_blank" title="Prova Photoshop"><img src='http://morfeuscommunity.altervista.org/forum/styles/prosilver/theme/images/icon-photoshop.png' width=”16″ height=”16″ border=”0″ /><span><b>Foto editor</b></span></a></li>
		 <li><a href="http://www.ilmeteo.it/flash/meteo-free.html" target="_blank" title="Meteo"><img src='http://morfeuscommunity.altervista.org/forum/styles/prosilver/theme/images/meteo.png' width=”16″ height=”16″ border=”0″ /><span><b>Meteo</b></span></a></li>
      </ul>
   </li><!-- ENDIF -->
   <!-- IF not S_IS_BOT -->
   <!-- IF not S_USER_LOGGED_IN and S_REGISTER_ENABLED --><li><a href='{U_REGISTER}'><img src='http://morfeuscommunity.altervista.org/forum/styles/prosilver/theme/images/registrati.png' width=”16″ height=”16″ border=”0″ /><span><b>{L_REGISTER}</b></span></a></li><!-- ENDIF -->
   <li><a href='{U_LOGIN_LOGOUT}'><img src='http://morfeuscommunity.altervista.org/forum/styles/prosilver/theme/images/loginlogout.png' width=”16″ height=”16″ border=”0″ /><span>{L_LOGIN_LOGOUT}</span></a></li><!-- ENDIF -->
   
</ul>
</div>
</div>
    </div><!-- /sn-navbar-content -->
    </div><!-- /sn-navbar -->

<div id="wrap">
	<a id="top" name="top" accesskey="t"></a>
	<div id="page-header">
	</div>
	
	<a name="start_here"></a>
	<br />
<!-- IF not S_USER_LOGGED_IN --><div class="global-notice green">
    <ul class="topiclist">
            <dl class="icon">
             <dd style="text-align: center; border:none;"><img src="{T_THEME_PATH}/images/warnmini.png" width="38" height="38" border=”1″ /></dd>
                    <dd class="lastpost" style="padding:5px; width:90%;"><strong>Benvenuto {S_USERNAME} </strong><br />
               Ti avvisiamo che gli amministratori e lo staff della community non sono responsabili per ciò che viene fatto con programmi, guide, link, app, trucchi, ecc.ecc.<br /> Essi infatti, sono solamente frutto di ricerche ed esperienze sul web e vengono postati al solo scopo di studio e prevenzione.</dd>
                </dl>
            </ul>
    
</div><!-- ENDIF -->
	<div id="page-body">
	
	<!-- IF not S_GROUP_11 --><!-- MOD Autor: alex75 www.vitara.it -->
   <!-- IF not S_IS_BOT and S_USER_LOGGED_IN and S_USER_NEW -->
              <div id="message" class="rules">
                 <div class="inner"><span class="corners-top"><span></span></span>
             <ul class="topiclist">
            <dl class="icon">
             <dd style="text-align: center; border:none;"><img src="{T_THEME_PATH}/images/warnmini.png" width="38" height="38" border=”1″ /></dd>
                    <dd class="lastpost" style="padding:5px; width:90%;"><strong>Benvenuto {S_USERNAME} </strong><br />
               Ti avvisiamo che gli amministratori e lo staff della community non sono responsabili per ciò che viene fatto con programmi, guide, link, app, trucchi, ecc.ecc.<br /> Essi infatti, sono solamente frutto di ricerche ed esperienze sul web e vengono postati al solo scopo di studio e prevenzione.</dd>
                </dl>
            </ul>
            <span class="corners-bottom"><span></span></span></div>
              </div>
              <!-- ENDIF --><!-- ENDIF -->
			  
	<ul class="linklist navlinks">
				<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>		
				
		<!-- IF S_BOARD_DISABLED and S_USER_LOGGED_IN and (U_MCP or U_ACP) -->
		<div id="information" class="rules">
			<div class="inner"><span class="corners-top"><span></span></span>
				<strong>{L_INFORMATION}:</strong> {L_BOARD_DISABLED}
			<span class="corners-bottom"><span></span></span></div>
		</div>
		<!-- ENDIF -->
		
<!-- IF not S_GROUP_11 --><div class="forabg">
                
			<div class="inner"><span class="corners-top"><span></span></span>
         <table class="table1" cellspacing="1">
            <thead>
               <tr>
                  <th style="text-align:left;">
                  Pubblicità                   </th>
               </tr>
            </thead>
            <tbody>
               <tr class="bg3">
                  <td style="text-align:center;">

               <script type="text/javascript">
/* <![CDATA[ */
document.write('<s'+'cript type="text/javascript" src="http://ad.altervista.org/js.ad/size=728X90/r='+new Date().getTime()+'"><\/s'+'cript>');
/* ]]> */
</script>  
        
<span class="corners-bottom"></span>
      </td>                              
               </tr>
            </tbody>
         </table>
		 		 
				 
			<span class="corners-bottom"><span></span></span></div></div>
			
			<br /><!-- ENDIF -->
		<br />
Mi sembra che sia tutto a posto.. la cache è stata pulita (sia del forum che del browser) e template, temi, set-immagini sono stati aggiornati. Se non sei iscritto funziona la barra e si visualizza bene, mentre i messaggi privati non vengono notificati.
Avatar utente
systemcrack
Utente
Utente
Messaggi: 108
Iscritto il: 24/03/2014, 16:27
Link del Forum: http://morfeuscommunity.altervista.org/forum

Re: PM Notify & Guest Register bar

Messaggio da systemcrack »

Purtroppo non si può cancellare il messaggio.. ma ho risolto, ma non utilizzando questa mod.
Anche perchè m'interessava solo rendere più visibili l'avviso della ricezione di un mes privato.. insomma io avevo già installato da tempo questa mod: New PM BOX che ho modificato aggiungendo le immagini delle buste affiancandole e centrandole al testo.
Rispondi