Page 1 of 1
FEU-User + News + CGFeedback
Posted: Thu Sep 06, 2012 7:57 am
by RafaelCzernek
Hello Togehter,
after 2 weeks i create a account and maybe you can help me.
I have installed the FEU-User- and CGFeedback-Module in my cmsMS. Logged in User can create News for a Category named "Intern". Here is my Code:
Code: Select all
{cms_module module=FrontEndUsers}
{if $ccuser->loggedin()}
{content}
{news action="fesubmit" category="Intern" formtemplate="Intern"}
{else}
no access
{/if}
This worked very fine but my problem is:
I would like to rebuild the news modules so that logged in users can create frontend news with user name and image.
The username and the image comes from the feu-module.
can please anybody help me?
Re: FEU-User + News + CGFeedback
Posted: Thu Sep 06, 2012 1:26 pm
by RafaelCzernek
Hello again,
i have solved the problem by taking the CGBlog-Module in combination with the feu user und a own tag!
But my second problem is to put cgfeedback-module in the summary template of the blog module. i do not mean the summary function the whole form should be shown to each blog entrie on the summary page.
maybe you can help me.
thank you
Re: FEU-User + News + CGFeedback
Posted: Thu Sep 06, 2012 8:18 pm
by Dr.CSS
Most times the feedback is used in the Detail not the Summary template as that will give it an ID to bind it to, the Help page of CGFeedback has the call you need...
Re: FEU-User + News + CGFeedback
Posted: Fri Sep 07, 2012 11:15 am
by RafaelCzernek
Hi,
thank for your post.
i go throw the help in the cgfeedback module but i do not find the answer
i got only one form for the first news aticel and not for the others!
Re: FEU-User + News + CGFeedback
Posted: Fri Sep 07, 2012 11:50 am
by RafaelCzernek
hello again,
i am so happy i found the solution how to add to each summary entrie of the blog module to add a comment field.
i will fix all my things (html/css layout with jquery) and after i have done it i give the response for everyone here in this forum because i read that more users looks for this funktion =)
Re: FEU-User + News + CGFeedback
Posted: Sat Sep 08, 2012 7:47 am
by Dr.CSS
From the Help...
Calling CGFeedback from news.
CGFeedback can be utilized within the news module to allow site visitors to enter comments on particular news articles. To do this, you would enter a tag such as: {CGFeedback key1="News" key2=$entry->id} into the appropriate news detail template. Similarly to display those comments, you would use a tag such as {CGFeedback key1="News" key2=$entry->id action='summary'}
Re: FEU-User + News + CGFeedback
Posted: Wed Oct 24, 2012 6:44 am
by RafaelCzernek
i have got it with cgblog and cgffedback in the summary mode by adding it with cms_module=CGFeedback