Hi Orish,

Try rgnewsce and add the poll as ce to the single news.
This should work.

Regards

Kay

Am 15.12.2009 22:42, schrieb Orish Shrestha:
I am also looking for something like that. For my case the rating extension
will not work. I have articles that should be followed by a poll question
with few possible answers. Each article will have separate questions and
answers. If there is such extension Or anyway this can be done? I would
appreciate it !!!

Thanking in advance.

Regards,
Orish

On Wed, Dec 9, 2009 at 5:24 PM, Robert Steindl<ty...@agiloweb.de>  wrote:

Do you need a real poll or only a rating?

We use tt_rating with the following TS in combination with tt_news

page.config.linkVars = tx_ttnews,L

#create the link to the current page used to submit the rating data
plugin.tx_ttrating_pi1.voteform.type = TEXT
plugin.tx_ttrating_pi1.voteform.type.data = getIndpEnv:TYPO3_REQUEST_URL

      # Create Content Object correctly linked to ttt_news
temp.rating = COA_INT
temp.rating {
10 = LOAD_REGISTER
10.tt_news_uid.table = tt_news
10.tt_news_uid.field = uid

20<  plugin.tx_ttrating_pi1
20.rateTable = tt_news
20.rateTableUid.data = register : tt_news_uid
}
temp.rating.stdWrap {
  innerWrap =</h2><div id="rating">  |</div>
}


regards

Robert


Am 09.12.2009 21:34, schrieb La Farge Douglas:

  IS there an extension that will link a poll to a SINGLE tt_news article?

The problem I am running into is if I included jk_poll on the SINGLE
tt_news page it shows the same poll (which is to be expected).

I checked the repository but nothing seems to be jumping out that will do
the job.

any ideas?

thanks,
doug

_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english



_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Reply via email to