FEU-User + News + CGFeedback

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
RafaelCzernek
Forum Members
Forum Members
Posts: 13
Joined: Thu Sep 06, 2012 7:45 am

FEU-User + News + CGFeedback

Post 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?
RafaelCzernek
Forum Members
Forum Members
Posts: 13
Joined: Thu Sep 06, 2012 7:45 am

Re: FEU-User + News + CGFeedback

Post 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
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12709
Joined: Thu Mar 09, 2006 5:32 am
Location: Arizona

Re: FEU-User + News + CGFeedback

Post 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...
RafaelCzernek
Forum Members
Forum Members
Posts: 13
Joined: Thu Sep 06, 2012 7:45 am

Re: FEU-User + News + CGFeedback

Post 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!
RafaelCzernek
Forum Members
Forum Members
Posts: 13
Joined: Thu Sep 06, 2012 7:45 am

Re: FEU-User + News + CGFeedback

Post 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 =)
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12709
Joined: Thu Mar 09, 2006 5:32 am
Location: Arizona

Re: FEU-User + News + CGFeedback

Post 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'}
RafaelCzernek
Forum Members
Forum Members
Posts: 13
Joined: Thu Sep 06, 2012 7:45 am

Re: FEU-User + News + CGFeedback

Post by RafaelCzernek »

i have got it with cgblog and cgffedback in the summary mode by adding it with cms_module=CGFeedback
Post Reply

Return to “Modules/Add-Ons”