<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : [Help] Page avatars</title>
		<link>https://www.cotonti.com</link>
		<description>Neueste Themenbeiträge</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Sun, 12 Apr 2026 14:13:06 -0000</pubDate>

		<item>
			<title>ez</title>
			<description><![CDATA[I do not know why tensh mentioned this?? <br />
I checked the img tag specs.. and you are right they both are valid ?? so, yes result is the same..]]></description>
			<pubDate>Do, 12 Aug 2010 19:26:01 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=5784&d=0#post25589]]></link>
		</item>
		<item>
			<title>Kingsley</title>
			<description><![CDATA[uh, result is the same, why the difference?]]></description>
			<pubDate>Do, 12 Aug 2010 16:41:12 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=5784&d=0#post25587]]></link>
		</item>
		<item>
			<title>ez</title>
			<description><![CDATA[King:<br />
<br />
I think tensh is saying:   <br />
<br />
&lt;a href=https://www.cotonti.com/&quot;datas/photos/{LIST_ROW_IMG}&quot;&gt;&lt;img src=&quot;datas/thumbs/{LIST_ROW_IMG}&quot; style=&quot;width:154px; height:100px&quot; /&gt;&lt;/a&gt;]]></description>
			<pubDate>Do, 12 Aug 2010 15:53:50 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=5784&d=0#post25584]]></link>
		</item>
		<item>
			<title>tensh</title>
			<description><![CDATA[&quot;width=&quot;154px&quot;&quot; is quite incorrect, &quot;px&quot; is used in css styles, not in html. Just to let you know.]]></description>
			<pubDate>Do, 12 Aug 2010 15:19:09 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=5784&d=0#post25580]]></link>
		</item>
		<item>
			<title>Kingsley</title>
			<description><![CDATA[oke, thx man..]]></description>
			<pubDate>Do, 12 Aug 2010 02:42:45 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=5784&d=0#post25567]]></link>
		</item>
		<item>
			<title>ez</title>
			<description><![CDATA[He King,<br />
<br />
Those are pfs settings (see admin panel)]]></description>
			<pubDate>Do, 12 Aug 2010 02:08:58 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=5784&d=0#post25563]]></link>
		</item>
		<item>
			<title>Kingsley</title>
			<description><![CDATA[I added   width=&quot;154px&quot; height=&quot;100&quot;<br />
<br />
&lt;a href=https://www.cotonti.com/&quot;datas/photos/{LIST_ROW_IMG}&quot;&gt;&lt;img src=&quot;datas/thumbs/{LIST_ROW_IMG}&quot; width=&quot;154px&quot; height=&quot;100&quot; /&gt;&lt;/a&gt;<br /><br /><b>Added 28 minutes later:</b><br /><br />any idea how to remove the black border around it with the size in it?]]></description>
			<pubDate>Do, 12 Aug 2010 01:37:36 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=5784&d=0#post25562]]></link>
		</item>
		<item>
			<title>pieter</title>
			<description><![CDATA[I use this: <pre class="code">/*This is for Jquery*/
/* for understanding browsers */
.resizeimage   { max-width:250px;max-height:250px;}
/* for Internet Explorer */
/*\*/
* html .resizeimage{
border-width:1px solid #000000;
height: expression(this.height &gt;= this.width &amp;&amp; this.height &gt; 250 ? '250px' : true);
width: expression(this.height &lt; this.width &amp;&amp; this.width &gt; 250 ? '250px' : true);
}</pre>
<br />
<pre class="code">&lt;a href=https://www.cotonti.com/&quot;$1&quot;&gt;&lt;img src=&quot;$1&quot; alt=&quot;&quot; class=&quot;resizeimage&quot; /&gt;&lt;/a&gt;</pre>
<br />
Dit gebruik ik in forum, zodat de foto's klein zijn, en als je er op klikt de originele opengaat.<br /><br /><b>Added 37 seconds later:</b><br /><br />How did you do it?]]></description>
			<pubDate>Do, 12 Aug 2010 01:31:23 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=5784&d=0#post25561]]></link>
		</item>
		<item>
			<title>Kingsley</title>
			<description><![CDATA[done <img class="aux smiley" src="https://www.cotonti.com/./images/smilies/smile.gif" alt=":)" /><br />
<br />
thank you for your help pieter]]></description>
			<pubDate>Do, 12 Aug 2010 01:29:21 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=5784&d=0#post25560]]></link>
		</item>
		<item>
			<title>pieter</title>
			<description><![CDATA[Thumb is very big.<br /><br /><b>Added 17 seconds later:</b><br /><br />add a class to it.]]></description>
			<pubDate>Do, 12 Aug 2010 01:20:25 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=5784&d=0#post25558]]></link>
		</item>
		<item>
			<title>Kingsley</title>
			<description><![CDATA[only resize doesn't work :S]]></description>
			<pubDate>Do, 12 Aug 2010 01:19:53 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=5784&d=0#post25557]]></link>
		</item>
		<item>
			<title>pieter</title>
			<description><![CDATA[Thumb is not created. Original is there: <a href="http://www.x-ecutionerz.com/site/datas/photos/page_153_SEC_logo_anim.gif" rel="nofollow">http://www.x-ecutionerz.com/site/datas/photos/page_153_SEC_logo_anim.gif</a>]]></description>
			<pubDate>Do, 12 Aug 2010 01:18:14 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=5784&d=0#post25556]]></link>
		</item>
		<item>
			<title>Kingsley</title>
			<description><![CDATA[Just replaced<br />
<br />
&lt;a href=https://www.cotonti.com/&quot;datas/photos/{LIST_ROW_IMG}&quot;&gt;&lt;img src=&quot;datas/thumbs_pages/{LIST_ROW_IMG}&quot; /&gt;&lt;/a&gt;<br />
<br />
with<br />
<br />
{LIST_ROW_IMG}<br />
<br />
gave as result:<br />
<br />
<a href="http://www.x-ecutionerz.com/site/datas/thumbs_pages/page_153_SEC_logo_anim.gif" rel="nofollow">http://www.x-ecutionerz.com/site/datas/thumbs_pages/page_153_SEC_logo_anim.gif</a><br />
<br />
files are saved in datas/thumbs<br /><br /><b>Added 1 minute later:</b><br /><br />k, works now]]></description>
			<pubDate>Do, 12 Aug 2010 01:17:05 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=5784&d=0#post25555]]></link>
		</item>
		<item>
			<title>pieter</title>
			<description><![CDATA[{LIST_ROW_IMG} is not a imagename, it is a path.<br />
<br />
Try to replace &lt;a href=https://www.cotonti.com/&quot;datas/photos/{LIST_ROW_IMG}&quot;&gt;&lt;img src=&quot;datas/thumbs_pages/{LIST_ROW_IMG}&quot; /&gt;&lt;/a&gt;<br />
with {LIST_ROW_IMG}<br />
<br />
<strong>Added 2 minutes later:</strong><br />
<br />
Did you do it like this: <a href="http://www.seditio.by/page.php?al=pageavatar_plugin_for_cotonti" rel="nofollow">http://www.seditio.by/page.php?al=pageavatar_plugin_for_cotonti</a><br />
<br />
<strong>Added 2 minutes later:</strong><br />
<br />
I see this link: <a href="http://www.x-ecutionerz.com/site/datas/thumbs_pages/page_153_SEC_logo_anim.gif" rel="nofollow">http://www.x-ecutionerz.com/site/datas/thumbs_pages/page_153_SEC_logo_anim.gif</a><br />
Are you sure it is located there?]]></description>
			<pubDate>Do, 12 Aug 2010 01:10:17 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=5784&d=0#post25554]]></link>
		</item>
		<item>
			<title>Kingsley</title>
			<description><![CDATA[<a href="http://www.cotonti.com/downloads/plugins/pages-lists/pageavatar_plugin">http://www.cotonti.com/downloads/plugins/pages-lists/pageavatar_plugin</a><br />
<br />
I am trying to get this to work.<br />
<br />
I can upload the image, it is saved on the webserver, but image stays empty when I look at the list.<br />
<br />
used this piece of code to display an image when none is added in the page<br />
<br />
<pre class="code">
&lt;!-- IF {LIST_ROW_IMG} --&gt;
&lt;a href=https://www.cotonti.com/&quot;datas/photos/{LIST_ROW_IMG}&quot;&gt;&lt;img src=&quot;datas/thumbs_pages/{LIST_ROW_IMG}&quot; /&gt;&lt;/a&gt;
&lt;!-- ELSE --&gt;
&lt;img src=https://www.cotonti.com/&quot;http://www.x-ecutionerz.com/images/image.png&quot;/&gt;
&lt;!-- ENDIF --&gt;</pre>
<br />
Strange thing is; No image is displayed, but the second I add an image, it disappears and none is shown.<br />
<br />
Live example: <a href="http://www.x-ecutionerz.com/site/list.php?c=gnews" rel="nofollow">http://www.x-ecutionerz.com/site/list.php?c=gnews</a><br />
<br />
first (starcraft II) article has an page avatar added to it.<br />
<br />
Thx in advance for your help]]></description>
			<pubDate>Do, 12 Aug 2010 00:56:23 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=5784&d=0#post25553]]></link>
		</item>
	</channel>
</rss>