Quote:
Originally Posted by chadi
Need help. Cannot find alt1. I have a custom threadbit_announcement template.
What should my edits be?
Code:
<tr>
<td class="announcement"><img src="$stylevar[imgdir_statusicon]/announcement_$announcement[statusicon].gif" border="0" alt="$vbphrase[announcement]" /></td>
<td class="announcement" colspan="$announcecolspan">
<div>
<span class="smallfont" style="float:$stylevar[right]">$vbphrase[views]: <strong>$announcement[views]</strong> <a href="announcement.php?$session[sessionurl]f=$foruminfo[forumid]$announcementidlink"><img class="inlineimg" src="$stylevar[imgdir_button]/lastpost.gif" alt="$vbphrase[view_announcement]" border="0" /></a></span>
<strong>$vbphrase[announcement]</strong>: <a href="announcement.php?$session[sessionurl]f=$foruminfo[forumid]$announcementidlink">$announcement[title]</a>
</div>
<div>
<span style="float:$stylevar[right]"><if condition="$show['forumtitle']"><a href="forumdisplay.php?$session[sessionurl]f=$announcement[forumid]">$announcement[forumtitle]</a> </if><span class="smallfont">$announcement[postdate]</span></span>
<span class="smallfont">
<a href="member.php?$session[sessionurl]u=$announcement[userid]">$announcement[username]</a>
<if condition="$announcement['usertitle'] != ''">($announcement[usertitle])</if>
</span>
</div>
</td>
</tr>
|
I copied the the whole contents of threadbit_announcement.txt to the threadbit_announcement template.
It seems working fine, though.
nice mods, installed.