Forums / Cotonti / Support / Help with my links page

<<<12

DemptD
#16 2009-05-23 12:15
# Lombi : You could do it even simpler though. Put the page's URL into one of the extrafields, then just link to that field and you're bypassing the whole page mumbojumbo.

Nice! That works like a charm, thanks :-D

http://www.demptd.com/list.php?c=links

Like this:

<!-- BEGIN: LIST_ROW -->
<tr>
<td width="88"><img src="{LIST_ROW_EXTRA3}" alt="{LIST_ROW_TITLE}" width="88" height="31" /></td>
<td style="vertical-align:middle;">
<strong><a href="{LIST_ROW_LISTLINK}" target="blank">{LIST_ROW_TITLE}</a></strong><br />
<span class="desc">{LIST_ROW_DESC} ({LIST_ROW_FILECOUNT} {PHP.skinlang.list.hits})</span>
{LIST_ROW_ADMIN}
</td>

</tr>

<!-- END: LIST_ROW -->

---------------------------------
# Lombi : or the topsite system.

What topsite system?
This post was edited by DemptD (2009-05-23 12:16, 15 years ago)

<<<12