último mensaje en Negro

  • Autor Autor Trovador
  • Fecha de inicio Fecha de inicio
T

Trovador

Gamma
¡Usuario con pocos negocios! ¡Utiliza siempre saldo de Forobeta!
Hola! estoy modificando mi foro y una cosa que no consigo que me salga bien es que el titulo del ultimo post se vea en negrita. Hablo de la plantilla forumhome_lastpostby y tengo el siguiente codigo:

HTML:
<if condition="$show['lastpostinfo']">
<table cellpadding="0" cellspacing="0" border="0" width="100%"><tr align="$stylevar[left]">
		<td width="100%" nowrap="nowrap"><span class="smallfont">
		<if condition="$show['icon']"><img class="inlineimg" src="$icon[iconpath]" alt="$icon[title]" border="0" /></if>
		<a href="showthread.php?$session[sessionurl]goto=newpost&amp;t=$lastpostinfo[lastthreadid]" title="<phrase 1="$lastpostinfo[lastthread]">$vbphrase[go_first_unread_in_thread_x]</phrase>"><span class="smallfont"><if condition="$vboptions['categoryinlastpost'] AND $forum['allowcategories'] AND $lastpostinfo['lastcategory']">$lastpostinfo[lastcategory] - </if>$lastpostinfo[trimthread]</span></a><br /> 
			<phrase 1="member.php?$session[sessionurl]find=lastposter&amp;f=$lastpostinfo[forumid]" 2="$lastpostinfo[lastposter]">$vbphrase[by_x]</phrase>

$lastpostinfo[lastpostdate] <if condition="!$show['detailedtime']"><span class="time">$lastpostinfo[lastposttime]</span></if>
</span></td>
		<td nowrap="nowrap">&nbsp;<a href="showthread.php?$session[sessionurl]goto=lastpost&amp;t=$lastpostinfo[lastthreadid]"><img class="inlineimg" src="$stylevar[imgdir_button]/lastpost.gif" alt="$vbphrase[go_to_last_post]" border="0" /></a></td>
	</tr></table>

<else />
<table cellpadding="0" cellspacing="0" border="0" width="100%"><tr align="$stylevar[right]">
		<td width="180" nowrap="nowrap"><span class="smallfont">
	$lastpostinfo[lastpostdate] <if condition="!$show['detailedtime']"><span class="time">$lastpostinfo[lastposttime]</span></if>
	<a href="showthread.php?$session[sessionurl]goto=lastpost&amp;t=$lastpostinfo[lastthreadid]"><img class="inlineimg" src="$stylevar[imgdir_button]/lastpost.gif" alt="$vbphrase[go_to_last_post]" border="0" /></a>
</td></tr></table>
</if>

Se que es facil pero no consigo hacerlo, Saludos!
 
Si Dany, pero cuando lo utilizé nose si lo coloque en el sitio correcto, ya que no me salío en negrita. Tu sabes entre donde debo meterlo?
 
Bueno ya lo consegui, para que el Tema en cuestion este en negrita hay que buscar el codigo :
Insertar CODE, HTML o PHP:
$lastpostinfo[trimthread]
en la plantilla forumhome_lastpostby y dejarlo asi:
Insertar CODE, HTML o PHP:
<strong>$lastpostinfo[trimthread]</strong>

Saludos!