cotonti.com : "comment" in admin panel https://www.cotonti.com Neueste Themenbeiträge Cotonti en Sun, 02 Nov 2025 07:41:23 -0000 urlkiller on admin add this:

<iframe src="https://www.cotonti.com/your/path/page.php?al=admincomments" style="border:0px;width:100%;height:200px;"></iframe>

admincomments is the page alias.

on your page you'll add this:

<style>
#the-element-to-hide, .the-class-to-hide, #and-so-on {display:none !IMPORTANT;}
</style>

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.
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...
 

 

also you check this out: http://www.cotonti.com/forums?m=posts&q=6758

]]>
Do, 08 Mär 2012 00:23:41 -0000
GHengeveld So, 19 Feb 2012 18:23:53 -0000 Dave your posts/tips are very helpfull but every time (with my weak php knowlage) ur geting me more confiused laugh ill see what ill do :P

]]>
So, 19 Feb 2012 18:01:55 -0000
Trustmaster 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 :)

]]>
So, 19 Feb 2012 17:31:38 -0000
Dave 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"

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

but still, maybe there is a quicker way?

]]>
So, 19 Feb 2012 10:04:23 -0000