[xwiki-users] problem in comments.
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 =====-----=====-----===== Notice: The information contained in this e-mail message and/or attachments to it may contain confidential or privileged information. If you are not the intended recipient, any dissemination, use, review, distribution, printing or copying of the information contained in this e-mail message and/or attachments to it are strictly prohibited. If you have received this communication in error, please notify us by reply e-mail or telephone and immediately and permanently delete the message and any attachments. Thank you
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
participants (2)
-
[Ricardo Rodriguez] Your EPEC Network ICT Team -
Shruti Modi