Hi Knut,

I have two thoughts on how to do this, and it depends if this is a live site
you've already launched or not.

Method 1 (site not live):

Look at NearCry, the 'blogging' system / plugin for FarCry. This (I would
imagine) gets webfeeds done easily, and users can comment on each article.
All you would have to do is change all references from "blogging" to "news"
and you have a built in solution.

Method 2 a (site live and has tons of news items):

Extend dmFeedback type to include a UUID entry for the news type.

In the displayPageStandard for dmNews, add <ft:object typename="dmFeedback"
... > with any other options. You will need to add a hidden field with the
uuid of the news item so it can be linked. This will give you a simple fill
in form for feedback.

At least, that's what I can think of right off the top of my head.

I might have misunderstood your question though. Maybe if you post the code
you are having trouble with, that might also help.

Good luck,

Tomek


On Mon, Jan 12, 2009 at 2:37 PM, Knut <[email protected]> wrote:

>
> Hi folks,
>
> in my website I want to add the possibility for the users to write
> different feedbacks to EACH "News articel". I would like to avoid to
> define (in "view" modus) for every single "Main Container" in every
> single news article the "Feedback Form" and the "ruelShowWebfeed".
>
> How can I integrate this function directly into the "News" webskin
> "displayPageStandard.cfm" ?
>
> I've spend hours and hours, but I can't get it work :-(
>
> Would anyone help, please !?
>
> Regards .. Knut
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"farcry-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/farcry-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to