<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : Help with my links page</title>
		<link>https://www.cotonti.com</link>
		<description>Последние сообщения в теме</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Sat, 11 Apr 2026 16:54:03 -0000</pubDate>

		<item>
			<title>DemptD</title>
			<description><![CDATA[<blockquote><a href="https://www.cotonti.com/forums.php?m=posts&amp;p=12682#12682">#</a> <strong>Lombi :</strong>
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.</blockquote>
<br />
Nice! That works like a charm, thanks  <img class="aux smiley" src="https://www.cotonti.com/./images/smilies/grin.gif" alt=":-D" /> <br />
<br />
<a href="http://www.demptd.com/list.php?c=links" rel="nofollow">http://www.demptd.com/list.php?c=links</a><br />
<br />
Like this:<br />
<br />
<pre class="code">&lt;!-- BEGIN: LIST_ROW --&gt;
&lt;tr&gt;
&lt;td width=&quot;88&quot;&gt;&lt;img src=https://www.cotonti.com/&quot;{LIST_ROW_EXTRA3}&quot; alt=&quot;{LIST_ROW_TITLE}&quot; width=&quot;88&quot; height=&quot;31&quot; /&gt;&lt;/td&gt;
&lt;td style=&quot;vertical-align:middle;&quot;&gt;
&lt;strong&gt;&lt;a href=https://www.cotonti.com/&quot;{LIST_ROW_LISTLINK}&quot; target=&quot;blank&quot;&gt;{LIST_ROW_TITLE}&lt;/a&gt;&lt;/strong&gt;&lt;br /&gt;
&lt;span class=&quot;desc&quot;&gt;{LIST_ROW_DESC} ({LIST_ROW_FILECOUNT} {PHP.skinlang.list.hits})&lt;/span&gt;
{LIST_ROW_ADMIN}
&lt;/td&gt;

&lt;/tr&gt;

&lt;!-- END: LIST_ROW --&gt;</pre>
<br />
<strong><span style="color:#EF2929">---------------------------------</span></strong><br />
<blockquote><a href="https://www.cotonti.com/forums.php?m=posts&amp;p=12682#12682">#</a> <strong>Lombi :</strong>
or the topsite system.<br />
</blockquote>
<br />
What topsite system?]]></description>
			<pubDate>сб, 23 мая 2009 12:15:40 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=2767&d=0#post12787]]></link>
		</item>
		<item>
			<title>Lombi</title>
			<description><![CDATA[If I'm not mistaken that's due to the referrer protection being up.<br />
<br />
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.<br />
<br />
Or you could use plugins for this purpose like xiode's xsaffiliate or the topsite system.]]></description>
			<pubDate>ср, 20 мая 2009 22:18:17 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=2767&d=0#post12682]]></link>
		</item>
		<item>
			<title>DemptD</title>
			<description><![CDATA[<blockquote><a href="https://www.cotonti.com/forums.php?m=posts&amp;p=12680#12680">#</a> <strong>pieter :</strong>
Stange I have the same problem.<br />
<br />
Try this.<br />
First time it opens the page. Second time it opens the link. Third time the page, 4th time the link, ....<br />
</blockquote>
<br />
Hmm, yes it does that to me also. Thats really weird]]></description>
			<pubDate>ср, 20 мая 2009 22:16:04 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=2767&d=0#post12681]]></link>
		</item>
		<item>
			<title>pieter</title>
			<description><![CDATA[Stange I have the same problem.<br />
<br />
Try this.<br />
First time it opens the page. Second time it opens the link. Third time the page, 4th time the link, ....]]></description>
			<pubDate>ср, 20 мая 2009 22:12:23 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=2767&d=0#post12680]]></link>
		</item>
		<item>
			<title>DemptD</title>
			<description><![CDATA[Now i have it like this:<br />
<br />
<pre class="code">&lt;tr&gt;
&lt;td width=&quot;88&quot;&gt;&lt;img src=https://www.cotonti.com/&quot;{LIST_ROW_EXTRA3}&quot; alt=&quot;{LIST_ROW_TITLE}&quot; width=&quot;88&quot; height=&quot;31&quot; /&gt;&lt;/td&gt;
&lt;td style=&quot;vertical-align:middle;&quot;&gt;
&lt;strong&gt;&lt;a href=https://www.cotonti.com/&quot;page.php?id={LIST_ROW_ID}&amp;a=dl&quot; target=&quot;blank&quot;&gt;{LIST_ROW_TITLE}&lt;/a&gt;&lt;/strong&gt;&lt;br /&gt;
&lt;span class=&quot;desc&quot;&gt;{LIST_ROW_DESC} ({LIST_ROW_FILECOUNT} {PHP.skinlang.list.hits})&lt;/span&gt;
{LIST_ROW_ADMIN}
&lt;/td&gt;
&lt;/tr&gt;</pre>
<br />
And it still opens the page...<br />
<br />
<a href="http://www.demptd.com/list.php?c=links" rel="nofollow">http://www.demptd.com/list.php?c=links</a>]]></description>
			<pubDate>ср, 20 мая 2009 22:03:44 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=2767&d=0#post12679]]></link>
		</item>
		<item>
			<title>pieter</title>
			<description><![CDATA[The important thing in the link is the <pre class="code">&amp;a=dl</pre>
<br />
In example above: &lt;a href=https://www.cotonti.com/&quot;page.php?id={LIST_ROW_ID<strong>}&amp;a=dl</strong>&quot; target=&quot;_blank&quot;&gt;]]></description>
			<pubDate>ср, 20 мая 2009 21:42:27 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=2767&d=0#post12678]]></link>
		</item>
		<item>
			<title>Kilandor</title>
			<description><![CDATA[Eh, you can do everything that plugin does, without it. I made that back when I was a noob :) Everythign it does can be done with TPL :)]]></description>
			<pubDate>вт, 19 мая 2009 09:09:03 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=2767&d=0#post12645]]></link>
		</item>
		<item>
			<title>Dave</title>
			<description><![CDATA[im not useing that pluging and it works: <a href="http://ev.toster.net/list.php?c=links" rel="nofollow">http://ev.toster.net/list.php?c=links</a><br />
<br />
the code is in my prev post.]]></description>
			<pubDate>вт, 19 мая 2009 00:51:42 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=2767&d=0#post12624]]></link>
		</item>
		<item>
			<title>Kingsley</title>
			<description><![CDATA[@ Dave<br />
<br />
<a href="http://www.ffximc.com/uploads/plugins/ldulinks.rar" rel="nofollow">http://www.ffximc.com/uploads/plugins/ldulinks.rar</a><br />
<br />
this is the link, but when adding a link, it comes with this error:<br />
<br />
<pre class="code">Fatal error: Call to undefined function sed_bbcode_urls() in /home/ecutionerz/domains/x-ecutionerz.com/public_html/site/plugins/ldulinks/ldulinks.page.links.php on line 56</pre>
<br />
it also need textboxer2 from seditio, but because I already needed that for XsCCS. I didn't need to upload that.]]></description>
			<pubDate>вт, 19 мая 2009 00:35:17 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=2767&d=0#post12623]]></link>
		</item>
		<item>
			<title>DemptD</title>
			<description><![CDATA[<blockquote><a href="https://www.cotonti.com/forums.php?m=posts&amp;p=12620#12620">#</a> <strong>Kingsley :</strong>
why don't u use the little plugin Kilandor made? Works perfectly undder cotonti. and saves you the time spent on coding..<br />
<br />
nevermind.. Kilandors plugin does need an update..<br />
</blockquote>
<br />
Didnt code anything, just copy and paste...]]></description>
			<pubDate>вт, 19 мая 2009 00:27:19 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=2767&d=0#post12622]]></link>
		</item>
		<item>
			<title>Dave</title>
			<description><![CDATA[i'd just remove &quot;href&quot; from img :p, i doubt if thats cuz u didnt &lt;/img&gt;<br />
<br />
Kingsley: link ?<br />
<br />
EDIT: this is mine list.links.tpl:<br />
<br />
<div style="margin:4px 0px 4px 0px"><input type="button" value="&gt;&gt; here &lt;&lt;" onclick="if(this.parentNode.getElementsByTagName('div')[0].style.display != '') { this.parentNode.getElementsByTagName('div')[0].style.display = ''; } else { this.parentNode.getElementsByTagName('div')[0].style.display = 'none'; }" /><div style="display:none" class="spoiler">&lt;!-- BEGIN: MAIN --&gt;<br />
&lt;div id=&quot;main&quot;&gt;<br />
&lt;div id=&quot;title&quot;&gt;<br />
<br />
	{LIST_PAGETITLE}<br />
<br />
&lt;/div&gt;<br />
<br />
&lt;div id=&quot;subtitle&quot;&gt;<br />
<br />
	{LIST_CATDESC}&lt;br /&gt;<br />
	{LIST_SUBMITNEWPAGE}<br />
<br />
&lt;/div&gt;<br />
<br />
&lt;div id=&quot;main&quot;&gt;<br />
<br />
	&lt;div class=&quot;paging&quot;&gt;<br />
<br />
		{LIST_TOP_PAGEPREV} {LIST_TOP_PAGENEXT}   Page {LIST_TOP_CURRENTPAGE}/ {LIST_TOP_TOTALPAGES} - {LIST_TOP_MAXPERPAGE} lines per page - {LIST_TOP_TOTALLINES} lines in this section<br />
<br />
	&lt;/div&gt;<br />
<br />
	&lt;table class=&quot;cells&quot;&gt;<br />
<br />
		&lt;!-- BEGIN: LIST_ROWCAT --&gt;<br />
<br />
		&lt;tr&gt;<br />
			&lt;td colspan=&quot;5&quot; style=&quot;background:transparent;&quot;&gt;<br />
			&lt;strong&gt;&lt;a href=https://www.cotonti.com/&quot;{LIST_ROWCAT_URL}&quot;&gt;{LIST_ROWCAT_TITLE}&lt;/a&gt;&lt;/strong&gt;&lt;br /&gt;<br />
			&lt;span class=&quot;desc&quot;&gt;{LIST_ROWCAT_DESC}&lt;/span&gt;<br />
			&lt;/td&gt;<br />
		&lt;/tr&gt;<br />
<br />
		&lt;!-- END: LIST_ROWCAT --&gt;<br />
<br />
		&lt;tr&gt;<br />
			&lt;td class=&quot;coltop&quot;&gt;{LIST_TOP_TITLE} {LIST_TOP_COUNT}&lt;/td&gt;<br />
			&lt;td class=&quot;coltop&quot; style=&quot;width:96px;&quot;&gt;Comments&lt;/td&gt;<br />
			&lt;td class=&quot;coltop&quot; style=&quot;width:96px;&quot;&gt;Ratings&lt;/td&gt;<br />
			&lt;td class=&quot;coltop&quot; style=&quot;width:96px;&quot;&gt;{LIST_TOP_DATE}&lt;/td&gt;<br />
			&lt;td class=&quot;coltop&quot; style=&quot;width:128px;&quot;&gt;Submited by&lt;/td&gt;<br />
		&lt;/tr&gt;<br />
<br />
		&lt;!-- BEGIN: LIST_ROW --&gt;<br />
<br />
		&lt;tr&gt;<br />
			&lt;td&gt;<br />
			&lt;strong&gt;&lt;a href=https://www.cotonti.com/&quot;page.php?id={LIST_ROW_ID}&amp;a=dl&quot; target=&quot;_blank&quot;&gt;{LIST_ROW_TITLE}&lt;br /&gt;&lt;/a&gt;&lt;/strong&gt;<br />
			&lt;span class=&quot;desc&quot;&gt;{LIST_ROW_DESC} ({LIST_ROW_FILECOUNT} hits)&lt;/span&gt;&lt;br /&gt;<br />
			{LIST_ADMIN_UNVALIDATE}   {LIST_ADMIN_EDIT} ({LIST_ADMIN_COUNT})<br />
			&lt;/td&gt;<br />
			&lt;td class=&quot;centerall&quot;&gt;{LIST_ROW_COMMENTS}&lt;/td&gt;<br />
			&lt;td class=&quot;centerall&quot;&gt;{LIST_ROW_RATINGS}&lt;/td&gt;<br />
			&lt;td class=&quot;centerall&quot;&gt;{LIST_ROW_DATE}&lt;/td&gt;<br />
			&lt;td class=&quot;centerall&quot;&gt;{LIST_ROW_OWNER}&lt;/td&gt;<br />
		&lt;/tr&gt;<br />
<br />
	&lt;!-- END: LIST_ROW --&gt;<br />
<br />
	&lt;/table&gt;<br />
<br />
	&lt;div class=&quot;paging&quot;&gt;<br />
<br />
		{LIST_TOP_PAGEPREV} {LIST_TOP_PAGENEXT}   Page {LIST_TOP_CURRENTPAGE}/ {LIST_TOP_TOTALPAGES} - {LIST_TOP_MAXPERPAGE} lines per page - {LIST_TOP_TOTALLINES} lines in this section<br />
<br />
	&lt;/div&gt;<br />
<br />
&lt;/div&gt;&lt;/div&gt;<br />
<br />
&lt;!-- END: MAIN --&gt;</div></div>]]></description>
			<pubDate>вт, 19 мая 2009 00:22:21 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=2767&d=0#post12621]]></link>
		</item>
		<item>
			<title>Kingsley</title>
			<description><![CDATA[why don't u use the little plugin Kilandor made? Works perfectly undder cotonti. and saves you the time spent on coding..<br />
<br />
nevermind.. Kilandors plugin does need an update..]]></description>
			<pubDate>вт, 19 мая 2009 00:05:33 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=2767&d=0#post12620]]></link>
		</item>
		<item>
			<title>DemptD</title>
			<description><![CDATA[The code:<br />
<br />
<pre class="code">&lt;!-- BEGIN: MAIN --&gt;
&lt;table class=&quot;cells&quot;&gt;

&lt;!-- BEGIN: LIST_ROWCAT --&gt;

&lt;tr&gt;
&lt;td colspan=&quot;5&quot; style=&quot;background:transparent;&quot; class=&quot;{LIST_ROWCAT_ODDEVEN}&quot;&gt;
&lt;strong&gt;&lt;a href=https://www.cotonti.com/&quot;{LIST_ROWCAT_URL}&quot;&gt;{LIST_ROWCAT_TITLE} ...&lt;/a&gt;&lt;/strong&gt;&lt;br /&gt;
&lt;span class=&quot;desc&quot;&gt;{LIST_ROWCAT_DESC}&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;

&lt;!-- END: LIST_ROWCAT --&gt;

&lt;tr&gt;
&lt;td class=&quot;coltop&quot; colspan=&quot;2&quot;&gt;&lt;b&gt;Links&lt;/b&gt;&lt;/td&gt;
&lt;/tr&gt;

&lt;!-- BEGIN: LIST_ROW --&gt;

&lt;tr&gt;
&lt;td class=&quot;{LIST_ROW_ODDEVEN}&quot; width=&quot;88&quot;&gt;&lt;a href=https://www.cotonti.com/&quot;{LIST_ROW_JUMP}&quot;&gt;&lt;img src=&quot;{LIST_ROW_EXTRA3}&quot; alt=&quot;{LIST_ROW_TITLE}&quot; width=&quot;88&quot; height=&quot;31&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td class=&quot;{LIST_ROW_ODDEVEN}&quot; style=&quot;vertical-align:middle;&quot;&gt;
&lt;strong&gt;&lt;a href=https://www.cotonti.com/&quot;{LIST_ROW_JUMP}&quot;&gt;{LIST_ROW_TITLE}&lt;/a&gt;&lt;/strong&gt;&lt;br /&gt;
&lt;span class=&quot;desc&quot;&gt;{LIST_ROW_DESC} ({LIST_ROW_FILECOUNT} {PHP.skinlang.list.hits})&lt;/span&gt;
{LIST_ROW_ADMIN}
&lt;/td&gt;

&lt;/tr&gt;



&lt;!-- END: LIST_ROW --&gt;

&lt;/table&gt;
&lt;br&gt;
&lt;table class=&quot;cells&quot;&gt;
&lt;tr&gt;
&lt;td class=&quot;coltop&quot; colspan=&quot;2&quot;&gt;&lt;b&gt;Link me&lt;/b&gt;&lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;
&lt;td class=&quot;{LIST_ROW_ODDEVEN}&quot; width=&quot;88&quot;&gt;&lt;a href=https://www.cotonti.com/&quot;index.php&quot;&gt;&lt;img src=&quot;http://www.demptd.com/datas/users/demptd_88x31_1.gif&quot; width=&quot;88&quot; height=&quot;31&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td class=&quot;{LIST_ROW_ODDEVEN}&quot; style=&quot;vertical-align:middle;&quot;&gt;
&lt;strong&gt;&lt;a href=https://www.cotonti.com/&quot;index.php&quot;&gt;Link me (88x31)&lt;/a&gt;&lt;/strong&gt;&lt;br /&gt;
&lt;span class=&quot;desc&quot;&gt;Want to affiliate? Click &lt;a herf=&quot;plug.php?e=contactus&quot;&gt;here&lt;/a&gt;&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;
&lt;td class=&quot;{LIST_ROW_ODDEVEN}&quot; width=&quot;88&quot;&gt;&lt;a href=https://www.cotonti.com/&quot;index.php&quot;&gt;&lt;img src=&quot;http://www.demptd.com/datas/users/demptd_88x11_1.gif&quot; width=&quot;88&quot; height=&quot;11&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td class=&quot;{LIST_ROW_ODDEVEN}&quot; style=&quot;vertical-align:middle;&quot;&gt;
&lt;strong&gt;&lt;a href=https://www.cotonti.com/&quot;index.php&quot;&gt;Link me (88x11)&lt;/a&gt;&lt;/strong&gt;&lt;br /&gt;
&lt;span class=&quot;desc&quot;&gt;Want to affiliate? Click &lt;a herf=&quot;plug.php?e=contactus&quot;&gt;here&lt;/a&gt;&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;

&lt;/table&gt;
&lt;!-- END: MAIN --&gt;</pre>
<br />
Its something i found on neocrome made by tefra, not a plugin just tpl and tags.<br />
list.links.tpl and some more, ill see if i find it :)<br />
<br />
Edit: <a href="http://neocrome.net/forums.php?m=posts&amp;p=104484#104484" rel="nofollow">http://neocrome.net/forums.php?m=posts&amp;p=104484#104484</a>]]></description>
			<pubDate>пн, 18 мая 2009 23:49:53 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=2767&d=0#post12619]]></link>
		</item>
		<item>
			<title>Dave</title>
			<description><![CDATA[could u post code? would be much easyer :)]]></description>
			<pubDate>пн, 18 мая 2009 23:45:36 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=2767&d=0#post12618]]></link>
		</item>
		<item>
			<title>Kingsley</title>
			<description><![CDATA[what plugin is that?]]></description>
			<pubDate>пн, 18 мая 2009 23:43:20 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=2767&d=0#post12617]]></link>
		</item>
		<item>
			<title>DemptD</title>
			<description><![CDATA[If click the name i go to the site but if i click the image i go to the page on my site, but the links are the same. Why does it do that?<br />
<br />
Test here:<br />
<br />
<a href="http://www.demptd.com/list.php?c=links" rel="nofollow">http://www.demptd.com/list.php?c=links</a>]]></description>
			<pubDate>пн, 18 мая 2009 23:29:11 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=2767&d=0#post12615]]></link>
		</item>
	</channel>
</rss>