Quote:
Originally Posted by PtP
I started to wonder if I was just being opinionated in my comment of the template, I have attached the old (beta template) and the new template for your own opinion, I honestly think the old beta one looks classier. See what you think.
|
Since i see that you have a small empty row on top, here is a fix for you, i also added the linkstatus-thingie that was used in older LDM but not in this 3.5, how come?
well here is the code for links_hotlinks if you want a 2 column module, and also dont forget to edit module to use 2 in colspan.
PHP Code:
<if condition="$linkstatus==1">
<a href="$vboptions[bburl]/local_links.php?action=jump&id=$linkid">$linkname</a>
</if>
<if condition="$linkstatus>1">
<a href="$vboptions[bburl]/local_links.php?action=jump&id=$linkid">$linkname</a</if>
<if condition="$linkstatus<=0">
$linkname (n/a)
</if>
</span>
</td>
<td class="alt2">
<span class="smallfont">[$linkhits]</span>
</td>
</tr>
<if condition="$nhits<4">
<tr>
<td class="alt1"><span class="smallfont">
</if>
the part with <if condition="$nhits<4"> should be changes if you have 10 rows then it should be 9, and so on...
EDIT:
i dont know what the intension was of using a both linkstatus==1 and linkstatus>1 but i guess it has to do that at one of them you can also show filesize if i recall right.