[TYPO3-english] TYPO3-english Digest, Vol 76, Issue 24

hemantha wijesinghe hwijesinghe at hotmail.com
Tue Jan 12 03:58:42 CET 2010


Hi All

I have a HTML template for that including iframe area to display small flash sideshow but I want it to display only main menu pages not the sub pages how can I remove iframe from subpages.

Thanks
Hemantha



> From: typo3-english-request at lists.typo3.org
> Subject: TYPO3-english Digest, Vol 76, Issue 24
> To: typo3-english at lists.typo3.org
> Date: Tue, 12 Jan 2010 03:08:47 +0100
> 
> Send TYPO3-english mailing list submissions to
> 	typo3-english at lists.typo3.org
> 
> To subscribe or unsubscribe via the World Wide Web, visit
> 	http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
> or, via email, send a message with subject or body 'help' to
> 	typo3-english-request at lists.typo3.org
> 
> You can reach the person managing the list at
> 	typo3-english-owner at lists.typo3.org
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of TYPO3-english digest..."
> 
> 
> Today's Topics:
> 
>    1.  odd / even classes for every second record (B.Wolf)
>    2. set default calendar and -category when creating	event ...
>       (Maria van der Laan)
>    3. Re: set default calendar and -category when creating event
>       ... (Marcus 'biesior' Biesioroff)
>    4. Re: odd / even classes for every second record (Peter Russ)
>    5. yafi question (La Farge Douglas)
>    6. Re: Render image (Tania Morales)
>    7. Re: TYPO3-english, Beginner help needed! (Simon Browning)
>    8. Re: TYPO3-english, Beginner help needed! (Andreas Becker)
>    9. Re: TYPO3-english, Beginner help needed! (Christopher Torgalson)
>   10. Re: TYPO3-english, Beginner help needed! (Andreas Becker)
> 
> 
> ----------------------------------------------------------------------
> 
> Message: 1
> Date: Mon, 11 Jan 2010 16:29:50 +0100
> From: "B.Wolf" <bw at shs-it.de>
> Subject: [TYPO3-english]  odd / even classes for every second record
> To: typo3-english at lists.typo3.org
> Message-ID: <mailman.1.1263223890.21428.typo3-english at lists.typo3.org>
> Content-Type: text/plain; charset=ISO-8859-15; format=flowed
> 
> Hi there.
> 
> I'm using "insert records" to put often used boxes into the right column 
>         of my site. To display them on the page I use the following code:
> 
> temp.boxenelemente = CONTENT
> temp.boxenelemente {
>      table = tt_content
>      select {
>        where = colPos = 2
>        orderBy = sorting
>      }
> }
> 
> subparts.sidebar< temp.boxenelemente
> 
> 
> Now every second box should have a different header-color, so I would 
> like to wrap the first box-element in a div with the class 'odd' and the 
> second in a div with the class 'even' - or something like that.
> I have no clue how I could achieve this - any help is very welcome.
> 
> Thank you very much!
> 
> 
> ------------------------------
> 
> Message: 2
> Date: Mon, 11 Jan 2010 17:07:21 +0100
> From: "Maria van der Laan" <mavala at lycos.nl>
> Subject: [TYPO3-english] set default calendar and -category when
> 	creating	event ...
> To: typo3-english at lists.typo3.org
> Message-ID: <mailman.1.1263226146.24571.typo3-english at lists.typo3.org>
> Content-Type: text/plain; charset=iso-8859-15; format=flowed;
> 	delsp=yes
> 
> Hi all,
> 
> I am using T3 V4.2.6 and cal 1.1.2.
> 
> When I create an event I would like a special category and a speciel  
> calender to be pre set.
> I think it has something to do with TCEMAIN/FORM or maybe mod. in age TS.
> 
> The problem is, that I did not find any documentation on this.
> 
> Does anyone has some ideas or suggestions?
> That would be wonderful.
> 
> Regards.
> 
> 
> ------------------------------
> 
> Message: 3
> Date: Mon, 11 Jan 2010 17:31:01 +0100
> From: Marcus 'biesior' Biesioroff <vsbies at wp.pl>
> Subject: Re: [TYPO3-english] set default calendar and -category when
> 	creating event ...
> To: typo3-english at lists.typo3.org
> Message-ID: <mailman.1.1263227567.26715.typo3-english at lists.typo3.org>
> Content-Type: text/plain; charset=ISO-8859-15; format=flowed
> 
> W dniu 2010-01-11 17:07, Maria van der Laan pisze:
> > I think it has something to do with TCEMAIN/FORM or maybe mod. in age TS.
> >
> > The problem is, that I did not find any documentation on this.
> >
> > Does anyone has some ideas or suggestions?
> 
> Look into TSconfig documentation
> 
> syntax for PageTS is such: TCAdefaults.TableName.FieldName = value
> 
> quick example for cal's event record:
> 
> TCAdefaults{
>    tx_cal_event.calendar_id = 3
>    tx_cal_event.category_id = 4
> }
> 
> -- 
> Marcus 'biesior' Biesioroff
> a.k.a. Marek Krawczyk (original)
> 
> Polish TYPO3 Community Proud Member
> http://typo3.pl
> 
> 
> ------------------------------
> 
> Message: 4
> Date: Mon, 11 Jan 2010 18:47:11 +0100
> From: Peter Russ <peter.russ at 4many.net>
> Subject: Re: [TYPO3-english] odd / even classes for every second
> 	record
> To: typo3-english at lists.typo3.org
> Message-ID: <mailman.1.1263232012.31960.typo3-english at lists.typo3.org>
> Content-Type: text/plain; charset=ISO-8859-15; format=flowed
> 
> --- Original Nachricht ---
> Absender:   B.Wolf
> Datum:       11.01.2010 16:29:
> > Hi there.
> > 
> > I'm using "insert records" to put often used boxes into the right column 
> >        of my site. To display them on the page I use the following code:
> > 
> > temp.boxenelemente = CONTENT
> > temp.boxenelemente {
> >     table = tt_content
> >     select {
> >       where = colPos = 2
> >       orderBy = sorting
> >     }
> > }
> > 
> > subparts.sidebar< temp.boxenelemente
> > 
> > 
> > Now every second box should have a different header-color, so I would 
> > like to wrap the first box-element in a div with the class 'odd' and the 
> > second in a div with the class 'even' - or something like that.
> > I have no clue how I could achieve this - any help is very welcome.
> > 
> > Thank you very much!
> 
> Register is your friend:
> Take the actual record count, modulo 2 and store it.
> Depending if the result is 1 override the the wrap.
> 
> Does that help?
> 
> If not here is a more complex example: (doing a m x n matrix)
> 
> genericAuction=CONTENT
> genericAuction{
> 	table=###TBD###
> 	select{
> 		where=###TBD###
> 		orderBy=
> 		max=20
> 	}
> 	renderObj=COA
> 	renderObj{
> 		1=LOAD_REGISTER
> 		1.counter=0
> 		1.counter{
> 			override=1
> 			override{
> 				if.isFalse.prioriCalc=1
> 				if.isFalse.cObject=TEXT
> 				if.isFalse.cObject{
> 					insertData=1
> 					value=1
> 					wrap=({cObj:parentRecordNumber}-1)  %|
> 				}
> 			}
> 		}
> 		1.modulo=0
> 		1.modulo{
> 			override=1
> 			override{
> 				if.isFalse.prioriCalc=1
> 				if.isFalse.cObject=TEXT
> 				if.isFalse.cObject{
> 					insertData=1
> 					value=1
> 					wrap=(({cObj:currentRecordTotal} - ({cObj:parentRecordNumber}-1)) / 
> |)%2
> 				}
> 			}
> 		}
> 		
> 		10=COA
> 		10{
> 			stdWrap.outerWrap.cObject=COA
> 			stdWrap.outerWrap.cObject{
> 				10=COA
> 				10{
> 					stdWrap.outerWrap=<div class="|">
> 					10=COA
> 					10{
> 						10=TEXT
> 						10{
> 							value=item
> 							outerWrap=|-regular
> 							outerWrap.override.cObject=TEXT
> 							outerWrap.override.cObject{
> 								if.isTrue.data=register:counter
> 								value=|-break
> 							}
> 						}
> 						stdWrap.outerWrap=|-fx even
> 						stdWrap.outerWrap.override.cObject=TEXT
> 						stdWrap.outerWrap.override.cObject{
> 							if.isTrue.data=register:modulo
> 							value=|-fx odd-cell
> 						}
> 					}
> 				}
> 				20=TEXT
> 				20{
> 					value=|
> 					wrap=|</div>
> 				}
> 			}
> 			10=TEXT
> 			10{
> 				value=Hier kommt der Inhalt rein
> 			}
> 		}			
> 	}
> }
> 
> -- 
> loans that change lives http://www.kiva.org
> 
> _____________________________
> uon GbR
> http://www.uon.li
> http://www.xing.com/profile/Peter_Russ
> 
> 
> ------------------------------
> 
> Message: 5
> Date: Mon, 11 Jan 2010 12:59:34 -0700
> From: La Farge Douglas <doug at gcnpublishing.com>
> Subject: [TYPO3-english] yafi question
> To: TYPO3 English <typo3-english at srv02.typo3.org>
> Message-ID:
> 	<mailman.16615.1263240090.615.typo3-english at lists.typo3.org>
> Content-Type: text/plain;	charset=us-ascii
> 
> Hi,
> 
> I was having a problem importing an RSS feed with 
> > xml_ttnews_import
> > and
> > rss2_import
> 
> 
> Oliver Rowlands from this list suggested I try EXT: yafi.
> 
> I've run into a couple issues with it.
> 
> First issue is it looks as though it isn't entirely compatible with tt_news 3.0.1
> 
> When I go to "Create new feed importer configuration"  I am not presented (screenshots) with the tt_news category windows as shown in the yafi Readme.
> 
> i've installed this extension on a site with tt_news 2.5 and the category selection box is shown.  I installed it on three sites with tt_news 3.0 and they all do the same - no categories.
> 
> All Typo3 versions I'm using are 4.2.10.
> 
> The second problem I ran into is when I do an import it doesn't put the new tt_news records in the storage folder I configure. It puts them in PID 0 - the root of the website. This behaviour happens with tt_news 2.5 and 3.0.
> 
> I've read through the documentation for the extension three times now. It's very simple and well done. Was there perhaps a step left out?  I looked at the yafi table in the database and the storage folder pid is set correctly for the record.  Why would it not be putting it in the proper place.
> 
> I can live without being able to categorize records - having them shoved into PID 0 is a bit of a deal breaker.
> 
> at least it parses my RSS feed that the other extensions don't!  ;-)
> 
> regards,
> doug
> 
> 
> 
> ------------------------------
> 
> Message: 6
> Date: Mon, 11 Jan 2010 16:15:28 -0500
> From: Tania Morales <admin at taniamorales.com>
> Subject: Re: [TYPO3-english] Render image
> To: TYPO3 English <typo3-english at lists.typo3.org>
> Message-ID:
> 	<mailman.16638.1263244655.615.typo3-english at lists.typo3.org>
> Content-Type: text/plain; charset=ISO-8859-1
> 
> Very likely you don't have Graphics Magick working
> -- 
> T at ni@ Morales
> http://www.taniamorales.com
> TYPO3 Solutions & Web Development
> 
> 
> On Mon, Jan 11, 2010 at 7:32 AM, Jeppe Donslund <jd at webmasters.dk> wrote:
> 
> > Hi
> >
> > I have earlier used this piece of code to render and scale images in my
> > extensions.
> > But now it does work in my new extension.
> >
> > $imgConf['file'] = 'uploads/pics/'.$billeder[$i];
> > $imgConf['file.']['width'] = 157;
> >
> > $imageFile = $this->cObj->cObjGetSingle('IMAGE', $imgConf);
> >
> > What is wrong?
> >
> > Regards
> > Jeppe Donslund
> > _______________________________________________
> > TYPO3-english mailing list
> > TYPO3-english at lists.typo3.org
> > http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
> >
> 
> 
> ------------------------------
> 
> Message: 7
> Date: Mon, 11 Jan 2010 18:53:04 -0500
> From: Simon Browning <simon at stwdesign.com>
> Subject: Re: [TYPO3-english] TYPO3-english, Beginner help needed!
> To: typo3-english at lists.typo3.org
> Message-ID: <mailman.1.1263254090.27712.typo3-english at lists.typo3.org>
> Content-Type: text/plain; charset=windows-1252; format=flowed
> 
> Hi Les.
> 
> Welcome.
> 
> You can find additional videos for editors at www.thedemo.ca
> 
> Simon
> 
> les pat wrote:
> > Good day,
> > 
> > I recenly stumbled on your services. My C panel offers
> > typo3 under fantastico. My employer also uses it and I will
> > be managing there website. I would like to start developing
> > websites on the typo3.
> > 
> > If my website is already running.
> > 
> > My Domain: www.spedcrue.co.za/typo3/
> > 
> > Tell me how do I even start editing my website. Can you
> > please send me tutorials on how to this from the typo3
> > application.
> > 
> > I hope that my limited knowledge of your product right now
> > is not a problem. I am eager to start learning.
> > 
> > Please assist me,
> > 
> >  
> > - LESLEY PATIENCE -
> > +27 21 552 7838 | akasped at ananzi.co.za 
> > I.T CONSULTANT
> > 
> > 
> > _______________________________________________________________________________________
> > ?EAST RAND SECURITY EXPO NOW ON?
> > 
> > 
> > http://www.swiftsms.co.za/swiftT/track.asp?e=*em*&cid=113&u=8&tid=2011
> >  
> > 
> > 
> 
> 
> ------------------------------
> 
> Message: 8
> Date: Tue, 12 Jan 2010 08:28:22 +0700
> From: Andreas Becker <ab.becker at web.de>
> Subject: Re: [TYPO3-english] TYPO3-english, Beginner help needed!
> To: TYPO3 English <typo3-english at lists.typo3.org>
> Message-ID:
> 	<mailman.16673.1263259809.615.typo3-english at lists.typo3.org>
> Content-Type: text/plain; charset=UTF-8
> 
> Hi Lesley
> 
> You will find lots of information how to manage and build websites with
> TYPO3 also here
> 
> http://webempoweredchurch.org
> http://webempoweredchurch.org/products/wec_starter/
> 
> <http://webempoweredchurch.org/products/wec_starter/>
> http://webempoweredchurch.com/support/classes/
> <http://webempoweredchurch.com/support/classes/>
> http://webempoweredchurch.com/support/howtos/
> <http://webempoweredchurch.com/support/howtos/>
> http://webempoweredchurch.com/support/community/
> 
> <http://webempoweredchurch.com/support/community/>
> http://templavoila.busynoggin.com/
> 
> <http://templavoila.busynoggin.com/>http://t3pack.com
> 
> and of course here
> 
> http://typo3.org/documentation/
> <http://typo3.org/documentation/>http://typo3.org/documentation/tips-tricks/
> <http://typo3.org/documentation/tips-tricks/>
> http://typo3.org/documentation/videos/
> <http://typo3.org/documentation/videos/>http://typo3.org/podcasts/kasper/
> 
> <http://typo3.org/podcasts/kasper/>Welcome in the Community
> 
> If you have questions mail them here and they will be answered.
> 
> Andi
> 
> On Tue, Jan 12, 2010 at 6:53 AM, Simon Browning <simon at stwdesign.com> wrote:
> 
> > Hi Les.
> >
> > Welcome.
> >
> > You can find additional videos for editors at www.thedemo.ca
> >
> > Simon
> >
> > les pat wrote:
> >
> >> Good day,
> >>
> >> I recenly stumbled on your services. My C panel offers
> >> typo3 under fantastico. My employer also uses it and I will
> >> be managing there website. I would like to start developing
> >> websites on the typo3.
> >>
> >> If my website is already running.
> >>
> >> My Domain: www.spedcrue.co.za/typo3/
> >>
> >> Tell me how do I even start editing my website. Can you
> >> please send me tutorials on how to this from the typo3
> >> application.
> >>
> >> I hope that my limited knowledge of your product right now
> >> is not a problem. I am eager to start learning.
> >>
> >> Please assist me,
> >>
> >>  - LESLEY PATIENCE -
> >> +27 21 552 7838 | akasped at ananzi.co.za I.T CONSULTANT
> >>
> >>
> >>
> >> _______________________________________________________________________________________
> >> ?EAST RAND SECURITY EXPO NOW ON?
> >>
> >>
> >> http://www.swiftsms.co.za/swiftT/track.asp?e=*em*&cid=113&u=8&tid=2011
> >>
> >>
> >>  _______________________________________________
> > TYPO3-english mailing list
> > TYPO3-english at lists.typo3.org
> > http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
> >
> 
> 
> ------------------------------
> 
> Message: 9
> Date: Mon, 11 Jan 2010 18:02:55 -0800
> From: Christopher Torgalson <bedlamhotel at gmail.com>
> Subject: Re: [TYPO3-english] TYPO3-english, Beginner help needed!
> To: ab.becker at web.de, TYPO3 English <typo3-english at lists.typo3.org>
> Message-ID:
> 	<mailman.16691.1263261884.615.typo3-english at lists.typo3.org>
> Content-Type: text/plain; charset=ISO-8859-1
> 
> On Mon, Jan 11, 2010 at 5:28 PM, Andreas Becker <ab.becker at web.de> wrote:
> > Hi Lesley
> >
> > You will find lots of information how to manage and build websites with
> > TYPO3 also here
> >
> > http://webempoweredchurch.org
> > http://webempoweredchurch.org/products/wec_starter/
> >
> > <http://webempoweredchurch.org/products/wec_starter/>
> > http://webempoweredchurch.com/support/classes/
> > <http://webempoweredchurch.com/support/classes/>
> > http://webempoweredchurch.com/support/howtos/
> > <http://webempoweredchurch.com/support/howtos/>
> > http://webempoweredchurch.com/support/community/
> >
> > <http://webempoweredchurch.com/support/community/>
> > http://templavoila.busynoggin.com/
> >
> > <http://templavoila.busynoggin.com/>http://t3pack.com
> >
> > and of course here
> >
> > http://typo3.org/documentation/
> > <http://typo3.org/documentation/>http://typo3.org/documentation/tips-tricks/
> > <http://typo3.org/documentation/tips-tricks/>
> > http://typo3.org/documentation/videos/
> > <http://typo3.org/documentation/videos/>http://typo3.org/podcasts/kasper/
> >
> > <http://typo3.org/podcasts/kasper/>Welcome in the Community
> 
> 
> 
> No list of TYPO3 resources is complete without typo3wizard.com.
> There's also (shameless plug...) typo3apprentice.com.
> 
> 
> -- 
> Christopher Torgalson
> http://www.typo3apprentice.com/
> 
> 
> ------------------------------
> 
> Message: 10
> Date: Tue, 12 Jan 2010 09:06:56 +0700
> From: Andreas Becker <ab.becker at web.de>
> Subject: Re: [TYPO3-english] TYPO3-english, Beginner help needed!
> To: TYPO3 English <typo3-english at lists.typo3.org>
> Message-ID:
> 	<mailman.16711.1263262127.615.typo3-english at lists.typo3.org>
> Content-Type: text/plain; charset=UTF-8
> 
> Hi Christopher
> 
> check your footermenu it directs to the page not found page!
> 
> Andi
> 
> On Tue, Jan 12, 2010 at 9:02 AM, Christopher Torgalson <
> bedlamhotel at gmail.com> wrote:
> 
> > On Mon, Jan 11, 2010 at 5:28 PM, Andreas Becker <ab.becker at web.de> wrote:
> > > Hi Lesley
> > >
> > > You will find lots of information how to manage and build websites with
> > > TYPO3 also here
> > >
> > > http://webempoweredchurch.org
> > > http://webempoweredchurch.org/products/wec_starter/
> > >
> > > <http://webempoweredchurch.org/products/wec_starter/>
> > > http://webempoweredchurch.com/support/classes/
> > > <http://webempoweredchurch.com/support/classes/>
> > > http://webempoweredchurch.com/support/howtos/
> > > <http://webempoweredchurch.com/support/howtos/>
> > > http://webempoweredchurch.com/support/community/
> > >
> > > <http://webempoweredchurch.com/support/community/>
> > > http://templavoila.busynoggin.com/
> > >
> > > <http://templavoila.busynoggin.com/>http://t3pack.com
> > >
> > > and of course here
> > >
> > > http://typo3.org/documentation/
> > > <http://typo3.org/documentation/>
> > http://typo3.org/documentation/tips-tricks/
> > > <http://typo3.org/documentation/tips-tricks/>
> > > http://typo3.org/documentation/videos/
> > > <http://typo3.org/documentation/videos/>
> > http://typo3.org/podcasts/kasper/
> > >
> > > <http://typo3.org/podcasts/kasper/>Welcome in the Community
> >
> >
> >
> > No list of TYPO3 resources is complete without typo3wizard.com.
> > There's also (shameless plug...) typo3apprentice.com.
> >
> >
> > --
> > Christopher Torgalson
> > http://www.typo3apprentice.com/
> > _______________________________________________
> > TYPO3-english mailing list
> > TYPO3-english at lists.typo3.org
> > http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
> >
> 
> 
> ------------------------------
> 
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
> 
> End of TYPO3-english Digest, Vol 76, Issue 24
> *********************************************
 		 	   		  
_________________________________________________________________
Hotmail: Powerful Free email with security by Microsoft.
http://clk.atdmt.com/GBL/go/196390710/direct/01/


More information about the TYPO3-english mailing list