- Desde
- 3 Feb 2004
- Mensajes
- 381
Por favor, ten en cuenta 📝 que si deseas hacer un trato 🤝 con este usuario, está baneado 🔒.
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!
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>
Se que es facil pero no consigo hacerlo, Saludos!