[Typo3] <split> extension, printversion

Albert (Pod-Dubon) albert at pod-dubon.com
Thu Mar 3 13:52:10 CET 2005


Hi Michael,

Thanks it now works. I think the extension manual is not clear in saying: 
page.50 < plugin.tx_cccbrowse_pi1 
than 
page.50 < styles.content.get)
The double redering is apparently casued by the styles.content.get which in
your script is simply replaced by the plug_in.

I left out the styles.content.get line and now it works fine.

Thanks a lot

Albert



Michael wrote:
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
Hello Albert,

here is my part of the setup:
alt_print.stylesheet = fileadmin/template/print.css
alt_print.10.marks.CONTENT < plugin.tx_cccbrowse_pi1
alt_print.10.marks.LEFTCONTENT < styles.content.getLeft
alt_print.10.marks.RIGHTCONTENT < styles.content.getRight

It works without problems!

Does your print template work without ccc_browsing?

I only know that this extension has problems to display the New Login
Box!

greets
michael
--
Michael Wolf
TUDOCK - www.tudock.de

am Donnerstag, 3. März 2005 um 12:20 schrieben Sie:

Hi Michael and list

Did that but still I get double rendering. I think it is because I have to
put the plugin in the TS part which refers to the template I use.
Here that part of the TS:

print_page = PAGE
print_page.stylesheet = fileadmin/templates/print.css
print_page {
  typeNum = 98
   10 = TEMPLATE
   10  {
   template = FILE
   template.file = fileadmin/templates/print.html   
   marks.CONTENT_LEFT < styles.content.getLeft
   marks.CONTENT < styles.content.get
   marks.MAIN_TITLE = TEXT
   marks.MAIN_TITLE.value = Manual
   marks.PAGE_TITLE = TEXT
   marks.PAGE_TITLE.field  = title

I am quite a newbie. Where in this script should I put in the
plugin.tx_cccbrowse_pi1??
I tried marks.CONTENT < plugin.tx_cccbrowse_pi1   but that does not work
I tried page.5 < plugin.tx_cccbrowse_pi1    but get double rendering again.
Regards, Albert
 
Michael wrote
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
Hello Albert,

I think you only need page.50 < plugin.tx_cccbrowse_pi1. Delete page.50 <
styles.content.get and it will work.

greets
michael
--
Michael Wolf
TUDOCK - www.tudock.de

am Donnerstag, 3. März 2005 um 09:57 schrieben Sie:

Hi list,

I try to use the <split> extension in order to define the place where pages
brake. This is in particular important for the print version of the website
(which is in fact a handbook in webformat). Now of course the illustrations
, graphs and tables break in an unpredictable manner.
I installed the cc_cbrowse extension of Rene Fritz. I then included two
lines in the setup. (page.50 < plugin.tx_cccbrowse_pi1 than page.50 <
styles.content.get)

The site then starts rendering everything twice. It means that the original
rendering is unchanged and at the end of the rendered page a new rendering
starts that redering includes the splits.
Before I put the full typoscript in this mail I first would like to know if
someone has experience with the cc_cbrowse.

An alternative might be the method used on the typo3 site for documentation.
However I have not figured out what method has been used there to include
links to next parts.

Thanks, Albert

_______________________________________________
Typo3-english mailing list
Typo3-english at lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english










More information about the TYPO3-english mailing list