obmob |
02-10-2010 04:38 PM |
Thanks Andrew!
Unfortunately, for some reason, my link is not showing. This is my SHORT template could you take a look and tell me what is wrong?
Basically, the main difference is trying to resize the image, maybe it has too much code, don't know, took it from the MAGNIFY template if I recall.
:)
Code:
<vb:if condition="!$linkexpired or $show['ldm_view_hidden']">
<tr id="linkid{vb:raw linkid}">
<td colspan="2" valign="top">
<table width="100%" border="0" cellspacing="3" cellpadding="0">
<tr>
<td width="250" align="right" valign="top">
<vb:if condition="$linkimglink"><table border="0" cellspacing="0" cellpadding="0"> <tr>
<td align="right" valign="top"><vb:if condition="$linkimg"><div style="padding:10px;"<a href="./local_links.php?catid={vb:raw linkcatid}&linkid={vb:raw linkid)"><img class="inlineimg" src="{vb:raw vboptions.bburl}/{vb:raw LDM_scripts.RESIZE_SCRIPT}.php?{vb:raw session.sessionurl}linkid={vb:raw linkid}<vb:if condition="isset($entityid)"><vb:if condition="$entityid">&entityid={vb:raw entityid}</vb:if></vb:if>&size=275" alt="{vb:raw linkname}" border="0" /></a></div></vb:if>
</td> </tr></table>
</vb:if>
</td>
<td align="left" valign="top"><div class="smallfont" style="padding-top:10px;">{vb:raw linknewbit} {vb:raw linkfavbit} {vb:raw linksendtofriendbit} {vb:raw linkreportlinkbit} {vb:raw linkeditbit}</div>
<div class="smallfont" style="padding-top:10px;"><b>{vb:raw linkurllink}</b> </div>
<div class="smallfont">~{vb:raw linkusername}</div>
<div class="smallfont">{vb:raw linkdate}</div>
<vb:if condition="$show['ldm_view_hits']"><div class="smallfont">{vb:rawphrase ll_hits} {vb:raw linkhits}</div></vb:if>
<vb:if condition="$linkraters"><img src="{vb:stylevar imgdir_rating}/rating-15_{vb:raw linkrate}.png" border="0" alt="{vb:raw linkrate} *" /></vb:if>
</td>
</tr>
</table>
</td></tr>
</vb:if>
|