Recordad que para pedir soporte alguno, debéis facilitar los datos de soporte oportunos por favor, mirad aquí y leer las Normas generales del foro, esto nos servirá de ayuda para dar el mejor soporte..
Gracias.
La Administración de phpBB España.
Thumbnails no funcionanTema Solucionado
-
- Mensajes: 30
- Registrado: 12 Jun 2009, 21:34
Thumbnails no funcionan
Versión phpBB: phpBB3 (3.0.7-PL1)
MODs Instalados: Cambiar botones de BBcodes de phpBB3 a botones con Imagenes
Easy Resize Posted Images 1.1.2
Como crear una barra de desplazamiento para los emoticones
Plantilla(s) usada(s): Rainbow Pearl
Servidor: Windows, de pago.
Actualización desde otra versión: NO
Conversión desde otro sistema de foros: NO
Los thumbnails no funcionan, direccionan a la imagen del thumbnail y no a la imagen original, esto sucede con todos los host (lo probé en otros foros y si funcionan correctamente)
El problema ocurrió luego de instalar el MOD (Cambiar botones de BBcodes a botones con Imagenes, dicho de paso funciona correctamente) anteriormente funcionaban sin problema.
Busqué en el foro algun tema que me ayudara pero no encontré.
Aquí las capturas:
Versión phpBB: phpBB3 (3.0.11)
MODs Instalados:
mChat 1.3.5
Topic in "Who is Online"
Default Random 'No Avatar'
Smile middle version 1.0.1
User Reminder
Activity Stats MOD
Birthday on registration
Añadir una imagen aleatoria en el header
Cambiar botones de BBcodes de phpBB3 a botones con Imagenes.
Barra de desplazamiento vertical para los emoticones.
Easy Resize Posted Images.
Prime Warnings.
Ban users by x warnings.
BBcode Buttons and Smilies for Quick Reply
ACP Announcement Centre' version 1.2.2
Plantilla(s) usada(s): Rainbow Pearl
Servidor: De pago
Actualización desde otra versión: Si (3.0.7-PL1)
Conversión desde otro sistema de foros: No
Re: Thumbnails no funcionan
antes que instales el mod de bbcodes con imagenes dices que funcionaba perfecto no es asi? tienes instalado algun mod para redimencionamiento de imagenes dime? podria ser que al instalar el mod de bbcodes con imagenes se tenga que modificar algo del bbcode de miniaturas pero no estaria seguro del todo
saludos
Datos de Soporte:
- URL del Foro: http://www.peruvoley.com/foro
- Hosting donde está alojada: http://www.rogohosting.com
- Versión del foro: 3.3.11
- Estilo: stasis-leak
- Mods Instalados:
Guias de ayuda:
Guia para corregir el copyright en foros phpBB3
-
- Mensajes: 30
- Registrado: 12 Jun 2009, 21:34
Re: Thumbnails no funcionan
Si, el problema surgió después de hacer las modificaciones para cambiar los botones de bbcodes. Cuando instale la redimensión de las imágenes en los post no hubieron problemas con los thumbs.
Los cambios los realicé de acuerdo a lo especificado en http://www.phpbb-es.com/foro/descarga-m ... tml#p97476
Realizé los siguientes cambios en la plantilla basada en subsilver2: pastebin.php?mode=view&s=5
* Este es el archivo styles/subsilver2/template/posting_buttons.html original
Spoiler
<td colspan="2">
<script type="text/javascript">
// <![CDATA[
// Define the bbCode tags
var bbcode = new Array();
var bbtags = new Array('','','','','','','
','','
Código: Seleccionar todo
','
- ','
- ','
var imageTag = false;
// Helpline messages
var help_line = {
b: '{LA_BBCODE_B_HELP}',
i: '{LA_BBCODE_I_HELP}',
u: '{LA_BBCODE_U_HELP}',
q: '{LA_BBCODE_Q_HELP}',
c: '{LA_BBCODE_C_HELP}',
l: '{LA_BBCODE_L_HELP}',
o: '{LA_BBCODE_O_HELP}',
p: '{LA_BBCODE_P_HELP}',
w: '{LA_BBCODE_W_HELP}',
s: '{LA_BBCODE_S_HELP}',
f: '{LA_BBCODE_F_HELP}',
e: '{LA_BBCODE_E_HELP}',
d: '{LA_BBCODE_D_HELP}',
t: '{LA_BBCODE_T_HELP}',
tip: '{L_STYLES_TIP}'
<!-- BEGIN custom_tags -->
,cb_{custom_tags.BBCODE_ID}: '{custom_tags.A_BBCODE_HELPLINE}'
<!-- END custom_tags -->
}
// ]]>
</script>
<script type="text/javascript" src="{T_TEMPLATE_PATH}/editor.js"></script>
<!-- IF S_BBCODE_ALLOWED -->
<input type="button" class="btnbbcode" accesskey="b" name="addbbcode0" value=" B " style="font-weight:bold; width: 30px;" onclick="bbstyle(0)" onmouseover="helpline('b')" onmouseout="helpline('tip')" />
<input type="button" class="btnbbcode" accesskey="i" name="addbbcode2" value=" i " style="font-style:italic; width: 30px;" onclick="bbstyle(2)" onmouseover="helpline('i')" onmouseout="helpline('tip')" />
<input type="button" class="btnbbcode" accesskey="u" name="addbbcode4" value=" u " style="text-decoration: underline; width: 30px;" onclick="bbstyle(4)" onmouseover="helpline('u')" onmouseout="helpline('tip')" />
<!-- IF S_BBCODE_QUOTE -->
<input type="button" class="btnbbcode" accesskey="q" name="addbbcode6" value="Quote" style="width: 50px" onclick="bbstyle(6)" onmouseover="helpline('q')" onmouseout="helpline('tip')" />
<!-- ENDIF -->
<input type="button" class="btnbbcode" accesskey="c" name="addbbcode8" value="Code" style="width: 40px" onclick="bbstyle(8)" onmouseover="helpline('c')" onmouseout="helpline('tip')" />
<input type="button" class="btnbbcode" accesskey="l" name="addbbcode10" value="List" style="width: 40px" onclick="bbstyle(10)" onmouseover="helpline('l')" onmouseout="helpline('tip')" />
<input type="button" class="btnbbcode" accesskey="o" name="addbbcode12" value="List=" style="width: 40px" onclick="bbstyle(12)" onmouseover="helpline('o')" onmouseout="helpline('tip')" />
<input type="button" class="btnbbcode" accesskey="t" name="addlitsitem" value="[*]" style="width: 40px" onclick="bbstyle(-1)" onmouseover="helpline('e')" onmouseout="helpline('tip')" />
<!-- IF S_BBCODE_IMG -->
<input type="button" class="btnbbcode" accesskey="p" name="addbbcode14" value="Img" style="width: 40px" onclick="bbstyle(14)" onmouseover="helpline('p')" onmouseout="helpline('tip')" />
<!-- ENDIF -->
<!-- IF S_LINKS_ALLOWED -->
<input type="button" class="btnbbcode" accesskey="w" name="addbbcode16" value="URL" style="text-decoration: underline; width: 40px" onclick="bbstyle(16)" onmouseover="helpline('w')" onmouseout="helpline('tip')" />
<!-- ENDIF -->
<!-- IF S_BBCODE_FLASH -->
<input type="button" class="btnbbcode" accesskey="d" name="addbbcode18" value="Flash" onclick="bbstyle(18)" onmouseover="helpline('d')" onmouseout="helpline('tip')" />
<!-- ENDIF -->
<span class="genmed nowrap">{L_FONT_SIZE}: <select class="gensmall" name="addbbcode20" onchange="bbfontstyle('[size=' + this.form.addbbcode20.options[this.form.addbbcode20.selectedIndex].value + ']', '[/size]');this.form.addbbcode20.selectedIndex = 2;" onmouseover="helpline('f')" onmouseout="helpline('tip')">
<option value="50">{L_FONT_TINY}</option>
<option value="85">{L_FONT_SMALL}</option>
<option value="100" selected="selected">{L_FONT_NORMAL}</option>
<!-- IF not MAX_FONT_SIZE or MAX_FONT_SIZE >= 150 -->
<option value="150">{L_FONT_LARGE}</option>
<!-- IF not MAX_FONT_SIZE or MAX_FONT_SIZE >= 200 -->
<option value="200">{L_FONT_HUGE}</option>
<!-- ENDIF -->
<!-- ENDIF -->
</select></span>
<!-- ENDIF -->
</td>
</tr>
<!-- IF S_BBCODE_ALLOWED and .custom_tags -->
<tr valign="middle" align="{S_CONTENT_FLOW_BEGIN}">
<td colspan="2">
<!-- BEGIN custom_tags -->
<input type="button" class="btnbbcode" name="addbbcode{custom_tags.BBCODE_ID}" value="{custom_tags.BBCODE_TAG}" onclick="bbstyle({custom_tags.BBCODE_ID})"<!-- IF custom_tags.BBCODE_HELPLINE !== '' --> onmouseover="helpline('cb_{custom_tags.BBCODE_ID}')" onmouseout="helpline('tip')"<!-- ENDIF --> />
<!-- END custom_tags -->
</td>
</tr>
<!-- ENDIF -->
<!-- IF S_BBCODE_ALLOWED -->
<tr>
<td<!-- IF $S_SIGNATURE or S_EDIT_DRAFT --> colspan="2"<!-- ENDIF -->><input type="text" readonly="readonly" name="helpbox" style="width:100%" class="helpline" value="{L_STYLES_TIP}" /></td>
<!-- IF not $S_SIGNATURE and not S_EDIT_DRAFT -->
<td class="genmed" align="center">{L_FONT_COLOR}</td>
<!-- ENDIF -->
</tr>
<!-- ENDIF -->
Se me hace difícil colocar el texto del archivo por la cantidad de bbcodes que tiene <tr valign="middle" align="{S_CONTENT_FLOW_BEGIN}">
<td colspan="2">
<script type="text/javascript">
// <![CDATA[
// Define the bbCode tags
var bbcode = new Array();
var bbtags = new Array('[b]','[/b]','[i]','[/i]','[u]','[/u]','[quote]','[/quote]','[code]','[/code]','[list]','[/list]','[list=]','[/list]','[img]','[/img]','[url]','[/url]','[flash=]', '[/flash]','[size=]','[/size]'<!-- BEGIN custom_tags -->, {custom_tags.BBCODE_NAME}<!-- END custom_tags -->);
var imageTag = false;
// Helpline messages
var help_line = {
b: '{LA_BBCODE_B_HELP}',
i: '{LA_BBCODE_I_HELP}',
u: '{LA_BBCODE_U_HELP}',
q: '{LA_BBCODE_Q_HELP}',
c: '{LA_BBCODE_C_HELP}',
l: '{LA_BBCODE_L_HELP}',
o: '{LA_BBCODE_O_HELP}',
p: '{LA_BBCODE_P_HELP}',
w: '{LA_BBCODE_W_HELP}',
s: '{LA_BBCODE_S_HELP}',
f: '{LA_BBCODE_F_HELP}',
e: '{LA_BBCODE_E_HELP}',
d: '{LA_BBCODE_D_HELP}',
t: '{LA_BBCODE_T_HELP}',
tip: '{L_STYLES_TIP}'
<!-- BEGIN custom_tags -->
,cb_{custom_tags.BBCODE_ID}: '{custom_tags.A_BBCODE_HELPLINE}'
<!-- END custom_tags -->
}
// ]]>
</script>
<script type="text/javascript" src="{T_TEMPLATE_PATH}/editor.js"></script>
<!-- IF S_BBCODE_ALLOWED -->
<select class="gensmall" style="height: 18px;" name="fuentes" onchange="bbfontstyle('[font=' + this.form.fuentes.options[this.form.fuentes.selectedIndex].value + ']', '[/font]');this.selectedIndex=0;" onmouseover="helpline('font')">
<option value="" class="genmed" style="font-family: Verdana;" selected="selected">Fuente</option>
<option value="Arial" class="genmed" style="font-family: Arial;">Arial</option>
<option value="Comic Sans MS" class="genmed" style="font-family: 'Comic Sans MS';">Comic Sans MS</option>
<option value="Courier New" class="genmed" style="font-family: 'Courier New';">Courier New</option>
<option value="Impact" class="genmed" style="font-family: Impact;">Impact</option>
<option value="Lucida Console" class="genmed" style="font-family: 'Lucida Console';">Lucida Console</option>
<option value="Lucida Sans Unicode" class="genmed" style="font-family: 'Lucida Sans Unicode';">Lucida Sans Unicode</option>
<option value="Microsoft Sans Serif" class="genmed" style="font-family: 'Microsoft Sans Serif';">Microsoft Sans Serif</option>
<option value="Symbol" class="genmed" style="font-family: Symbol;">Symbol</option>
<option value="Tahoma" class="genmed" style="font-family: Tahoma;">Tahoma</option>
<option value="Times New Roman" class="genmed" style="font-family: 'Times New Roman';">Times New Roman</option>
<option value="Traditional Arabic" class="genmed" style="font-family: 'Traditional Arabic';">Traditional Arabic</option>
<option value="Trebuchet MS" class="genmed" style="font-family: 'Trebuchet MS';">Trebuchet MS</option>
<option value="Verdana" class="genmed" style="font-family: Verdana;">Verdana</option>
<option value="Webdings" class="genmed" style="font-family: Webdings;">Webdings</option>
<option value="Wingdings" class="genmed" style="font-family: Wingdings;">Wingdings</option>
</select>
<select class="gensmall" name="addbbcode20" onchange="bbfontstyle('[size=' + this.form.addbbcode20.options[this.form.addbbcode20.selectedIndex].value + ']', '[/size]');this.form.addbbcode20.selectedIndex = 0;" onmouseover="helpline('f')" onmouseout="helpline('tip')">
<option value="" selected="selected">Tamaño</option>
<option value="50">{L_FONT_TINY}</option>
<option value="85">{L_FONT_SMALL}</option>
<option value="100">{L_FONT_NORMAL}</option>
<option value="150">{L_FONT_LARGE}</option>
<option value="200">{L_FONT_HUGE}</option>
</select>
<br>
<img src="./images/posting/left.gif" border="0" alt="align=left" onclick="bbfontstyle('[align=left]','[/align]')" onmouseover="helpline('align_left')" onmouseout="helpline('tip')" class="bbimages"/>
<img src="./images/posting/center.gif" border="0" alt="align=right" onclick="bbfontstyle('[align=center]','[/align]')" onmouseover="helpline('align_center')" onmouseout="helpline('tip')" class="bbimages"/>
<img src="./images/posting/right.gif" border="0" alt="align=right" onclick="bbfontstyle('[align=right]','[/align]')" onmouseover="helpline('align_right')" onmouseout="helpline('tip')" class="bbimages"/>
<img src="./images/posting/justify.gif" border="0" alt="align=justify" onclick="bbfontstyle('[align=justify]','[/align]')" onmouseover="helpline('align_justify')" onmouseout="helpline('tip')" class="bbimages"/>
<img src="./images/posting/dots.gif" border="0" style="padding-left: 5px; padding-right: 5px;" />
<img src="./images/posting/bold.gif" border="0" alt="b" accesskey="b" name="addbbcode0" value=" B " onclick="bbstyle(0)" onmouseover="helpline('b')" onmouseout="helpline('tip')" class="bbimages"/>
<img src="./images/posting/italic.gif" border="0" alt="i" accesskey="i" name="addbbcode2" value=" i " onclick="bbstyle(2)" onmouseover="helpline('i')" onmouseout="helpline('tip')" class="bbimages"/>
<img src="./images/posting/under.gif" border="0" alt="u" accesskey="u" name="addbbcode4" value=" u " onclick="bbstyle(4)" onmouseover="helpline('u')" onmouseout="helpline('tip')" class="bbimages"/>
<img src="./images/posting/strike.gif" border="0" alt="strike" onclick="bbfontstyle('[strike]','[/strike]')" onmouseover="helpline('strike')" onmouseout="helpline('tip')" border="0" class="bbimages"/>
<img src="./images/posting/sup.gif" border="0" alt="sup" onclick="bbfontstyle('[sup]','[/sup]')" onmouseover="helpline('sup')" onmouseout="helpline('tip')" border="0" class="bbimages"/>
<img src="./images/posting/sub.gif" border="0" alt="sub" onclick="bbfontstyle('[sub]','[/sub]')" onmouseover="helpline('sub')" onmouseout="helpline('tip')" border="0" class="bbimages"/>
<img src="./images/posting/dots.gif" border="0" style="padding-left: 5px; padding-right: 5px;" />
<img src="./images/posting/listb.gif" border="0" alt="list" accesskey="l" name="addbbcode10" value="List" onclick="bbstyle(10)" onmouseover="helpline('l')" onmouseout="helpline('tip')" class="bbimages"/>
<img src="./images/posting/listo.gif" border="0" alt="list" accesskey="o" name="addbbcode12" value="List=" onclick="bbstyle(12)" onmouseover="helpline('o')" onmouseout="helpline('tip')" class="bbimages"/>
<img src="./images/posting/listitem.gif" border="0" alt="[*]" accesskey="t" name="addlitsitem" value="[*]" onclick="bbstyle(-1)" onmouseover="helpline('e')" onmouseout="helpline('tip')" class="bbimages"/>
<img src="./images/posting/dots.gif" border="0" style="padding-left: 5px; padding-right: 5px;" />
<img src="./images/posting/highlight=.gif" alt="highlight" border="0" onclick="bbfontstyle('[highlight=#FFFFAA]','[/highlight]')" onmouseover="helpline('highlight')" onmouseout="helpline('tip')" border="0" class="bbimages"/>
<img src="./images/posting/hr.gif" border="0" alt="hr" onclick="bbfontstyle('[hr]','[/hr]')" onmouseover="helpline('hr')" onmouseout="helpline('tip')" border="0" class="bbimages"/>
<img src="./images/posting/ot.gif" border="0" alt="ot" onclick="bbfontstyle('[ot]','[/ot]')" onmouseover="helpline('ot')" onmouseout="helpline('tip')" border="0" class="bbimages"/>
<img src="./images/posting/dots.gif" border="0" style="padding-left: 5px; padding-right: 5px;" />
<img src="./images/posting/marqd.gif" border="0" alt="marquee=down" onclick="bbfontstyle('[marquee=down]','[/marquee]')" onmouseover="helpline('marquee_down')" onmouseout="helpline('tip')" class="bbimages"/>
<img src="./images/posting/marqu.gif" border="0" alt="marquee=up" onclick="bbfontstyle('[marquee=up]','[/marquee]')" onmouseover="helpline('marquee_up')" onmouseout="helpline('tip')" class="bbimages"/>
<img src="./images/posting/marql.gif" border="0" alt="marquee=left" onclick="bbfontstyle('[marquee=left]','[/marquee]')" onmouseover="helpline('marquee_left')" onmouseout="helpline('tip')" class="bbimages"/>
<img src="./images/posting/marqr.gif" border="0" alt="marquee=right" onclick="bbfontstyle('[marquee=right]','[/marquee]')" onmouseover="helpline('marquee_right')" onmouseout="helpline('tip')" class="bbimages"/>
<br>
<!-- IF S_BBCODE_QUOTE -->
<img src="./images/posting/quote.gif" border="0" alt="quote" accesskey="q" name="addbbcode6" value="Quote" onclick="bbstyle(6)" onmouseover="helpline('q')" onmouseout="helpline('tip')" class="bbimages"/>
<!-- ENDIF -->
<img src="./images/posting/code.gif" border="0" alt="code" accesskey="c" name="addbbcode8" value="Code" onclick="bbstyle(8)" onmouseover="helpline('c')" onmouseout="helpline('tip')" class="bbimages"/>
<img src="./images/posting/spoiler.gif" border="0" alt="spoiler" onclick="bbfontstyle('[spoiler]','[/spoiler]')" onmouseover="helpline('spoiler')" onmouseout="helpline('tip')" border="0" class="bbimages"/>
<img src="./images/posting/dots.gif" border="0" style="padding-left: 5px; padding-right: 5px;" />
<!-- IF S_BBCODE_IMG -->
<img src="./images/posting/img.gif" border="0" alt="img" accesskey="p" name="addbbcode14" value="Img" onclick="bbstyle(14)" onmouseover="helpline('p')" onmouseout="helpline('tip')" class="bbimages"/>
<!-- ENDIF -->
<!-- IF S_LINKS_ALLOWED -->
<img src="./images/posting/url.gif" border="0" alt="URL" accesskey="w" name="addbbcode16" value="URL" onclick="bbstyle(16)" onmouseover="helpline('w')" onmouseout="helpline('tip')" class="bbimages"/>
<!-- ENDIF -->
<img src="./images/posting/email.gif" border="0" alt="email" onclick="bbfontstyle('[email]','[/email]')" onmouseover="helpline('mail')" onmouseout="helpline('tip')" class="bbimages"/>
<img src="./images/posting/dots.gif" border="0" style="padding-left: 5px; padding-right: 5px;" />
<!-- IF S_BBCODE_FLASH -->
<img src="./images/posting/flash.gif" border="0" alt="Flash" accesskey="d" name="addbbcode18" value="Flash" onclick="bbstyle(18)" onmouseover="helpline('d')" onmouseout="helpline('tip')" class="bbimages"/>
<!-- ENDIF -->
<img src="./images/posting/video.gif" border="0" alt="video" onclick="bbfontstyle('[video width=320 height=285]','[/video]')" onmouseover="helpline('video')" onmouseout="helpline('tip')" border="0" class="bbimages"/>
<img src="./images/posting/mp3.gif" border="0" alt="mp3" onclick="bbfontstyle('[mp3]','[/mp3]')" onmouseover="helpline('mp3')" onmouseout="helpline('tip')" border="0" class="bbimages"/>
<img src="./images/posting/quick.gif" border="0" alt="quick" onclick="bbfontstyle('[quick width=320 height=240]','[/quick]')" onmouseover="helpline('quick')" onmouseout="helpline('tip')" border="0" class="bbimages"/>
<img src="./images/posting/ram.gif" border="0" alt="ram" onclick="bbfontstyle('[ram width=275 height=40]','[/ram]')" onmouseover="helpline('ram')" onmouseout="helpline('tip')" border="0" class="bbimages"/>
<img src="./images/posting/googlevideo.gif" border="0" alt="googlevideo" onclick="bbfontstyle('[googlevideo]','[/googlevideo]')" onmouseover="helpline('googlevideo')" onmouseout="helpline('tip')" border="0" class="bbimages"/>
<img src="./images/posting/youtube.gif" border="0" alt="youtube" onclick="bbfontstyle('[youtube]','[/youtube]')" onmouseover="helpline('youtube')" onmouseout="helpline('tip')" border="0" class="bbimages"/>
<!-- IF S_BBCODE_ALLOWED and .custom_tags -->
<br>
<!-- BEGIN custom_tags -->
<img src="./images/posting/{custom_tags.BBCODE_TAG}.gif" border="0" alt="{custom_tags.BBCODE_TAG}" title="{custom_tags.BBCODE_TAG}" name="addbbcode{custom_tags.BBCODE_ID}" value="{custom_tags.BBCODE_TAG}" onclick="bbstyle({custom_tags.BBCODE_ID})"<!-- IF custom_tags.BBCODE_HELPLINE !== '' --> onmouseover="helpline('cb_{custom_tags.BBCODE_ID}')" onmouseout="helpline('tip')"<!-- ENDIF --> class="bbimages"/>
<!-- END custom_tags -->
<!-- ENDIF -->
<!-- ENDIF -->
</td>
</tr>
<!-- IF S_BBCODE_ALLOWED -->
<tr>
<td<!-- IF $S_SIGNATURE or S_EDIT_DRAFT --> colspan="2"<!-- ENDIF -->><input type="text" readonly="readonly" name="helpbox" style="width:100%" class="helpline" value="{L_STYLES_TIP}" /></td>
<!-- IF not $S_SIGNATURE and not S_EDIT_DRAFT -->
<td class="genmed" align="center">{L_FONT_COLOR}</td>
<!-- ENDIF -->
</tr>
<!-- ENDIF --> El archivo /styles/subsilver2/theme/stylesheet.css original
Spoiler
phpBB 3.0 Style Sheet
--------------------------------------------------------------
Style name: Black Pearl
Based on style: subSilver (the default phpBB 2 style)
Original author: subBlue ( http://www.subBlue.com/ )
Modified by: Mighty Gorgon ( http://www.icyphoenix.com )
Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
--------------------------------------------------------------
*/
/* === Layout === */
* {
/* Reset browsers default margin, padding and font sizes */
margin: 0;
padding: 0;
}
html {
font-size: 100%;
}
body {
/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
font-family: Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
color: #11FF11;
background-color: #112238;
font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
margin: 0px 10px 0px 10px;
}
#wrapcentre {
margin: 15px 15px 0 15px;
}
#wrapfooter {
text-align: center;
clear: both;
}
#wrapper{
/* clear: both; */
margin: 0 auto;
width: 960px;
/* width: 90%; */
}
#top_logo{
border-width: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
background: url('./images/top_header.png') repeat;
height: 150px;
}
#bottom_logo_ext{
border-top: 1px solid #445566;
border-bottom: 1px solid #556677;
}
#bottom_logo{
border: 0px solid #182848;
background: url('./images/bg_footer.gif') repeat;
}
.leftshadow{
background: url('./images/shadow_left.gif') repeat-y;
padding: 0px;
/*margin-left: 10px;*/
width: 9px;
vertical-align: top;
}
.rightshadow{
background: url('./images/shadow_right.gif') repeat-y;
padding: 0px;
/*margin-right: 10px;*/
width: 9px;
vertical-align: top;
}
.forum-buttons {
color: #E8E8EE;
background: #112238 url('./images/bg_buttons.gif') top left repeat-x;
border-top: solid 1px #DD2222;
border-bottom: solid 1px #DD2222;
height: 24px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1.1em;
font-weight: bold;
text-align: center;
vertical-align: middle;
white-space: nowrap;
padding: 0px;
padding-top: 6px;
}
#wrapnav {
width: 100%;
margin: 0;
background-color: #112238;
border-width: 1px;
border-style: solid;
border-color: #182848;
}
#datebar {
margin: 10px 25px 0 25px;
}
#findbar {
width: 100%;
margin: 0;
padding: 0;
border: 0;
}
.forumrules {
color: #222222;
background-color: #FFFFAA;
border-width: 1px;
border-style: solid;
border-color: #FFBB00;
padding: 4px;
font-weight: normal;
font-size: 1.1em;
font-family: Verdana, "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
}
.forumrules h3 {
color: #DD2222;
}
#pageheader { }
#pagecontent { }
#pagefooter { }
#poll { }
#postrow { }
#postdata { }
/* === Text === */
h1 {
color: #E8E8EE;
font-family: "Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
font-size: 1.8em;
font-weight: bold;
text-decoration: none;
}
h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1.5em;
font-weight: bold;
line-height: 120%;
text-decoration: none;
}
h3 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1.3em;
font-weight: bold;
line-height: 120%;
}
h4 {
font-size: 0.9em;
font-weight: bold;
margin: 0;
padding-top: 3px;
}
p {
font-size: 1.1em;
}
p.moderators {
margin: 0;
float: left;
color: #E8E8EE;
font-weight: bold;
}
.rtl p.moderators {
float: right;
}
p.linkmcp {
margin: 0;
float: right;
white-space: nowrap;
}
.rtl p.linkmcp {
float: left;
}
p.breadcrumbs {
margin: 0;
float: left;
color: #E8E8EE;
font-weight: bold;
white-space: normal;
font-size: 1em;
}
.rtl p.breadcrumbs {
float: right;
}
p.datetime {
margin: 0;
float: right;
white-space: nowrap;
font-size: 1em;
}
.rtl p.datetime {
float: left;
}
p.searchbar {
padding: 2px 0;
white-space: nowrap;
}
p.searchbarreg {
margin: 0;
float: right;
white-space: nowrap;
}
.rtl p.searchbarreg {
float: left;
}
p.forumdesc {
padding-bottom: 4px;
}
p.topicauthor {
margin: 1px 0;
}
p.topicdetails {
margin: 1px 0;
}
.postreported, .postreported a:visited, .postreported a:hover, .postreported a:link, .postreported a:active {
margin: 1px 0;
color: #CC3333;
font-weight:bold;
}
.postapprove, .postapprove a:visited, .postapprove a:hover, .postapprove a:link, .postapprove a:active {
color: #007700;
font-weight:bold;
}
.postapprove img, .postreported img {
vertical-align: bottom;
padding-top: 5px;
}
.postauthor {
color: #E8E8EE;
}
.postdetails {
color: #E8E8EE;
}
.postbody {
font-size: 1.3em;
line-height: 1.4em;
font-family: Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
}
.postbody li, ol, ul {
margin: 0 0 0 1.5em;
}
.rtl .postbody li, .rtl ol, .rtl ul {
margin: 0 1.5em 0 0;
}
.posthilit {
background-color: #00FF00;
}
.nav {
margin: 0;
color: #E8E8EE;
font-weight: bold;
}
.pagination {
padding: 4px;
color: #E8E8EE;
font-size: 1em;
font-weight: bold;
}
.cattitle {
}
.gen {
margin: 1px 1px;
font-size: 1.2em;
}
.genmed {
margin: 1px 1px;
font-size: 1.1em;
}
.gensmall {
margin: 1px 1px;
font-size: 1em;
}
.copyright {
padding-left: 2px;
padding-right: 2px;
font-size: 1.0em;
color: #E8E8EE;
vertical-align: middle;
}
.titles {
font-family: Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
font-weight: bold;
font-size: 1.3em;
text-decoration: none;
}
.error {
color: #CC3333;
}
/* === Tables === */
.tbl-title {
color: #E8E8EE;
margin-top: 6px;
}
.tbl-h-c {
background: url('./images/tbl_h_c.gif') bottom left repeat-x;
height: 30px;
font-weight: bold;
font-size: 1.3em;
text-align: center;
vertical-align: middle;
margin: 0;
white-space: nowrap;
overflow: hidden;
}
.tbl-h-l {
background: url('./images/tbl_h_l.gif') bottom left no-repeat;
padding-left: 27px;
}
.tbl-h-r {
background: url('./images/tbl_h_r.gif') bottom right no-repeat;
padding-right: 27px;
}
.tbl-f-c {
background: url('./images/tbl_f_c.gif') bottom left repeat-x;
height: 12px;
font-size: 0.1em;
margin: 0;
white-space: nowrap;
overflow: hidden;
}
.tbl-f-l {
background: url('./images/tbl_f_l.gif') bottom left no-repeat;
padding-left: 10px;
}
.tbl-f-r {
background: url('./images/tbl_f_r.gif') bottom right no-repeat;
padding-right: 10px;
}
th {
color: #E8E8EE;
background-color: #112238;
background-image: url('./images/bg_th.gif');
font-size: 1.1em;
font-weight: bold;
white-space: nowrap;
padding: 7px 5px;
}
td {
padding: 2px;
}
td.profile {
padding: 4px;
}
td.np {
padding: 0px;
}
td.np-body {
background-color: #112238;
padding: 0px;
}
.tablebg {
background-color: #112238;
border: solid 1px #556677;
}
.tablebg th{
color: #E8E8EE;
background: #112238 url('./images/bg_th.gif') top left repeat-x;
font-size: 1.1em;
font-weight: bold;
height: 26px;
padding: 0 5px;
border: solid 1px #182848;
border-right-color: #445566;
border-bottom-color: #445566;
white-space: nowrap;
}
.cat {
color: #FFBB00;
background-color: #112238;
background-image: url('./images/bg_th.gif');
border: solid 1px #182848;
border-right-color: #445566;
border-bottom-color: #445566;
height: 26px;
margin: 0;
padding: 0;
text-indent: 4px;
}
.cat h4 a, .cat h4 a:visited {
color: #E8E8EE;
font-size: 1.2em;
font-weight: bold;
text-decoration: none;
}
.cat h4 a:hover, .cat h4 a:active {
color: #DD2222;
font-size: 1.2em;
font-weight: bold;
text-decoration: underline;
}
.cat-bottom {
background: #112238 url('./images/bg_catbottom.gif') top left repeat-x;
border: solid 1px #182848;
border-right-color: #223355;
border-bottom-color: #223355;
height: 28px;
min-height: 28px;
text-align: center;
padding: 0px;
}
.catdiv {
background-color: #112238;
background-image: url('./images/bg_th.gif');
border: solid 1px #182848;
border-right-color: #445566;
border-bottom-color: #445566;
height: 26px;
margin: 0;
padding: 0;
}
.rtl .catdiv {
background-color: #112238;
background-image: url('./images/bg_th.gif');
}
.row1, .row2, .row3, .row4 {
border: solid 1px #182848;
border-right-color: #223355;
border-bottom-color: #223355;
padding: 4px;
}
.row1 {
background-color: #081828;
}
.row2 {
background-color: #122334;
}
.row3 {
background-color: #233456;
}
.row4 {
background-color: #324354;
}
.row-post-top {
background-color: #112238;
border: solid 1px #182848;
border-right-color: #223355;
border-bottom-color: #223355;
vertical-align: top;
}
.row-post-body {
background: #112233 url('./images/bg_post.gif') top left repeat-x;
border: solid 1px #182848;
border-right-color: #223355;
border-bottom-color: #223355;
vertical-align: top;
}
.row-post-bottom {
color: #666666;
background: #001133 url('./images/bg_postbottom.gif');
border: solid 1px #182848;
border-right-color: #223355;
border-bottom-color: #223355;
vertical-align: middle;
font-size: 1.0em;
line-height: 1.2em;
white-space: nowrap;
padding: 1px;
}
.spacer {
background-color: #FF8800;
background-image: url('./images/bg_spacerow.gif');
border: solid 1px #182848;
border-right-color: #223355;
border-bottom-color: #223355;
height: 4px;
padding: 0;
}
hr {
color: #233456;
background-color: #233456;
border-width: 0;
height: 1px;
}
.legend {
text-align: center;
margin: 0 auto;
border: solid 1px #182848;
background-color: #112238;
}
/* === Links === */
/* Links adjustment to correctly display an order of rtl/ltr mixed content */
.rtl a {
direction: rtl;
unicode-bidi: embed;
}
a:link {
color: #E8E8EE;
text-decoration: none;
}
a:active,
a:visited {
color: #E8E8EE;
text-decoration: none;
}
a:hover {
color: #DD2222;
text-decoration: underline;
}
a.forumlink, a.forumlink:visited {
color: #E8E8EE;
font-family: Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
font-size: 1.2em;
font-weight: bold;
text-decoration: none;
}
a.forumlink:hover, a.forumlink:active {
color: #DD2222;
font-family: Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
font-size: 1.2em;
font-weight: bold;
text-decoration: underline;
}
a.topictitle {
margin: 1px 0;
font-family: Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
font-weight: bold;
font-size: 1.2em;
}
a.topictitle:visited {
color: #E8E8EE;
text-decoration: none;
}
th a,
th a:visited {
color: #FFBB00 !important;
text-decoration: none;
}
th a:hover {
text-decoration: underline;
}
a.subforum.read {
background-image: url('./images/subforum_read.gif');
background-repeat: no-repeat;
background-position: 3px;
padding-left: 12px;
}
a.subforum.unread {
background-image: url('./images/subforum_unread.gif');
background-repeat: no-repeat;
background-position: 3px;
padding-left: 12px;
}
.forum-buttons a, .forum-buttons a:visited {
color: #E8E8EE;
font-weight: bold;
text-decoration: none;
vertical-align: top;
}
.forum-buttons a:hover, .forum-buttons a:active {
color: #DD2222;
font-weight: bold;
text-decoration: none;
vertical-align: top;
}
/* === Form Elements === */
form {
margin: 0;
padding: 0;
border: 0;
}
input {
color: #E8E8EE;
background-color: #112238;
border: 1px solid #336688;
font-family: Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, sans-serif;
font-size: 1.1em;
font-weight: normal;
padding: 1px;
}
textarea {
color: #E8E8EE;
background-color: #112238;
border: 1px solid #336688;
font-family: Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
font-size: 1.3em;
line-height: 1.4em;
font-weight: normal;
padding: 2px;
}
select {
color: #E8E8EE;
background-color: #112238;
border: 1px solid #336688;
font-family: Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, sans-serif;
font-size: 1.1em;
font-weight: normal;
padding: 1px;
}
input:hover, textarea:hover, select:hover {
color: #DD2222;
background-color: #233456;
border: solid 1px #E8E8EE;
}
input:focus, textarea:focus, select:focus {
color: #E8E8EE;
background-color: #112238;
border: solid 1px #DD2222;
}
option {
padding: 0 1em 0 0;
}
option.disabled-option {
color: #888888;
}
.rtl option {
padding: 0 0 0 1em;
}
input.radio {
background-color: transparent;
border: none;
}
.post {
background-color: #112238;
border-style: solid;
border-width: 1px;
}
.btnbbcode {
color: #E8E8EE;
background-color: #112238;
border: 1px solid #336688;
font-family: Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, sans-serif;
font-size: 1.1em;
font-weight: normal;
padding: 1px;
}
.btnmain {
color: #E8E8EE;
background-color: #112238;
border: 1px solid #336688;
font-family: Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, sans-serif;
font-size: 1.1em;
font-weight: bold;
padding: 1px;
cursor: pointer;
}
.btnlite {
color: #E8E8EE;
background-color: #112238;
border: 1px solid #336688;
font-family: Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, sans-serif;
font-size: 1.1em;
font-weight: normal;
padding: 1px;
cursor: pointer;
}
.btnfile {
color: #E8E8EE;
background-color: #112238;
border: 1px solid #336688;
font-family: Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, sans-serif;
font-size: 1.1em;
font-weight: normal;
padding: 1px;
}
btnmain:hover, btnlite:hover, btnfile:hover, btnbbcode:hover {
color: #DD2222;
background-color: #233456;
border: solid 1px #E8E8EE;
}
btnmain:focus, btnlite:focus, btnfile:focus, btnbbcode:hover {
color: #E8E8EE;
background-color: #112238;
border: solid 1px #DD2222;
}
.helpline {
color: #E8E8EE;
background-color: #112238;
border: 1px solid #556677;
}
/* === PM === */
.popuppm-new a {
color: #E8E8EE;
background: #001133 url('./images/bg_post.gif') top left repeat-x;
border: solid 1px #445566;
font-size: 1.2em;
font-weight: bold;
text-decoration: none;
margin: 5px 0;
padding: 40px 60px;
}
.popuppm-new a:hover {
color: #DD2222;
border: solid 1px #DD2222;
text-decoration: underline;
}
a.pm-new-link, a.pm-new-link:visited {
color: #FFBB00;
text-decoration: underline;
}
a.pm-new-link:hover, a.pm-new-link:active {
color: #DD2222;
text-decoration: underline;
}
.pm-bg-color {
background-color: #666666;
}
/* === BBCode === */
.quotetitle {
color: #FFDD99;
background: #FF9933 url('./images/bbc_quote.gif') no-repeat right;
border: 1px solid #556677;
font-family: Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
font-size: 0.9em;
font-weight: bold;
text-align: left;
padding: 5px;
width: 90%;
margin-top: 10px;
}
.attachtitle {
color: #446688;
background: #AACCFF url('./images/bbc_zip.gif') no-repeat right;
border: 1px solid #556677;
font-family: Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
font-size: 0.9em;
font-weight: bold;
text-align: left;
padding: 5px;
width: 90%;
margin-top: 10px;
}
.quotetitle .quotetitle {
font-size: 1.0em;
}
.quotecontent, .attachcontent {
background: #233456;
border: 1px solid #556677;
border-top: 0;
font-family: Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
font-size: 1em;
text-align: left;
padding: 5px;
width: 90%;
overflow: auto;
direction: ltr;
}
.attachco.......BORRE PARA COLOCAR EL SPOILER (SOBREPASABA LA CANTIDAD DE 6000 AQUI)
Quedó así:
Spoiler
phpBB 3.0 Style Sheet
--------------------------------------------------------------
Style name: Black Pearl
Based on style: subSilver (the default phpBB 2 style)
Original author: subBlue ( http://www.subBlue.com/ )
Modified by: Mighty Gorgon ( http://www.icyphoenix.com )
Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
--------------------------------------------------------------
*/
/* === Layout === */
* {
/* Reset browsers default margin, padding and font sizes */
margin: 0;
padding: 0;
}
html {
font-size: 100%;
}
body {
/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
font-family: Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
color: #11FF11;
background-color: #112238;
font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
margin: 0px 10px 0px 10px;
}
#wrapcentre {
margin: 15px 15px 0 15px;
}
#wrapfooter {
text-align: center;
clear: both;
}
#wrapper{
/* clear: both; */
margin: 0 auto;
width: 960px;
/* width: 90%; */
}
#top_logo{
border-width: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
background: url('./images/top_header.png') repeat;
height: 150px;
}
#bottom_logo_ext{
border-top: 1px solid #445566;
border-bottom: 1px solid #556677;
}
#bottom_logo{
border: 0px solid #182848;
background: url('./images/bg_footer.gif') repeat;
}
.leftshadow{
background: url('./images/shadow_left.gif') repeat-y;
padding: 0px;
/*margin-left: 10px;*/
width: 9px;
vertical-align: top;
}
.rightshadow{
background: url('./images/shadow_right.gif') repeat-y;
padding: 0px;
/*margin-right: 10px;*/
width: 9px;
vertical-align: top;
}
.forum-buttons {
color: #E8E8EE;
background: #112238 url('./images/bg_buttons.gif') top left repeat-x;
border-top: solid 1px #DD2222;
border-bottom: solid 1px #DD2222;
height: 24px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1.1em;
font-weight: bold;
text-align: center;
vertical-align: middle;
white-space: nowrap;
padding: 0px;
padding-top: 6px;
}
#wrapnav {
width: 100%;
margin: 0;
background-color: #112238;
border-width: 1px;
border-style: solid;
border-color: #182848;
}
#datebar {
margin: 10px 25px 0 25px;
}
#findbar {
width: 100%;
margin: 0;
padding: 0;
border: 0;
}
/* Botones en imagenes por mitch */
.bbimages:hover {
background-color: #BACCD9;
}
/* Fin Botones en imagenes por mitch */
.forumrules {
color: #222222;
background-color: #FFFFAA;
border-width: 1px;
border-style: solid;
border-color: #FFBB00;
padding: 4px;
font-weight: normal;
font-size: 1.1em;
font-family: Verdana, "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
}
.forumrules h3 {
color: #DD2222;
}
#pageheader { }
#pagecontent { }
#pagefooter { }
#poll { }
#postrow { }
#postdata { }
/* === Text === */
h1 {
color: #E8E8EE;
font-family: "Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
font-size: 1.8em;
font-weight: bold;
text-decoration: none;
}
h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1.5em;
font-weight: bold;
line-height: 120%;
text-decoration: none;
}
h3 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1.3em;
font-weight: bold;
line-height: 120%;
}
h4 {
font-size: 0.9em;
font-weight: bold;
margin: 0;
padding-top: 3px;
}
p {
font-size: 1.1em;
}
p.moderators {
margin: 0;
float: left;
color: #E8E8EE;
font-weight: bold;
}
.rtl p.moderators {
float: right;
}
p.linkmcp {
margin: 0;
float: right;
white-space: nowrap;
}
.rtl p.linkmcp {
float: left;
}
p.breadcrumbs {
margin: 0;
float: left;
color: #E8E8EE;
font-weight: bold;
white-space: normal;
font-size: 1em;
}
.rtl p.breadcrumbs {
float: right;
}
p.datetime {
margin: 0;
float: right;
white-space: nowrap;
font-size: 1em;
}
.rtl p.datetime {
float: left;
}
p.searchbar {
padding: 2px 0;
white-space: nowrap;
}
p.searchbarreg {
margin: 0;
float: right;
white-space: nowrap;
}
.rtl p.searchbarreg {
float: left;
}
p.forumdesc {
padding-bottom: 4px;
}
p.topicauthor {
margin: 1px 0;
}
p.topicdetails {
margin: 1px 0;
}
.postreported, .postreported a:visited, .postreported a:hover, .postreported a:link, .postreported a:active {
margin: 1px 0;
color: #CC3333;
font-weight:bold;
}
.postapprove, .postapprove a:visited, .postapprove a:hover, .postapprove a:link, .postapprove a:active {
color: #007700;
font-weight:bold;
}
.postapprove img, .postreported img {
vertical-align: bottom;
padding-top: 5px;
}
.postauthor {
color: #E8E8EE;
}
.postdetails {
color: #E8E8EE;
}
.postbody {
font-size: 1.3em;
line-height: 1.4em;
font-family: Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
}
.postbody li, ol, ul {
margin: 0 0 0 1.5em;
}
.rtl .postbody li, .rtl ol, .rtl ul {
margin: 0 1.5em 0 0;
}
.posthilit {
background-color: #00FF00;
}
.nav {
margin: 0;
color: #E8E8EE;
font-weight: bold;
}
.pagination {
padding: 4px;
color: #E8E8EE;
font-size: 1em;
font-weight: bold;
}
.cattitle {
}
.gen {
margin: 1px 1px;
font-size: 1.2em;
}
.genmed {
margin: 1px 1px;
font-size: 1.1em;
}
.gensmall {
margin: 1px 1px;
font-size: 1em;
}
.copyright {
padding-left: 2px;
padding-right: 2px;
font-size: 1.0em;
color: #E8E8EE;
vertical-align: middle;
}
.titles {
font-family: Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
font-weight: bold;
font-size: 1.3em;
text-decoration: none;
}
.error {
color: #CC3333;
}
/* === Tables === */
.tbl-title {
color: #E8E8EE;
margin-top: 6px;
}
.tbl-h-c {
background: url('./images/tbl_h_c.gif') bottom left repeat-x;
height: 30px;
font-weight: bold;
font-size: 1.3em;
text-align: center;
vertical-align: middle;
margin: 0;
white-space: nowrap;
overflow: hidden;
}
.tbl-h-l {
background: url('./images/tbl_h_l.gif') bottom left no-repeat;
padding-left: 27px;
}
.tbl-h-r {
background: url('./images/tbl_h_r.gif') bottom right no-repeat;
padding-right: 27px;
}
.tbl-f-c {
background: url('./images/tbl_f_c.gif') bottom left repeat-x;
height: 12px;
font-size: 0.1em;
margin: 0;
white-space: nowrap;
overflow: hidden;
}
.tbl-f-l {
background: url('./images/tbl_f_l.gif') bottom left no-repeat;
padding-left: 10px;
}
.tbl-f-r {
background: url('./images/tbl_f_r.gif') bottom right no-repeat;
padding-right: 10px;
}
th {
color: #E8E8EE;
background-color: #112238;
background-image: url('./images/bg_th.gif');
font-size: 1.1em;
font-weight: bold;
white-space: nowrap;
padding: 7px 5px;
}
td {
padding: 2px;
}
td.profile {
padding: 4px;
}
td.np {
padding: 0px;
}
td.np-body {
background-color: #112238;
padding: 0px;
}
.tablebg {
background-color: #112238;
border: solid 1px #556677;
}
.tablebg th{
color: #E8E8EE;
background: #112238 url('./images/bg_th.gif') top left repeat-x;
font-size: 1.1em;
font-weight: bold;
height: 26px;
padding: 0 5px;
border: solid 1px #182848;
border-right-color: #445566;
border-bottom-color: #445566;
white-space: nowrap;
}
.cat {
color: #FFBB00;
background-color: #112238;
background-image: url('./images/bg_th.gif');
border: solid 1px #182848;
border-right-color: #445566;
border-bottom-color: #445566;
height: 26px;
margin: 0;
padding: 0;
text-indent: 4px;
}
.cat h4 a, .cat h4 a:visited {
color: #E8E8EE;
font-size: 1.2em;
font-weight: bold;
text-decoration: none;
}
.cat h4 a:hover, .cat h4 a:active {
color: #DD2222;
font-size: 1.2em;
font-weight: bold;
text-decoration: underline;
}
.cat-bottom {
background: #112238 url('./images/bg_catbottom.gif') top left repeat-x;
border: solid 1px #182848;
border-right-color: #223355;
border-bottom-color: #223355;
height: 28px;
min-height: 28px;
text-align: center;
padding: 0px;
}
.catdiv {
background-color: #112238;
background-image: url('./images/bg_th.gif');
border: solid 1px #182848;
border-right-color: #445566;
border-bottom-color: #445566;
height: 26px;
margin: 0;
padding: 0;
}
.rtl .catdiv {
background-color: #112238;
background-image: url('./images/bg_th.gif');
}
.row1, .row2, .row3, .row4 {
border: solid 1px #182848;
border-right-color: #223355;
border-bottom-color: #223355;
padding: 4px;
}
.row1 {
background-color: #081828;
}
.row2 {
background-color: #122334;
}
.row3 {
background-color: #233456;
}
.row4 {
background-color: #324354;
}
.row-post-top {
background-color: #112238;
border: solid 1px #182848;
border-right-color: #223355;
border-bottom-color: #223355;
vertical-align: top;
}
.row-post-body {
background: #112233 url('./images/bg_post.gif') top left repeat-x;
border: solid 1px #182848;
border-right-color: #223355;
border-bottom-color: #223355;
vertical-align: top;
}
.row-post-bottom {
color: #666666;
background: #001133 url('./images/bg_postbottom.gif');
border: solid 1px #182848;
border-right-color: #223355;
border-bottom-color: #223355;
vertical-align: middle;
font-size: 1.0em;
line-height: 1.2em;
white-space: nowrap;
padding: 1px;
}
.spacer {
background-color: #FF8800;
background-image: url('./images/bg_spacerow.gif');
border: solid 1px #182848;
border-right-color: #223355;
border-bottom-color: #223355;
height: 4px;
padding: 0;
}
hr {
color: #233456;
background-color: #233456;
border-width: 0;
height: 1px;
}
.legend {
text-align: center;
margin: 0 auto;
border: solid 1px #182848;
background-color: #112238;
}
/* === Links === */
/* Links adjustment to correctly display an order of rtl/ltr mixed content */
.rtl a {
direction: rtl;
unicode-bidi: embed;
}
a:link {
color: #E8E8EE;
text-decoration: none;
}
a:active,
a:visited {
color: #E8E8EE;
text-decoration: none;
}
a:hover {
color: #DD2222;
text-decoration: underline;
}
a.forumlink, a.forumlink:visited {
color: #E8E8EE;
font-family: Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
font-size: 1.2em;
font-weight: bold;
text-decoration: none;
}
a.forumlink:hover, a.forumlink:active {
color: #DD2222;
font-family: Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
font-size: 1.2em;
font-weight: bold;
text-decoration: underline;
}
a.topictitle {
margin: 1px 0;
font-family: Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
font-weight: bold;
font-size: 1.2em;
}
a.topictitle:visited {
color: #E8E8EE;
text-decoration: none;
}
th a,
th a:visited {
color: #FFBB00 !important;
text-decoration: none;
}
th a:hover {
text-decoration: underline;
}
a.subforum.read {
background-image: url('./images/subforum_read.gif');
background-repeat: no-repeat;
background-position: 3px;
padding-left: 12px;
}
a.subforum.unread {
background-image: url('./images/subforum_unread.gif');
background-repeat: no-repeat;
background-position: 3px;
padding-left: 12px;
}
.forum-buttons a, .forum-buttons a:visited {
color: #E8E8EE;
font-weight: bold;
text-decoration: none;
vertical-align: top;
}
.forum-buttons a:hover, .forum-buttons a:active {
color: #DD2222;
font-weight: bold;
text-decoration: none;
vertical-align: top;
}
/* === Form Elements === */
form {
margin: 0;
padding: 0;
border: 0;
}
input {
color: #E8E8EE;
background-color: #112238;
border: 1px solid #336688;
font-family: Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, sans-serif;
font-size: 1.1em;
font-weight: normal;
padding: 1px;
}
textarea {
color: #E8E8EE;
background-color: #112238;
border: 1px solid #336688;
font-family: Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
font-size: 1.3em;
line-height: 1.4em;
font-weight: normal;
padding: 2px;
}
select {
color: #E8E8EE;
background-color: #112238;
border: 1px solid #336688;
font-family: Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, sans-serif;
font-size: 1.1em;
font-weight: normal;
padding: 1px;
}
input:hover, textarea:hover, select:hover {
color: #DD2222;
background-color: #233456;
border: solid 1px #E8E8EE;
}
input:focus, textarea:focus, select:focus {
color: #E8E8EE;
background-color: #112238;
border: solid 1px #DD2222;
}
option {
padding: 0 1em 0 0;
}
option.disabled-option {
color: #888888;
}
.rtl option {
padding: 0 0 0 1em;
}
input.radio {
background-color: transparent;
border: none;
}
.post {
background-color: #112238;
border-style: solid;
border-width: 1px;
}
.btnbbcode {
color: #E8E8EE;
background-color: #112238;
border: 1px solid #336688;
font-family: Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, sans-serif;
font-size: 1.1em;
font-weight: normal;
padding: 1px;
}
.btnmain {
color: #E8E8EE;
background-color: #112238;
border: 1px solid #336688;
font-family: Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, sans-serif;
font-size: 1.1em;
font-weight: bold;
padding: 1px;
cursor: pointer;
}
.btnlite {
color: #E8E8EE;
background-color: #112238;
border: 1px solid #336688;
font-family: Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, sans-serif;
font-size: 1.1em;
font-weight: normal;
padding: 1px;
cursor: pointer;
}
.btnfile {
color: #E8E8EE;
background-color: #112238;
border: 1px solid #336688;
font-family: Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, sans-serif;
font-size: 1.1em;
font-weight: normal;
padding: 1px;
}
btnmain:hover, btnlite:hover, btnfile:hover, btnbbcode:hover {
color: #DD2222;
background-color: #233456;
border: solid 1px #E8E8EE;
}
btnmain:focus, btnlite:focus, btnfile:focus, btnbbcode:hover {
color: #E8E8EE;
background-color: #112238;
border: solid 1px #DD2222;
}
.helpline {
color: #E8E8EE;
background-color: #112238;
border: 1px solid #556677;
}
/* === PM === */
.popuppm-new a {
color: #E8E8EE;
background: #001133 url('./images/bg_post.gif') top left repeat-x;
border: solid 1px #445566;
font-size: 1.2em;
font-weight: bold;
text-decoration: none;
margin: 5px 0;
padding: 40px 60px;
}
.popuppm-new a:hover {
color: #DD2222;
border: solid 1px #DD2222;
text-decoration: underline;
}
a.pm-new-link, a.pm-new-link:visited {
color: #FFBB00;
text-decoration: underline;
}
a.pm-new-link:hover, a.pm-new-link:active {
color: #DD2222;
text-decoration: underline;
}
.pm-bg-color {
background-color: #666666;
}
/* === BBCode === */
.quotetitle {
color: #FFDD99;
background: #FF9933 url('./images/bbc_quote.gif') no-repeat right;
border: 1px solid #556677;
font-family: Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
font-size: 0.9em;
font-weight: bold;
text-align: left;
padding: 5px;
width: 90%;
margin-top: 10px;
}
.attachtitle {
color: #446688;
background: #AACCFF url('./images/bbc_zip.gif') no-repeat right;
border: 1px solid #556677;
font-family: Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
font-size: 0.9em;
font-weight: bold;
text-align: left;
padding: 5px;
width: 90%;
margin-top: 10px;
}
.quotetitle .quotetitle {
font-size: 1.0em;
}
.quotecontent, .attachcontent {
background: #233456;
border: 1px solid #556677;
border-top: 0;
font-family: Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
font-size: 1em;
text-align: left;
padding: 5px;
width: 90%;
overflow: auto;
direction: ltr;
}
.attachcontent {
font-size: 0.85em;
}
.codetitle {
color: #FFDD99;
background: #119933 url('./images/bbc_code.gif') no-repeat right;
border: 1px solid #556677;
font-family: Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
font-size: 0.9em;
font-weight: bold;
text-align: left;
margin-top: 10px;
padding: 5px;
width: 90%;
}
.codecontent {
color: #00FF00;
background: #233456;
border: 1px solid #556677;
border-top: 0;
font-family: 'Courier New', Monaco, monospace;
font-size: 0.85em;
font-weight: normal;
text-align: left;
padding: 5px;
width: 90%;
height: 100px;
overflow: auto;
direction: ltr;
}
.syntaxbg {
color: #E8E8EE;
}
.syntaxcomment {
color: #FF8800;
}
.syntaxdefault {
color: #E8E8EE;
}
.syntaxhtml {
color: #E8E8EE;
}
.syntaxkeyword {
color: #007700;
}
.syntaxstring {
color: #DD2222;
}
/* === Navigation === */
.bc-tbl {
border: solid 1px #556677;
background-color: #112238;
margin: 5px 0;
}
.bc-header {
color: #E8E8EE;
background: #112238 url('./images/bg_nav1.gif');
font-size: 1.3em;
font-weight: bold;
text-align: left;
padding: 4px 5px;
}
.bc-links {
color: #11FF11;
background: #112238 url('./images/bg_nav2.gif') top left repeat-x;
font-size: 1.0em;
line-height: 1.4em;
text-align: right;
padding: 3px 5px;
}
.bc-links-left {
position: relative;
float: left;
text-align: left;
}
.bc-header, .bc-links {
border: solid 1px #182848;
border-right-color: #223355;
border-bottom-color: #223355;
}
.bc-div a, .bc-div a:visited {
color: #E8E8EE;
text-decoration: none;
}
.bc-div a:hover, .bc-div a:active {
color: #DD2222;
text-decoration: none;
}
.bc-links a, .bc-links a:visited, .bc-links a:hover{ text-decoration: underline; }
.bc-div a.nav-current, .bc-div a.nav-current:visited {
color: #FFBB00;
}
.bc-div a.nav-current:hover, .bc-div a.nav-current:active {
color: #DD2222;
text-decoration: none;
}
/* === Private messages === */
.pm_marked_colour {
background-color: #FF5500;
}
.pm_replied_colour {
background-color: #AACCEE;
}
.pm_friend_colour {
background-color: #007700;
}
.pm_foe_colour {
background-color: #DD2222;
}
/* === Misc === */
img {
border: none;
}
.sep {
color: #E8E8EE;
background-color: #FFBB00;
}
table.colortable td {
padding: 0;
}
pre {
font-size: 1.1em;
font-family: 'Courier New', Monaco, monospace;
}
.nowrap {
white-space: nowrap;
}
.username-coloured {
font-weight: bold;
}
Versión phpBB: phpBB3 (3.0.11)
MODs Instalados:
mChat 1.3.5
Topic in "Who is Online"
Default Random 'No Avatar'
Smile middle version 1.0.1
User Reminder
Activity Stats MOD
Birthday on registration
Añadir una imagen aleatoria en el header
Cambiar botones de BBcodes de phpBB3 a botones con Imagenes.
Barra de desplazamiento vertical para los emoticones.
Easy Resize Posted Images.
Prime Warnings.
Ban users by x warnings.
BBcode Buttons and Smilies for Quick Reply
ACP Announcement Centre' version 1.2.2
Plantilla(s) usada(s): Rainbow Pearl
Servidor: De pago
Actualización desde otra versión: Si (3.0.7-PL1)
Conversión desde otro sistema de foros: No
-
- Mensajes: 30
- Registrado: 12 Jun 2009, 21:34
Re: Thumbnails no funcionan
Versión phpBB: phpBB3 (3.0.11)
MODs Instalados:
mChat 1.3.5
Topic in "Who is Online"
Default Random 'No Avatar'
Smile middle version 1.0.1
User Reminder
Activity Stats MOD
Birthday on registration
Añadir una imagen aleatoria en el header
Cambiar botones de BBcodes de phpBB3 a botones con Imagenes.
Barra de desplazamiento vertical para los emoticones.
Easy Resize Posted Images.
Prime Warnings.
Ban users by x warnings.
BBcode Buttons and Smilies for Quick Reply
ACP Announcement Centre' version 1.2.2
Plantilla(s) usada(s): Rainbow Pearl
Servidor: De pago
Actualización desde otra versión: Si (3.0.7-PL1)
Conversión desde otro sistema de foros: No
Re: Thumbnails no funcionan
saludos
Datos de Soporte:
- URL del Foro: http://www.peruvoley.com/foro
- Hosting donde está alojada: http://www.rogohosting.com
- Versión del foro: 3.3.11
- Estilo: stasis-leak
- Mods Instalados:
Guias de ayuda:
Guia para corregir el copyright en foros phpBB3
-
- Mensajes: 30
- Registrado: 12 Jun 2009, 21:34
Re: Thumbnails no funcionan
No se me podrian indicar en que archivo están los comandos del funcionamiento de los posteos, quizá si lo cambio por una configuración inicial se soluciona. En su defecto tengo la consulta de que si vuelvo a instalar el php completo (sobreescribiendo los archivos existentes) puede ser una solución (lo que me preocupa es que si hago esto último son los post que ya realizaron los usuarios, no quiero perderlos)
Es que no creo que sea solo asunto de la planilla Rainbow Pearl porque pasé a otras planillas y el problema persiste.
Otra cosa, adjunto la relación de errores que me figuran en el c-control
Spoiler
[Sat Jul 24 21:15:33 2010] [error] [client 201.58.89.185] File does not exist: /home/nando/public_html/favicon.ico
[Sat Jul 24 21:14:17 2010] [error] [client 201.58.89.185] File does not exist: /home/nando/public_html/404.shtml
[Sat Jul 24 21:14:17 2010] [error] [client 201.58.89.185] File does not exist: /home/nando/public_html/favicon.ico
[Sat Jul 24 20:55:38 2010] [error] [client 141.70.82.221] File does not exist: /home/nando/public_html/404.shtml
[Sat Jul 24 20:55:38 2010] [error] [client 141.70.82.221] File does not exist: /home/nando/public_html/favicon.ico
[Sat Jul 24 20:55:37 2010] [error] [client 141.70.82.221] File does not exist: /home/nando/public_html/404.shtml
[Sat Jul 24 20:55:37 2010] [error] [client 141.70.82.221] File does not exist: /home/nando/public_html/favicon.ico
[Sat Jul 24 19:50:49 2010] [error] [client 190.190.117.34] File does not exist: /home/nando/public_html/404.shtml
[Sat Jul 24 19:50:49 2010] [error] [client 190.190.117.34] File does not exist: /home/nando/public_html/favicon.ico
[Sat Jul 24 19:24:53 2010] [error] [client 83.240.90.195] File does not exist: /home/nando/public_html/404.shtml
[Sat Jul 24 19:24:53 2010] [error] [client 83.240.90.195] File does not exist: /home/nando/public_html/favicon.ico
[Sat Jul 24 19:24:24 2010] [error] [client 83.240.90.195] File does not exist: /home/nando/public_html/404.shtml
[Sat Jul 24 19:24:24 2010] [error] [client 83.240.90.195] File does not exist: /home/nando/public_html/favicon.ico
[Sat Jul 24 19:21:16 2010] [error] [client 190.247.93.46] File does not exist: /home/nando/public_html/404.shtml
[Sat Jul 24 19:21:16 2010] [error] [client 190.247.93.46] File does not exist: /home/nando/public_html/favicon.ico
[Sat Jul 24 19:21:15 2010] [error] [client 190.247.93.46] File does not exist: /home/nando/public_html/404.shtml
[Sat Jul 24 19:21:15 2010] [error] [client 190.247.93.46] File does not exist: /home/nando/public_html/favicon.ico
[Sat Jul 24 19:08:46 2010] [error] [client 200.105.191.243] File does not exist: /home/nando/public_html/404.shtml
[Sat Jul 24 19:08:46 2010] [error] [client 200.105.191.243] File does not exist: /home/nando/public_html/favicon.ico
[Sat Jul 24 19:08:02 2010] [error] [client 186.28.137.197] File does not exist: /home/nando/public_html/404.shtml, referer: http://www.bastardobondageclub.com/index.php
[Sat Jul 24 19:08:02 2010] [error] [client 186.28.137.197] File does not exist: /home/nando/public_html/favicon.ico, referer: http://www.bastardobondageclub.com/index.php
[Sat Jul 24 18:38:39 2010] [error] [client 189.141.160.62] File does not exist: /home/nando/public_html/404.shtml
[Sat Jul 24 18:38:39 2010] [error] [client 189.141.160.62] File does not exist: /home/nando/public_html/favicon.ico
[Sat Jul 24 18:35:16 2010] [error] [client 221.195.73.68] File does not exist: /home/nando/public_html/404.shtml
[Sat Jul 24 18:35:16 2010] [error] [client 221.195.73.68] File does not exist: /home/nando/public_html/judge.php
[Sat Jul 24 01:18:51 2010] [error] [client 189.139.75.49] File does not exist: /home/nando/public_html/404.shtml
[Sat Jul 24 01:18:51 2010] [error] [client 189.139.75.49] File does not exist: /home/nando/public_html/favicon.ico
[Sat Jul 24 01:18:33 2010] [error] [client 189.139.75.49] File does not exist: /home/nando/public_html/404.shtml
[Sat Jul 24 01:18:33 2010] [error] [client 189.139.75.49] File does not exist: /home/nando/public_html/favicon.ico
[Sat Jul 24 00:19:48 2010] [error] [client 190.174.204.52] File does not exist: /home/nando/public_html/404.shtml, referer: http://bastardobondageclub.com/viewtopic.php?f=24&t=248
[Sat Jul 24 00:19:48 2010] [error] [client 190.174.204.52] File does not exist: /home/nando/public_html/downloa, referer: http://bastardobondageclub.com/viewtopic.php?f=24&t=248
[Sat Jul 24 00:06:29 2010] [error] [client 190.174.204.52] File does not exist: /home/nando/public_html/404.shtml
[Sat Jul 24 00:06:29 2010] [error] [client 190.174.204.52] File does not exist: /home/nando/public_html/favicon.ico
[Sat Jul 24 00:06:23 2010] [error] [client 190.174.204.52] File does not exist: /home/nando/public_html/404.shtml
[Sat Jul 24 00:06:23 2010] [error] [client 190.174.204.52] File does not exist: /home/nando/public_html/favicon.ico
[Fri Jul 23 23:57:52 2010] [error] [client 201.58.89.185] File does not exist: /home/nando/public_html/404.shtml
[Fri Jul 23 23:57:52 2010] [error] [client 201.58.89.185] File does not exist: /home/nando/public_html/favicon.ico
[Fri Jul 23 23:55:21 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/404.shtml, referer: http://www.bastardobondageclub.com/view ... f=24&t=316
[Fri Jul 23 23:55:21 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/styles/prosilver/imageset/es/icon_post_quote.gif, referer: http://www.bastardobondageclub.com/view ... f=24&t=316
[Fri Jul 23 23:55:21 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/404.shtml, referer: http://www.bastardobondageclub.com/view ... f=24&t=316
[Fri Jul 23 23:55:21 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/styles/prosilver/imageset/es/icon_post_edit.gif, referer: http://www.bastardobondageclub.com/view ... f=24&t=316
[Fri Jul 23 23:55:21 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/404.shtml, referer: http://www.bastardobondageclub.com/view ... f=24&t=316
[Fri Jul 23 23:55:21 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/styles/prosilver/imageset/es/icon_contact_pm.gif, referer: http://www.bastardobondageclub.com/view ... f=24&t=316
[Fri Jul 23 23:55:20 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/404.shtml, referer: http://www.bastardobondageclub.com/view ... f=24&t=316
[Fri Jul 23 23:55:20 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/styles/prosilver/imageset/es/button_topic_reply.gif, referer: http://www.bastardobondageclub.com/view ... f=24&t=316
[Fri Jul 23 23:55:20 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/404.shtml, referer: http://www.bastardobondageclub.com/view ... f=24&t=316
[Fri Jul 23 23:55:20 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/styles/prosilver/imageset/es/button_topic_new.gif, referer: http://www.bastardobondageclub.com/view ... f=24&t=316
[Fri Jul 23 23:55:19 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/404.shtml, referer: http://www.bastardobondageclub.com/view ... f=24&t=316
[Fri Jul 23 23:55:19 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/styles/prosilver/imageset/sitelogo_small.png, referer: http://www.bastardobondageclub.com/view ... f=24&t=316
[Fri Jul 23 23:55:13 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/404.shtml, referer: http://www.bastardobondageclub.com/view ... yle=1&f=24
[Fri Jul 23 23:55:13 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/styles/prosilver/imageset/topic_moved.png, referer: http://www.bastardobondageclub.com/view ... yle=1&f=24
[Fri Jul 23 23:55:13 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/404.shtml, referer: http://www.bastardobondageclub.com/view ... yle=1&f=24
[Fri Jul 23 23:55:13 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/styles/prosilver/imageset/topic_read_locked.png, referer: http://www.bastardobondageclub.com/view ... yle=1&f=24
[Fri Jul 23 23:55:13 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/404.shtml, referer: http://www.bastardobondageclub.com/view ... yle=1&f=24
[Fri Jul 23 23:55:13 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/styles/prosilver/imageset/topic_unread_locked.png, referer: http://www.bastardobondageclub.com/view ... yle=1&f=24
[Fri Jul 23 23:55:13 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/404.shtml, referer: http://www.bastardobondageclub.com/view ... yle=1&f=24
[Fri Jul 23 23:55:13 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/styles/prosilver/imageset/important_read.png, referer: http://www.bastardobondageclub.com/view ... yle=1&f=24
[Fri Jul 23 23:55:13 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/404.shtml, referer: http://www.bastardobondageclub.com/view ... yle=1&f=24
[Fri Jul 23 23:55:13 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/styles/prosilver/imageset/announce_read.png, referer: http://www.bastardobondageclub.com/view ... yle=1&f=24
[Fri Jul 23 23:55:13 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/404.shtml, referer: http://www.bastardobondageclub.com/view ... yle=1&f=24
[Fri Jul 23 23:55:13 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/styles/prosilver/imageset/topic_read_hot.png, referer: http://www.bastardobondageclub.com/view ... yle=1&f=24
[Fri Jul 23 23:55:13 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/404.shtml, referer: http://www.bastardobondageclub.com/view ... yle=1&f=24
[Fri Jul 23 23:55:13 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/styles/prosilver/imageset/topic_read.png, referer: http://www.bastardobondageclub.com/view ... yle=1&f=24
[Fri Jul 23 23:55:13 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/404.shtml, referer: http://www.bastardobondageclub.com/view ... yle=1&f=24
[Fri Jul 23 23:55:13 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/styles/prosilver/imageset/topic_unread.png, referer: http://www.bastardobondageclub.com/view ... yle=1&f=24
[Fri Jul 23 23:55:13 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/404.shtml, referer: http://www.bastardobondageclub.com/view ... yle=1&f=24
[Fri Jul 23 23:55:13 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/styles/prosilver/imageset/topic_unread_hot.png, referer: http://www.bastardobondageclub.com/view ... yle=1&f=24
[Fri Jul 23 23:55:13 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/404.shtml, referer: http://www.bastardobondageclub.com/view ... yle=1&f=24
[Fri Jul 23 23:55:13 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/styles/prosilver/imageset/announce_global_read_locked.png, referer: http://www.bastardobondageclub.com/view ... yle=1&f=24
[Fri Jul 23 23:55:13 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/404.shtml, referer: http://www.bastardobondageclub.com/view ... yle=1&f=24
[Fri Jul 23 23:55:13 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/styles/prosilver/imageset/es/button_topic_new.gif, referer: http://www.bastardobondageclub.com/view ... yle=1&f=24
[Fri Jul 23 23:55:13 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/404.shtml, referer: http://www.bastardobondageclub.com/view ... yle=1&f=24
[Fri Jul 23 23:55:13 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/styles/prosilver/imageset/announce_global_read_mine.png, referer: http://www.bastardobondageclub.com/view ... yle=1&f=24
[Fri Jul 23 23:55:13 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/404.shtml, referer: http://www.bastardobondageclub.com/view ... yle=1&f=24
[Fri Jul 23 23:55:13 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/styles/prosilver/imageset/sitelogo_small.png, referer: http://www.bastardobondageclub.com/view ... yle=1&f=24
[Fri Jul 23 23:55:04 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/404.shtml, referer: http://www.bastardobondageclub.com/inde ... 4d235ad516
[Fri Jul 23 23:55:04 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/styles/prosilver/imageset/forum_read_locked.png, referer: http://www.bastardobondageclub.com/inde ... 4d235ad516
[Fri Jul 23 23:55:04 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/404.shtml, referer: http://www.bastardobondageclub.com/inde ... 4d235ad516
[Fri Jul 23 23:55:04 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/styles/prosilver/imageset/forum_read_subforum.png, referer: http://www.bastardobondageclub.com/inde ... 4d235ad516
[Fri Jul 23 23:55:04 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/404.shtml, referer: http://www.bastardobondageclub.com/inde ... 4d235ad516
[Fri Jul 23 23:55:04 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/styles/prosilver/imageset/forum_unread.png, referer: http://www.bastardobondageclub.com/inde ... 4d235ad516
[Fri Jul 23 23:55:04 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/404.shtml, referer: http://www.bastardobondageclub.com/inde ... 4d235ad516
[Fri Jul 23 23:55:04 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/styles/prosilver/imageset/forum_read.png, referer: http://www.bastardobondageclub.com/inde ... 4d235ad516
[Fri Jul 23 23:55:04 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/404.shtml, referer: http://www.bastardobondageclub.com/inde ... 4d235ad516
[Fri Jul 23 23:55:04 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/styles/prosilver/imageset/sitelogo_small.png, referer: http://www.bastardobondageclub.com/inde ... 4d235ad516
[Fri Jul 23 23:54:42 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/404.shtml, referer: http://www.bastardobondageclub.com/view ... f=24&t=316
[Fri Jul 23 23:54:42 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/styles/subsilver2/imageset/es/icon_post_quote.gif, referer: http://www.bastardobondageclub.com/view ... f=24&t=316
[Fri Jul 23 23:54:42 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/404.shtml, referer: http://www.bastardobondageclub.com/view ... f=24&t=316
[Fri Jul 23 23:54:42 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/styles/subsilver2/imageset/es/icon_post_edit.gif, referer: http://www.bastardobondageclub.com/view ... f=24&t=316
[Fri Jul 23 23:54:42 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/404.shtml, referer: http://www.bastardobondageclub.com/view ... f=24&t=316
[Fri Jul 23 23:54:42 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/styles/subsilver2/imageset/es/icon_contact_pm.gif, referer: http://www.bastardobondageclub.com/view ... f=24&t=316
[Fri Jul 23 23:54:40 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/404.shtml, referer: http://www.bastardobondageclub.com/view ... f=24&t=316
[Fri Jul 23 23:54:40 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/styles/subsilver2/imageset/es/button_topic_reply.gif, referer: http://www.bastardobondageclub.com/view ... f=24&t=316
[Fri Jul 23 23:54:40 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/404.shtml, referer: http://www.bastardobondageclub.com/view ... f=24&t=316
[Fri Jul 23 23:54:40 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/styles/subsilver2/imageset/es/button_topic_new.gif, referer: http://www.bastardobondageclub.com/view ... f=24&t=316
[Fri Jul 23 23:54:40 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/404.shtml, referer: http://www.bastardobondageclub.com/view ... f=24&t=316
[Fri Jul 23 23:54:40 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/styles/subsilver2/imageset/sitelogo_small.png, referer: http://www.bastardobondageclub.com/view ... f=24&t=316
[Fri Jul 23 23:54:38 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/404.shtml, referer: http://www.bastardobondageclub.com/view ... yle=2&f=24
[Fri Jul 23 23:54:38 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/styles/subsilver2/imageset/topic_moved.png, referer: http://www.bastardobondageclub.com/view ... yle=2&f=24
[Fri Jul 23 23:54:38 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/404.shtml, referer: http://www.bastardobondageclub.com/view ... yle=2&f=24
[Fri Jul 23 23:54:38 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/styles/subsilver2/imageset/topic_read_locked.png, referer: http://www.bastardobondageclub.com/view ... yle=2&f=24
[Fri Jul 23 23:54:38 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/404.shtml, referer: http://www.bastardobondageclub.com/view ... yle=2&f=24
[Fri Jul 23 23:54:38 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/styles/subsilver2/imageset/topic_unread_locked.png, referer: http://www.bastardobondageclub.com/view ... yle=2&f=24
[Fri Jul 23 23:54:38 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/404.shtml, referer: http://www.bastardobondageclub.com/view ... yle=2&f=24
[Fri Jul 23 23:54:38 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/styles/subsilver2/imageset/important_read.png, referer: http://www.bastardobondageclub.com/view ... yle=2&f=24
[Fri Jul 23 23:54:38 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/404.shtml, referer: http://www.bastardobondageclub.com/view ... yle=2&f=24
[Fri Jul 23 23:54:38 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/styles/subsilver2/imageset/announce_read.png, referer: http://www.bastardobondageclub.com/view ... yle=2&f=24
[Fri Jul 23 23:54:38 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/404.shtml, referer: http://www.bastardobondageclub.com/view ... yle=2&f=24
[Fri Jul 23 23:54:38 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/styles/subsilver2/imageset/topic_read_hot.png, referer: http://www.bastardobondageclub.com/view ... yle=2&f=24
[Fri Jul 23 23:54:38 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/404.shtml, referer: http://www.bastardobondageclub.com/view ... yle=2&f=24
[Fri Jul 23 23:54:38 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/styles/subsilver2/imageset/topic_read.png, referer: http://www.bastardobondageclub.com/view ... yle=2&f=24
[Fri Jul 23 23:54:38 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/404.shtml, referer: http://www.bastardobondageclub.com/view ... yle=2&f=24
[Fri Jul 23 23:54:38 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/styles/subsilver2/imageset/topic_unread.png, referer: http://www.bastardobondageclub.com/view ... yle=2&f=24
[Fri Jul 23 23:54:38 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/404.shtml, referer: http://www.bastardobondageclub.com/view ... yle=2&f=24
[Fri Jul 23 23:54:38 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/styles/subsilver2/imageset/announce_global_read_locked.png, referer: http://www.bastardobondageclub.com/view ... yle=2&f=24
[Fri Jul 23 23:54:38 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/404.shtml, referer: http://www.bastardobondageclub.com/view ... yle=2&f=24
[Fri Jul 23 23:54:38 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/styles/subsilver2/imageset/announce_global_read_mine.png, referer: http://www.bastardobondageclub.com/view ... yle=2&f=24
[Fri Jul 23 23:54:38 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/404.shtml, referer: http://www.bastardobondageclub.com/view ... yle=2&f=24
[Fri Jul 23 23:54:38 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/styles/subsilver2/imageset/es/button_topic_new.gif, referer: http://www.bastardobondageclub.com/view ... yle=2&f=24
[Fri Jul 23 23:54:38 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/404.shtml, referer: http://www.bastardobondageclub.com/view ... yle=2&f=24
[Fri Jul 23 23:54:38 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/styles/subsilver2/imageset/topic_unread_hot.png, referer: http://www.bastardobondageclub.com/view ... yle=2&f=24
[Fri Jul 23 23:54:37 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/404.shtml, referer: http://www.bastardobondageclub.com/view ... yle=2&f=24
[Fri Jul 23 23:54:37 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/styles/subsilver2/imageset/sitelogo_small.png, referer: http://www.bastardobondageclub.com/view ... yle=2&f=24
[Fri Jul 23 23:54:30 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/404.shtml, referer: http://www.bastardobondageclub.com/inde ... 4d235ad516
[Fri Jul 23 23:54:30 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/styles/subsilver2/imageset/forum_read_locked.png, referer: http://www.bastardobondageclub.com/inde ... 4d235ad516
[Fri Jul 23 23:54:30 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/404.shtml, referer: http://www.bastardobondageclub.com/inde ... 4d235ad516
[Fri Jul 23 23:54:30 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/styles/subsilver2/imageset/forum_read_subforum.png, referer: http://www.bastardobondageclub.com/inde ... 4d235ad516
[Fri Jul 23 23:54:30 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/404.shtml, referer: http://www.bastardobondageclub.com/inde ... 4d235ad516
[Fri Jul 23 23:54:30 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/styles/subsilver2/imageset/forum_unread.png, referer: http://www.bastardobondageclub.com/inde ... 4d235ad516
[Fri Jul 23 23:54:30 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/404.shtml, referer: http://www.bastardobondageclub.com/inde ... 4d235ad516
[Fri Jul 23 23:54:30 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/styles/subsilver2/imageset/forum_read.png, referer: http://www.bastardobondageclub.com/inde ... 4d235ad516
[Fri Jul 23 23:54:30 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/404.shtml, referer: http://www.bastardobondageclub.com/inde ... 4d235ad516
[Fri Jul 23 23:54:30 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/styles/subsilver2/imageset/sitelogo_small.png, referer: http://www.bastardobondageclub.com/inde ... 4d235ad516
[Fri Jul 23 23:46:56 2010] [error] [client 190.174.204.52] File does not exist: /home/nando/public_html/404.shtml
[Fri Jul 23 23:46:56 2010] [error] [client 190.174.204.52] File does not exist: /home/nando/public_html/favicon.ico
[Fri Jul 23 23:46:53 2010] [error] [client 190.174.204.52] File does not exist: /home/nando/public_html/404.shtml
[Fri Jul 23 23:46:53 2010] [error] [client 190.174.204.52] File does not exist: /home/nando/public_html/favicon.ico
[Fri Jul 23 23:45:25 2010] [error] [client 190.178.137.195] File does not exist: /home/nando/public_html/404.shtml
[Fri Jul 23 23:45:25 2010] [error] [client 190.178.137.195] File does not exist: /home/nando/public_html/favicon.ico
[Fri Jul 23 23:17:41 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/404.shtml, referer: http://www.bastardobondageclub.com/post ... &f=2&t=312
[Fri Jul 23 23:17:41 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/images/posting/ytmusic.gif, referer: http://www.bastardobondageclub.com/post ... &f=2&t=312
[Fri Jul 23 23:17:41 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/404.shtml, referer: http://www.bastardobondageclub.com/post ... &f=2&t=312
[Fri Jul 23 23:17:41 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/images/posting/neon.gif, referer: http://www.bastardobondageclub.com/post ... &f=2&t=312
[Fri Jul 23 23:17:40 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/404.shtml, referer: http://www.bastardobondageclub.com/post ... &f=2&t=312
[Fri Jul 23 23:17:40 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/images/posting/bastardear.gif, referer: http://www.bastardobondageclub.com/post ... &f=2&t=312
[Fri Jul 23 23:17:40 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/404.shtml, referer: http://www.bastardobondageclub.com/post ... &f=2&t=312
[Fri Jul 23 23:17:40 2010] [error] [client 190.222.140.151] File does not exist: /home/nando/public_html/images/posting/ThumbnailPop.gif, referer: http://www.bastardobondageclub.com/post ... &f=2&t=312
[Fri Jul 23 23:11:44 2010] [error] [client 190.72.29.82] File does not exist: /home/nando/public_html/404.shtml, referer: http://www.bastardobondageclub.com/post ... &f=16&t=40
[Fri Jul 23 23:11:44 2010] [error] [client 190.72.29.82] File does not exist: /home/nando/public_html/images/posting/ytmusic.gif, referer: http://www.bastardobondageclub.com/post ... &f=16&t=40
[Fri Jul 23 23:11:43 2010] [error] [client 190.72.29.82] File does not exist: /home/nando/public_html/404.shtml, referer: http://www.bastardobondageclub.com/post ... &f=16&t=40
[Fri Jul 23 23:11:43 2010] [error] [client 190.72.29.82] File does not exist: /home/nando/public_html/images/posting/neon.gif, referer: http://www.bastardobondageclub.com/post ... &f=16&t=40
[Fri Jul 23 23:11:43 2010] [error] [client 190.72.29.82] File does not exist: /home/nando/public_html/404.shtml, referer: http://www.bastardobondageclub.com/post ... &f=16&t=40
[Fri Jul 23 23:11:43 2010] [error] [client 190.72.29.82] File does not exist: /home/nando/public_html/images/posting/bastardear.gif, referer: http://www.bastardobondageclub.com/post ... &f=16&t=40
[Fri Jul 23 23:11:43 2010] [error] [client 190.72.29.82] File does not exist: /home/nando/public_html/404.shtml, referer: http://www.bastardobondageclub.com/post ... &f=16&t=40
[Fri Jul 23 23:11:43 2010] [error] [client 190.72.29.82] File does not exist: /home/nando/public_html/images/posting/ThumbnailPop.gif, referer: http://www.bastardobondageclub.com/post ... &f=16&t=40
Versión phpBB: phpBB3 (3.0.11)
MODs Instalados:
mChat 1.3.5
Topic in "Who is Online"
Default Random 'No Avatar'
Smile middle version 1.0.1
User Reminder
Activity Stats MOD
Birthday on registration
Añadir una imagen aleatoria en el header
Cambiar botones de BBcodes de phpBB3 a botones con Imagenes.
Barra de desplazamiento vertical para los emoticones.
Easy Resize Posted Images.
Prime Warnings.
Ban users by x warnings.
BBcode Buttons and Smilies for Quick Reply
ACP Announcement Centre' version 1.2.2
Plantilla(s) usada(s): Rainbow Pearl
Servidor: De pago
Actualización desde otra versión: Si (3.0.7-PL1)
Conversión desde otro sistema de foros: No
Re: Thumbnails no funcionan
si probaste con otros estilos y el error persiste podria suponer que hay algo almacenado en la configuracion que hayas modificado en la base de datos, otra opcion podria ser el estilo que no lo tienes actualizado pero tendrias que revisar todos esos puntos para ir descartando los posibles errores o conflictos.
si deseas cargar codigos muy extensos te recomiendo usar el pastebien: http://www.phpbb-es.com/foro/pastebin.php
saludos
Datos de Soporte:
- URL del Foro: http://www.peruvoley.com/foro
- Hosting donde está alojada: http://www.rogohosting.com
- Versión del foro: 3.3.11
- Estilo: stasis-leak
- Mods Instalados:
Guias de ayuda:
Guia para corregir el copyright en foros phpBB3
- leviatan21
- Mensajes: 8279
- Registrado: 26 Mar 2008, 20:06
- Género:
- Edad: 54
Re: Thumbnails no funcionan
No hay forma que el MOD de las imágenes x botones haga ese lío, son archivos .php y .html diferentes.joniatanuno escribió:URL: http://www.bastardobondageclub.com
Versión phpBB: phpBB3 (3.0.7-PL1)
MODs Instalados: Cambiar botones de BBcodes de phpBB3 a botones con Imagenes
Easy Resize Posted Images 1.1.2
Como crear una barra de desplazamiento para los emoticones
Plantilla(s) usada(s): Rainbow Pearl
Servidor: Windows, de pago.
Actualización desde otra versión: NO
Conversión desde otro sistema de foros: NO
Los thumbnails no funcionan, direccionan a la imagen del thumbnail y no a la imagen original, esto sucede con todos los host (lo probé en otros foros y si funcionan correctamente)
El problema ocurrió luego de instalar el MOD (Cambiar botones de BBcodes a botones con Imagenes, dicho de paso funciona correctamente) anteriormente funcionaban sin problema.
Busqué en el foro algun tema que me ayudara pero no encontré.
Te pido si por favor puedes copiar entre etiquetas
Código: Seleccionar todo
[ /code] un mensaje con fotos, para probarlo, ( se hace dificil hacerlo desde una captura )
No doy soporte por privado : tenga en cuenta que su problema, también puede ser el problema de otro usuario.
Cualquier mensaje privado no solicitado será ignorado
"Education is what remains after one has forgotten everything he learned in school" - Albert Einstein
- leviatan21
- Mensajes: 8279
- Registrado: 26 Mar 2008, 20:06
- Género:
- Edad: 54
Re: Thumbnails no funcionan
El código lo estás haciendo con las imágenes equivocadas yo lo hice así :
Código: Seleccionar todo
[url=http://i.imagehost.org/0047/nikon-d40x2.jpg][img]http://i.imagehost.org/t/0047/nikon-d40x2.jpg[/img][/url]
No doy soporte por privado : tenga en cuenta que su problema, también puede ser el problema de otro usuario.
Cualquier mensaje privado no solicitado será ignorado
"Education is what remains after one has forgotten everything he learned in school" - Albert Einstein
Re: Thumbnails no funcionan
podriamos dar por cerrado este tema entonces y seguirlo en este otro?
http://www.phpbb-es.com/foro/instalacio ... 27596.html
saludos
Datos de Soporte:
- URL del Foro: http://www.peruvoley.com/foro
- Hosting donde está alojada: http://www.rogohosting.com
- Versión del foro: 3.3.11
- Estilo: stasis-leak
- Mods Instalados:
Guias de ayuda:
Guia para corregir el copyright en foros phpBB3
-
- Mensajes: 30
- Registrado: 12 Jun 2009, 21:34
Re: Thumbnails no funcionan
El formato que me muestras funciona correctamente aquí pero al subirlo a mi foro no funciona.
Código: Seleccionar todo
[url=http://i.imagehost.org/0047/nikon-d40x2.jpg][img]http://i.imagehost.org/t/0047/nikon-d40x2.jpg[/img][/url]
Código: Seleccionar todo
_________________________________________________[img]http://i.imagehost.org/t/0047/nikon-d40x2.jpg[/img]_______
Saludos
Versión phpBB: phpBB3 (3.0.11)
MODs Instalados:
mChat 1.3.5
Topic in "Who is Online"
Default Random 'No Avatar'
Smile middle version 1.0.1
User Reminder
Activity Stats MOD
Birthday on registration
Añadir una imagen aleatoria en el header
Cambiar botones de BBcodes de phpBB3 a botones con Imagenes.
Barra de desplazamiento vertical para los emoticones.
Easy Resize Posted Images.
Prime Warnings.
Ban users by x warnings.
BBcode Buttons and Smilies for Quick Reply
ACP Announcement Centre' version 1.2.2
Plantilla(s) usada(s): Rainbow Pearl
Servidor: De pago
Actualización desde otra versión: Si (3.0.7-PL1)
Conversión desde otro sistema de foros: No
- leviatan21
- Mensajes: 8279
- Registrado: 26 Mar 2008, 20:06
- Género:
- Edad: 54
Re: Thumbnails no funcionan Tema Solucionado
Eso intento evitar....joniatanuno escribió:Gracias leviatan21 y ahh72, estoy pensando en la reinstalación pero como una medida extrema.
Lo que intentas explicar es que el bbcode url ¿ no te está funcionado correctamente ?joniatanuno escribió:El formato que me muestras funciona correctamente aquí pero al subirlo a mi foro no funciona.Pero en mi foro solo está reconociendo el thumbnail. No reconoce lo que coloco aquí como línea.Código: Seleccionar todo
[url=http://i.imagehost.org/0047/nikon-d40x2.jpg][img]http://i.imagehost.org/t/0047/nikon-d40x2.jpg[/img][/url]
Si aún hay posibilidad, quisiera encontrar el archivo donde está el comando de este comportamiento en el foro para modificarlo y evitar el riesgo que significa reinstalarlo todo.Código: Seleccionar todo
_________________________________________________[img]http://i.imagehost.org/t/0047/nikon-d40x2.jpg[/img]_______
Saludos
Si tienes algún mensaje en tu foro donde hayas hecho esta prueba, por favor brindanos el enlace a él así vemos que está pasando.
Los archivos que estan relacionado con los bbcodes y las url son 3 :
raiz/includes/bbcode.php
raiz/includes/message_parser.php
raiz/includes/functions.php
Si puedes adjuntalos a tu próximo mensaje que los reviso
No doy soporte por privado : tenga en cuenta que su problema, también puede ser el problema de otro usuario.
Cualquier mensaje privado no solicitado será ignorado
"Education is what remains after one has forgotten everything he learned in school" - Albert Einstein
-
- Mensajes: 30
- Registrado: 12 Jun 2009, 21:34
Re: Thumbnails no funcionan
* Instalé un estilo diferente (prostylize_darkblue) y lo puse por defecto -es que tampoco funcionaban bien el prosirver ni el subsilver2- y con este estilo funciona correctamente, claro que sin los MODs, bbcodes, etc. anteriores.
* Ahora borré e instale en nuevo Rainbow Pearl (funciona normal) y empiezo a instalar los MODs y demás cosas, pero esta vez poco a poco y haciendo copias de todo lo que cambie.
* Si en algún momento me aparece otra vez esa falla con los thumbnails, debo de saber exactamente que es lo que lo ocacionó (lo más importante, poder retroceder al funcionamiento correcto)
De volver la falla les enviaré todos los datos para que puedan ver que podría estar ocurriendo. Creo que el tema ya está cerrado
Versión phpBB: phpBB3 (3.0.11)
MODs Instalados:
mChat 1.3.5
Topic in "Who is Online"
Default Random 'No Avatar'
Smile middle version 1.0.1
User Reminder
Activity Stats MOD
Birthday on registration
Añadir una imagen aleatoria en el header
Cambiar botones de BBcodes de phpBB3 a botones con Imagenes.
Barra de desplazamiento vertical para los emoticones.
Easy Resize Posted Images.
Prime Warnings.
Ban users by x warnings.
BBcode Buttons and Smilies for Quick Reply
ACP Announcement Centre' version 1.2.2
Plantilla(s) usada(s): Rainbow Pearl
Servidor: De pago
Actualización desde otra versión: Si (3.0.7-PL1)
Conversión desde otro sistema de foros: No
-
- Mensajes: 30
- Registrado: 12 Jun 2009, 21:34
Re: Thumbnails no funcionan
Este es el archivo original de rainbow_pearl\template\bbcode.html
Spoiler
<!-- BEGIN ulist_open_default --><ul><!-- END ulist_open_default -->
<!-- BEGIN ulist_close --></ul><!-- END ulist_close -->
<!-- BEGIN olist_open --><ol style="list-style-type: {LIST_TYPE}"><!-- END olist_open -->
<!-- BEGIN olist_close --></ol><!-- END olist_close -->
<!-- BEGIN listitem --><li><!-- END listitem -->
<!-- BEGIN listitem_close --></li><!-- END listitem_close -->
<!-- BEGIN quote_username_open -->
<div class="quotetitle">{USERNAME} {L_WROTE}:</div><div class="quotecontent">
<!-- END quote_username_open -->
<!-- BEGIN quote_open -->
<div class="quotetitle"><b>{L_QUOTE}:</b></div><div class="quotecontent">
<!-- END quote_open -->
<!-- BEGIN quote_close -->
</div>
<!-- END quote_close -->
<!-- BEGIN code_open -->
<div class="codetitle"><b>{L_CODE}:</b></div><div class="codecontent">
<!-- END code_open -->
<!-- BEGIN code_close -->
</div>
<!-- END code_close -->
<!-- BEGIN inline_attachment_open -->
<div class="attachtitle">{L_ATTACHMENT}:</div><div class="attachcontent">
<!-- END inline_attachment_open -->
<!-- BEGIN inline_attachment_close -->
</div>
<!-- END inline_attachment_close -->
<!-- BEGIN b_open --><strong><!-- END b_open -->
<!-- BEGIN b_close --></strong><!-- END b_close -->
<!-- BEGIN u_open --><span style="text-decoration: underline"><!-- END u_open -->
<!-- BEGIN u_close --></span><!-- END u_close -->
<!-- BEGIN i_open --><em><!-- END i_open -->
<!-- BEGIN i_close --></em><!-- END i_close -->
<!-- BEGIN color --><span style="color: {COLOR}">{TEXT}</span><!-- END color -->
<!-- BEGIN size --><span style="font-size: {SIZE}%; line-height: normal">{TEXT}</span><!-- END size -->
<!-- BEGIN img --><img src="{URL}" alt="{L_IMAGE}" /><!-- END img -->
<!-- BEGIN url --><a href="{URL}" class="postlink">{DESCRIPTION}</a><!-- END url -->
<!-- BEGIN email --><a href="mailto:{EMAIL}">{DESCRIPTION}</a><!-- END email -->
<!-- BEGIN flash -->
<object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" codebase="http://active.macromedia.com/flash2/cab ... on=5,0,0,0" width="{WIDTH}" height="{HEIGHT}">
<param name="movie" value="{URL}" />
<param name="play" value="false" />
<param name="loop" value="false" />
<param name="quality" value="high" />
<param name="allowScriptAccess" value="never" />
<param name="allowNetworking" value="internal" />
<embed src="{URL}" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/dow ... kwaveFlash" width="{WIDTH}" height="{HEIGHT}" play="false" loop="false" quality="high" allowscriptaccess="never" allownetworking="internal"></embed>
</object>
<!-- END flash -->
Spoiler
<!-- BEGIN ulist_open --><ul style="list-style-type: {LIST_TYPE}"><!-- END ulist_open -->
2.
<!-- BEGIN ulist_open_default --><ul><!-- END ulist_open_default -->
3.
<!-- BEGIN ulist_close --></ul><!-- END ulist_close -->
4.
5.
<!-- BEGIN olist_open --><ol style="list-style-type: {LIST_TYPE}"><!-- END olist_open -->
6.
<!-- BEGIN olist_close --></ol><!-- END olist_close -->
7.
8.
<!-- BEGIN listitem --><li><!-- END listitem -->
9.
<!-- BEGIN listitem_close --></li><!-- END listitem_close -->
10.
11.
<!-- BEGIN quote_username_open -->
12.
<div class="quotetitle">{USERNAME} {L_WROTE}:</div><div class="quotecontent">
13.
<!-- END quote_username_open -->
14.
15.
<!-- BEGIN quote_open -->
16.
<div class="quotetitle"><b>{L_QUOTE}:</b></div><div class="quotecontent">
17.
<!-- END quote_open -->
18.
19.
<!-- BEGIN quote_close -->
20.
</div>
21.
<!-- END quote_close -->
22.
23.
<!-- BEGIN code_open -->
24.
<div class="codetitle"><b>{L_CODE}:</b></div><div class="codecontent">
25.
<!-- END code_open -->
26.
27.
<!-- BEGIN code_close -->
28.
</div>
29.
<!-- END code_close -->
30.
31.
<!-- BEGIN inline_attachment_open -->
32.
<div class="attachtitle">{L_ATTACHMENT}:</div><div class="attachcontent">
33.
<!-- END inline_attachment_open -->
34.
35.
<!-- BEGIN inline_attachment_close -->
36.
</div>
37.
<!-- END inline_attachment_close -->
38.
39.
40.
<!-- BEGIN b_open --><strong><!-- END b_open -->
41.
<!-- BEGIN b_close --></strong><!-- END b_close -->
42.
43.
<!-- BEGIN u_open --><span style="text-decoration: underline"><!-- END u_open -->
44.
<!-- BEGIN u_close --></span><!-- END u_close -->
45.
46.
<!-- BEGIN i_open --><em><!-- END i_open -->
47.
<!-- BEGIN i_close --></em><!-- END i_close -->
48.
49.
<!-- BEGIN color --><span style="color: {COLOR}">{TEXT}</span><!-- END color -->
50.
51.
<!-- BEGIN size --><span style="font-size: {SIZE}%; line-height: normal">{TEXT}</span><!-- END size -->
52.
53.
<!-- BEGIN img --><a href="{URL}"><img style="max-width:700px; max-height; 550px;" src="{URL}" alt="Image" /></a><!-- END img -->
54.
55.
<!-- BEGIN url --><a href="{URL}" class="postlink">{DESCRIPTION}</a><!-- END url -->
56.
57.
<!-- BEGIN email --><a href="mailto:{EMAIL}">{DESCRIPTION}</a><!-- END email -->
58.
59.
<!-- BEGIN flash -->
60.
<object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" codebase="http://active.macromedia.com/flash2/cab ... on=5,0,0,0" width="{WIDTH}" height="{HEIGHT}">
61.
<param name="movie" value="{URL}" />
62.
<param name="play" value="false" />
63.
<param name="loop" value="false" />
64.
<param name="quality" value="high" />
65.
<param name="allowScriptAccess" value="never" />
66.
<param name="allowNetworking" value="internal" />
67.
<embed src="{URL}" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/dow ... kwaveFlash" width="{WIDTH}" height="{HEIGHT}" play="false" loop="false" quality="high" allowscriptaccess="never" allownetworking="internal"></embed>
68.
</object>
69.
<!-- END flash -->
Versión phpBB: phpBB3 (3.0.11)
MODs Instalados:
mChat 1.3.5
Topic in "Who is Online"
Default Random 'No Avatar'
Smile middle version 1.0.1
User Reminder
Activity Stats MOD
Birthday on registration
Añadir una imagen aleatoria en el header
Cambiar botones de BBcodes de phpBB3 a botones con Imagenes.
Barra de desplazamiento vertical para los emoticones.
Easy Resize Posted Images.
Prime Warnings.
Ban users by x warnings.
BBcode Buttons and Smilies for Quick Reply
ACP Announcement Centre' version 1.2.2
Plantilla(s) usada(s): Rainbow Pearl
Servidor: De pago
Actualización desde otra versión: Si (3.0.7-PL1)
Conversión desde otro sistema de foros: No
- leviatan21
- Mensajes: 8279
- Registrado: 26 Mar 2008, 20:06
- Género:
- Edad: 54
Re: Thumbnails no funcionan
No opino por que no lo conozco,joniatanuno escribió:como indica en guias-phpbb3/redimensionado-de-imagenes-automatico-t22424.html
Yo tengo el mio propio, pero si tengo que recomendar uno, el mejor MOD de imágenes es el ReIMG Image Resizer
Si ese es tu archivo real, el problema puede deberse a los número entre lineas.joniatanuno escribió:Así queda luego del cambio
Eso me lleva a la conclusión que tu editor no es bueno, ¿ Cual utilizas ?
No doy soporte por privado : tenga en cuenta que su problema, también puede ser el problema de otro usuario.
Cualquier mensaje privado no solicitado será ignorado
"Education is what remains after one has forgotten everything he learned in school" - Albert Einstein