Re: [TYPO3] Realurl questions

2008-10-05 Thread Steffen Gebert
Hi Dmitry Dmitry Dulepov wrote: > No problem. Put a request to BT and I will add a hook. http://bugs.typo3.org/view.php?id=9489 Thanks > I am also open to any suggestions on making autoconf even easier and more > user???friendly. What I do *not* want is to clatter extension with many > options du

Re: [TYPO3] Realurl questions

2008-10-05 Thread Dmitry Dulepov
Hi! Steffen Gebert wrote: > IMHO the easiest way would be to overwrite $confTemplate in > class.tx_realurl_autoconfgen.php:getTemplate() or XCLASSing the getTemplate() > function. > Therefore a hook in getTemplate() to call a user function for generating > $confTemplate would be nice - or sth.

Re: [TYPO3] Realurl questions

2008-10-05 Thread Steffen Gebert
Hi list, On Monday 01 September 2008 11:50:46 Xavier Perseguers wrote: > You may easily write a file containing the mapping and importing it with > "require_once" in realurl_conf.php file. Then update the mapping file > with an extension that creates the account. I did it, that's very simple > to

Re: [TYPO3] Realurl questions

2008-09-01 Thread Dmitry Dulepov [typo3]
Hi! Steffen Gebert wrote: > Would one query carry weight? TYPO3 does hunderds (?) per request.. Not that much, especially if pages are cached. But it is like one query here, another there... Altogether make performance worse. As I wrote: 1000 rq/s will make extra 1000 queries to MySQL per secon

Re: [TYPO3] Realurl questions

2008-09-01 Thread Dmitry Dulepov [typo3]
Hi! Xavier Perseguers wrote: > what is the threshold for number of domains/tree? Because I have a need > to manage this order of magnitude of domains and I cannot afford create, > configure and then manage such a big number of separate TYPO3 > installations. There is no threshold defined :( Yo

Re: [TYPO3] Realurl questions

2008-09-01 Thread Xavier Perseguers
Hi, >> This is pretty bad to have this large number of domains in >> one tree. It hurts performance. > > We have 350 users allover Bavaria and about half of them (~160) have their > own domain. > We can't just split our installation into 2,3,10,350,... installations. I agree! And I think that a

Re: [TYPO3] Realurl questions

2008-09-01 Thread Steffen Gebert
Hi, > > Would this cause problems or didn't just anybody have >150 > domains where > > fetching them from DB might be nicer and nobody implemented this :) > > This is pretty bad to have this large number of domains in > one tree. It hurts performance. We have 350 users allover Bavaria and abou

Re: [TYPO3] Realurl questions

2008-09-01 Thread Xavier Perseguers
Hi Dmitry, >> Would this cause problems or didn't just anybody have >150 domains where >> fetching them from DB might be nicer and nobody implemented this :) > > This is pretty bad to have this large number of domains in one tree. It > hurts performance. what is the threshold for number of doma

Re: [TYPO3] Realurl questions

2008-09-01 Thread Dmitry Dulepov [typo3]
Steffen Gebert wrote: > Anybody knows why this has to be done? A simple SQL-query on sys_domains > would return the pid... Because it is at least one extra query for each request (sometimes more). 1000 requests - at least 100 extra queries. Do you want better performance? Than set rootpage_id on

Re: [TYPO3] Realurl questions

2008-09-01 Thread Dmitry Dulepov [typo3]
Hi! Steffen Gebert wrote: > Is it possible to use realurl with domain records scattered in the whole > page tree and link across it? Yes. But TYPO3 has certain problems with it (really TYPO3, not RealURL). RealURL supports it for half a year already (thanks to Netcreators, who made me work on t

Re: [TYPO3] Realurl questions

2008-09-01 Thread Daniel Huf
Thank Dmitry ;) Daniel Steffen Gebert wrote: >> this is what you can find on the wiki >> >> config.typolinkEnableLinksAcrossDomains = 1 > > Okay, Thanks Daniel! > > Steffen > ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://l

Re: [TYPO3] Realurl questions

2008-09-01 Thread Steffen Gebert
> this is what you can find on the wiki > > config.typolinkEnableLinksAcrossDomains = 1 Okay, Thanks Daniel! Steffen ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3] Realurl questions

2008-09-01 Thread Daniel Huf
this is what you can find on the wiki config.typolinkEnableLinksAcrossDomains = 1 http://wiki.typo3.org/index.php/Pending_Documentation Dmitry Dulepov, 2008-02-19 3491: Linking between domains in the pagetree ignores simulate static documents Add in TSref [tsref:config/->CONFIG] after typolink

Re: [TYPO3] Realurl questions

2008-08-31 Thread Xavier Perseguers
Hi, >> You have to additionnally set the PID of each domain root in >> realurl_conf.php (parameter rootpage_id) > > Anybody knows why this has to be done? A simple SQL-query on sys_domains > would return the pid... > Would this cause problems or didn't just anybody have >150 domains where > fetc

Re: [TYPO3] Realurl questions

2008-08-31 Thread Steffen Gebert
Hi, Thanks for your reply, Xavier. > You have to additionnally set the PID of each domain root in > realurl_conf.php (parameter rootpage_id) Anybody knows why this has to be done? A simple SQL-query on sys_domains would return the pid... Would this cause problems or didn't just anybody have >15

Re: [TYPO3] Realurl questions

2008-08-31 Thread Xavier Perseguers
Hi Steffen, I can answer a few questions. > - are links across domains possible? Yes > - are mount points across domains possible (if someone tested yet)? Do not know > - is there more configuration than a domain record needed? (once you had to > add entry in realurl config in localconf.php -

[TYPO3] Realurl questions

2008-08-31 Thread Steffen Gebert
Hi Dmitry, Is it possible to use realurl with domain records scattered in the whole page tree and link across it? I know about 1.5 years ago this wasn't possible and so we put all our money on cooluri - but today (after debugging live installation for several hours) I think we lost; at least I lo