User-generated content

learn more… | top users | synonyms

0
votes
0answers
54 views

Tridion UGC doesn't save anything in database [closed]

I'm trying to configure Tridion for User Generated content following the instructions from the installation manual and from the sdllivecontent website. Still, I am not able to make it works. Nothings ...
3
votes
3answers
66 views

UGC user is coming back as Null

I'm using the UGC web service to return UGC content but I have an issue in that users are being returned as null. The users are being entered into the UGC database - I can see users in both the ...
3
votes
1answer
72 views

Using the Tridion UGC web service to add ratings

I know I can add comments through the UGC web service by using something like the following:- WebServiceClient ugcCall = new WebServiceClient(); string ugcData = "{ \"d\" :{\"Content\":\"" + ...
6
votes
1answer
67 views

Returning ItemStats from Tridion UGC

I was wondering if anyone can offer any pointers on this one. I'm trying to return ItemStats from the Tridion UGC web service but I'm getting the following error when trying to bind the results:- ...
7
votes
2answers
66 views

UGC post content

I'm just trying to run a little prototype that posts UGC comments using the UGC web service. The code example is below. I'm getting a 403 response from the web service which indicates I'm not ...
1
vote
1answer
85 views

How do I make UGC DCPs work with REL?

I am building a primarily dynamic website in .NET and am trying to get UGC to work in conjunction with my Dynamic Component Presentations. My DCPs are being published using the REL output format (to ...
1
vote
1answer
79 views

UGC in Dynamic Component Presentations?

I am having a problem using the UGC framework in conjunction with dynamic component presentations. When I publish a CP as 'embedded on page', my UGC tags are converted from to nicely and I am able ...
3
votes
1answer
67 views

UGC: Is this possible that the comments to be shared across publications that inherit from the parent publication?

In my scenario, all pages have been created in the "XXX" publication and this publication has 2 child publications “XX1” and “XX2”. In “XX1” publication, the users are able to comment the post on ...
0
votes
1answer
113 views

Posted comment by UGC feature in tridion: its pick the user name from the cookies, not from the Username Textbox field

I am working on User Generated Content feature in Tridion 2011, i have provided a option to user can give the comment on page/component. After implementing this, User are able to submit his comments ...
8
votes
4answers
142 views

How can i write the greater than condition in UGC Conditional statement

I am using ugc conditional statement in my code, the equals condition is working fine, but how can be used other conditional operator like ">" "<" and "Not Equals". <% ...
3
votes
1answer
53 views

How can i find the moderated number of comments on the page/component

I am getting the number of comments value from the Item Statistics field's numberOfComments, But its return total number of comments. Could any one please help me, how can i find only moderated ...
7
votes
2answers
106 views

UGC conditional statement is not working

I am using UGC feature of Tridion 2011. I have done almost but stuck in one place. actually, i have to display one text when user have entered comments, it will display if comments are greater then 0. ...
3
votes
3answers
168 views

Default UGC tbb code [closed]

Where we can find the default .net tbb code for user generated comments project. Also it would be great if someone can provide any other sample code. Thanks in advance.
1
vote
2answers
194 views

Tridion UGC Anonymous Users saved to UGC Database with ID null

NOTE Exact same issue as Tridion UGC comment shows author as null When posting comments from the presentation website users are saved with ID null. This causes the next comment to show as posted from ...
2
votes
2answers
320 views

Tridion UGC comment shows author as null

I have configured Tridion for User Generated content, and created a web page using the default/demo template, which uses a text input field to provide the name of the Comment's author. The comments ...
5
votes
2answers
91 views

Tridion CM reports “Couldn't retrieve data from 1 datasources”

When opening various popups in the Tridion Explorer, the message centre displays the message: Couldn't retrieve data from 1 datasources What does this mean, and how can I prevent it? Edit: Yes - ...
-1
votes
1answer
463 views

How to load user generated png images as textures (not xnb's)?

The idea is to let users create their own textures, put them in a folder as images (and maybe set some properties in a separate text file) for the game to load and work accordingly. Usually I have my ...
2
votes
1answer
359 views

Cleaning and Merging Inline CSS styles

I am trying to clean up user entered HTML code that has a lot of inline CSS especially spans with styles and I'm not sure where to start. Does anyone know of a way to merge the spans and the styling ...
-4
votes
2answers
722 views

PHP Calendar - How to make it send an email notification for new events? [closed]

I'm using http://phpcodeworks.com/pec/index for a nice User Generated Calendar but it doesn't have the function of sending an email to me when someone posts an event. I'd really like this feature and ...
2
votes
2answers
79 views

In a system for moderating offensive user content, how do you decide on a threshold for automatic removal?

I'm writing a forum application and want to automatically moderate offensive posts using a flagging system similar to the one on StackOverflow in which users are given the ability to report ...