[TYPO3-english] Template included Iframe for selected menu items ....

hemantha wijesinghe hwijesinghe at hotmail.com
Tue Jan 12 06:06: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 sub pages or only main menu 
item should display iframe. How to do this hiding.....
 
Thanks
Hemantha



> From: typo3-english-request at lists.typo3.org
> Subject: TYPO3-english Digest, Vol 76, Issue 25
> To: typo3-english at lists.typo3.org
> Date: Tue, 12 Jan 2010 04:05:52 +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. tx_openid_assoc_store - causing problems (Andreas Becker)
>    2. Re: TYPO3-english Digest, Vol 76, Issue 24 (hemantha wijesinghe)
>    3. Re: typo3 problem caused by mod_security (J. Bakshi)
>    4. Re: TYPO3-english, Beginner help needed! (Christopher Torgalson)
> 
> 
> ----------------------------------------------------------------------
> 
> Message: 1
> Date: Tue, 12 Jan 2010 09:16:03 +0700
> From: Andreas Becker <ab.becker at web.de>
> Subject: [TYPO3-english] tx_openid_assoc_store - causing problems
> To: TYPO3 English <typo3-english at lists.typo3.org>
> Message-ID:
> 	<mailman.16714.1263262670.615.typo3-english at lists.typo3.org>
> Content-Type: text/plain; charset=UTF-8
> 
> Hi All
> 
> we got stuck on a customer server with one strange problem!
> 
> We can't import a simple database. The same database imports on other
> servers (tested 3 different ones) perfect, but not on the customers server.
> 
> The support wrote us the following, but we doubt that this is the problem.
> Did anybody had a similar problem and perhaps solved it?
> 
> We are sorry for possible inconvenience, but we failed to restore your =
> 
> database again with the same error. We decided to remove problem queries =
> 
> from your backup and restored your database without these tables:
> 
> 
> CREATE TABLE IF NOT EXISTS `tx_openid_assoc_store` (
> 
>   `uid` int(11) unsigned NOT NULL auto_increment,
> 
>   `pid` int(11) unsigned NOT NULL default '0',
> 
>   `crdate` int(11) unsigned NOT NULL default '0',
> 
>   `tstamp` int(11) unsigned NOT NULL default '0',
> 
>   `expires` int(11) unsigned NOT NULL default '0',
> 
>   `server_url` varchar(2047) NOT NULL default '',
> 
>   `assoc_handle` varchar(255) NOT NULL default '',
> 
>   `content` blob,
> 
>   PRIMARY KEY  (`uid`),
> 
>   KEY `assoc_handle` (`assoc_handle`(8)),
> 
>   KEY `expires` (`expires`)
> 
> ) ENGINE=3DInnoDB DEFAULT CHARSET=3Dutf8 AUTO_INCREMENT=3D1 ;
> 
> 
> --
> 
> -- Dumping data for table `tx_openid_assoc_store`
> 
> --
> 
> 
> 
> --
> 
> -- Table structure for table `tx_openid_nonce_store`
> 
> --
> 
> 
> CREATE TABLE IF NOT EXISTS `tx_openid_nonce_store` (
> 
>   `uid` int(11) unsigned NOT NULL auto_increment,
> 
>   `pid` int(11) unsigned NOT NULL default '0',
> 
>   `crdate` int(11) unsigned NOT NULL default '0',
> 
>   `tstamp` int(11) unsigned NOT NULL default '0',
> 
>   `server_url` varchar(2047) NOT NULL default '',
> 
>   `salt` char(40) NOT NULL default '',
> 
>   PRIMARY KEY  (`uid`),
> 
>   UNIQUE KEY `nonce` (`server_url`(255),`tstamp`,`salt`),
> 
>   KEY `crdate` (`crdate`)
> 
> ) ENGINE=3DInnoDB DEFAULT CHARSET=3Dutf8 AUTO_INCREMENT=3D1 ;
> 
> 
> Please contact you application developer and ask to look into the issue =
> 
> with this tables. Problem lines are with server_url column: `server_url` =
> 
> varchar( 2047 ) NOT NULL default ''.
> 
> 
> As the mentioned tables seem to belong to the typo3 core we are not sure
> what to do with it!
> 
> Any ideas are welcome - beside changing to a better hoster ;-) . We have
> already suggested this as we also have no ssh on this server etc.
> 
> Andi
> 
> 
> ------------------------------
> 
> Message: 2
> Date: Tue, 12 Jan 2010 02:58:42 +0000
> From: hemantha wijesinghe <hwijesinghe at hotmail.com>
> Subject: Re: [TYPO3-english] TYPO3-english Digest, Vol 76, Issue 24
> To: <typo3-english at lists.typo3.org>
> Message-ID:
> 	<mailman.16716.1263265230.615.typo3-english at lists.typo3.org>
> Content-Type: text/plain; charset="iso-8859-1"
> 
> 
> 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/
> 
> ------------------------------
> 
> Message: 3
> Date: Tue, 12 Jan 2010 08:29:07 +0530
> From: "J. Bakshi" <joydeep at infoservices.in>
> Subject: Re: [TYPO3-english] typo3 problem caused by mod_security
> To: TYPO3 English <typo3-english at lists.typo3.org>
> Message-ID:
> 	<mailman.16717.1263265260.615.typo3-english at lists.typo3.org>
> Content-Type: text/plain; charset=UTF-8
> 
> Dmitry Dulepov wrote:
> > Hi!
> >
> > On 11/01/2010 11:02, J. Bakshi wrote:
> >> Thanks, is those applicable for general typo3 sites or possible to use
> >> with http://typo3.org/waf.txt  ?
> >
> > I do not use stock rule set. It is very generic and using it as whole
> > will slow down the site. I stop known scanners and generic attacks.
> >
> > Btw, if you want to get deeper into mod_security, here is what you need:
> > http://dmitry-dulepov.com/reviews/modsecurity-25-by-magnus-mischel.html
> >
> 
> Thanks for the link
> 
> 
> 
> -- 
> ????? ?????
> 
> 
> 
> ------------------------------
> 
> Message: 4
> Date: Mon, 11 Jan 2010 19:04:04 -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.16718.1263265552.615.typo3-english at lists.typo3.org>
> Content-Type: text/plain; charset=ISO-8859-1
> 
> Thanks :)
> 
> On Mon, Jan 11, 2010 at 6:06 PM, Andreas Becker <ab.becker at web.de> wrote:
> > Hi Christopher
> >
> > check your footermenu it directs to the page not found page!
> 
> 
> Always pay attention to error messages in the TS Object Browser!
> 
> -- 
> 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
> 
> End of TYPO3-english Digest, Vol 76, Issue 25
> *********************************************
 		 	   		  
_________________________________________________________________
Hotmail: Trusted email with Microsoft’s powerful SPAM protection.
http://clk.atdmt.com/GBL/go/196390706/direct/01/


More information about the TYPO3-english mailing list