TYPO3Jack.net - Das TYPO3 Mailinglist Forum Archiv

TYPO3 Mailingliste: nicht fragen - lesen!

TYPO3 Mailingliste: nicht fragen - lesen!_RR_1-->
Zurück   TYPO3Jack.net - Das TYPO3 Mailinglist Forum Archiv > TYPO3-Mailinglists: ENGLISH > typo3-english@lists.netfielders.de

Registrieren Hilfe Benutzerliste Kalender Suchen Heutige Beiträge Alle Foren als gelesen markieren
  #1  
Alt 10.10.2007, 16:22
Marlies C
Gast
 
Beiträge: n/a
Standard [TYPO3] Page Comment on each page

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.

Thanks for your ideas.

Marlies C
www.mcuniverse.com
_______________________________________________
TYPO3-english mailing list
TYPO3-english (AT) lists (DOT) netfielders.de
http://lists.netfielders.de/cgi-bin/.../typo3-english
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #2  
Alt 10.10.2007, 16:50
Bernd Wilke
Gast
 
Beiträge: n/a
Standard Re: [TYPO3] Page Comment on each page

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
--
http://www.pi-phi.de/t3v4/cheatsheet.html
_______________________________________________
TYPO3-english mailing list
TYPO3-english (AT) lists (DOT) netfielders.de
http://lists.netfielders.de/cgi-bin/.../typo3-english
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #3  
Alt 10.10.2007, 17:13
Marlies C
Gast
 
Beiträge: n/a
Standard Re: [TYPO3] Page Comment on each page

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


_______________________________________________
TYPO3-english mailing list
TYPO3-english (AT) lists (DOT) netfielders.de
http://lists.netfielders.de/cgi-bin/.../typo3-english
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #4  
Alt 12.10.2007, 09:46
Bernd Wilke
Gast
 
Beiträge: n/a
Standard Re: [TYPO3] Page Comment on each page

Marlies C schrieb:
> 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.


the key/value is individual configuration for each plugin-usage.
i use it in my extension page_params (the online-doc lost formatting at
this part of the manual)

if your extension is configured global (plugin.tx_extension.pi1 { ... })
don't care about it. if you need to have each usage of the plugin
configured individual you have to use this syntax. these values are
added to the global configuration and the plugin gets it in the
"$conf"-parameter.

if you insert the plugin 3 times in one page and each part should have
it's own configuration you will end up with something like this:

page {
10 < ...
11 < plugin.tx_extension_pi1
11.use_page = 12

20 < ...
21 < plugin.tx_extension_pi1
21.use_page = 23

30 < ...
31 < plugin.tx_extension_pi1
31.use_page = 34

}

or (Marker/temp-objects)

temp.part1 = COA
temp.part1 {
10 < content 1 as before
99 < plugin.extension_pi1
99.use_page = 12
}

temp.part2 = COA
temp.part2 {
10 < content 2 as before
99 < plugin.extension_pi1
99.use_page = 23
}

temp.part3 ...

page.10.marks {
FIRSTMARKER < temp.part1
SECONDMARKER < temp.part2
:
}

like this you can get each part of your page with its own comment-plugin
with each individual configuration.

Bernd
--
http://www.pi-phi.de/t3v4/cheatsheet.html
_______________________________________________
TYPO3-english mailing list
TYPO3-english (AT) lists (DOT) netfielders.de
http://lists.netfielders.de/cgi-bin/.../typo3-english
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
 

Lesezeichen

Themen-Optionen
Ansicht Thema bewerten
Thema bewerten:

Forumregeln
Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are an


Ähnliche Themen

Thema Autor Forum Antworten Letzter Beitrag
[TYPO3] page:media in Alternative Page Language Sander van Gelderen typo3-english@lists.netfielders.de 2 21.05.2007 13:37
Re: [TYPO3] edit page properties : blank page Bernd Wilke typo3-english@lists.netfielders.de 3 23.02.2007 19:44
[TYPO3] Show the page title of the section home page rocky Ou typo3-english@lists.netfielders.de 1 02.02.2007 08:18
[TYPO3] make page a link pointing to a section of another page? Bing Du typo3-english@lists.netfielders.de 2 30.01.2007 21:43
[TYPO3-german] page-ts-config: Keine Anzeige von tt_content imWeb/Page Modul Helmut Hummel typo3-german@lists.netfielders.de 3 06.12.2006 11:55


Alle Zeitangaben in WEZ +1. Es ist jetzt 07:32 Uhr.


Powered by vBulletin® Version 3.7.4 (Deutsch)
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0
Template-Modifikationen durch TMS

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75