[xwiki-users] Removing comments, attachments, etc from certain pages
Hi, I was wondering if it was possible to remove the comments, attachments, history and information tabs from certain pages. Perhaps just by inserting some css or javascript on the pages where I don't want these things to show. Also, I was hoping to reduce the font size of the "Create New Post" text in the blog (I'm using the toucan skin if that helps). Which file would I look in do to this? Any help here would be greatly appreciated. Cheers, Josh _________________________________________________________________ Find out what’s new with your friends Download the new Windows Live Messenger http://download.live.com/
Hi Josh, You can check out: http://platform.xwiki.org/xwiki/bin/view/DevGuide/Scripting <http://platform.xwiki.org/xwiki/bin/view/DevGuide/Scripting>In particular: #set ($showcomments = "no") #set ($showattachments = "no") #set ($showhistory = "no") #set ($showinformation = "no") or #set($docextras = []) pH On Sat, Mar 28, 2009 at 9:23 PM, Josh D <[email protected]> wrote:
Hi, I was wondering if it was possible to remove the comments, attachments, history and information tabs from certain pages. Perhaps just by inserting some css or javascript on the pages where I don't want these things to show. Also, I was hoping to reduce the font size of the "Create New Post" text in the blog (I'm using the toucan skin if that helps). Which file would I look in do to this? Any help here would be greatly appreciated. Cheers, Josh _________________________________________________________________ Find out what’s new with your friends Download the new Windows Live Messenger http://download.live.com/ _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
participants (2)
-
Josh D -
Phoenix Hawk