Página 1 de 1

Problemas AOS Notification

Publicado: 10 Mar 2012, 23:43
por aurquiel
URL: http://www.kuresento.com
Versión phpBB: 3.10.0
MODs Instalados: Ninguno
Plantilla(s) usada(s): Prosilver
Servidor: pago
Actualización desde otra versión: si
Conversión desde otro sistema de foros: No

Hola tengi un problema con el Aos Notification aqui un usuario de prueba User:test Password:test22 no se muesta el icono y se muestar las notificaciones al fondo de la página ya repase varias veces las lineas de código y todo esta bien, creo que está en conflicto con otro modificacion talvez en la platilla del herder

Aqui mi header template

Código: Seleccionar todo

<!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>

<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 property="og:title" content="{TOPIC_TITLE}" />
    <meta property="og:site_name" content="{SITENAME}" />
<meta name="resource-type" content="document" />
<meta name="distribution" content="global" />
    <meta name="keywords" content="<!-- IF SEO_KEY -->{SEO_KEY}<!-- ENDIF -->" />
    <meta name="description" content="<!-- IF SEO_DESC -->{SEO_DESC}<!-- ENDIF -->" />
{META}
    <!-- BEGIN gym_rsslinks -->
    <link rel="alternate" type="application/rss+xml" title="{gym_rsslinks.TITLE}" href="{gym_rsslinks.URL}" />
    <!-- END gym_rsslinks -->
    <title>{PAGE_TITLE}<!-- IF PAGE_TITLE --> &bull; <!-- ENDIF --><!-- IF S_IN_MCP -->{L_MCP} &bull;<!-- ELSEIF S_IN_UCP -->{L_UCP} &bull;<!-- ENDIF --> {SITENAME}</title>

<!-- 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 -->

<!--
	phpBB style name: prosilver
	Based on style:   prosilver (this is the default phpBB3 style)
	Original author:  Tom Beddard ( http://www.subBlue.com/ )
	Modified by:

	NOTE: This page was generated by phpBB, the free open-source bulletin board package.
	      The phpBB Group is not responsible for the content of this page and forum. For more information
	      about phpBB please visit http://www.phpbb.com
-->

<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 type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/anylinkcssmenu.js"></script>
<script type="text/javascript">
    anylinkcssmenu.init("notifi")
</script>
 <script type="text/javascript" src="{T_TEMPLATE_PATH}/tooltip.js"></script>
 <link href="{T_THEME_PATH}/prime_links/prime_links.css" rel="stylesheet" type="text/css" />


<script src="{ROOT_PATH}script/jquery-1.7.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 -->
	
<!-- IF S_COLLAPSIBLE_CATEGORIES -->
<script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/jquery.cookie.js"></script>
<script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/jquery.collapse.js"></script>
<script type="text/javascript">
            $(".forumlist").collapse({show: function(){
                    this.animate({
                        opacity: 'toggle',
                        height: 'toggle'
                    }, 300);
                },
                hide : function() {
                    this.animate({
                        opacity: 'toggle',
                        height: 'toggle'
                    }, 300);
                }
            });
        </script>
<!-- ENDIF -->	
	
<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++" />

<!-- IF S_CONTENT_DIRECTION eq 'rtl' -->
	<link href="{T_THEME_PATH}/bidi.css" rel="stylesheet" type="text/css" media="screen, projection" />
    <!-- ENDIF -->

    <style type="text/css">
      #menu ul li a {
         color: #{S_MENU_FONT_COLOR};
      }
      #menu ul li a:hover {   
        background: url('{T_THEME_PATH}/images/menu/{S_MENU_COLOR}/menu_bg_hover.gif') repeat-x;
        color: #{S_MENU_FONT_COLOR_HOVER};
        text-decoration: {S_MENU_DECORATION};     
      }
      #menu ul ul li {
        background: url('{T_THEME_PATH}/images/menu/{S_MENU_COLOR}/menu_subbg.gif') repeat-x;
      }
      #menu ul ul li a:hover {   
        background: url('{T_THEME_PATH}/images/menu/{S_MENU_COLOR}/menu_subbg_hover.gif') repeat-x;
      }
    </style>

    <!-- INCLUDE gallery/plugins_header.html -->

    <link rel="shortcut icon" type="image/ico" href="/favicon.ico" />

    <!-- MOD : MSSTI ABBC3 (v{S_ABBC3_VERSION}) - Start //-->
    <!-- INCLUDE ./../../abbcode/abbcode_header.html -->
    <!-- MOD : MSSTI ABBC3 (v{S_ABBC3_VERSION}) - End //-->

    <!-- IF S_MCHAT_ENABLE and (S_MCHAT_ON_INDEX or U_MCHAT) -->

    <script type="text/javascript" src="{ROOT_PATH}mchat/jquery_cookie_mini.js"></script>
	
    <!-- ENDIF -->
    <!-- INCLUDE ads/ads.js -->
	<script type="text/javascript">
function brokenImage(img)
{
    img.src='{ROOT_PATH}images/notfound.gif';
}
</script>

<!-- IF S_ENABLE_MATHJAX -->
<!-- INCLUDE mathjax.html -->
<!-- ENDIF -->

<!-- IF SCRIPT_NAME eq 'blog' --><link href="{T_THEME_PATH}/blog.css" rel="stylesheet" type="text/css" /><!-- ENDIF -->

<script type="text/javascript" src="{T_TEMPLATE_PATH}/crawl.js">
// Image Crawler Script (c)2009 John Davenport Scheuer
// This Notice Must Remain for Legal Use
</script>
<link href="{T_THEME_PATH}/last_x_img_style.css" rel="stylesheet" type="text/css" />
</head>

    <body id="phpbb" class="section-{SCRIPT_NAME} {S_CONTENT_DIRECTION}">
	
<!-- 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 -->

<script type="text/javascript" src="{T_TEMPLATE_PATH}/wz_tooltip.js"></script>

<div id="wrap">
	<a id="top" name="top" accesskey="t"></a>
	<div id="page-header">
          {ADS_1}
		<div class="headerbar">
			<div class="inner"><span class="corners-top"><span></span></span>

             <div style="height: 340px;">
			<div id="site-description">
				<p class="skiplink"><a href="#start_here">{L_SKIP}</a></p>
			</div>

<div style="float:right;margin-top: 66px;"><a href="http://kuresento.com/feed.php" target="_blank"/><img src="http://img585.imageshack.us/img585/6694/1316322996icontextoinsi.png"></a></div> 		   		 
<div style="float:right;margin-top: 66px;"><a href="http://kuresento.com/" target="_blank"/><img src="http://img847.imageshack.us/img847/9632/1316322817icontextoinsi.png"></a></div>  		 
<div style="float:right;margin-top: 66px;"><a href="http://www.facebook.com/pages/kuresento/234787326571485?sk=wall" target="_blank"/><img src="http://img717.imageshack.us/img717/9881/1316321471icontextoinsi.png"></a></div>  
			 		  
    <!-- IF ( S_DISPLAY_SEARCH and not S_IN_SEARCH ) and not ( .buttons and S_MENU_SEARCH ) -->
			<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>

        <!-- IF .buttons -->
          <span class="corners-bottom" style="height:0px;"><span style="display: none;"></span></span></div>
        </div>
        <div id="menu" style="clear:both;margin-top:-3px;background: url('{T_THEME_PATH}/images/menu/{S_MENU_COLOR}/menu_bg.gif') repeat-x;">
           <div class="inner">
           <span class="menu_corner-left" style="background: url('{T_THEME_PATH}/images/menu/{S_MENU_COLOR}/menu_corner.gif') no-repeat;"></span>
           <span class="menu_corner-right" style="background: url('{T_THEME_PATH}/images/menu/{S_MENU_COLOR}/menu_corner_right.gif') no-repeat;"></span>
        <!-- IF S_DISPLAY_SEARCH and S_MENU_SEARCH -->
           <div id="top-search" style="<!-- IF S_MENU_ALIGN == 'right' -->float: left;<!-- ELSE -->float: right;<!-- ENDIF -->background: transparent url('{T_THEME_PATH}/images/menu/{S_MENU_COLOR}/menu_search.gif') no-repeat scroll 0 0;">
              <form action="{U_SEARCH}" method="post" id="search">
              <fieldset>
                 <input name="keywords" id="keywords" type="text" maxlength="128" title="{L_SEARCH_KEYWORDS}" class="menu_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}';" />
                 {S_SEARCH_HIDDEN_FIELDS}
              </fieldset>
              </form>
           </div>
        <!-- ENDIF -->
       
           <ul>
           <!-- BEGIN buttons -->
              <li style="float:{S_MENU_ALIGN};"<!-- IF .buttons.sub --> onmouseover="getElementsByTagName('ul')[0].style.display = 'block';" onmouseout="getElementsByTagName('ul')[0].style.display = 'none';"<!-- ENDIF -->>
              <a href="{buttons.URL}" title="{buttons.NAME}"<!-- IF buttons.EXTERNAL --> target="_blank"<!-- ENDIF --> style="font-weight:{S_MENU_WEIGHT};text-transform:{S_MENU_TEXT_TRANSFORM};">{buttons.NAME}</a>
              <!-- IF .buttons.sub -->
                <ul>
                  <!-- BEGIN sub --><li><a href="{sub.URL}" title="{sub.NAME}"<!-- IF sub.EXTERNAL --> target="_blank"<!-- ENDIF --> style="font-weight:{S_MENU_WEIGHT};text-transform:{S_MENU_TEXT_TRANSFORM};">{sub.NAME}</a></li><!-- END sub -->
                 </ul>
               <!-- ENDIF -->
            </li>
          <!-- END buttons -->
           </ul>
		<!-- ENDIF -->

			<span class="corners-bottom"><span></span></span></div>
		</div>

		<div class="navbar">
			<div class="inner"><span class="corners-top"><span></span></span>

			<ul class="linklist navlinks">
		
                <li class="icon-home"><!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> &#187; <!-- ENDIF --><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>

				<li class="rightside"><a href="#" onclick="fontsizeup(); return false;" onkeypress="return fontsizeup(event);" class="fontsize" title="{L_CHANGE_FONT_SIZE}">{L_CHANGE_FONT_SIZE}</a></li>

				<!-- IF U_EMAIL_TOPIC --><li class="rightside"><a href="{U_EMAIL_TOPIC}" title="{L_EMAIL_TOPIC}" class="sendemail">{L_EMAIL_TOPIC}</a></li><!-- ENDIF -->
				<!-- IF U_EMAIL_PM --><li class="rightside"><a href="{U_EMAIL_PM}" title="{L_EMAIL_PM}" class="sendemail">{L_EMAIL_PM}</a></li><!-- ENDIF -->
				<!-- IF U_PRINT_TOPIC --><li class="rightside"><a href="{U_PRINT_TOPIC}" title="{L_PRINT_TOPIC}" accesskey="p" class="print">{L_PRINT_TOPIC}</a></li><!-- ENDIF -->
				<!-- IF U_PRINT_PM --><li class="rightside"><a href="{U_PRINT_PM}" title="{L_PRINT_PM}" accesskey="p" class="print">{L_PRINT_PM}</a></li><!-- ENDIF -->
                <!-- IF S_USER_LOGGED_IN and not S_IS_BOT and NOTIFICATIONS_ON and NOTIFICATIONS_UCP_ON --><li class="rightside"><a href="{U_NOTIFICATIONS}#" title="" class="notifi world" rel="notifications" ><span class="unnum">{NUM_UNREAD_POST}</span></a></li><!-- ENDIF -->
			</ul>
			 <!-- INCLUDE prime_quick_login.html -->
			<!-- IF not S_IS_BOT and S_USER_LOGGED_IN -->
			<ul class="linklist leftside">
				<li class="icon-ucp">
					<a href="{U_PROFILE}" title="{L_PROFILE}" accesskey="e">{L_PROFILE}</a>
                     <!-- IF S_DISPLAY_PM --> (<a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}</a>)<!-- ENDIF -->
					<!-- IF S_DISPLAY_SEARCH --> &bull;
					<a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a>
					<!-- ENDIF -->
					<!-- IF U_RESTORE_PERMISSIONS --> &bull;
					<a href="{U_RESTORE_PERMISSIONS}">{L_RESTORE_PERMISSIONS}</a>
					<!-- ENDIF -->
				</li>
			</ul>
			<!-- ENDIF -->

			<ul class="linklist rightside">
			 <li class="icon-re"><a href="/styles/prosilver/template/reproductor2.html" onclick="window.open('/styles/prosilver/template/reproductor2.html','','toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, width=260, height=220, left=20, top=20'); return false;">Reproductor</a></li>
				<!-- IF not S_IS_BOT -->
					<!-- IF U_MEDALS and S_USER_LOGGED_IN and not S_IS_BOT --><li class="icon-medal"><a href="{U_MEDALS}" title="{L_MEDALS_VIEW_EXPLAIN}">{L_MEDALS_VIEW}</a></li><!-- ENDIF -->
					<!-- IF S_DISPLAY_MEMBERLIST --><li class="icon-members"><a href="{U_MEMBERLIST}" title="{L_MEMBERLIST_EXPLAIN}">{L_MEMBERLIST}</a></li><!-- ENDIF -->
                   <!-- 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 -->
				<!-- Start Ultimate Points -->
				<!-- IF S_POINTS_ENABLE -->
				<li class="icon-points"><a href="{U_POINTS}" title="{L_POINTS_EXPLAIN}">{POINTS_LINK}<!-- IF S_USER_LOGGED_IN and S_USE_POINTS --> [ {USER_POINTS} ] <!-- ENDIF --></a></li>
				<!-- ENDIF -->
				<!-- End Ultimate Points -->
					<!-- IF not S_USER_LOGGED_IN and S_REGISTER_ENABLED and not (S_SHOW_COPPA or S_REGISTRATION) --><li class="icon-register"><a href="{U_REGISTER}">{L_REGISTER}</a></li><!-- ENDIF -->
					<li class="icon-logout"><a href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" accesskey="x">{L_LOGIN_LOGOUT}</a></li>
				<!-- ENDIF -->
			</ul>

			<span class="corners-bottom"><span></span></span></div>
          </div>
		</div>
	<!-- INCLUDE aos_notifications.html -->
       <!-- IF ADS_2 -->
       <br />
       <div class="forabg">
          <div class="inner"><span class="corners-top"><span></span></span>
             <ul class="topiclist">
                <li class="header">
                   <dl class="icon">
                      <dt>{L_ADVERTISEMENT}</dt>
                   </dl>
                </li>
             </ul>
             <div style="padding: 5px 5px 2px 5px; font-size: 1.1em; background-color: #ECF1F3; margin: 0px auto; text-align: center;">
                {ADS_2}
	</div>
          <span class="corners-bottom"><span></span></span></div>
       </div>
       <!-- ENDIF -->
	   

	<a name="start_here"></a>
	<div id="page-body">
		<!-- 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 -->
    <!-- INCLUDE announcement_centre.html -->

Re: Problemas AOS Notification

Publicado: 11 Mar 2012, 03:43
por Alorse
aurquiel escribió:MODs Instalados: Ninguno
:shock: Solo en el portal de la pagina veo como mínimo 4 MODs funcionando (portal, publicidad, menu y gym sitemap), mejor llena bien tus datos de soporte porque puede ser un conflicto con otro MOD.

Y te recomiendo que cambies estas imagenes de la cabecera del foro

Código: Seleccionar todo

http://img717.imageshack.us/img717/9881/1316321471icontextoinsi.png
no todo el mundo tiene acceso a verlas y deforman el foro, mejor subelas directamente al servidor y no las enlaces desde otras webs como imageshack que tienen restricciones.

Re: Problemas AOS Notification

Publicado: 11 Mar 2012, 07:27
por Makoto
No veo las edicones en css actualiza cache

acp/estilos/temas/prosilver/*actualizar

Re: Problemas AOS Notification

Publicado: 11 Mar 2012, 16:41
por aurquiel
Perdon, quise decir que tengo muchos es que tengo tantas modificaciones trataré de ponerlas todas como dice Alorse.

Mods Instalados:

acp_announcement_centre_124
Advertisement Management 1.0.10
Anti_double_post_v2.0.4
AntiBotQuestion
autolink_mod_3_0_9
ban_list
Board3-Portal
Buttons menu MOD 2.1.1
CFUE_1.2.1
contact_admin_306
forum_background_for_phpbb3_1_0_10
genders_3_0_9
guests_online_past_24_hours
Horoscope_mod
index_seo_description_and_keywords_mod._1_0_2
latest_post_in_profile_1_0_1
mchat_new_version_1_3_5
moderator_needed_1_0_5
mssti_advanced_bbcode_box_3_3_0_8
nv_advanced_last_topic_titles_3_0_8
nv_newspage_3_0_9
nv_who_was_here_1_2_1
phpbb_gallery_1_1_1
please_wait_1_0_0
precise_similar_topics_ii_1_1_5
Prime Ban to Group
Prime Birthdate
Prime Subject Check
prime_links_1_2_8
share_on_1_2_0
special_and_normal_rank_images_1_2_2
static_pages_103
thanks_for_post_v131
top_five_1_0_1_d
Top_Stats
topic_preview_1_0_9
Topic_seo_description_and_keywords_mod/
topic_solved_1_4_5
warnban1.0.1
WTU_1.0.0
Multiple ranks
Gym site
Medals MOd
Colorized unread links
Auto Database Backup

Habia deshabilitado el mod....si quieren pueden entrar con el user de prueba y ver como funciona el Aos Notification, en realidad no se despleja en el header y adjunto esta imagen de como se ve.

http://img221.imageshack.us/img221/3842/aos.png

Re: Problemas AOS Notification  Tema Solucionado

Publicado: 11 Mar 2012, 16:46
por Alorse
aurquiel escribió:Rellene los datos my rapidos, quise decir muchos es que tengo tantas modificaciones que si me pongo a ponerlas una por una bueno...colocare las principales que creo que podrían afetar.
Para eso precisamente esta la firma, además no pones la versiones de los MODs y cuando pides soporte es ESTRICTAMENTE NECESARIO que todo este completo.

Lo más seguro es que no hallas hecho correctamente los cambios del estilo, especificamente que no hallas hecho el cambio correspondiente a el /styles/prosilver/theme/stylesheet.css o que no estén subidos todos los archivos del MOD en donde corresponde.

Re: Problemas AOS Notification

Publicado: 11 Mar 2012, 17:02
por aurquiel
Disculpa Alorse...edite mi mensaje anterior colocando los mods que creo que tengo instalados con sus respectivas versiones....

Y tenías razón fue un error mio al faltab la línea en el /stylesheet.css