Comment Box in Wiki

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-01-2009 01:22 AM
Hi all,
I am new to Alfresco and therefore very unclear on many functions and APIs in Alfresco.
I would like to ask the community on how to append a comment box with its functions like those in the Document Library into the Wiki. Have been searching the forums and APIs to no avail.
Many thanks to any guidance and help given in advance.
Regards,
frog
I am new to Alfresco and therefore very unclear on many functions and APIs in Alfresco.
I would like to ask the community on how to append a comment box with its functions like those in the Document Library into the Wiki. Have been searching the forums and APIs to no avail.
Many thanks to any guidance and help given in advance.
Regards,
frog
Labels:
- Labels:
-
Archive
6 REPLIES 6
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-04-2009 05:40 PM
The view comments and create comment components live within the site-webscripts/org/alfresco/components/blog folder. Your best bet would be to dig into the source and see how they're used on the Blogs, Discussion, Links and Document Details pages.
Thanks,
Mike
Thanks,
Mike

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-06-2009 10:02 PM
ok thx alot! Will look through the files as suggested.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-15-2009 06:02 AM
after a week's worth of deciphering how blog,doc detail, links and discussions import the comments function, I still could not get the comment function to work in wiki. It seems to me that the way wiki calls up the wiki-page is different from how links,blogs,discussion - 'list' calls up its corresponding 'view'. any advice on how to import the comment function into wiki?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-18-2009 01:15 PM
It seems that wiki use a different mechanism to load its page compares to the document details, blog, links and discussions. cant seem to get the comment loaded together with the wikipage. Could not see the GET comments in the console of firebug, any idea how to solve this problem?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-18-2009 06:49 PM
Sorry, I can't help because I've not tried doing it. I guess you'll just have to do it "the hard way"
Mike

Mike

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-29-2009 04:21 AM
Hey Mike,
just to clarify, would it be sufficient to modify the .js, .ftl and the .xml of the component in question using some text editor? Or I have to modify the source code with the SDK with Eclipse?
just to clarify, would it be sufficient to modify the .js, .ftl and the .xml of the component in question using some text editor? Or I have to modify the source code with the SDK with Eclipse?
