<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : Lots of Questions</title>
		<link>https://www.cotonti.com</link>
		<description>Последние сообщения в теме</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Fri, 01 May 2026 02:13:00 -0000</pubDate>

		<item>
			<title>duck101</title>
			<description><![CDATA[I just want to say to everyone thanks for the help <img class="aux smiley" src="https://www.cotonti.com/./images/smilies/smile.gif" alt=":-)" /> I have gotten more done in one day w/ all of your help then I would have by myself in 2 weeks.<br />
<br />
The only other thing is if someone knows how to make it so guests can rate pages. And if anyone can explain #5 to me more in detail<br />
<br />
5. When adding pages,articles,content is there anyway to make it multiple pages; for example if I was to write a page, then I want to have page 1. be the introduction page 2. be system requirements ect. Can this be done using tags.]]></description>
			<pubDate>пт, 19 июн 2009 06:14:35 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=2867&d=0#post13315]]></link>
		</item>
		<item>
			<title>DemptD</title>
			<description><![CDATA[<blockquote><a href="https://www.cotonti.com/forums.php?m=posts&amp;p=13312#13312">#</a> <strong>duck101 :</strong>
EDIT: Nevermind it worked, I think it was because I was typing in my admin name?<br />
</blockquote>
<br />
Yeah, when i type my admin name i get wrong code also.]]></description>
			<pubDate>пт, 19 июн 2009 05:37:58 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=2867&d=0#post13314]]></link>
		</item>
		<item>
			<title>duck101</title>
			<description><![CDATA[I just coppied your NEW COMMENT thing in your comments.tpl<br />
<br />
and I just get Error: wrong code.<br />
<br />
I tryed it in both upper and lower case. well at least there is only one error now. but thats weird how it works for you and not me like in the contact us thing. And I'm pretty sure I'm not blind. could it be that it recognizes me as admin even tho i'm not logged in ?<br />
<br />
EDIT: Nevermind it worked, I think it was because I was typing in my admin name?]]></description>
			<pubDate>пт, 19 июн 2009 05:18:52 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=2867&d=0#post13312]]></link>
		</item>
		<item>
			<title>DemptD</title>
			<description><![CDATA[I got it running and working at my site (0.0.5):<br />
<br />
<a href="http://www.demptd.com/page.php?al=about" rel="nofollow">http://www.demptd.com/page.php?al=about</a><br />
<br />
Heres my comments.tpl:<br />
<br />
<div style="margin:4px 0px 4px 0px"><input type="button" value="comments.tpl" 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: COMMENTS --&gt;<br />
&lt;!-- BEGIN: COMMENTS_ROW --&gt;<br />
<br />
	&lt;div class=&quot;block&quot;&gt;<br />
<br />
		&lt;span class=&quot;title&quot;&gt;<br />
		&lt;a href=https://www.cotonti.com/&quot;{COMMENTS_ROW_URL}&quot; id=&quot;c{COMMENTS_ROW_ID}&quot;&gt;&lt;img src=https://www.cotonti.com/&quot;skins/{PHP.skin}/img/system/icon-comment.gif&quot; alt=&quot;&quot;&gt; {COMMENTS_ROW_ORDER}.&lt;/a&gt;<br />
		 &amp;nbsp; Posted by {COMMENTS_ROW_AUTHOR}&lt;/span&gt; &amp;nbsp; {COMMENTS_ROW_DATE} &amp;nbsp; {COMMENTS_ROW_ADMIN}<br />
<br />
		&lt;p&gt;<br />
			{COMMENTS_ROW_TEXT}<br />
		&lt;/p&gt;<br />
<br />
	&lt;/div&gt;<br />
<br />
&lt;!-- END: COMMENTS_ROW --&gt;<br />
<br />
&lt;!-- BEGIN: COMMENTS_EMPTY --&gt;<br />
<br />
	&lt;div class=&quot;block&quot;&gt;<br />
<br />
		{COMMENTS_EMPTYTEXT}<br />
<br />
	&lt;/div&gt;<br />
<br />
&lt;!-- END: COMMENTS_EMPTY --&gt;<br />
<br />
&lt;!-- BEGIN: COMMENTS_ERROR --&gt;<br />
<br />
	&lt;div class=&quot;error&quot;&gt;<br />
<br />
		{COMMENTS_ERROR_BODY}<br />
<br />
	&lt;/div&gt;<br />
<br />
&lt;!-- END: COMMENTS_ERROR --&gt;<br />
<br />
&lt;!-- BEGIN: COMMENTS_NEWCOMMENT --&gt;<br />
<br />
	&lt;form action=&quot;{COMMENTS_FORM_SEND}&quot; method=&quot;post&quot; name=&quot;newcomment&quot;&gt;<br />
<br />
	&lt;div class=&quot;block&quot;&gt;<br />
<br />
		&lt;h4&gt;Comment :&lt;/h4&gt;<br />
<br />
		&lt;div style=&quot;width:96%;&quot;&gt;{COMMENTS_FORM_TEXTBOXER}&lt;/div&gt;<br />
		&lt;p&gt;<br />
&lt;b&gt;Your name:&lt;/b&gt; {COMMENTS_FORM_POSTER}&lt;br&gt;&lt;br&gt;<br />
{COMMENTS_FORM_VERIFY_IMG}&lt;br&gt;&lt;br&gt;<br />
&lt;b&gt;Type what you see in the image:&lt;/b&gt; {COMMENTS_FORM_VERIFY}&lt;/p&gt;<br />
		&lt;p&gt;&lt;input type=&quot;submit&quot; value=&quot;Send comment&quot;&gt;&lt;/p&gt;<br />
<br />
	&lt;/div&gt;<br />
<br />
	&lt;/form&gt;<br />
<br />
&lt;!-- END: COMMENTS_NEWCOMMENT --&gt;<br />
<br />
&lt;!-- END: COMMENTS --&gt;</div></div>]]></description>
			<pubDate>пт, 19 июн 2009 04:01:12 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=2867&d=0#post13307]]></link>
		</item>
		<item>
			<title>duck101</title>
			<description><![CDATA[<blockquote><a href="https://www.cotonti.com/forums.php?m=posts&amp;p=13303#13303">#</a> <strong>DemptD :</strong>
com4guests i couldnt get to work.<br />
<br />
did you get a mail from admin [a] vot3 [.] in ?<br />
</blockquote>
<br />
yes I got the email :) I still don't get why it won't work for me. and kort I did everything the manual said, i guess I'll have to read it again.<br />
<br />
Edit: this is what it says <br />
Installation<br />
Cotonti 0.0.3 Genesis: add following to the skins/SKINNAME/comments.tpl in block COMMENTS_NEWCOMMENT:<br />
<br />
{COMMENTS_FORM_POSTER_TEXT}{COMMENTS_FORM_POSTER}<br />
{COMMENTS_FORM_VERIFY_TEXT}{COMMENTS_FORM_VERIFY_IMG}{COMMENTS_FORM_VERIFY}<br />
<br />
but this is 0.0.5 Genesis and I didn't see COMMENTS_NEWCOMMENT: but I still think I put it in the right Place]]></description>
			<pubDate>пт, 19 июн 2009 03:30:42 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=2867&d=0#post13305]]></link>
		</item>
		<item>
			<title>Kort</title>
			<description><![CDATA[com4guests works just fine at my website. read the manual carefully]]></description>
			<pubDate>пт, 19 июн 2009 03:16:02 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=2867&d=0#post13304]]></link>
		</item>
		<item>
			<title>DemptD</title>
			<description><![CDATA[<blockquote><a href="https://www.cotonti.com/forums.php?m=posts&amp;p=13301#13301">#</a> <strong>duck101 :</strong>
what about the comments for guests can you see if that works, why would it work for you but not for me????????<br />
</blockquote>
<br />
com4guests i couldnt get to work.<br />
<br />
did you get a mail from admin [a] vot3 [.] in ?]]></description>
			<pubDate>пт, 19 июн 2009 03:11:59 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=2867&d=0#post13303]]></link>
		</item>
		<item>
			<title>duck101</title>
			<description><![CDATA[No the videos are great. It's just that they didn't pertain to my questions :)<br />
<br />
my only suggestion would be is to make some more advanced videos<br />
<br />
<blockquote><a href="https://www.cotonti.com/forums.php?m=posts&amp;p=13300#13300">#</a> <strong>DemptD :</strong>
Tested the contactus plugin and i got to send you a mail.<br />
<br />
&quot;Done. Your message was successfuly sended.&quot;<br />
</blockquote>
<br />
what about the comments for guests can you see if that works, why would it work for you but not for me????????]]></description>
			<pubDate>пт, 19 июн 2009 02:41:31 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=2867&d=0#post13301]]></link>
		</item>
		<item>
			<title>DemptD</title>
			<description><![CDATA[<blockquote><a href="https://www.cotonti.com/forums.php?m=posts&amp;p=13288#13288">#</a> <strong>duck101 :</strong>
<h3>My Questions</h3>
3. On all of my plugins that have verification numbers, they don't work <a href="http://www.pspextreme.host22.com/plug.php?e=contactus" rel="nofollow">Example 1</a> <a href="http://www.pspextreme.host22.com/page.php?id=8#comments" rel="nofollow">Example 2</a>. it also says that the name is long enough and all these other errors I tryed to edit the plugins but can't figure out whats wrong<br />
</blockquote>
<br />
Tested the contactus plugin and i got to send you a mail.<br />
<br />
&quot;Done. Your message was successfuly sended.&quot;]]></description>
			<pubDate>пт, 19 июн 2009 02:39:55 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=2867&d=0#post13300]]></link>
		</item>
		<item>
			<title>Lombi</title>
			<description><![CDATA[No problem, glad to help. Also if you could specify what you didnt understand about my videos, I'd be glad to explain further.]]></description>
			<pubDate>пт, 19 июн 2009 02:37:39 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=2867&d=0#post13299]]></link>
		</item>
		<item>
			<title>duck101</title>
			<description><![CDATA[thank you so much, if only there was a kudos button :)<br />
<br />
all of my questions have been answered except for 3 and 4<br />
<br />
thank you everyone for all of your help, it is greatly appreciated. and about the tags things I looked but I didn't really find anything that would help.]]></description>
			<pubDate>пт, 19 июн 2009 02:31:23 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=2867&d=0#post13297]]></link>
		</item>
		<item>
			<title>pieter</title>
			<description><![CDATA[<em><strong>1. Welcometext</strong></em><br />
Put this above 	{INDEX_NEWS} in your index.tpl: <br />
<br />
<div class="highlight"><pre class="css">	&lt;div class=&quot;lboxHD&quot;&gt;Welcome text&lt;/div&gt;
	&lt;div class=&quot;lboxBody&quot;&gt;
		{PHP.cfg.freetext1}
	&lt;/div&gt;</pre></div>
<br />
<br />
goto: admin.php?m=config&amp;n=edit&amp;o=core&amp;p=menus<br />
Put your text for the welcomebox in {PHP.cfg.freetext1}<br />
<br />
<strong><em>2. On my Download Pages, Articles ect. is it possible to get it so the list thing on the bottom doesn't show up if there is no content. This is when I don't want the list to start on the bottom This is when I do.</em></strong><br />
<br />
You can make a group-category of it. Go to structure and click group.<br />
A group uses list.group.tpl and not list.tpl.<br />
eg1 downloads here is a group with subcats : see <a href="http://www.cotonti.com/downloads/">http://www.cotonti.com/downloads/</a><br />
eg2 documents is a main cat with subcats, but not a group: see <a href="http://www.cotonti.com/docs/">http://www.cotonti.com/docs/</a><br />
<br />
<strong><br />
<em>4. can I make it so the guests can rate pages and content. I guessing this will probally be in plugin form but I can't find a plugin for it.</em></strong><br />
You can do this. But not via admin. You need to set this via the database. I can't help you, I don't know the exact command.<br />
<br />
<strong><em>6. News</em></strong><br />
See admin.php?m=config&amp;n=edit&amp;o=plug&amp;p=news]]></description>
			<pubDate>пт, 19 июн 2009 02:08:05 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=2867&d=0#post13295]]></link>
		</item>
		<item>
			<title>Lombi</title>
			<description><![CDATA[2. No, I dont think it's possible yet, but in the future version when we'll have logic blocks it might.<br />
<br />
5. No, not that. I meant <a href="http://www.cotonti.com/plug.php?e=tpltags">http://www.cotonti.com/plug.php?e=tpltags</a> which is a list of all the tags the system is using on any specific location.<br />
<br />
T3 Tags HQ is just a copy of the functionality that the above URL gives you.]]></description>
			<pubDate>пт, 19 июн 2009 01:59:08 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=2867&d=0#post13293]]></link>
		</item>
		<item>
			<title>duck101</title>
			<description><![CDATA[<blockquote><a href="https://www.cotonti.com/forums.php?m=posts&amp;p=13291#13291">#</a> <strong>Lombi :</strong>
1. What you can do is use one of the menu slots in admin/configuration/menu and then put {cfg.menu1}<br />
<br />
2. didnt understand you<br />
<br />
5. it sure can, it's using the same system as in seditio, check the tags hq for more<br />
<br />
6. yep, configuration in the news plugin<br />
</blockquote>
<br />
1. I'll have to try this<br />
<br />
2. sry. I'm really bad at wording things. but you know when you add a page it has the bar on the bottom that says title rating, ect. what i want is to have this only show up when there is content<br />
<br />
5. whats the tags hq ? is it in the admin pannel<br />
Edit: never mind I googled it, is it a plugin called T3 tags HQ<br />
<br />
and Joy thanks for the videos. It really didn't answer any questions but on one of the videos for subcategories it said to go 1.1 1.2 ect. when I go 1.01, 1.02 ect.]]></description>
			<pubDate>пт, 19 июн 2009 01:41:17 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=2867&d=0#post13292]]></link>
		</item>
		<item>
			<title>Lombi</title>
			<description><![CDATA[1. What you can do is use one of the menu slots in admin/configuration/menu and then put {cfg.menu1}<br />
<br />
2. didnt understand you<br />
<br />
5. it sure can, it's using the same system as in seditio, check the tags hq for more<br />
<br />
6. yep, configuration in the news plugin]]></description>
			<pubDate>пт, 19 июн 2009 01:35:08 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=2867&d=0#post13291]]></link>
		</item>
		<item>
			<title>Joy</title>
			<description><![CDATA[I am not botherd to read that...so why dont you watch Lombis Great Videos.<br />
That might pack up some of your Questions.  <br />
<a href="http://www.cotonti.com/docs/en/videos/">click here</a>]]></description>
			<pubDate>пт, 19 июн 2009 01:23:26 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=2867&d=0#post13289]]></link>
		</item>
		<item>
			<title>duck101</title>
			<description><![CDATA[Hey everyone, if you can answer any of these questions i would greatly appreciate it.<br />
<br />
<a href="http://www.pspextreme.host22.com" rel="nofollow">My Website</a><br />
PS I have lost of experience in html and a little in php, but I'm still getting used to this, so if you can answer like your talking to someone who has no idea what is going on (which is kind of true) I am sure that would help to :)<br />
<br />
<h3>My Questions</h3>
1. I am trying to add a Welcome thing to my front page, much like the welcome thing on this site. so I opened up the index.tpl page and there is the code {INDEX_NEWS} so I assumed this code tells it to go to the news.tpl so I put {INDEX_WELCOME} and added a welcome.tpl which I edited basically like the news.tpl just changing a few minor things, like the url which I directed it to where my welcome page is. And nothing showed up on my front page, so now I am starting to wonder how all of this stuff works. Is my thinking completely wrong.<br />
<br />
2. On my Download Pages, Articles ect. is it possible to get it so the list thing on the bottom doesn't show up if there is no content. <a href="http://www.pspextreme.host22.com/list.php?c=downloads" rel="nofollow">This is when I don't want the list to start on the bottom</a> <a href="http://www.pspextreme.host22.com/list.php?c=applications" rel="nofollow">This is when I do</a>.<br />
<br />
3. On all of my plugins that have verification numbers, they don't work <a href="http://www.pspextreme.host22.com/plug.php?e=contactus" rel="nofollow">Example 1</a> <a href="http://www.pspextreme.host22.com/page.php?id=8#comments" rel="nofollow">Example 2</a>. it also says that the name is long enough and all these other errors I tryed to edit the plugins but can't figure out whats wrong.<br />
<br />
4. can I make it so the guests can rate pages and content. I guessing this will probally be in plugin form but I can't find a plugin for it.<br />
<br />
5. When adding pages,articles,content is there anyway to make it multiple pages; for example if I was to write a page, then I want to have page 1. be the introduction page 2. be system requirements ect. Can this be done using tags.<br />
<br />
6. like on my front page how can I set how many recent site news to display<br />
<br />
Well that's all I can think of for now. I sorry if there is already some topics for some of these questions, but I have pretty much searched every page of these forums and nothing has really answered these problemes.<br />
<br />
I don't expect anyone to answer all of these questions but any help is greatly appreciated. And also I want to thank all the the contonti team for all of there hard work they have put into this. I have tryed many CMS's and so far this is the most user friendly by far.]]></description>
			<pubDate>пт, 19 июн 2009 00:50:37 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=2867&d=0#post13288]]></link>
		</item>
	</channel>
</rss>