<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : Little help please</title>
		<link>https://www.cotonti.com</link>
		<description>Neueste Themenbeiträge</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Sat, 11 Apr 2026 22:00:42 -0000</pubDate>

		<item>
			<title>Kingsley</title>
			<description><![CDATA[<blockquote><a href="https://www.cotonti.com/forums.php?m=posts&amp;p=25773#25773">#</a> <strong>urlkiller :</strong>
<br />
<em>just a idea with that: <a href="http://jquery.malsup.com/cycle/pager7.html" rel="nofollow">http://jquery.malsup.com/cycle/pager7.html</a> you could build a list that shows some small thumbs on the bottom or so?</em><br />
</blockquote>
<br />
<img class="aux smiley" src="https://www.cotonti.com/./images/smilies/smile.gif" alt=":)" /> had the same idea after surfing that webbie, but that can be done without jquery (i think) depends a bit in how some (dunno what their called but &lt;!-- BEGIN: LIST_ROW --&gt; these things) behave..<br />
<br />
Had already moved the css out of it, but thanks for the heads up.<br />
<br />
Will be learning more about jquery this week. will take the time for a couple of classes <img class="aux smiley" src="https://www.cotonti.com/./images/smilies/smile.gif" alt=":)" /><br />
<br />
thx url..]]></description>
			<pubDate>Mi, 25 Aug 2010 14:39:00 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=5807&d=0#post25776]]></link>
		</item>
		<item>
			<title>urlkiller</title>
			<description><![CDATA[you know, webdevelopment is always thinking out of the box.<br />
<br />
you need to work with the things you got and i always try to find the most easy way to produce the effect i wish. you should really check out / learn a bit about jquery because you can A. do the Programming pretty fast easy and B. is very easy to learn and understand. <br />
<br />
there are tons of more cool things you could do with the &lt;!-- IF --&gt; blocks and jquery only with templates.<br />
<br />
<em>just a idea with that: <a href="http://jquery.malsup.com/cycle/pager7.html" rel="nofollow">http://jquery.malsup.com/cycle/pager7.html</a> you could build a list that shows some small thumbs on the bottom or so?</em><br />
<br />
<span style="text-decoration:underline"><strong>yeah it looks very cool how you worked it out! Good Work!</strong></span><br />
<br />
but remember if you have 2000000000k images in that list all of them need to get loaded first! so this is only a solution for ??? Images... <br />
<br />
also check out that page: <a href="http://jquery.malsup.com/cycle/int2.html" rel="nofollow">http://jquery.malsup.com/cycle/int2.html</a><br />
the example with the pagination <img class="aux smiley" src="https://www.cotonti.com/./images/smilies/wink.gif" alt=";)" /> you need only add <strong> pager:  '#navigation'</strong> in the jquery startup and add a new #div with the <strong>#navigation </strong>the plugin then should build there a pagination for all items in the list. style them with <strong>#navigation a {bla}</strong><br />
<br />
<br />
<br />
edit: i made a mistake with the styles i added in the tpl. i wrote a#mynextbutton but the id is on a &lt;div&gt; element <img class="aux smiley" src="https://www.cotonti.com/./images/smilies/wink.gif" alt=";)" /> so you need to set the id on the &lt;a&gt; or delete the styles...]]></description>
			<pubDate>Mi, 25 Aug 2010 07:08:55 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=5807&d=0#post25773]]></link>
		</item>
		<item>
			<title>Kingsley</title>
			<description><![CDATA[I see what where I went wrong with it <img class="aux smiley" src="https://www.cotonti.com/./images/smilies/smile.gif" alt=":)" /> ty..<br /><br /><b>Added 18 minutes later:</b><br /><br />works now..<br />
<br />
So these kind of smart little things are already possible with cotonti alone? <br />
coz if so, I have found a few other thing that work just like this <img class="aux smiley" src="https://www.cotonti.com/./images/smilies/grin.gif" alt=":D" /><br />
<br />
lkkr knutselen :p]]></description>
			<pubDate>Di, 24 Aug 2010 22:14:36 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=5807&d=0#post25770]]></link>
		</item>
		<item>
			<title>urlkiller</title>
			<description><![CDATA[just make the links like this: &lt;div id=&quot;My...&quot;&gt;&lt;a href=https://www.cotonti.com/&quot;#&quot;&gt;Next&lt;/a&gt;&lt;/div&gt;<br />
<br />
<br />
what you just did wont work!!!<br />
you can only have 1 instance of each next and prev button and it need to be outside the div id=&quot;slideshow&quot;!!!!<br />
<br />
if you wish to add more information to the slides you need to do this INSIDE the &lt;div&gt; elements!<br />
<br />
example: <br />
<br />
<pre class="code">
&lt;!-- BEGIN: LIST_ROW --&gt;
&lt;div class=&quot;{LIST_ROW_ODDEVEN}&quot;&gt;

&lt;h2&gt;{LIST_ROW_TITLE}&lt;/h2&gt;&lt;hr /&gt;
&lt;img src=https://www.cotonti.com/&quot;{LIST_ROW_CARTOON}&quot; style=&quot;width:680px;&quot;&gt;
&lt;table class=&quot;cells&quot;&gt;
&lt;tr&gt;
&lt;td&gt;NAME:&lt;/td&gt;
&lt;td&gt;{LIST_ROW_TITLE}&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;DATE:&lt;/td&gt;
&lt;td&gt;{LIST_ROW_DATE}&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;!-- END: LIST_ROW --&gt;
</pre>]]></description>
			<pubDate>Di, 24 Aug 2010 21:31:30 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=5807&d=0#post25769]]></link>
		</item>
		<item>
			<title>Kingsley</title>
			<description><![CDATA[oh.. was fooled by no handmouse appearing <img class="aux smiley" src="https://www.cotonti.com/./images/smilies/smile.gif" alt=":)" /><br />
<br />
me happy <img class="aux smiley" src="https://www.cotonti.com/./images/smilies/grin.gif" alt=":D" /> thank you thank you]]></description>
			<pubDate>Di, 24 Aug 2010 21:14:26 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=5807&d=0#post25768]]></link>
		</item>
		<item>
			<title>urlkiller</title>
			<description><![CDATA[did you clicked on the next prev text??<br />
<br />
you need to make them to links...]]></description>
			<pubDate>Di, 24 Aug 2010 20:51:53 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=5807&d=0#post25767]]></link>
		</item>
		<item>
			<title>Kingsley</title>
			<description><![CDATA[implemented it:<br />
<br />
<a href="http://www.x-ecutionerz.com/site/list.php?c=cartoon" rel="nofollow">http://www.x-ecutionerz.com/site/list.php?c=cartoon</a><br />
<br />
Where exactly do I put those files which I downloaded from the link you gave me?<br />
<br />
i've got<br />
<br />
jquery.cycle.min.js<br />
jquery.cycle.lite.min.js<br />
jquery.cycle.all.min.js<br />
<br />
and a folder called scr, with 3 files in it, have put them in root/js and skinname/js..]]></description>
			<pubDate>Di, 24 Aug 2010 20:32:14 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=5807&d=0#post25766]]></link>
		</item>
		<item>
			<title>urlkiller</title>
			<description><![CDATA[you have jquery active on your site?<br />
<br />
uhm about the field cartoons.<br />
how do you insert this in your tpl? with LIST_ROW_CARTOON ?<br />
<br />
<strong>Added 12 minutes later:</strong><br />
<br />
Ok! now you need to delete the cycle and jquery call in your header.tpl (the new lines you made for the cycle plugin)<br />
<br />
implement this list.tpl and write here again that i can debug it on your site.<br />
<br />
maybe you dont need to implement the jquery again. because cot already loaded it...<br />
<br />
<strong>list.cartoon.tpl</strong><br />
<pre class="code">
&lt;!-- BEGIN: MAIN --&gt;
&lt;script type=&quot;text/javascript&quot; src=https://www.cotonti.com/&quot;/js/jquery.min.js&quot;&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=https://www.cotonti.com/&quot;http://cloud.github.com/downloads/malsup/cycle/jquery.cycle.all.2.74.js&quot;&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
$(document).ready(function() {
	// speed 		= transition time in mil secs
	// timeout 	= time how long the image stays in mil secs
	// pause 		= if you enter the box with your mouse stop sliding auto
	$('#slideshow').cycle({fx: 'scrollHorz', speed: 1000, timeout: 60000, next: '#MyNextButton', prev: '#MyPrevButton',pause: 1});
});
&lt;/script&gt;

&lt;style&gt;
a#MyNextButton, a#MyPrevButton {padding:10px;background:green;font-size:14px;}
a#MyPrevButton {float:left;}
a#MyNextButton {float:right;}
a#MyNextButton:hover, a#MyPrevButton:hover {background:blue;}
&lt;/style&gt;

&lt;table id=&quot;index&quot; border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot;&gt;
	&lt;tr&gt;
		&lt;td class=&quot;indexbodyh&quot;&gt;{LIST_PAGETITLE}&lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr&gt;
		&lt;td class=&quot;indexbodyc&quot;&gt;
    	&lt;div id=&quot;subtitle&quot; style=&quot;padding-top:6px;&quot;&gt;&amp;nbsp; &amp;nbsp; {LIST_SUBMITNEWPAGE}&lt;/div&gt;
			&lt;div id=&quot;slideshow&quot;&gt;
				&lt;!-- BEGIN: LIST_ROW --&gt;
				&lt;div class=&quot;{LIST_ROW_ODDEVEN}&quot;&gt;
					&lt;h2&gt;{LIST_ROW_SHORTTITLE}&lt;/h2&gt;&lt;hr /&gt;
					&lt;img src=https://www.cotonti.com/&quot;{LIST_ROW_CARTOON}&quot; style=&quot;width:680px;&quot;&gt;
				&lt;/div&gt;
				&lt;!-- END: LIST_ROW --&gt;
			&lt;/div&gt;
			&lt;div id=&quot;MyNextButton&quot;&gt;Next&lt;/div&gt;
			&lt;div id=&quot;MyPrevButton&quot;&gt;Prev&lt;/div&gt;
		&lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr&gt;
		&lt;td class=&quot;indexbodyf&quot;&gt;&lt;/td&gt;
	&lt;/tr&gt;
&lt;/table&gt;
&lt;!-- END: MAIN --&gt;
</pre>]]></description>
			<pubDate>Di, 24 Aug 2010 19:51:44 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=5807&d=0#post25765]]></link>
		</item>
		<item>
			<title>Kingsley</title>
			<description><![CDATA[list:<br />
<br />
<a href="http://www.cotonti.com/datas/users/list.cartoon_133.rar">http://www.cotonti.com/datas/users/list.cartoon_133.rar</a><br />
<br />
catname: cartoon<br />
fieldname: cartoon<br />
<br />
Sorry, but that Jquery thingy I just don't understand. placed the files in root/js, in skinmane/js, change and played alot with the codes provided on the site, but next to how to implement it in your skin, it says nothing about how and where to call to it's jquery files. I gave up after 5 hours, simply coz it got to complex for my needs.]]></description>
			<pubDate>Di, 24 Aug 2010 19:19:14 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=5807&d=0#post25764]]></link>
		</item>
		<item>
			<title>urlkiller</title>
			<description><![CDATA[@Kinglsley<br />
<br />
please send me your list.tpl, the category name, the fieldname where the img is stored of your cartoon cat.<br />
and ill do this fast...]]></description>
			<pubDate>Di, 24 Aug 2010 19:09:54 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=5807&d=0#post25763]]></link>
		</item>
		<item>
			<title>Kingsley</title>
			<description><![CDATA[Been busy with it, but it's to complicated for what I need. Jquery cycle is a real pain in the ass.<br />
<br />
guess a simple nav from page to page isn't made availible in cotonti.<br />
<br />
All i need is the navigation from one page to another and the possibility to directly link to latests added page.<br />
complexer than that isn't necessary.]]></description>
			<pubDate>Di, 24 Aug 2010 17:42:22 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=5807&d=0#post25760]]></link>
		</item>
		<item>
			<title>Kort</title>
			<description><![CDATA[<strong>Kingsley</strong> Example for you:<br />
<a href="http://houseplanner.org/list.php?c=our-work" rel="nofollow">http://houseplanner.org/list.php?c=our-work</a>]]></description>
			<pubDate>Di, 24 Aug 2010 12:54:31 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=5807&d=0#post25756]]></link>
		</item>
		<item>
			<title>Kingsley</title>
			<description><![CDATA[Wow, that's really cool help <img class="aux smiley" src="https://www.cotonti.com/./images/smilies/smile.gif" alt=":)" /><br />
<br />
Will be up all night with this]]></description>
			<pubDate>Di, 24 Aug 2010 04:33:23 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=5807&d=0#post25752]]></link>
		</item>
		<item>
			<title>urlkiller</title>
			<description><![CDATA[@Kingsley<br />
<br />
I guess you want some sort of category where the &quot;talented&quot; user can upload somehow the image (or uses his pfs) and the other users can scroll through them by clicking on the next cartoon image or the next link...<br />
<br />
my answer would be do it completly with categorys, templates and a bit creativity (<a href="http://jquery.malsup.com/cycle/" rel="nofollow">jquery cycle</a>) yourself <img class="aux smiley" src="https://www.cotonti.com/./images/smilies/wink.gif" alt=";)" /><br />
<br />
<br />
1. make a new category and name it i.e. cartoons <br />
2. then go to your skins folder and make a new template list.cartoons.tpl<br />
2a. if you wish you can now make a page.add.cartoons.tpl and page.edit.cartoons.tpl for the talented user<br />
3. in the file list.cartoons.tpl you could make something like that:<br />
<pre class="code">&lt;!-- BEGIN: MAIN --&gt;
&lt;div id=&quot;content&quot;&gt;
&lt;div id=&quot;slideshow&quot;&gt;
&lt;!-- BEGIN: LIST_ROW --&gt;
&lt;div class=&quot;{LIST_ROW_ODDEVEN}&quot;&gt;
{LIST_ROW_SHORTTITLE}&lt;br /&gt;
&lt;a href=https://www.cotonti.com/&quot;{LIST_ROW_URL}&quot;&gt;&lt;img src=&quot;{LIST_ROW_EXTRA1}&quot; style=&quot;width:600px;&quot;&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;!-- END: LIST_ROW --&gt;
&lt;/div&gt;
&lt;div id=&quot;MyNextButton&quot;&gt;Next&lt;/div&gt;
&lt;div id=&quot;MyPrevButton&quot;&gt;Prev&lt;/div&gt;
&lt;/div&gt;
&lt;!-- END: MAIN --&gt;</pre>
<br />
this code creates a list where only the field extra1 is send into the src from an image.<br />
so the user only needs to submit a page where he enters a title and the path to the image he uploaded.<br />
<br />
if you would use it like that it only shows title, image, title, image etc. <br />
but the cycle plugin uses the div boxes as single elements that can be scrolled throught. the other 2 boxes are the next and prev button that &quot;slides&quot; back and forth the elements. it would pretty much create the effect you wanna have.<br />
with the jquery.cycle plugin you can make also other neat and easy transitions.<br />
<br />
you need to load jquery, the plugin and need to startup the slideshow. just take a look at the demonstration pages and copy &amp; paste a bit and just try around.<br />
<br />
iam interessted what your implementation will be...]]></description>
			<pubDate>Di, 24 Aug 2010 03:49:56 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=5807&d=0#post25751]]></link>
		</item>
		<item>
			<title>Kingsley</title>
			<description><![CDATA[in page.tpl <br />
<br />
from one article to the next in the same category, off course<br />
<br />
<strong>Added 51 seconds later:</strong><br />
<br />
and got one big image in the list.tpl for it<br />
<br />
<a href="http://www.x-ecutionerz.com/site/list.php?c=cartintro" rel="nofollow">http://www.x-ecutionerz.com/site/list.php?c=cartintro</a><br />
<br />
which I would like to link directly to the latest added cartoon..]]></description>
			<pubDate>Di, 24 Aug 2010 01:31:39 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=5807&d=0#post25750]]></link>
		</item>
		<item>
			<title>Kort</title>
			<description><![CDATA[Where do you want to put this navigation? list.tpl or page.tpl?]]></description>
			<pubDate>Di, 24 Aug 2010 01:24:22 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=5807&d=0#post25749]]></link>
		</item>
		<item>
			<title>Kingsley</title>
			<description><![CDATA[is there a way to switch page/article via prev/next navigation?<br />
<br />
and a way to link directly to the latest added page in a cat?]]></description>
			<pubDate>Di, 24 Aug 2010 00:50:16 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=5807&d=0#post25748]]></link>
		</item>
		<item>
			<title>pieter</title>
			<description><![CDATA[admin.php?m=config&amp;n=edit&amp;o=core&amp;p=page<br />
<br />
But then you change the items displayed for ALL lists.<br />
Maybe try to make a new list.CAT.tpl<br />
<br />
For the arrows:<br />
<br />
Search for: <br />
<pre class="code">&lt;div class=&quot;pagnav&quot;&gt;{LISTCAT_PAGEPREV}{LISTCAT_PAGNAV}{LISTCAT_PAGENEXT}&lt;/div&gt;</pre>
and change it into <br />
<pre class="code">&lt;div class=&quot;pagnav&quot;&gt;{LISTCAT_PAGEPREV}{LISTCAT_PAGENEXT}&lt;/div&gt;</pre>
<br />
Or delete the {LISTCAT_PAGNAV} in it.<br />
<br />
Not sure about this.]]></description>
			<pubDate>Mo, 23 Aug 2010 23:00:54 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=5807&d=0#post25747]]></link>
		</item>
		<item>
			<title>Kingsley</title>
			<description><![CDATA[One of my clan members is really crative and has a little cartoon that I want on my site.<br />
My problem is my lack of knowledge.<br />
<br />
I already figured out how to do that with my limited knowledge how to but stumble on some problems:<br />
<br />
I use the page avatar plugin for it. this displays a image in a list.tpl, with title etc.<br />
How do I limit that list.tpl to display one item per list.<br />
<br />
How do I set the navigation to &lt;&lt; &lt;  &gt; &gt;&gt; in stead of &lt;&lt; &lt; 1 2 3 4 5  &gt; &gt;&gt; for this particular list?<br />
<br />
I know you all probably go like: &quot;WTF, dude, so much easier ways to accomplish that!&quot; but like I said, limited knowledge..<br />
<br />
Thanks for your help]]></description>
			<pubDate>Mo, 23 Aug 2010 22:31:26 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=5807&d=0#post25746]]></link>
		</item>
	</channel>
</rss>