probaste con esto ?? <b> </b>
Esta es una discusión para el tema último mensaje en Negro en el foro Archivos de vBulletin 3.0 - 3.7, bajo la categoría Versiones Obsoletas de vBulletin - Temas Archivados; 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 ...
Página:
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:
Se que es facil pero no consigo hacerlo, Saludos!Código 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&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&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"> <a href="showthread.php?$session[sessionurl]goto=lastpost&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&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>
probaste con esto ?? <b> </b>
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 :
en la plantilla forumhome_lastpostby y dejarlo asi:Código:$lastpostinfo[trimthread]
Saludos!Código:<strong>$lastpostinfo[trimthread]</strong>