Search the website and IRC logs

#TYPO3 IRC log from : Sunday 17 February 2008

Year: 2007 2008 2009 2010 2011 2012
Month: Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
Day: 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
01:37 isolysis_ hi all, i can't get rtehtmlarea to load in firefox or IE, i am using version 1.4.4 any ideas?
01:42 Denyerec hey iso
01:45 isolysis_ hi Denyerec long time no see
01:45 Denyerec aye man
01:45 Denyerec where've you been?
01:45 isolysis_ i was about to head off to bed.. but this silly rtehtmlarea is a pain in neck..
01:45 isolysis_ ive been busy with work lately
01:45 isolysis_ gonna be an intense couple of months
01:46 isolysis_ we've been working on this project for online shopping over a year now, and its like 10 months overdue... so this is crunch time for us, working round the clock :D
01:47 isolysis_ i thought these rtehtmlarea not loading issues were resolved in the latest updates, but apparently not... do you know anything about it?
01:54 Denyerec I didn't think projects could go over that far without being canned!
01:54 Denyerec Which browser isn't it loading in?
01:57 isolysis_ Denyerec: its not working in firefox or IE
01:57 isolysis_ it says i have double key installed.. do i have to remove the system version or something?
01:57 isolysis_ i think i remember something vaguely familiar about having to rename one of the directories of te unused extension
01:58 Denyerec Ah
01:58 Denyerec yeah
01:58 Denyerec You have to remove the extension
01:58 Denyerec then delete its ext dir
01:58 Denyerec and re-install it
01:58 Denyerec cos it's now a system ext.
01:58 Denyerec and you probably have it in as a non-system ext
02:00 isolysis_ Denyerec: sorry i dont fully understand.. i delete the 'local sl' version of the extension.. what would i re-install?
02:01 Denyerec You don't
02:01 Denyerec it's already in as a system ext
02:01 Denyerec that's why you're gettin the issue
02:06 isolysis_ Denyerec: i uninstalled the local versionof the extension and deleted its directory in typo3conf/ext/rtehtmlarea however now in backend, i just get the basic textarea.. theres no right text editing?
02:06 Denyerec hmmzle.
02:06 isolysis_ rich text editing* is no longer there
02:06 Denyerec can you search the TER for the htmlarea ext now ?
02:10 isolysis_ Denyerec: thanks man, that did the trick.. i searched for it and found a local system version that hadn't been installed.. its working now, excellent! thanks again :)
02:12 isolysis_ im gonna jet off to bed.. maybe see you tomorrow.. take care and peace
02:47 kraftb hiho
02:47 Denyerec hey kraft
02:47 kraftb hey denyer
02:48 kraftb on monday i'll have time to fix the last issues with the dmail subscription ...
02:48 kraftb i hope this is early enough ...
02:49 Denyerec Oh yeah sure thing dude
02:49 Denyerec I'm more than enough in debt already
02:49 Denyerec so I cannot rush you
02:49 kraftb it was task #2 on my todays todo list ...
02:49 kraftb but sadly #1 took the full day :(
02:49 Denyerec Hah, story of my life.
02:49 Denyerec :9
02:49 Denyerec :(
02:49 kraftb they wanted me to make a copy of this ikiwi website to dreamhost.com
02:50 Denyerec ikiwi ?
02:50 Denyerec that some wiki or other ?
02:50 kraftb and i had to notice that they have some kind of output buffering running there ... which stopped my "server-push" scripts from working
02:50 kraftb ikiwi.at
02:50 kraftb no
02:50 kraftb a youtube like website
02:52 kraftb well... for the upload-progress-bar i made some tricks ... i had a php-scrtip which sent data to the client ... but then didn't exit - but a sleep() instead - and send data again after some time ... it sent the current file-upload progress
02:52 kraftb this method is called "server-push" -- keeping an HTTP connection open and sending data when new data is available on the server
02:52 kraftb it gets used in all those web-chats ...
02:53 kraftb but sadly their apache webserver did some output buffering ... and those stopped my scripts from working ... now i have to poll this information
02:53 kraftb pull ...
04:12 Denyerec is ikiwi some platform then ?
04:12 Denyerec for that style site?
04:43 kraftb no ....
04:43 kraftb the site is made in typo3
04:44 kraftb ikiwi is just the name of the site ....
04:44 kraftb do not ask my why they choose this name ...
04:45 kraftb cp /Users/<removed>/src/mod_typo3cache/src/.libs/libmodtypo3cache.a /usr/lib64/apache2/modules/libmodtypo3cache.a
04:45 kraftb chmod 644 /usr/lib64/apache2/modules/libmodtypo3cache.a
04:45 kraftb x86_64-pc-linux-gnu-ranlib /usr/lib64/apache2/modules/libmodtypo3cache.a
04:45 kraftb libtool: install: warning: remember to run `libtool --finish /usr/local/lib'
04:45 kraftb chmod 755 /usr/lib64/apache2/modules/libmodtypo3cache.so
04:45 kraftb [preparing module `typo3cache' in /etc/apache2/apache2.conf]
04:45 kraftb :)
04:46 Denyerec Typo cache as an apache module ?
04:46 Denyerec what madness is that ?
04:50 Denyerec well... whatever madness it is, must wait for the morning
04:51 Denyerec cos I've got to go to sleep and, frankly, given that you're a couple of hours ahead of me I think, you should be sleeping too!
05:13 kraftb i will go to sleep now ...
05:13 kraftb just had to verify my apache module does at least not cause segfaults
05:13 kraftb there is some apache module called "mod_cache" ...
05:13 kraftb probably I can adopt it.
05:13 kraftb but what i am going to achieve is to implement the T3 caching mechanism in an apache module ...
05:14 kraftb so you can quickly server completly cached pages without the need to fire up php ...
05:14 kraftb good n8
09:15 tobstar Has anyone ever had issues using realurl on a typo3 site that is not located at the site root?
09:16 tobstar I've followed the minimum config (using realurl's autoconfig), urls are being rewritten, the start page is displayed, but klicking one of the rewritten url's results in the typo3 error page "Error! Reason: "sitemap/" could not be found, closest page matching is"
09:17 tobstar When I configure realurl to just rewrite the URLs a little (so that it doesn't use path to id lookups), it works
09:18 tobstar And from my rewrite config I can see that everything is properly redirected to the index.php
09:28 engtia hi! need help on typo3 installation.
09:30 engtia I have install typo3 into apache2, seems my mod_rewrite wasn't working quite well. Can anybody help?
09:33 tobstar Realurl issues?
09:39 engtia tobstar:probably. I have actually modified httpd.conf to allowoverride All but still not good.
09:39 tobstar Well, welcome to the club.
09:39 tobstar Which error do you get?
09:44 engtia when I type in http://localhost/cfc/ I get to the home page. But if I click on the link to about us, this is what I get : The requested URL /about_us/ was not found on this server. Btw I am just using a local pc, not external server.
09:45 tobstar Well, then I have good and bad news for you.
09:45 tobstar Good news: That's *exactly* my problem.
09:45 tobstar Bad news: not fixed yet.
09:46 tobstar I've checked google and there were numerous others who had this problem, but nobody solved it (at least not with a fix that would work for me)
09:51 tobstar I'm currently tracking the error down in the extension code.
09:51 tobstar I'll tell you if I find something
09:55 koomi_ set your root page id in realurl/localconf
09:56 engtia koomi_: how to do that?
09:57 koomi_ engtia: dunno. it's somewhere in the realurl doc (just search in Ooo)
09:57 tobstar I remember having done that, unfortunately without effect
09:57 tobstar I'll try again though
09:58 koomi_ clear the cached localconf files
09:58 koomi_ rm temp*
09:58 engtia tobstar: how long have you tried out typo3?
09:59 tobstar Oh well, I probably didn't do it right. Yeah, that does the trick.
09:59 tobstar Thanks for pointing that out, koomi_.
09:59 koomi_ you're welcome
09:59 tobstar engtia, uhm.... about half a year
10:00 engtia I am just starting. Hope we can get this solve real soon... :)
10:02 tobstar I guess koomi_ just solved it
10:02 tobstar I have inserted the rootpage id statically in the extension for testing purposes and it did the trick, so I guess setting it in the regular config will give the same result
10:04 engtia tobstar:where do you find localconf folder? I working in Window XP.
10:05 koomi_ engtia: typo3conf/localconf.php
10:05 koomi_ it's the central configuration file for your installation
10:08 engtia tobstar: what does he mean by setting root page id?
10:09 engtia koomi_: I found localconf.php file, what do I do with it?
10:09 koomi_ engtia: read the realurl documentation. the configuration is way to complex to explain here
10:10 koomi_ + i'm playing desktop tower defense and switching windows is score-threatening :D
10:10 engtia i see, thanks for responding.. :)
10:11 tobstar haha
10:11 tobstar engtia: it's a setting for realurl
10:11 engtia tobstar: have you done it ?
10:11 tobstar About to
10:11 tobstar I can tell you what I did when I did it
10:18 tobstar Ok, it works for me now
10:18 tobstar stupid me put the rootpage_id in the wrong place previously.
10:18 tobstar Ok engtia, here's what you do
10:19 tobstar Go to the ext manager, select to configure realurl.
10:19 engtia ok
10:19 tobstar Uncheck the autoconf checkbox, and set the config mode to "php source (slow)"
10:19 engtia err.. where is the ext manager?
10:19 tobstar in your typo3 backend
10:22 tobstar got it?
10:23 engtia I saw an entry under front end : RealURL: URLs like normal websites is this it?
10:23 tobstar Yes, but I guess you're in the backend now
10:24 tobstar Backend is the part where you have to log in
10:25 engtia yes! login already. but don't see any autoconf checkbox... :)
10:26 tobstar You've probably looked at the right spot.
10:26 tobstar You klick "ext manager", then scroll down to realurl
10:26 tobstar klick it
10:27 tobstar maybe you'll have to select config/edit or something in the checkbox in the upper right.
10:27 tobstar "information" is what should be selected.
10:29 engtia selected information but don't see any check box
10:29 tobstar What do you see?
10:30 engtia the active status is :The extension is installed (loaded and running)!
10:31 tobstar Well, scroll down a bit
10:31 tobstar then there it is
10:32 engtia then I see the details, then there is general information, and installation status sub category..
10:34 tobstar between the ACTIVE STATUS and the DETAILS
10:34 tobstar there should be a section "configuration"
10:35 engtia I don't think I see that.
10:36 engtia is it because it is active running?
10:39 tobstar No, it should be
10:39 tobstar which version are you using
10:42 engtia typo3 4.1.2
10:48 engtia well, I think probably something else is wrong. got to check it out. Thanks tobstar! See you. Got to go.
11:06 koomi__ ab -n1000 -c100 $your_server feels like child abuse
11:11 tobstar That's gotta hurt ;-)
11:12 koomi__ it worked rather good :D
11:13 koomi__ spending time to improve php/mysql performance with windows server 2003 and iis 6.0
11:13 koomi__ anyone uses the [FE][pageCacheToExternalFiles] ?
11:58 foool hi all :)
12:01 foool If I do a cronjob is it /Users/<removed>/public_html/typo3conf/ext/direct_mail/res/scripts/dmailerd.phpcron> /dev/null or do I leave off the /dev/null part, and is there a / before home or not?
12:46 foool anyone up on directmail?
13:00 koomi__ depends
13:00 koomi__ configured it once and it was kind of running ok
13:18 foool are you using the latast version - does it work with php5 for instance?
13:58 Denyerec foool - what is your problem
13:58 Denyerec and don't say "Directmail
13:58 Denyerec "
13:58 Denyerec :)
13:58 Denyerec I mean specifically what's up
13:59 foool Well i got it all configed but it doesn't send the mail out from FE users list
14:00 foool testmail is okay - cron says Okay it is working
14:00 foool I made to recipient lists one for FE users and the other addresses but neither go
14:14 Denyerec Mmm.
14:14 Denyerec I never configured the Cron, but my mails would send to fe users
14:15 foool The cron is set okay for sure.
14:16 foool Cron job status
14:16 foool OK Cronjob is running.
14:17 foool Last run: 17-02-08 07:14
14:17 foool Mailer Engine Invoked!
14:17 foool Log:
14:17 foool Invoked at 07:16:09 17-02-2008
14:17 foool sys_dmail record 5, '223 page' processed...
14:17 foool Job No: 5 Job begin: Job begin: 17-02-08 07:16:09
14:17 foool Sending 0 mails using records from table fe_users.
14:17 foool Job No: 5 Job end: Job end: 17-02-08 07:16:10
14:17 foool Ending, parsetime: 2294 ms
14:17 foool I made a recipent list for FE users and it doesn't get the Fe users
14:17 foool I tried it with FE group and from address list, and the same thing.
14:18 Denyerec are you sending HTML mail, Textmail, or both
14:18 Denyerec Because I noted that certain recipients only received text mails, because they didn't have the HTML mail flag set.
14:22 foool All the HTML flags are set. :(
14:23 foool I made sure the permissions for the cron script are working
14:23 Denyerec So you receive a blank mail, or no mail at all ?
14:24 foool nothing as you see above the job is done but no mail sent - Sending 0 mails using records from table fe_users.
14:33 Denyerec Hmm
14:33 Denyerec So you create a recipient list
14:33 Denyerec from FE Users
14:33 Denyerec then you send the mail to the recipient list ?
14:35 foool Did that but I now am checking a prob hang in
14:37 pulponair hi there
14:41 Denyerec hEY PULP
14:41 Denyerec if I pull an image into my layout using an IMAGE object
14:41 Denyerec will it use a cached one ?
14:41 Denyerec And if it does.... how do I set the width ?
14:47 Denyerec ah I think I need to use a GIFBUILDER object
14:50 foool Nope still can't get directmail going Grrr!!!
15:00 pa_ hey folks ;)
15:01 pa_ sorry, i need to ask a dumb question about sr_feuser_register
15:03 pa_ i don't get, where i shall type in all the values for the Constants\nDo they all go into the extension template on the page where i put the feuser-plugin?
15:06 Denyerec In the extension template would be fine
15:06 Denyerec foool, any idea what's wrong with this: http://phpfi.com/296948
15:06 Denyerec it's not rendering :(
15:06 void what?
15:06 Denyerec ^^
15:07 pa_ Denyerec: thx ;)
15:07 foool is your browser okay with png? I had a prob with png and IE6
15:07 uschi_ hi Denyerec, little monkey
15:08 Denyerec If I display the image straight as an IMAGE object it's fine.
15:08 Denyerec but as soon as I try and resize it with GIFBUILDER it flops...
15:08 Denyerec Bear in mind, GD is disabled, but imagemagik is working fine.
15:08 uschi_ thx
15:09 uschi_ it is a pity that pulp is not around
15:09 Denyerec Yeah he was just a little while earlier.
15:09 Denyerec I wonder if I need to use the .import rather than just specifying the file
15:09 Denyerec The example didn't, mind.
15:10 uschi Denyerec, you are not trying to ask me concerning GIFBUILDER, right?
15:10 Denyerec Mayyyyyyyybe
15:10 Denyerec :)
15:10 uschi btw, are your mail problems solved
15:10 Denyerec It's very basic
15:10 Denyerec Yes, they are. Mostly...
15:11 uschi so i will come back to you if i am at that point
15:11 Denyerec HAha
15:11 Denyerec Possibly :)
15:12 Denyerec Actually I should make a note of what I did to fix the damn thing.
15:12 Denyerec before I forget
15:13 uschi right
15:13 uschi and keep that note somewhere where you find it again
15:13 Denyerec Hehe yeah
15:13 Denyerec it's now saved in my typo3 folder.
15:13 Denyerec You know, the other day I was configuring ddclient on Ubuntu
15:13 Denyerec and I couldn't get it working... so I search google.
15:13 Denyerec And I find my own website, telling me how to do it...
15:14 Denyerec With a memory as good as mine, every day is a new day :S
15:16 Denyerec ... ok it seems without GD, that Gifbuilder does not function at all.
15:16 Denyerec This is a massive problem.
15:23 foool i give up on directmail grrrr!!!
15:35 Denyerec foool - do your testmails send?
15:46 foool yes they do
16:12 isolysis hi all.. anyone in the know about how the typo3 core development is going... when a next release may be imminent etc?
16:12 uschi is there a way to disable the field disable rich text editor?
16:22 uschi isolysis, we are on 4.2beta1a now
16:23 isolysis uschi: thanks.. so i guess there will not be a 4.1.6 ? just straight to 4.2 when it is stable?
16:24 uschi hm, i know that there were some fixes for the 4.1 branch as well, so i think there will be a 4.1.6
16:24 isolysis uschi: i believe you can disable rich text editor on the page you are viewing the rich text editor when editing a page text... near the save page buttons there is about 3 checkboxes above it, one is for disabling rte
16:24 isolysis i see
16:24 uschi i want to disable the disable rte button, isolysis
16:24 isolysis oh. lol
16:24 uschi in general, so that nobody can disable the rte
16:28 isolysis uschi: there might be a way to do it in ts, but if i were to attempt something like that i would use a css fix, something like display:none; on the checkbox
16:29 uschi i think it is some tceforms stuff
16:29 isolysis i just checked it in my be, and it has a an ID input id="data_tt_content_496_rte_enabled_0"
16:29 uschi the field itself seems to be rte_enabled
16:29 uschi so did i
16:29 uschi i will try to disable it now and let you know
16:29 uschi it is useless, somehow
16:37 pa can anyone tell me, which ts constants need to be written to which template?
16:38 pa err, for sr_feuser_register
17:53 andreasbalzer hi
17:53 andreasbalzer can somebody help me? I need a gallery with subpages. ce_gallery has some sort of subgalleries but not exactly how I like them to have. Is there anyone who might be able to tell me how I can code the feature into it?
17:54 andreasbalzer I would need to know how to find out whether a category of DAM has a subcategory and I would need to know how to get a list of the related images.
18:01 pa is it possible, that sr_feuser_register doesn't get along with templavoila?
18:02 Denyerec Err, no.
18:02 Denyerec Works fine
18:06 pa Denyerec: Because the TV-TO is inherited to subpages usually, right?
18:14 Mirrakor I used the zip with TYPO3 and dummy - but after the installation I don't see any dummy site..?
18:16 isolysis Mirrakor: to get started with typo3 quickly.. use the extension 'yaml for typo3'
18:16 isolysis it will give you some nice templates and demo pages to edit
18:18 Mirrakor yeah, but I thought the dummy contains some site examples :D
18:20 Mirrakor isolysis: YAML für TemplaVoilà is the right package?
18:20 isolysis i believe so
18:21 isolysis Mirrakor: get it from here ftp://ftp.t3net.de/pub/YAML-for-TemplaVoila/current-version
18:25 drindt someone can please tell me how can i modify inside with an extension the <head></head> tags? i want adding a css and some js files. thanks
18:39 Mirrakor isolysis: can give me a hand - the readme file isn't helping me atm. it says I should install this extension - but how do I do it?
18:40 isolysis Mirrakor: whats the first step.. i think you have to copy the fileadmin folder to your root folder first?
18:40 Mirrakor sorry, yes I did that - I also added the two lines to the localconf file.
18:41 Mirrakor but now how do I "install" it?
18:41 isolysis ok now in your typo3 backend, on the left hand side menu.. there is an orange icon for 'extensions'
18:42 Mirrakor yup :)
18:42 Mirrakor do I've to select "menu: install extensions" ?
18:42 isolysis you want menu:import extensions
18:42 isolysis then browse the .t3x file onyour computer
18:43 isolysis it will then prompt you to install other extension dependencies like tt_news etc, just follow the prompts until you have them all installed
18:43 isolysis after you do that, there is one more step at the end when you import a page tree structure.. this is some demo pages.. but first you install the extension then we deal with that later
18:44 Mirrakor thanks :)
18:47 isolysis Mirrakor: btw it may tell you that some md5 encrypt type extension is depending on older typo3 3.7 version or something.. you will have to ignore that extension and not install that for now
18:49 Mirrakor I've another problem atm :D
18:50 Mirrakor it seems, it's causing troubles that I've typo3 in a subdir of the webroot..
18:50 isolysis ah yes, i have never installed typo3 into a subdir of webroot.. so i dont know how to resolve this one
18:53 Mirrakor when I open http://domain/typo3/ now I get a white page
18:54 void Mirrakor: look at apache logs
18:56 Mirrakor http://www.pastebin.ca/907516
18:56 Mirrakor last lines should be interesting
18:58 void Mirrakor: you did not configure permissions rightly
18:58 Mirrakor what's wrong with them?
18:59 Mirrakor (actually the install script told me everything is right.. but maybe the new files aren't..
18:59 Mirrakor )
19:00 Mirrakor ah, fixed it :)
19:02 Mirrakor ok, I'm back where I was now - http://www.pastebin.ca/907529, should I import them all? (I can install one, all others are import what does that mean?)
19:03 Nekdy can someone tell me how do i include css in header?
19:11 Nekdy ...
19:11 Nekdy anyone?
19:12 Nekdy im following "Integration of an HTML template" now
19:12 void Nekdy: in <head>, you mean?
19:12 void or what
19:12 Nekdy and what i noticed is that it puts contents of "fileadmin/template/test.html" inside <body>
19:13 Nekdy yes
19:13 Nekdy <link rel="stylesheet" type="text/css" href="somecss.css" /> inside <head>
19:13 void the simplest way is to use config.includeCSS
19:14 Nekdy where do i put that
19:14 Nekdy im very new to typo3
19:16 void Nekdy: into your typoscript setup
19:18 Mirrakor isolysis: can I install kb_md5fepw ?
19:19 Mirrakor [Sun Feb 17 19:19:30 2008] [error] [client 127.0.0.1] PHP Fatal error: Allowed memory size of 16777216 bytes exhausted (tri
19:19 Mirrakor ed to allocate 1580954 bytes) in /srv/www/htdocs/typo3/typo3/mod/tools/em/class.em_terconnection.php on line 152, referer: h
19:19 Mirrakor ttp://localhost/typo3/typo3/mod/tools/em/index.php
19:20 void Mirrakor: you need to set memory limit to at least 32M. but 48M is recommended
19:20 Mirrakor void: that's an apache thing, right?
19:21 void Mirrakor: it's php thing
19:21 Mirrakor void: know the var?
19:21 Mirrakor got it
19:21 void Mirrakor: memory_limit in php.ini
19:22 Mirrakor how can I reload the php.ini?
19:23 Mirrakor ah, restarted apache and it works now - thanks again :)
19:26 Nekdy im lost
19:26 Nekdy where is my typoscript setup
19:26 isolysis Mirrakor: you don't have to install kb_md5fepw
19:27 Nekdy i have put "config.includeCSS = fileadmin/template/typo.css" into my template.setup
19:27 Nekdy and nothing happens
19:31 Nekdy "page.includeCSS.file1 = fileadmin/template/typo.css" worked
19:32 nutcase hi@all
19:34 pa what mistake could cause the new login box to deny proper function except the general-record-storage?
19:36 pa or better: i can't login though the FE users exists - why?
19:40 void pa: 1) do you use kb_md5fepw 2) which login box do you use?
19:41 pa void: 1) yes 2) The Extension Key is simply "newloginbox"
19:41 void pa: i'd recommend to never use kb_md5fepw.. but you have already users..
19:42 pa void: no, there is no user-data to keep up...
19:42 pa void: well, then i'll simply disable kb_md5fepw?
19:42 void pa: but anyway, newloginbox should work with kb_md5. at least recent versions
19:45 pa void: its (obscured mail address) and i got the Extension from the TER a couple of weeks ago...
19:45 void pa: so.. first try to disable kb_md5fepw
19:46 pa void: done.
19:48 pa void: ah damn, now i've got a problem with templavoila and the pages below the registration page...
19:48 void pa: what's wrong?
19:49 pa void: it's not able to find the Data Structure
19:49 pa void: because i set the general-record-storage to the folder where the fe users shoild be stored...
19:50 void pa: so... change it back
19:50 pa void: to the templates-sysfolder you mean?
19:50 void yes
19:52 pa well, it's working again, but now i am even more confused ^^
19:53 void pa: why?
19:54 nutcase has anyone a hint, what is best practice to run a tx_lib_controller as command line script?
19:55 pa void: i think, there is probably just a little misunderstanding between me and my typo3-setup, but i can't really figure it out ;)
19:55 pa anyhow, i've created a new user without kb_md5... enabled
19:56 void nutcase: i think that's bad idea to write command line scripts on php
19:56 nutcase void: why is it a bad idea
19:57 nutcase currently i do a links2 -source <url>
19:57 void nutcase: php is a good language for web and bad for anything other
19:57 nutcase or links2 -dump <url>
19:58 pa void: it's still the same, when i try to log in with the credentials i provide in the login form, ig get an login failure
19:58 void pa: i think you need to configure newloginbox... pid_list or something
19:58 nutcase void: maybe, but currently i have 95% of code finished, i thougt that it would be more possible with lib/div
19:59 pa void: what do you mena with pid_list?
19:59 pa ah, sry, i'll look inte the manual ;)
20:00 nutcase void: most of the code is intended for web, but i need an extract of some data, which is already loaded, transformed and so on, for web presentation
20:00 pa void: but another question: templavoila + frontend user registration and the general record storage page - how do i set up these entries?
20:01 void nutcase: hm.. ok
20:01 nutcase <loop>now i need to load specific url, save output</loop>
20:01 void pa: set GRSP to page where you templates are stored
20:01 void pa: and configure other extensions via TS
20:02 void nutcase: t3lib_div::getURL
20:02 pa void: and what about the entry in the manual, that i should set GRSP to the Sysfolder with the FE Users in it?
20:02 nutcase void: nice idea, i'll give it a try, although it should be quite the same like using a text-browser
20:03 void pa: i think manual is outdated... where was a TS parameter afair
20:03 nutcase or curl from shel
20:03 nutcase l
20:03 pa void: well, i see ;)
20:03 void *where = there
20:07 pa void: where else could i something like a manual for such issues?
20:08 pa (as you may have noticed i'm kinda new to t3)
20:08 void pa: http://wiki.typo3.org/index.php/Newloginbox/Manual
20:09 void quote:
20:09 void NOTE: The storage pid "PID of user archive" that is available in the Constant Editor "CONTENT" has no meaning to this extension anymore (As I have experienced).
20:12 pa void: thanks, i'll try this ;)
20:39 pa void: this also doesn't work, i'll continue tomorrow ^^
20:45 pa cya folks ;)
20:51 toMeloos got a small template question:
20:52 toMeloos in the template view, I can choose the constant editor or the typoscript object browser
20:53 toMeloos in the typoscript object browser i can choose between constants and setup
20:53 toMeloos where do I edit the settings for extensions? (pid's of storage folder etc.)
20:54 nutcase_ toMeloos: it depends on the extension you want to set up.
20:55 nutcase_ if you set constants, they will be automatically reused in setup
20:55 toMeloos hmm, ok. that doesn't make my question any simpler ;)
20:56 toMeloos so setting constants through the constant editor is the normal way to go?
20:56 nutcase just read the manual of the extension you are setting up- if available
20:56 toMeloos (i'm not building any very complicated sites...)
20:57 nutcase yes, first look for constants (in TS-Object Browser), if there is no constant for your option you want to set, look if there is setup-variable available
20:57 nutcase toMeloos: which extensions are you using?
20:57 toMeloos tt_news, mm_forum, cwt_community
20:57 toMeloos fairly regular stuff
20:58 nutcase yes, and i think they are fairly good documented
20:58 toMeloos indeed
22:10 Mirrakor isolysis: do I want to enable "the classic page module [enable.oldPageModule]" ? (TV - TemplaVoila)
22:11 isolysis no leave it off as default
22:11 Mirrakor ok
22:15 Mirrakor isolysis: how do I import the t3d files into the world symbol?
22:16 isolysis you see the world icon, right click it, then wait for the dialog to pop up, then you see the option import from .t3d
22:18 Mirrakor thanks again :)

Technologies


R. van Twisk 2004-2010 R. van Twisk / Avenida Diego de Almagro No: 22-47 y Juan Severino / Quito Ecuador
callto://r.vanTwisk | Support: +1 (803) 4263350

© 2012 R. van Twisk. All Rights Reserved.