<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : &quot;comment&quot; in admin panel</title>
		<link>https://www.cotonti.com</link>
		<description>Neueste Themenbeiträge</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Sat, 11 Apr 2026 20:45:37 -0000</pubDate>

		<item>
			<title>urlkiller</title>
			<description><![CDATA[<p>
	on admin add this:</p>
<pre class="brush:xml;">
&lt;iframe src="https://www.cotonti.com/your/path/page.php?al=admincomments" style="border:0px;width:100%;height:200px;"&gt;&lt;/iframe&gt;</pre>
<p>
	<strong>admincomments </strong>is the page alias.<br /><br />
	on your page you'll add this:</p>
<pre class="brush:css;">
&lt;style&gt;
#the-element-to-hide, .the-class-to-hide, #and-so-on {display:none !IMPORTANT;}
&lt;/style&gt;</pre>
<p>
	the css hides your elements and should overwrite its standart values. remember to put that only on the page you actually want to use as the admin comments.<br />
	this maybe a dirty solution that works without any plugins but iam not sure about validation and browser compatibility, you also could use javascript or jquery to hide the elements...<br />
	 </p>
<p>
	 </p>
<p>
	also you check this out: http://www.cotonti.com/forums?m=posts&amp;q=6758</p>
]]></description>
			<pubDate>Do, 08 Mär 2012 00:23:41 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=6782&d=0#post33470]]></link>
		</item>
		<item>
			<title>GHengeveld</title>
			<description><![CDATA[I think Trustmasters solution is the simplest. Create a page which is only available to moderators, then load it in your admin template with an iframe. Alternatively you can use Ajax to load the page (comments), that would fix the header/footer issue but its a little harder to write. ]]></description>
			<pubDate>So, 19 Feb 2012 18:23:53 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=6782&d=0#post33185]]></link>
		</item>
		<item>
			<title>Dave</title>
			<description><![CDATA[<p>
	your posts/tips are very helpfull but every time (with my weak php knowlage) ur geting me more confiused <img alt="laugh" height="20" src="http://www.cotonti.com/plugins/ckeditor/lib/plugins/smiley/images/teeth_smile.gif" title="laugh" width="20" /> ill see what ill do :P</p>
]]></description>
			<pubDate>So, 19 Feb 2012 18:01:55 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=6782&d=0#post33184]]></link>
		</item>
		<item>
			<title>Trustmaster</title>
			<description><![CDATA[<p>
	I dont' think it's possible to output comments on admin page without any plugins, except for an iframe with a page accessible to admins only. I'm not sure if the second is quicker because you need to get rid of header/footer in the iframe first :)</p>
]]></description>
			<pubDate>So, 19 Feb 2012 17:31:38 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=6782&d=0#post33181]]></link>
		</item>
		<item>
			<title>Dave</title>
			<description><![CDATA[<p>
	Hey guys, i was thinking if there is quick way i could get "comment" (use comment system) in the admin panel (main), so my moderators could make smth like "work log"</p>
<p>
	well 1 idea came to my mind, i found a documentation/tutorial @ neocrome.net how to get comments on my plugins, and then i could use tag to get it in the admin</p>
<p>
	but still, maybe there is a quicker way?</p>
]]></description>
			<pubDate>So, 19 Feb 2012 10:04:23 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=6782&d=0#post33171]]></link>
		</item>
	</channel>
</rss>