<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : login fields in header and index</title>
		<link>https://www.cotonti.com</link>
		<description>Neueste Themenbeiträge</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Mon, 06 Apr 2026 10:56:05 -0000</pubDate>

		<item>
			<title>Franco</title>
			<description><![CDATA[<p>
	i know it's an old bump, but appartently the &lt;!-- BEGIN: USER --&gt; isn't working either in the index, and if i use &lt;!-- IF {PHP.usr.id} &gt; 1 --&gt; or &lt;!-- IF {PHP.usr.maingrp} &gt; 1 --&gt; it has some kind of conflict with the IF of the avatar and admin panel</p>
]]></description>
			<pubDate>So, 24 Jul 2011 23:47:34 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=5857&d=0#post30283]]></link>
		</item>
		<item>
			<title>zboy812</title>
			<description><![CDATA[so awesome, thanx!]]></description>
			<pubDate>Mi, 29 Sep 2010 03:38:18 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=5857&d=0#post26363]]></link>
		</item>
		<item>
			<title>pieter</title>
			<description><![CDATA[you can use:<br />
<br />
<pre class="code">&lt;!-- IF {PHP.usr.id} &lt; 1 --&gt;
CODE YOU WANT TO BE VIEWED BY GUESTS
&lt;!-- ENDIF --&gt;</pre>]]></description>
			<pubDate>Di, 28 Sep 2010 15:53:48 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=5857&d=0#post26350]]></link>
		</item>
		<item>
			<title>zboy812</title>
			<description><![CDATA[&lt;!-- BEGIN: GUEST --&gt;<br />
not working in index. now how to do?]]></description>
			<pubDate>Di, 28 Sep 2010 07:47:22 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=5857&d=0#post26345]]></link>
		</item>
		<item>
			<title>fraze</title>
			<description><![CDATA[hmm - i've installed a fresh version of 0.6.10 the the header code doesnt work...<br />
<br />
is there anything i need to change elsewhere?]]></description>
			<pubDate>So, 05 Sep 2010 22:24:08 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=5857&d=0#post25947]]></link>
		</item>
		<item>
			<title>pieter</title>
			<description><![CDATA[You can add:<br />
<br />
<div class="highlight"><pre class="css">#header #userBar .text ul { padding:0; margin:0; }
#header #userBar .text li { display:inline; list-style:none; padding:0; margin:0; }</pre></div>]]></description>
			<pubDate>So, 05 Sep 2010 18:53:03 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=5857&d=0#post25946]]></link>
		</item>
		<item>
			<title>fraze</title>
			<description><![CDATA[what &lt;ul&gt; style do you use for the login box on cotonti.com?  cos if you add that code into the current sed-light header.tpl you dont get an inline list, just standard bullet-points.<br />
<br />
thanks <img class="aux smiley" src="https://www.cotonti.com/./images/smilies/smile.gif" alt=":)" />]]></description>
			<pubDate>So, 05 Sep 2010 17:32:09 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=5857&d=0#post25945]]></link>
		</item>
		<item>
			<title>pieter</title>
			<description><![CDATA[Good idea. Maybe install a Cotonti-pedia]]></description>
			<pubDate>Sa, 04 Sep 2010 19:50:23 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=5857&d=0#post25938]]></link>
		</item>
		<item>
			<title>Kort</title>
			<description><![CDATA[It's time we started Cotonti knowledge base to record most commonly requested stuff.]]></description>
			<pubDate>Sa, 04 Sep 2010 15:10:50 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=5857&d=0#post25935]]></link>
		</item>
		<item>
			<title>pieter</title>
			<description><![CDATA[thx]]></description>
			<pubDate>Sa, 04 Sep 2010 14:49:40 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=5857&d=0#post25934]]></link>
		</item>
		<item>
			<title>Kort</title>
			<description><![CDATA[<pre class="code">&lt;ul&gt;
&lt;!-- BEGIN: GUEST --&gt;
	&lt;form name=&quot;login&quot; action=&quot;{HEADER_GUEST_SEND}&quot; method=&quot;post&quot;&gt;
	&lt;li&gt;{PHP.skinlang.header.Welcome}&lt;/li&gt;
	&lt;li&gt;&lt;input type=&quot;text&quot; class=&quot;tinput&quot; name=&quot;rusername&quot; maxlength=&quot;32&quot; value=&quot;{PHP.L.User}&quot; onfocus=&quot;if(this.value=='{PHP.L.User}') this.value=''&quot;
onblur=&quot;if(this.value=='') this.value='{PHP.L.User}'&quot; /&gt;&lt;/li&gt;
	&lt;li&gt;&lt;input type=&quot;password&quot; class=&quot;tinput&quot; name=&quot;rpassword&quot; maxlength=&quot;32&quot; value=&quot;{PHP.L.Password}&quot; onfocus=&quot;if(this.value=='{PHP.L.Password}') this.value=''&quot;
onblur=&quot;if(this.value=='') this.value='{PHP.L.Password}'&quot;/&gt;&lt;/li&gt;
	&lt;li&gt;&lt;label&gt;&lt;input type=&quot;checkbox&quot; name=&quot;rremember&quot; /&gt;{PHP.skinlang.usersauth.Rememberme}&lt;/label&gt;&lt;/li&gt;
	&lt;li&gt;&lt;input type=&quot;submit&quot; class=&quot;tinput&quot; value=&quot;{PHP.L.Login}&quot; /&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=https://www.cotonti.com/&quot;users.php?m=register&quot;&gt;{PHP.L.Register}&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=https://www.cotonti.com/&quot;plug.php?e=passrecover&quot;&gt;{PHP.skinlang.usersauth.Lostpassword}&lt;/a&gt;&lt;/li&gt;
	&lt;/form&gt;
&lt;!-- END: GUEST --&gt;
&lt;!-- BEGIN: USER --&gt;
	&lt;li&gt;{PHP.L.User}: {PHP.usr.name}&lt;/li&gt;
&lt;!-- IF {PHP.usr.profile.user_avatar} --&gt;
	&lt;li&gt;&lt;img src=https://www.cotonti.com/&quot;{PHP.usr.profile.user_avatar}&quot; alt=&quot;{PHP.L.Avatar}&quot; /&gt;&lt;/li&gt;
&lt;!-- ELSE --&gt;
	&lt;li&gt;&lt;img src=https://www.cotonti.com/&quot;datas/defaultav/blank.png&quot; alt=&quot;{PHP.L.Avatar}&quot; /&gt;&lt;/li&gt;
&lt;!-- ENDIF --&gt;
&lt;!-- IF {PHP.usr.isadmin} --&gt;
	&lt;li&gt;&lt;a href=https://www.cotonti.com/&quot;admin.php&quot; title=&quot;{PHP.L.Adminpanel}&quot;&gt;{PHP.L.Adminpanel}&lt;/a&gt;&lt;/li&gt;
&lt;!-- ENDIF --&gt;
	&lt;li&gt;&lt;a href=https://www.cotonti.com/&quot;users.php?m=profile&quot; title=&quot;{PHP.L.Profile}&quot;&gt;{PHP.L.Profile}&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=https://www.cotonti.com/&quot;users.php&quot; title=&quot;{PHP.L.Users}&quot;&gt;{PHP.L.Users}&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=https://www.cotonti.com/&quot;pfs.php&quot; title=&quot;{PHP.L.PFS}&quot;&gt;{PHP.L.PFS}&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=https://www.cotonti.com/&quot;pm.php&quot; title=&quot;{PHP.L.Private_Messages}&quot;&gt;{PHP.L.PM}&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=https://www.cotonti.com/&quot;{PHP.out.loginout_url}&quot; title=&quot;{PHP.L.Logout}&quot;&gt;{PHP.L.Logout}&lt;/a&gt;&lt;/li&gt;
&lt;!-- END: USER --&gt;
&lt;/ul&gt;</pre>Placing login form in index.tpl requires<pre class="code">&lt;form name=&quot;login&quot; action=&quot;{PHP.cfg.mainurl}/users.php?m=auth&amp;a=check&quot; method=&quot;post&quot;&gt;</pre>Leetlogin can be discarded in Cotonti.]]></description>
			<pubDate>Sa, 04 Sep 2010 14:25:40 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=5857&d=0#post25933]]></link>
		</item>
		<item>
			<title>pieter</title>
			<description><![CDATA[Hello guys,<br />
<br />
Standard template the login is in an other screen.<br />
<br />
Here at cotonti it is in the header.<br />
How can we do this.<br />
Can it also be done in the index?<br />
<br />
Before we needed the leetlogin<br />
<br />
Thx]]></description>
			<pubDate>Sa, 04 Sep 2010 14:10:34 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=5857&d=0#post25932]]></link>
		</item>
	</channel>
</rss>