Re: [TYPO3-english] Customers TYPO3 problems

2012-12-27 Thread Alessandro Tuveri
Hi Jan what you said is right. However is needed to explaind the difference between a record, a content, a page. This is the basic of all CMS. Consider that other CMS like drupal works with the taxonomy or putting objects/articles in simple container and display it around the site. Moreover

[TYPO3-english] error:Class 't3lib_div' not found

2012-12-27 Thread tom
Hi, I created a file: test.php under my domain, it looks like typo3/,typo3conf/,test.php, in test.php, I put below code: so when I run test.php, it shows: Fatal error: Class 't3lib_div' not found So what is the problem? Thanks. Tom ___ TYPO3-english

[TYPO3-english] question about coding in MTB23

2012-12-27 Thread tom
Hi, Below code is from MTB23(Modern Template Building, Part 2+3), \typo3conf\ext\tmplselect\class.tx_tmplselect_addfilestosel.php class tx_tmplselect_addfilestosel { var $dir = "main"; function main(&$params,&$pObj) { // Adding an item! $params["items"][]=Array($pObj->sL("Mode: ".$this->d

Re: [TYPO3-english] Partial clearing cache

2012-12-27 Thread Gorosito Gonzalo
Jigal, Yes, that's a posible solution in the future for my project. Also, the problem is that I update one typo3 instance and through MySQL Replication so the cache tables are not replicated so each typo3 slave instance have it's own cache. What I'm trying to figure out is how to make faster the

[TYPO3-english] Realurl for subdirectory Typo3 installation without showing subdirectory name in Domain url

2012-12-27 Thread Guan Ming
Hi, everyone Could anyone explain how I can config cpanel or realurl or Typo3 so that realurl only display Primary Domain Name (e.g. www.abc.com) WITHOUT subdirectory name (e.g. www.abc.com/subdir/) where my Typo3 was installed. I tried with .htaccess method, for example like following, but doesn

Re: [TYPO3-english] Partial clearing cache

2012-12-27 Thread Jigal van Hemert
Hi, On 27-12-2012 16:42, Gorosito Gonzalo wrote: I know tcemain, but what if I had to drop it because of it's performance? Then you've just learned the reason why it's performing slower than raw queries :-) TANSTAAFL If you have to do mass imports regularly maybe you can make a queue and u

Re: [TYPO3-english] lightbox and TYPO3 6.0

2012-12-27 Thread Philipp Gampe
Hi Ben, ben van 't ende wrote: > I am confused. Modernpackage is an extension, right? Only not in TER. Modernpackage is a site kickstart. But what Georg wants to show is, that you can just add the JS Lib for the lightbox and adjust the rendering accordingly. Since 4.5 you can also use this in

Re: [TYPO3-english] lightbox and TYPO3 6.0

2012-12-27 Thread ben van 't ende
Hey Georg, I am confused. Modernpackage is an extension, right? Only not in TER. gRTz ben On 27/12/12 09:09, Georg Ringer wrote: > Hi, > > never understood why people need an extension for a lightbox... > https://github.com/georgringer/modernpackage/blob/master/Resources/Private/TypoScript/c

Re: [TYPO3-english] Partial clearing cache

2012-12-27 Thread Gorosito Gonzalo
I know tcemain, but what if I had to drop it because of it's performance? ### # Gonzalo Gorosito # Programador && sysadmin # # http://www.tutorialesdebian.com - Tutoriales para debianeros, scripts, info, notícias y mucho mas. # http://www.ggorosito.com.ar - W

Re: [TYPO3-english] typo3 package is downloaded as .tar instead of .tar.gz on a mac

2012-12-27 Thread Bernd Trippel
> Op 27-12-12 12:31, Muriel le Pair schreef: >> Hi, >> >> If I download a (any) package from http://typo3.org/download/ on a mac >> it is downloaded as a *.tar file instead of *.tar.gz, so for instance >> typo3_src-4.7.7.tar >> >> If I download it with windows the file name is typo3_src-4.7.7.tar.g

Re: [TYPO3-english] typo3 package is downloaded as .tar instead of .tar.gz on a mac

2012-12-27 Thread Muriel le Pair
Op 27-12-12 12:31, Muriel le Pair schreef: Hi, If I download a (any) package from http://typo3.org/download/ on a mac it is downloaded as a *.tar file instead of *.tar.gz, so for instance typo3_src-4.7.7.tar If I download it with windows the file name is typo3_src-4.7.7.tar.gz Does anybody kno

[TYPO3-english] typo3 package is downloaded as .tar instead of .tar.gz on a mac

2012-12-27 Thread Muriel le Pair
Hi, If I download a (any) package from http://typo3.org/download/ on a mac it is downloaded as a *.tar file instead of *.tar.gz, so for instance typo3_src-4.7.7.tar If I download it with windows the file name is typo3_src-4.7.7.tar.gz Does anybody know how to prevent this? -- kind regards,

Re: [TYPO3-english] Partial clearing cache

2012-12-27 Thread Tolleiv Nietsch
Hi Gorosito Gonzalo schrieb: > Hi! > > I have an extension that inserts records in tt_content and pages > tables directly. > don't do that - just don't. There's a central place for such things and that's called tcemain (t3lib_tcemain resp. Core/DataHandler/DataHandler in 6.x) The usages is sho

Re: [TYPO3-english] lightbox and TYPO3 6.0

2012-12-27 Thread Jigal van Hemert
Hi, On 27-12-2012 9:09, Georg Ringer wrote: never understood why people need an extension for a lightbox... https://github.com/georgringer/modernpackage/blob/master/Resources/Private/TypoScript/content/lightbox.ts Me neither :-) Since at least 4.5 it's possible to use your favourite lightbox

[TYPO3-english] Customers TYPO3 problems

2012-12-27 Thread Jan Bednarik
Hi folks, with the Customers feedback thread in mind, what is the biggest problem you face when you explain TYPO3 to your customers? Mine is the difference between List and Page. They don't seem to understand the concept at first, so I need to give them examples. I usually choose something l

Re: [TYPO3-english] lightbox and TYPO3 6.0

2012-12-27 Thread Georg Ringer
Hi, never understood why people need an extension for a lightbox... https://github.com/georgringer/modernpackage/blob/master/Resources/Private/TypoScript/content/lightbox.ts georg ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://list

[TYPO3-english] lightbox and TYPO3 6.0

2012-12-27 Thread ben van 't ende
Hi there, I have updated some of my sites to 6.0 and one of the major problems is that perfectlightbox is not working anymore and none of the other lightboxes like fancybox seem to work. Does anyone have a solution for this gRTz ben -- TYPO3 Community Manager ___