[Problema] Bloque para el portal
Publicado: 05 Feb 2009, 14:29
URL: http://www.generacionjugona.com" onclick="window.open(this.href);return false;
Versión phpBB: phpBB3 (3.0.4)
MODs Instalados: Ninguno por el momento.
Plantilla(s) usada(s): prosilver
Servidor: Linux
Actualización desde otra versión: No
Conversión desde otro sistema de foros: No
Hola !
Antes de nada tengo que comentar que esto lo postee en otro lado (me volví a equivocar ya que no tenía que ponerlo ahí sino aquí), pido disculpas por ello. Os cuento, tengo un problema con una plantilla Prosilver, creo este bloque;
Es un contador ExtremeTracking. Ahora lo pongo en la plantilla, así;
(Tiene como nombre contador.html y está a la izquierda.)
¿Alguien me sabe decir cual es el problema?
Antes lo tenía y me funcionaba, no entiendo que estoy haciendo mal esta vez.
Versión phpBB: phpBB3 (3.0.4)
MODs Instalados: Ninguno por el momento.
Plantilla(s) usada(s): prosilver
Servidor: Linux
Actualización desde otra versión: No
Conversión desde otro sistema de foros: No
Hola !
Antes de nada tengo que comentar que esto lo postee en otro lado (me volví a equivocar ya que no tenía que ponerlo ahí sino aquí), pido disculpas por ello. Os cuento, tengo un problema con una plantilla Prosilver, creo este bloque;
Código: Seleccionar todo
<div class="panel">
<div class="inner">
<span class="corners-top"><span></span></span>
<h3>CONTADOR</h3>
<center><a href="http://extremetracking.com/open?login=jugona">
<img src="http://t1.extreme-dm.com/i.gif" style="border: 0;"
height="38" width="41" id="EXim" alt="eXTReMe Tracker" /></a>
<script type="text/javascript"><!--
var EXlogin='jugona' // Login
var EXvsrv='s11' // VServer
EXs=screen;EXw=EXs.width;navigator.appName!="Netscape"?
EXb=EXs.colorDepth:EXb=EXs.pixelDepth;EXsrc="src";
navigator.javaEnabled()==1?EXjv="y":EXjv="n";
EXd=document;EXw?"":EXw="na";EXb?"":EXb="na";
EXd.write("<img "+EXsrc+"=http://e2.extreme-dm.com",
"/"+EXvsrv+".g?login="+EXlogin+"&",
"jv="+EXjv+"&j=y&srw="+EXw+"&srb="+EXb+"&",
"l="+escape(EXd.referrer)+" height=1 width=1>");//-->
</script><noscript><div id="neXTReMe"><img height="1" width="1" alt=""
src="http://e2.extreme-dm.com/s11.g?login=jugona&j=n&jv=n" />
</div></noscript></center>
<span class="corners-bottom"><span></span></span>
</div>
</div>
<br style="clear:both" />
(Tiene como nombre contador.html y está a la izquierda.)
Código: Seleccionar todo
<!-- DEFINE $S_IN_PORTAL = 1 -->
<!-- INCLUDE overall_header.html -->
<!-- $Id: portal_body.html,v 1.1 2008/02/09 08:18:16 angelside Exp $ //-->
<style type="text/css">
<!--
.topiclist dd.posts_portal {
float:left;
text-align:left;
font-size: 1.1em;
padding:6px 5px 6px 5px;
}
ul.topiclist dt {
float:left;
width: 90%;
font-size: 1em;
}
.gensmall {
margin: 1px 1px;
font-size: 10px;
}
small, .small {
font-size:10px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
}
/* Container for sub-navigation list */
#navigation {
padding-top: 0px;
font-size: 1.1em;
}
/* Link styles for the sub-section links */
#navigation a {
color: #105289;
font-weight: normal;
padding: 2px;
background: #ecf1f3 none repeat-y 100% 0;
}
#navigation a:hover {
background-color: #F9F9F9;
color: #d31141;
}
/* News listing */
ul.news {
border-top: 1px solid #FFFFFF;
list-style: none;
margin-left: 0;
}
ul.news li {
padding: 5px 0 4px 0;
border-bottom: 1px solid #CCCCCC;
}
ul.news li.last {
border-bottom: none;
}
ul.news {
border-top: none;
}
ul.news li {
padding: 0 0 4px 0;
margin-bottom: 5px;
margin-left: 0;
border-bottom-color: #E0E0E0;
}
.postbody_portal {
width: 100%;
}
//-->
</style>
<table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
<tr>
<!-- [+] left block area -->
<td width="{PORTAL_LEFT_COLLUMN}" valign="top" style="padding-right:6px;">
<!-- INCLUDE portal/block/main_menu.html -->
<!-- IF S_DISPLAY_SEARCH -->
<!-- INCLUDE portal/block/search.html -->
<!-- ENDIF -->
<!-- IF S_ADS_SMALL -->
<!-- INCLUDE portal/block/ads_small.html -->
<!-- ENDIF -->
<!-- IF S_DISPLAY_CHANGE_STYLE -->
<!-- INCLUDE portal/block/change_style.html -->
<!-- ENDIF -->
<!-- IF S_DISPLAY_PAY_S -->
<!-- INCLUDE portal/block/donation/donation_small.html -->
<!-- ENDIF -->
<!-- IF S_DISPLAY_LATEST_MEMBERS -->
<!-- INCLUDE portal/block/latest_members.html -->
<!-- ENDIF -->
<!-- IF S_DISPLAY_TOP_POSTERS -->
<!-- INCLUDE portal/block/top_poster.html -->
<!-- ENDIF -->
<!-- IF S_DISPLAY_RANDOM_MEMBER -->
<!-- INCLUDE portal/block/random_member.html -->
<!-- ENDIF -->
<!-- IF S_DISPLAY_CLOCK -->
<!-- INCLUDE portal/block/clock.html -->
<!-- ENDIF -->
<!-- IF S_DISPLAY_MINICAL -->
<!-- INCLUDE portal/block/mini_calendar.html -->
<!-- ENDIF -->
<!-- INCLUDE portal/block/contador.html -->
<!-- IF S_DISPLAY_LINK_US -->
<!-- INCLUDE portal/block/link_us.html -->
<!-- ENDIF -->
<!-- IF S_DISPLAY_LINKS -->
<!-- INCLUDE portal/block/links.html -->
<!-- ENDIF -->
<!-- IF S_DISPLAY_LAST_BOTS and S_LAST_VISITED_BOTS -->
<!-- INCLUDE portal/block/latest_bots.html -->
<!-- ENDIF -->
<!-- IF S_DISPLAY_BIRTHDAY_LIST and BIRTHDAY_LIST -->
<!-- INCLUDE portal/block/birthday_list.html -->
<!-- ENDIF -->
</td>
<!-- [-] left block area -->
<td width="4" valign="top"></td>
<!-- [+] center block area -->
<td valign="top">
<!-- IF S_DISPLAY_WELCOME -->
<!-- INCLUDE portal/block/welcome.html -->
<!-- ENDIF -->
<!-- IF S_ADS_CENTER -->
<!-- INCLUDE portal/block/ads_center.html -->
<!-- ENDIF -->
<!-- IF S_DISPLAY_PAY_C -->
<!-- INCLUDE portal/block/donation/donation.html -->
<!-- ENDIF -->
<!-- IF S_DISPLAY_RECENT -->
<!-- INCLUDE portal/block/recent.html -->
<!-- ENDIF -->
<!-- IF S_DISPLAY_POLL -->
<!-- INCLUDE portal/block/poll.html -->
<!-- ENDIF -->
<!-- IF S_DISPLAY_ANNOUNCEMENTS -->
<!-- IF S_ANNOUNCE_COMPACT -->
<!-- INCLUDE portal/block/announcements_compact.html -->
<!-- ELSE -->
<!-- INCLUDE portal/block/announcements.html -->
<!-- ENDIF -->
<!-- ENDIF -->
<!-- IF S_DISPLAY_NEWS -->
<!-- IF S_NEWS_COMPACT -->
<!-- INCLUDE portal/block/news_compact.html -->
<!-- ELSE -->
<!-- INCLUDE portal/block/news.html -->
<!-- ENDIF -->
<!-- ENDIF -->
<!-- IF S_DISPLAY_WORDGRAPH -->
<!-- INCLUDE portal/block/wordgraph.html -->
<!-- ENDIF -->
<!-- IF S_DISPLAY_JUMPBOX -->
<!-- INCLUDE portal/block/jumpbox.html -->
<!-- ENDIF -->
</td>
<!-- [-] center block area -->
<td width="4" valign="top"></td>
<!-- [+] right block area -->
<td width="{PORTAL_RIGHT_COLLUMN}" valign="top" style="padding-left:6px;">
<!--// [+] latest files => only for site version
<div class="panel">
<div class="inner">
<span class="corners-top"><span></span></span>
<h3>Latest Files</h3>
<span style="font-weight: bold">Latest version:</span> 1.1.0b<br />
<span style="font-weight: bold">Released:</span> 2007-08-01<br /><br />
<span style="font-weight: bold">Download:</span><br />
<a href="http://www.phpbb3portal.com/viewtopic.php?f=4&t=9">phpbb3-portal.110b.tar.gz</a><br /><br />
<span style="font-weight: bold">Development:</span><br />
<a href="http://www.phppbb3ortal.com">phpbb3portal.com</a><br />
<a href="http://sourceforge.net/projects/canverportal/" rel="nofollow">SourceForge Project</a>
<span class="corners-bottom"><span></span></span>
</div>
</div>
<br clear="all" />
[-] latest files => only for site version //-->
<!-- IF not S_USER_LOGGED_IN -->
<!-- INCLUDE portal/block/login_box.html -->
<!-- ENDIF -->
<!-- IF S_USER_LOGGED_IN -->
<!-- INCLUDE portal/block/user_menu.html -->
<!-- ENDIF -->
<!-- IF S_DISPLAY_FRIENDS and S_ZEBRA_ENABLED and S_USER_LOGGED_IN -->
<!-- INCLUDE portal/block/online_friends.html -->
<!-- ENDIF -->
<!-- IF S_DISPLAY_ADVANCED_STAT -->
<!-- INCLUDE portal/block/statistics.html -->
<!-- ENDIF -->
<!-- IF S_DISPLAY_ONLINE_LIST -->
<!-- INCLUDE portal/block/whois_online.html -->
<!-- ENDIF -->
<!-- IF S_DISPLAY_LEADERS -->
<!-- INCLUDE portal/block/leaders.html -->
<!-- ENDIF -->
<!-- IF not S_IS_BOT and S_USER_LOGGED_IN and S_DISPLAY_ATTACHMENTS -->
<!-- INCLUDE portal/block/attachments.html -->
<!-- ENDIF -->
<!-- IF S_DISPLAY_ACTIVE_TOPIC -->
<!--INCLUDE portal/block/active.html-->
<!-- ENDIF -->
<!--INCLUDE portal/block/_sample_block_design.html-->
</td>
<!-- [-] right block area -->
</tr>
</table>
<!--// phpBB3 Portal by Sevdin Filiz, www.phpbb3portal.com //-->
<!-- INCLUDE overall_footer.html -->
Antes lo tenía y me funcionaba, no entiendo que estoy haciendo mal esta vez.