Foren / Cotonti / Support / Help with my links page

ErsteVorherige12

DemptD
#16 23. Mai 2009, 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?

Dieser Beitrag wurde von DemptD (am 23. Mai 2009, 12:16, vor 16 Jahre) bearbeitet

ErsteVorherige12