[TYPO3-english] tx_crawler.crawlerCfg limit of 1000 records

2009-03-29 Thread Vahan Amirbekyan
guys, I have hundreds of thousands of records that I need to precache. The tx_crawler.crawlerCfg is limited to 1000 records only and throws an errors if the limit is exceeded. With gr_list being part of cHash it is not even possible to run external crawler to pre-cache pages for logged in users.

Re: [TYPO3-english] To avoid using fe_groups at all

2009-03-29 Thread Vahan Amirbekyan
Dmitry, possible at least to disable page caching dependency on gr_list so that same cache is used for both logged and not logged in users? Dmitry Dulepov wrote: > Hi! > > Bartosz Aninowski wrote: >> I am not sure if you can add user in BE without group but you can use > > You can't... > >> s

Re: [TYPO3-english] Hunging select from fe_sessions and fe_users

2009-03-29 Thread Vahan Amirbekyan
thank you rias again, I do like Typo3 but sometimes it drives me crazy with its over-engineered solutions. ries van Twisk wrote: > The easy answer is "This is how TYPO3 works".. > > I do believe core people made some changes in that area where > sessions are stored/retreived, they need to correc

[TYPO3-english] Caching pages to external pages

2009-03-29 Thread Vahan Amirbekyan
Guys, Dmitry D. in his "T3 Ext development" book writes on page 110 "A page can be cached either to the database or to the external files. I am familiar with the dmc_performance ext. Is there typo3 native solution for this? ___ TYPO3-english mailing list

Re: [TYPO3-english] Login Setup

2009-03-29 Thread Joko Nurjadi
Yes, that's right. Thanks for your info & correction, Andreas. Rgds, Joko > Joko, > >> I am new in Typo3 and I had same problem, then I'm using extension >> fe_login and sr_feuser_register, the extensions have good documentation >> to do basic login/logout, user registration, edit profile. > > ju

Re: [TYPO3-english] Login Setup

2009-03-29 Thread Andreas Burg
Joko, > I am new in Typo3 and I had same problem, then I'm using extension > fe_login and sr_feuser_register, the extensions have good documentation > to do basic login/logout, user registration, edit profile. just a note: I'm sure you're talking about felogin, not fe_login. Don't try to searc

Re: [TYPO3-english] Login Setup

2009-03-29 Thread Joko Nurjadi
Hi Brian, I am new in Typo3 and I had same problem, then I'm using extension fe_login and sr_feuser_register, the extensions have good documentation to do basic login/logout, user registration, edit profile. I think you can begin to explore it first. Rgds, Joko - Original Message - F

[TYPO3-english] cHash does not work with forms

2009-03-29 Thread Vahan Amirbekyan
guys, I think there should be a solution operantly it is not that obvious. I have a form with a dropdown of country codes that reloads the same page with &country= URL get parameter. I need these pages to be cached. How to get the page URLs with cHash? _

[TYPO3-english] Login Setup

2009-03-29 Thread Lamb, Brian
Hello all, I am trying to set up a basic login but don't really know how to start. I have perused the website and cannot find suitable documentation on how to do it. I setup a login form but don't know any of the TypoScript to get it to work. Where should I begin? Thanks, Brian Lamb __

Re: [TYPO3-english] To avoid using fe_groups at all

2009-03-29 Thread Vahan Amirbekyan
Peter, thank you - first of all even this solution does not address redundancy as it will cache the same page twice. - why t3 requires FE user to belong to at least one group? anyone knows? why not to revise this. Peter Russ wrote: > --- Original Nachricht --- > Absender: Vahan Amirbekyan > Da

[TYPO3-english] Better tree and drag-and-drop java scripts.

2009-03-29 Thread mario m
Hello i am looking at the better trees (trees) extension by Elmar Hinz. It would nice if it had some java script tools to drag-and-drop and move around nodes of a tree (for examples, look at www.dhtmlgoodies.com, folder tree section). I understand that I could look at how we drag-and-drop pages