Forums / Developer / Class object
Sirvash Sharma
Friday 05 May 2006 6:25:10 am
Hi,I am using one class object in my template. its working fine but i wanna remove extra ordinery things like object info, version,translation, related objects.
I am using this code below.
<form name="children" method="post" action="/index.php/news_admin/content/action"> <input class="button" type="submit" name="NewButton" value="Create Here New news" title=" " /> <input type="hidden" name="ContentNodeID" value="2" /> <input type="hidden" name="ContentObjectID" value="1" /> <input type="hidden" name="ClassID" value="26" /> <input type="hidden" name="NodeID" value="2" /> </form> Please suggest me regarding this code.Thanx
Xavier Dutoit
Friday 05 May 2006 6:58:35 am
Hi,
I'm not sure I understood what you're trying to do. Could you describe ?
ez stores a lot of things about translation, version... but I don't get your problem with that, as that's mostly transparent anyway.
X+
http://www.sydesy.com
Saturday 06 May 2006 1:34:18 am
Hi Xavier Dutoit, I am using my class id=26 in my template which has been designed by me. its work fine but view the ez content also version, translation etc. i wanna hide it only show the my class content. Please suggest me to resolve this problem.Thanks
Saturday 06 May 2006 2:27:18 am
Hi Xavier Dutoit, I am using class id=26 which has been designed by me its own templates.its shows all component and work fine but also view the ez component like version, translation, objectrelated etc. i wanna hide some ez component only show the my class component.
Thanks to reply please suggest me to resolve this problem.