Hi Shruti Shruti Modi wrote: > Hi , > > I am working on Blogs, > I want to add some more links when all the comments for an article is > getting displayed. > That is the page from where one can add more comments and can view all the > previous comments. > When I am putting the cursor on comments then it redirects me to some > xpage=comments. > can anyone help me to know from where the above mentioned page is coming > and where I can get the code for it. > thanks in advance. > > Shruti Modi
To the best of my knowledge, each blog entry is an instance of the class ArticleClass. As to any other document, you could apply actions to it. xpage=comments is one of this actions. xpage interprets velocity macros stored in ../xwiki/templates. Look for comments.vm there. Hope this helps, Ricardo -- Ricardo RodrÃguez Your EPEC Network ICT Team _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
