Soporte phpBB 3.0.x ⇒ [Solucionado]Poner el nombre de user en grande (SUBSILVER)
Moderators: Carlos, Soporte en MODs, Soporte en phpBB
Este foro solo van los temas de soporte para phpBB 3.0.x Si su problema es de 3.1.x use el foro adecuado.
Si vas a pedir ayuda o soporte favor de rellenar los Datos de Soporte,
Si no asi no le podemos ayudar!
Si es problema con algun MOD, use el foro Soporte en MODs.
- Cruciattus
- Usuario

- Posts: 120
- Joined: 25 Jul 2012 00:22:51
- Bandera: Spain
- Nombre real: X
[Solucionado]Poner el nombre de user en grande (SUBSILVER)
Versión phpBB: 3.0.11
MODs Instalados:
[spoiler]o Advanced Show Poll Voters
o Ultimate Points
o NV Advanced Last Topic Titles
o Group Legend Positioning
o Auto Database Backup
o Categorize Announces and Stickies
o Activity Stats mod
o Anti-Spam ACP
o DiceMod v.0.7.3
o Simple Topic Description
o Parse Bbcode in custom profile fields
o MSSTI Advanced Bbcode Box 3
o First post on every page
o Change Users posts
o M-chat
o Ultimate SEO URL in Advanced mode
o Enable HTML 1.2.3
o Anti-Spam ACP 1.0.3
o Ultimate Points[/spoiler]
Plantilla(s) usada(s): Cruciatus v.2 (SUBSILVER)
Servidor: Pago
Conversión desde otro sistema de foros: No
Manera de instalacion: ??
Nivel de experiencia?: Ninguna
Hola, me gustaria saber que tendria que modificar para que el nombre de usuario se viera asi
[img]http://i42.tinypic.com/b6cxm1.jpg[/img]
gracias!
- cisco007
- Usuario

- Posts: 377
- Joined: 05 Jan 2012 15:59:22
- Bandera: Mexico
- Nombre real: cisco
Re: Poner el nombre de user en grande (SUBSILVER)
[openfile]abre
Code: Select all
tuestilo/template/viewtopic_body.html[findcode]Buscar Esto puede ser un encuentro parcial y no toda la línea
Code: Select all
<!-- ELSE -->{postrow.POST_AUTHOR_FULL}<!-- ENDIF -->Code: Select all
<!-- ELSE --><strong style="font-size:18px;">{postrow.POST_AUTHOR_FULL}</strong><!-- ENDIF -->prueba lo y después me dices que tal!
- Cruciattus
- Usuario

- Posts: 120
- Joined: 25 Jul 2012 00:22:51
- Bandera: Spain
- Nombre real: X
Re: Poner el nombre de user en grande (SUBSILVER)
dejo mi viewtopic_body a ver si lo veis
Code: Select all
<!-- INCLUDE overall_header.html -->
<script language="javascript">
<!--
function toggle(div_id)
{
var divs = document.getElementsByTagName("DIV");
var lastDiv = divs.length;
var thisId;
for (var n=0; n< lastDiv; n++)
{
thisId = divs.item(n).getAttribute("id");
if (thisId == div_id)
{
thisClass = divs.item(n).getAttribute("class");
if (thisClass == null) //IE
{
thisClass = divs.item(n).getAttribute("className");
if (thisClass == "collapse")
{
divs.item(n).setAttribute("className", "expand");
divs.item(n).getElementsByTagName("IMG").item(0).setAttribute("src", "{T_IMAGESET_LANG_PATH}/collapse.gif");
} else
{
divs.item(n).setAttribute("className", "collapse");
divs.item(n).getElementsByTagName("IMG").item(0).setAttribute("src", "{T_IMAGESET_LANG_PATH}/expand.gif");
}
}
else if (thisClass == "collapse")
{
divs.item(n).setAttribute("class", "expand");
divs.item(n).getElementsByTagName("IMG").item(0).setAttribute("src", "{T_IMAGESET_LANG_PATH}/collapse.gif");
} else
{
divs.item(n).setAttribute("class", "collapse");
divs.item(n).getElementsByTagName("IMG").item(0).setAttribute("src", "{T_IMAGESET_LANG_PATH}/expand.gif");
}
}
}
}
//-->
</script>
<!-- INCLUDE breadcrumbs.html --><br />
<!-- IF S_FORUM_RULES -->
<div class="forumrules">
<!-- IF U_FORUM_RULES -->
<h3>{L_FORUM_RULES}</h3><br />
<a href="{U_FORUM_RULES}"><b>{L_FORUM_RULES_LINK}</b></a>
<!-- ELSE -->
<h3>{L_FORUM_RULES}</h3><br />
{FORUM_RULES}
<!-- ENDIF -->
</div>
<br clear="all" />
<!-- ENDIF -->
<div id="pageheader">
<h2><a class="titles" href="{U_VIEW_TOPIC}">{TOPIC_TITLE}</a></h2>
<!-- IF TOPIC_DESCRIPTION --><p class="genmed">{TOPIC_DESCRIPTION}</p><!-- ENDIF -->
<!-- IF MODERATORS -->
<p class="moderators"><!-- IF S_SINGLE_MODERATOR -->{L_MODERATOR}<!-- ELSE -->{L_MODERATORS}<!-- ENDIF -->: {MODERATORS}</p>
<!-- ENDIF -->
<!-- IF U_MCP -->
<p class="linkmcp">[ <a href="{U_MCP}">{L_MCP}</a> ]</p>
<!-- ENDIF -->
</div>
<div id="pagecontent">
<table width="100%" cellspacing="1">
<tr>
<!-- IF not S_IS_BOT -->
<td align="{S_CONTENT_FLOW_BEGIN}" valign="middle" nowrap="nowrap">
<!-- IF S_DISPLAY_REPLY_INFO --><a href="{U_POST_REPLY_TOPIC}">{REPLY_IMG}</a><!-- ENDIF -->
</td>
<!-- ENDIF -->
<!-- IF TOTAL_POSTS -->
<td class="nav" valign="middle" nowrap="nowrap"> {PAGE_NUMBER}<br /></td>
<td class="gensmall" nowrap="nowrap"> [ {TOTAL_POSTS} ] </td>
<td class="gensmall" width="100%" align="{S_CONTENT_FLOW_END}" nowrap="nowrap"><!-- INCLUDE pagination.html --></td>
<!-- ENDIF -->
</tr>
</table>
<table width="100%" cellspacing="0">
<tr>
<td class="nav" nowrap="nowrap">
<!-- IF not S_IS_BOT -->
<!-- IF U_WATCH_TOPIC --><a href="{U_WATCH_TOPIC}" title="{L_WATCH_TOPIC}">{L_WATCH_TOPIC}</a><!-- IF U_PRINT_TOPIC or U_EMAIL_TOPIC or U_BUMP_TOPIC or U_BOOKMARK_TOPIC --> | <!-- ENDIF --><!-- ENDIF -->
<!-- IF U_BOOKMARK_TOPIC --><a href="{U_BOOKMARK_TOPIC}" title="{L_BOOKMARK_TOPIC}">{L_BOOKMARK_TOPIC}</a><!-- IF U_PRINT_TOPIC or U_EMAIL_TOPIC or U_BUMP_TOPIC --> | <!-- ENDIF --><!-- ENDIF -->
<!-- IF U_PRINT_TOPIC --><a href="{U_PRINT_TOPIC}" title="{L_PRINT_TOPIC}">{L_PRINT_TOPIC}</a><!-- IF U_EMAIL_TOPIC or U_BUMP_TOPIC --> | <!-- ENDIF --><!-- ENDIF -->
<!-- IF U_EMAIL_TOPIC --><a href="{U_EMAIL_TOPIC}" title="{L_EMAIL_TOPIC}">{L_EMAIL_TOPIC}</a><!-- IF U_BUMP_TOPIC --> | <!-- ENDIF --><!-- ENDIF -->
<!-- IF U_BUMP_TOPIC --><a href="{U_BUMP_TOPIC}" title="{L_BUMP_TOPIC}">{L_BUMP_TOPIC}</a><!-- ENDIF -->
<!-- ENDIF -->
</td>
<td class="nav" align="{S_CONTENT_FLOW_END}" nowrap="nowrap"><a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a><!-- IF U_VIEW_UNREAD_POST and not S_IS_BOT --> | <a href="{U_VIEW_UNREAD_POST}">{L_VIEW_UNREAD_POST}</a><!-- ENDIF --> | <a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a> </td>
</tr>
</table>
<!-- IF S_HAS_POLL -->
{$CA_BLOCK_START}
{$CA_CAP2_START}{TOPIC_TITLE}{$CA_CAP2_END}
<table class="tablebg" width="100%" cellspacing="{$CA_SPACING}">
<tr>
<td class="row2" colspan="2" align="center"><br clear="all" />
<form method="post" action="{S_POLL_ACTION}">
<table cellspacing="0" cellpadding="4" border="0" align="center" class="poll">
<tr>
<td align="center"><span class="gen"><b>{POLL_QUESTION}</b></span><br /><span class="gensmall">{L_POLL_LENGTH}</span></td>
</tr>
<tr>
<td align="{S_CONTENT_FLOW_BEGIN}">
<table cellspacing="0" cellpadding="2" border="0">
<!-- BEGIN poll_option -->
<tr>
<td><span class="gen">
<!-- IF S_CAN_VOTE -->
<label>
<!-- IF S_IS_MULTI_CHOICE -->
<input type="checkbox" class="radio" name="vote_id[]" value="{poll_option.POLL_OPTION_ID}"<!-- IF poll_option.POLL_OPTION_VOTED --> checked="checked"<!-- ENDIF --> />
<!-- ELSE -->
<input type="radio" class="radio" name="vote_id[]" value="{poll_option.POLL_OPTION_ID}"<!-- IF poll_option.POLL_OPTION_VOTED --> checked="checked"<!-- ENDIF --> />
<!-- ENDIF -->
<!-- ENDIF -->
{poll_option.POLL_OPTION_CAPTION}
<!-- IF S_CAN_VOTE --></label><!-- ENDIF -->
</span></td>
<!-- IF S_DISPLAY_RESULTS -->
<td dir="ltr">{POLL_LEFT_CAP_IMG}{poll_option.POLL_OPTION_IMG}{POLL_RIGHT_CAP_IMG}</td>
<td class="gen" align="{S_CONTENT_FLOW_END}"><b> {poll_option.POLL_OPTION_PERCENT} </b></td>
<!-- IF not S_CAN_VOTE --><td> </td><!-- ENDIF --><!-- IF U_ACP --><td class="resultbar">{poll_option.POLL_OPTION_VOTERS}</td><!-- ENDIF -->
<td class="gen" align="center">[ {poll_option.POLL_OPTION_RESULT} ]</td>
<!-- IF poll_option.POLL_OPTION_VOTED -->
<td class="gensmall" valign="top"><b title="{L_POLL_VOTED_OPTION}">x</b></td>
<!-- ENDIF -->
<!-- ENDIF -->
</tr>
<!-- END poll_option -->
</table>
</td>
</tr>
<!-- IF S_CAN_VOTE -->
<tr>
<td align="center"><span class="gensmall">{L_MAX_VOTES}</span><br /><br /><input type="submit" name="update" value="{L_SUBMIT_VOTE}" class="btnlite" /></td>
</tr>
<!-- ENDIF -->
<!-- IF S_DISPLAY_RESULTS -->
<tr>
<td class="gensmall" colspan="4" align="center"><b>{L_TOTAL_VOTES} : {TOTAL_VOTES}</b></td>
</tr>
<!-- ELSE -->
<tr>
<td align="center"><span class="gensmall"><b><a href="{U_VIEW_RESULTS}">{L_VIEW_RESULTS}</a></b></span></td>
</tr>
<!-- ENDIF -->
</table>
{S_HIDDEN_FIELDS}
{S_FORM_TOKEN}
</form>
</td>
</tr>
</table>
{$CA_BLOCK_END}
<br />
<!-- ENDIF -->
<!-- BEGIN postrow -->
<!-- IF postrow.S_FIRST_ROW or $CA_SPLIT_POSTS -->
{$CA_BLOCK_START}
{$CA_CAP2_START}{TOPIC_TITLE}{$CA_CAP2_END}
<table class="tablebg" width="100%" cellspacing="1">
<!-- IF not $CA_SPLIT_POSTS -->
<tr>
<th class="tablesub">{L_AUTHOR}</th>
<th class="tablesub" width="100%">{L_MESSAGE}</th>
</tr>
<!-- ENDIF -->
<!-- ENDIF -->
<!-- IF postrow.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->
<!-- IF postrow.S_IGNORE_POST -->
<td class="gensmall row" colspan="2" height="25" align="center"><!-- IF postrow.S_FIRST_UNREAD --><a name="unread"></a><!-- ENDIF --><a name="p{postrow.POST_ID}"></a>{postrow.L_IGNORE_POST}</td>
<!-- ELSE -->
<td align="center" valign="top" class="row">
<!-- IF postrow.S_FIRST_UNREAD --><a name="unread"></a><!-- ENDIF --><a name="p{postrow.POST_ID}"></a>
<div class="postauthor"<!-- IF postrow.POST_AUTHOR_COLOUR --> style="color: {postrow.POST_AUTHOR_COLOUR}"<!-- ENDIF -->><a href="{postrow.U_POST_AUTHOR}">{postrow.POST_AUTHOR}</a></div>
<!-- IF postrow.POSTER_AVATAR --><div class="postavatar">{postrow.POSTER_AVATAR}</div><!-- ENDIF -->
<!-- IF postrow.ONLINE_IMG --><div class="postonline">{postrow.ONLINE_IMG}</div><!-- ENDIF -->
<!-- IF postrow.RANK_IMG --><div class="postrankimg">{postrow.RANK_IMG}</div><!-- ENDIF -->
<div class="postdetails">
<!-- IF postrow.POSTER_JOINED --><b>{L_JOINED}:</b> {postrow.POSTER_JOINED}<!-- ENDIF -->
<!-- Begin Ultimate Points -->
<!-- IF USE_POINTS --><br /><strong>{L_POINTS_CASH_ON_HAND}:</strong> <!-- IF postrow.POSTER_LOCK -->{L_POINTS_LOCKED}<!-- ELSE --><br />{postrow.POSTER_POINTS} <!-- IF USE_IMAGES_POINTS --><img src="{T_THEME_PATH}/images/money.png" width="11px" height="11px" alt="" /><!-- ELSE -->{P_NAME}<!-- ENDIF --><!-- IF not postrow.S_IS_OWN_POST and S_USER_LOGGED_IN --><br /><a href="{postrow.U_POINTS_DONATE}">{postrow.L_DONATE}</a><!-- ELSE --><br /><!-- ENDIF --><a href="{postrow.U_POINTS_MODIFY}">{postrow.L_MOD_USER_POINTS}</a><!-- ENDIF -->
<!-- IF USE_BANK --><!-- IF postrow.BANK_ACCOUNT --><br /><strong>{L_BANK_TITLE_MAIN}:</strong><!-- IF postrow.POSTER_BANK_LOCK --> {L_POINTS_LOCKED}<!-- ELSE --><br />{postrow.BANK_GOLD} <!-- IF USE_IMAGES_POINTS --><img src="{T_THEME_PATH}/images/money.png" width="11px" height="11px" alt="" /><!-- ELSE -->{P_NAME}<!-- ENDIF --><br /><a href="{postrow.U_BANK_MODIFY}">{postrow.L_MOD_USER_POINTS}</a><!-- ENDIF --><!-- ENDIF --><!-- ENDIF --><!-- ENDIF -->
<!-- End Ultimate Points -->
<!-- IF postrow.POSTER_POSTS != '' --><br /><b>{L_POSTS}:</b> {postrow.POSTER_POSTS}<!-- ENDIF -->
<!-- IF postrow.POSTER_FROM --><br /><b>{L_LOCATION}:</b> {postrow.POSTER_FROM}<!-- ENDIF -->
<div class="collapse" id="{postrow.POST_DATE}">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="center" style="padding: 2px;">
<a onclick="toggle('{postrow.POST_DATE}');"><img src="{T_IMAGESET_LANG_PATH}/expand.gif" border="0" /></a>
</td>
</tr>
</table>
<table id="expandable" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<!-- IF postrow.S_PROFILE_FIELD1 -->
<!-- Use a construct like this to include admin defined profile fields. Replace FIELD1 with the name of your field. -->
<br /><b>{postrow.PROFILE_FIELD1_NAME}:</b> {postrow.PROFILE_FIELD1_VALUE}
<!-- ENDIF -->
<!-- BEGIN custom_fields -->
<br /><b>{postrow.custom_fields.PROFILE_FIELD_NAME}:</b> {postrow.custom_fields.PROFILE_FIELD_VALUE}
<!-- END custom_fields -->
</td>
</tr>
</table>
</div>
</div>
<img src="{T_THEME_PATH}/images/spacer.gif" width="120" height="1" alt="" />
</td>
<td width="600px" height="25" class="row" valign="top">
<!-- IF not S_IS_BOT --><div style="float: {S_CONTENT_FLOW_END};"><!-- IF postrow.U_EDIT --><a href="{postrow.U_EDIT}">{EDIT_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_QUOTE --><a href="{postrow.U_QUOTE}">{QUOTE_IMG}</a><!-- ENDIF --></div><!-- ENDIF -->
<br clear="both"/>
<div class="postsubject"><!-- IF S_IS_BOT -->{postrow.MINI_POST_IMG}<!-- ELSE --><a href="{postrow.U_MINI_POST}"><!-- IF postrow.POST_ICON_IMG --><img src="{T_ICONS_PATH}{postrow.POST_ICON_IMG}" width="{postrow.POST_ICON_IMG_WIDTH}" height="{postrow.POST_ICON_IMG_HEIGHT}" alt="" /><!-- ELSE -->{postrow.MINI_POST_IMG}<!-- ENDIF --></a><!-- ENDIF --> {postrow.POST_SUBJECT}</div>
<!-- IF postrow.S_POST_UNAPPROVED or postrow.S_POST_REPORTED -->
<div class="gensmall"><!-- IF postrow.S_POST_UNAPPROVED --><span class="postapprove">{UNAPPROVED_IMG} <a href="{postrow.U_MCP_APPROVE}">{L_POST_UNAPPROVED}</a><br /></span> <!-- ENDIF --> <!-- IF postrow.S_POST_REPORTED --><span class="postreported">{REPORTED_IMG} <a href="{postrow.U_MCP_REPORT}">{L_POST_REPORTED}</a></span><!-- ENDIF --></div>
<!-- ENDIF -->
<div class="postbody">{postrow.MESSAGE}</div>
<!-- IF postrow.S_HAS_ATTACHMENTS -->
<br clear="all" /><br />
<div class="bb-wrapper"><table border="0" cellspacing="0" cellpadding="0" class="bb-table" width="100%">
<tr>
<td width="4" height="4" class="bb-left-top"><img src="images/spacer.gif" width="4" height="4" border="0" alt="" /></td>
<td width="100%" class="bb-top"><img src="images/spacer.gif" width="4" height="4" border="0" alt="" /></td>
<td width="4" height="4" class="bb-right-top"><img src="images/spacer.gif" width="4" height="4" border="0" alt="" /></td>
</tr>
<tr>
<td class="bb-left"><img src="images/spacer.gif" width="3" height="4" border="0" alt="" /></td>
<td class="bb-content bb-attach" width="100%">
<div class="attachtitle">{L_ATTACHMENTS}:</div>
<!-- BEGIN attachment -->
<div class="attachcontent">{postrow.attachment.DISPLAY_ATTACHMENT}</div>
<!-- END attachment -->
</td>
<td class="bb-right"><img src="images/spacer.gif" width="3" height="4" border="0" alt="" /></td>
</tr>
<tr>
<td width="4" height="4" class="bb-left-bot"><img src="images/spacer.gif" width="4" height="4" border="0" alt="" /></td>
<td width="100%" class="bb-bot"><img src="images/spacer.gif" width="4" height="4" border="0" alt="" /></td>
<td width="4" height="4" class="bb-right-bot"><img src="images/spacer.gif" width="4" height="4" border="0" alt="" /></td>
</tr>
</table></div>
<!-- ENDIF -->
<!-- IF postrow.S_DISPLAY_NOTICE -->
<span class="gensmall error"><br /><br />{L_DOWNLOAD_NOTICE}</span>
<!-- ENDIF -->
<!-- IF postrow.SIGNATURE -->
<div id="sig{postrow.POST_ID}" class="postbody signature"><br /><span class="line">_________________</span><br />{postrow.SIGNATURE}</div>
<!-- ENDIF -->
<!-- IF postrow.EDITED_MESSAGE or postrow.EDIT_REASON -->
<!-- IF postrow.EDIT_REASON -->
<br /><br />
<div class="edited">
<p class="gensmall">{postrow.EDITED_MESSAGE}</p>
<p class="genmed">{postrow.EDIT_REASON}</p>
</div>
<!-- ELSE -->
<br /><br />
<div class="edited">
<p class="gensmall">{postrow.EDITED_MESSAGE}</p>
</div>
<!-- ENDIF -->
<!-- ENDIF -->
<!-- IF postrow.BUMPED_MESSAGE -->
<span class="gensmall"><br /><br />{postrow.BUMPED_MESSAGE}</span>
<!-- ENDIF -->
<!-- IF not postrow.S_HAS_ATTACHMENTS --><br clear="all" /><br /><!-- ENDIF -->
</td>
</tr>
<!-- IF postrow.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->
<td class="postbottom" align="center">{postrow.POST_DATE}</td>
<td class="postbottom postbuttons" valign="middle">
<!-- IF not S_IS_BOT -->
<div style="float: {S_CONTENT_FLOW_END}">
<!-- IF postrow.U_REPORT --><a href="{postrow.U_REPORT}">{REPORT_IMG}</a> <!-- ENDIF -->
<!-- IF postrow.U_INFO --><a href="{postrow.U_INFO}">{INFO_IMG}</a> <!-- ENDIF -->
<!-- IF postrow.U_WARN --><a href="{postrow.U_WARN}">{WARN_IMG}</a> <!-- ENDIF -->
<!-- IF postrow.U_DELETE --><a href="{postrow.U_DELETE}">{DELETE_IMG}</a> <!-- ENDIF -->
</div>
<!-- ENDIF -->
<!-- IF postrow.U_POST_AUTHOR --><a href="{postrow.U_POST_AUTHOR}">{PROFILE_IMG}</a> <!-- ENDIF -->
<!-- IF postrow.U_PM --><a href="{postrow.U_PM}">{PM_IMG}</a> <!-- ENDIF -->
<!-- IF postrow.U_EMAIL --><a href="{postrow.U_EMAIL}">{EMAIL_IMG}</a> <!-- ENDIF -->
<!-- IF postrow.U_MSN --><a href="{postrow.U_MSN}">{MSN_IMG}</a> <!-- ENDIF -->
<!-- IF postrow.U_ICQ --><a href="{postrow.U_ICQ}">{ICQ_IMG}</a> <!-- ENDIF -->
<!-- IF postrow.U_YIM --><a href="{postrow.U_YIM}">{YIM_IMG}</a> <!-- ENDIF -->
<!-- IF postrow.U_AIM --><a href="{postrow.U_AIM}">{AIM_IMG}</a> <!-- ENDIF -->
<!-- IF postrow.U_JABBER --><a href="{postrow.U_JABBER}">{JABBER_IMG}</a> <!-- ENDIF -->
<!-- IF postrow.U_WWW --><a href="{postrow.U_WWW}">{WWW_IMG}</a> <!-- ENDIF -->
</td>
<!-- ENDIF -->
</tr>
<!-- IF $CA_SPLIT_POSTS and not postrow.S_LAST_ROW -->
</table>
{$CA_BLOCK_END}
<br />
<!-- ELSEIF not $CA_SKIP_LAST_SPACER or not postrow.S_LAST_ROW -->
<tr>
<td class="spacer" colspan="2" height="1"><img src="{T_THEME_PATH}/images/spacer.gif" alt="" width="1" height="1" /></td>
</tr>
<!-- ENDIF -->
<!-- BEGINELSE -->
{$CA_BLOCK_START}
{$CA_CAP2_START}{TOPIC_TITLE}{$CA_CAP2_END}
<table class="tablebg" width="100%" cellspacing="{$CA_SPACING}">
<!-- END postrow -->
<!-- IF not S_IS_BOT -->
<tr>
<td class="cat" colspan="2" align="center"><form name="viewtopic" method="post" action="{S_TOPIC_ACTION}"><span class="gensmall">{L_DISPLAY_POSTS}:</span> {S_SELECT_SORT_DAYS} <span class="gensmall">{L_SORT_BY}</span> {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR} <input class="btnlite" type="submit" value="{L_GO}" name="sort" /></form></td>
</tr>
<!-- ENDIF -->
</table>
{$CA_BLOCK_END}
<table width="100%" cellspacing="1">
<tr>
<!-- IF not S_IS_BOT -->
<td align="{S_CONTENT_FLOW_BEGIN}" valign="middle" nowrap="nowrap">
<!-- IF S_DISPLAY_REPLY_INFO --><a href="{U_POST_REPLY_TOPIC}">{REPLY_IMG}</a> <!-- ENDIF -->
<!-- IF S_QUICK_REPLY --><a href="javascript:void(0);" onclick="var qr = document.getElementById('ca-qr'); qr.style.display = (qr.style.display == 'none') ? '' : 'none'; return false;"><img src="{T_IMAGESET_LANG_PATH}/quick_reply.gif" /></a><!-- ENDIF -->
</td>
<!-- ENDIF -->
<!-- IF TOTAL_POSTS -->
<td class="nav" valign="middle" nowrap="nowrap"> {PAGE_NUMBER}<br /></td>
<td class="gensmall" nowrap="nowrap"> [ {TOTAL_POSTS} ] </td>
<td class="gensmall" width="100%" align="{S_CONTENT_FLOW_END}" nowrap="nowrap"><!-- INCLUDE pagination.html --></td>
<!-- ENDIF -->
</tr>
</table>
</div>
<!-- IF S_QUICK_REPLY -->
<!-- INCLUDE quickreply_editor.html -->
<!-- ENDIF -->
<div id="pagefooter"></div>
<!-- IF S_DISPLAY_ONLINE_LIST -->
<br clear="all" />
<table class="tablebg" width="100%" cellspacing="{$CA_SPACING}">
<tr>
<td class="cat"><h4>{L_WHO_IS_ONLINE}</h4></td>
</tr>
<tr>
<td class="row1"><p class="gensmall">{LOGGED_IN_USER_LIST}</p></td>
</tr>
</table>
<!-- ENDIF -->
<br clear="all" />
<table width="100%" cellspacing="1">
<tr>
<td width="40%" valign="top" nowrap="nowrap" align="{S_CONTENT_FLOW_BEGIN}"><!-- IF S_TOPIC_MOD --><form method="post" action="{S_MOD_ACTION}"><span class="gensmall">{L_QUICK_MOD}:</span> {S_TOPIC_MOD} <input class="btnlite" type="submit" value="{L_GO}" /></form><!-- ENDIF --></td>
<td align="{S_CONTENT_FLOW_END}" valign="top" nowrap="nowrap"><span class="gensmall"><!-- BEGIN rules -->{rules.RULE}<br /><!-- END rules --></span></td>
</tr>
</table>
<br clear="all" />
<table width="100%" cellspacing="0">
<tr>
<td><!-- IF S_DISPLAY_SEARCHBOX --><!-- INCLUDE searchbox.html --><!-- ENDIF --></td>
<td align="{S_CONTENT_FLOW_END}"><!-- INCLUDE jumpbox.html --></td>
</tr>
</table>
<!-- INCLUDE overall_footer.html -->- Carlos
- Admin

- Posts: 159
- Joined: 17 Jun 2012 01:01:50
- Bandera: Mexico
- Nombre real: Carlos
Re: Poner el nombre de user en grande (SUBSILVER)
[findcode]Buscar Esto puede ser un encuentro parcial y no toda la línea
Code: Select all
<div class="postauthor"<!-- IF postrow.POST_AUTHOR_COLOUR --> style="color: {postrow.POST_AUTHOR_COLOUR}"<!-- ENDIF -->><a href="{postrow.U_POST_AUTHOR}">{postrow.POST_AUTHOR}</a></div>Code: Select all
<div class="postauthor"<!-- IF postrow.POST_AUTHOR_COLOUR --> style="color: {postrow.POST_AUTHOR_COLOUR}"<!-- ENDIF -->><a href="{postrow.U_POST_AUTHOR}"><strong style="font-size:18px;">{postrow.POST_AUTHOR}</strong></a></div>y dime si te funciono.
- Cruciattus
- Usuario

- Posts: 120
- Joined: 25 Jul 2012 00:22:51
- Bandera: Spain
- Nombre real: X
Re: Poner el nombre de user en grande (SUBSILVER)
Ahora queria hacer algo mas. Me gustaria bajar el nombre del user de arriba del avatar abajo del mismo.
Code: Select all
http://www.cruciatus-hogwarts.com/foro/normas-de-afiliacion-t52.htmlVereis, en un estilo prosilver si cliqueas sobre el nombre de usuario accedes a su perfil. En subsilver NO. Para acceder al perfil, tienes que darle al botoncito del perfil
[img]http://www.cruciatus-hogwarts.com/foro/ ... rofile.png[/img]
Sin embargo, me hicieron una especie de "apaño" para que cliqueando sobre el nombre del user se entrara tambien al perfil. Al hacer esto, los nombres son como si fuesen enlaces y no tienen el color de sus grupos. Me gustaria eliminar ese "apaño" para que el nombre del user sea solo su nombre, y punto. Si se quiere entrar al perfil del user, se da al boton que para eso está.
En su momento me pareció practico hacer esto, hoy no. Me gustaria que los nombres lucieran sus colores y ya. Lo malo es que esto lo hizo otra persona y yo no se que archivo editó. Si me decis cual es, yo lo aporto aqui a ver si se puede volver a poner como estaba al principio.
- Carlos
- Admin

- Posts: 159
- Joined: 17 Jun 2012 01:01:50
- Bandera: Mexico
- Nombre real: Carlos
Re: Poner el nombre de user en grande (SUBSILVER)
[findcode]Busca y borra:
Code: Select all
<div class="postauthor"<!-- IF postrow.POST_AUTHOR_COLOUR --> style="color: {postrow.POST_AUTHOR_COLOUR}"<!-- ENDIF -->><a href="{postrow.U_POST_AUTHOR}"><strong style="font-size:18px;">{postrow.POST_AUTHOR}</strong></a></div>Code: Select all
<!-- IF postrow.POSTER_AVATAR --><div class="postavatar">{postrow.POSTER_AVATAR}</div><!-- ENDIF -->Code: Select all
<div class="postauthor"<!-- IF postrow.POST_AUTHOR_COLOUR --> style="color: {postrow.POST_AUTHOR_COLOUR}"<!-- ENDIF -->><a href="{postrow.U_POST_AUTHOR}"><strong style="font-size:18px;">{postrow.POST_AUTHOR}</strong></a></div>y lo otro ahora reviso.
[edit]-- 02 Sep 2012 18:37:16 --[/edit]
una ves echo el cambio que te puse anteriormente, ahora as esto para corregir lo 2do:
Busca:
[findcode]
Code: Select all
<div class="postauthor"<!-- IF postrow.POST_AUTHOR_COLOUR --> style="color: {postrow.POST_AUTHOR_COLOUR}"<!-- ENDIF -->><a href="{postrow.U_POST_AUTHOR}"><strong style="font-size:18px;">{postrow.POST_AUTHOR}</strong></a></div>Code: Select all
<div class="postauthor"<!-- IF postrow.POST_AUTHOR_COLOUR --> style="color: {postrow.POST_AUTHOR_COLOUR}"<!-- ENDIF -->><strong style="font-size:18px;">{postrow.POST_AUTHOR}</strong></div>y dime si te funciono.
- Cruciattus
- Usuario

- Posts: 120
- Joined: 25 Jul 2012 00:22:51
- Bandera: Spain
- Nombre real: X
Re: Poner el nombre de user en grande (SUBSILVER)
- Carlos
- Admin

- Posts: 159
- Joined: 17 Jun 2012 01:01:50
- Bandera: Mexico
- Nombre real: Carlos
Re: Poner el nombre de user en grande (SUBSILVER)
- Cruciattus
- Usuario

- Posts: 120
- Joined: 25 Jul 2012 00:22:51
- Bandera: Spain
- Nombre real: X
Re: Poner el nombre de user en grande (SUBSILVER)
Ahora, si es posible, me gustaria lograr lo siguiente. Al ser mas grande el nombre, algunos se bajan a dos lineas (como pasa con el nombre de Acheron Parthenopaeus)
Code: Select all
http://www.cruciatus-hogwarts.com/foro/normas-de-afiliacion-t52.htmlen la imagen del ejemplo
[img]http://i42.tinypic.com/b6cxm1.jpg[/img]
- cisco007
- Usuario

- Posts: 377
- Joined: 05 Jan 2012 15:59:22
- Bandera: Mexico
- Nombre real: cisco
Re: Poner el nombre de user en grande (SUBSILVER)
busca esto: [c]18px[/c]
y aumenta el numero y si el nombre es muy grande creo que lo bajara!.... creo!
Who is online
Users browsing this forum: CommonCrawl [Bot] and 0 guests