[TYPO3] Page Comment on each page

Marlies C marliesc_spam at hotmail.com
Wed Oct 10 17:13:42 CEST 2007


Bernd Wilke wrote:
> Marlies C schrieb:
>> I want to be able to have a page comment option on each page. I don't 
>> want to switch to TimTab. I found there are a few page comment 
>> extensions that are added on a page per plugin, but with the number of 
>> page I have that is not really feasable.
>>
>> Now my question is, how can I include the plugin in the HTML template 
>> so that it automatically shows up on all the pages? I seem to have run 
>> into a block and can't figure it out.
> 
> I would include it like:
> 
> page.999 < plugin.tx_extension_pi1
> 
> or if you want to use markers:
> 
> page.10.marks.PAGECOMMENT < plugin.tx_extension_pi1
> 
> and if you need special configuration:
> page.999.key1 = value1
> page.999.key2.key3 = value2
> 
> or you use a temp-object:
> 
> temp.extplugin < plugin.tx_extension_pi1
> temp.extplugin.key1 = value1
>  :
> 
> page.10.marks.PAGECOMMENT < temp.extplugin
> 
> 
> Bernd


Cool, thanks Bern. Could you please explain to me the key1 = value1 
part. I understand the idea behind it, but not exactly how to implement 
it. What would key1 be? Example I have 5 main section on the site and 
want to create comments sys folders for each section. Now how would I 
apply the key and value part.

Thanks so much for your help.

Regards,
Marlies
www.mcuniverse.com




More information about the TYPO3-english mailing list