Search the website and IRC logs

#TYPO3 IRC log from : Monday 27 April 2009

Year: 2007 2008 2009 2010 2011 2012
Month: Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
08:19 swemark Hi TYPO3
08:19 swemark I have an issue on a TYPO3 4.2.6 site.
08:20 swemark The form created using mailform element randomly stops working and wont send the emails
08:21 swemark even though one gets sent to the "jump to"-page.
08:23 cl hi
08:26 swemark hello
08:46 mmgd good morning... i've got a very weird problem with a typo3 installation... hope anyone can help
08:47 mmgd we're using typo3 for our internal websites... so we've got a production system and a testing system...
08:48 mmgd the testing system we set up by copying the webroot of the production system to another folder which ends up at another virtual host... additionally we import a dump of the production database to another database and then change the localconf accordingly
08:49 mmgd at the end we change the address of the root in the template and there we have our testing system being en par with the production system
08:50 mmgd this has worked so far but lately we ran into something strange
08:51 mmgd when i create a new site on the testing system typo wouldn't actually create what i intended to but somehow create a link to the root of everything...
08:51 mmgd which leads to an infinite site tree :)
08:51 mmgd and of course a rather unusable system...
08:52 mmgd i can't even delete the this "thing" afterwards...
08:52 void what do you mean as "link"?
08:52 void can you show the screenshot of the page tree?
08:53 mmgd instead of a site or a sysfolder or whatever it's the root of the site tree there
08:54 mmgd i can try to make one but it's not coming up regulary as when i open that link it'll produce an infinite deep tree so the script times out i guess
08:55 swemark with create site you mean copy on the server?
08:55 swemark or create a new root in typo3
08:57 mmgd3 sorry, my browser almost crashes when trying to display the tree but i think i've got a shot
08:58 mmgd3 just waiting for my gimp to come up :)
08:59 mmgd with create site i mean create a site in typo3
08:59 mmgd3 on the server we copy the webroot to another folder which is linked with another vhost and we also copy the database to another one and before doing anything else i change the localconf to point to the other database
09:01 pmk65 Good morning!
09:01 mmgd3 good morgning
09:01 mmgd3 -g
09:03 mmgd3 here's the shot of the tree
09:03 mmgd3 http://img24.imageshack.us/img24/286/typo3tree.jpg
09:04 mmgd3 the titles are partly german but i guess it's easy to figure what's wrong in this picture ;)
09:07 _pedda_ hi all
09:07 mmgd hi
09:07 mmgd any ideas now that you can actually see what my problem is? ^^
09:08 piquadrat_ch Hi! I'm new to typo3 and have to import a static website (~1000 pages) into typo3. I'm wondering if there's an interface to typo3, like XML-RPC that I could use to automate the process. Anyone got an idea?
09:10 void mmgd: real weird. if your browser did not crashed, can you can the id of page "[no title]" and itra.whatever.de?
09:10 mmgd could anyone with an idea please leave me a query... i gotta go for an hour or so... i have a meeting :/
09:11 mmgd void: i think i can...
09:11 mmgd [no title] has the id 0
09:11 void that's the proble.
09:11 void *problem
09:11 mmgd i know... ^^ but i don't know where it comes from or how that can be anyway :D
09:12 void maybe your database was changed... and the default for "id" field is 0
09:12 mmgd in the database the page with uid 0 has the parent 192 (Testseiten)
09:14 mmgd and when i change that to 0 it wouldn't work, too ;)
09:14 void mmgd: yes. because of uid cannot be zero. 0 is the "uid" of the globe page
09:14 mmgd omg... no, you're right....
09:15 void what?
09:15 mmgd yeah ^^ but why does typo create a new page with id 0?
09:15 mmgd i just looked at the db of the production system... the pages there start with id 1
09:15 mmgd and in the testing system it starts with id 0, after creating that site...
09:15 mmgd the question is: why does typo do that? :)
09:16 maholtz|WORK morning
09:16 void mmgd: yeah... some of possible answers: errors in the database, some buggy extension..
09:17 mmgd could you please query me that if you got an idea how to find that out or how to debug this? ^^ i gotta go now... will be back in about an hour ro so... :) thanks for your help so far, i really appreciate that :)
09:17 void i gotta go too, sorry..
09:23 pmk65 piquadrat_ch: Try making a search on typo3.org, for "import"
09:24 bluespuke morning @ all
09:27 piquadrat_ch pmk65: wow, should have had that idea myself :) thanks
09:30 pmk65 piquadrat_ch: Most are for user importing, but I think there's one for importing pages.
09:33 Eelco hi there
09:33 Eelco How can I set the backend language to dutch?
09:37 pmk65 Eelco: Go to the Extension Manager, then select and update the languages you want/need
09:37 Eelcodevries hi there
09:37 pmk65 After that go to the "Setup" and change your BE language.
09:38 Eelcodevries sorry, just got the last part...
09:38 Eelcodevries something wrong with IE
09:38 pmk65 > Eelco: Go to the Extension Manager, then select and update the languages you want/need
09:39 Eelcodevries pmk65: you mean System Language Labels?
09:42 Eelcodevries downloaded it to desktop. now where did I need to put it again?... (hate feeling like a compleet noob)
09:50 Eelcodevries OK, worked now. thanks
09:51 Eelcodevries came up with the "brilliant idea" :P to import the downloaded file... :)
09:51 Eelcodevries bye for now!
10:04 mmgd re
10:04 mmgd too bad void had to go :/ can anyone else give me a clue how typo3 determines the uid to set for a page on creation?
10:10 pmk65 mmgd: auto increment
10:10 pmk65 if last uid = 123 then the next will be 124
10:11 mmgd then why - in my case - does typo create a new page with the id 0? :)
10:11 mmgd how can that be? ^^
10:12 pmk65 dunno.
10:12 pmk65 If you check the table layout for the pages table, using phpmyadmin, is the uid then set to autoincrement?
10:13 mmgd *that* is a good question... i check that... mom :)
10:16 maholtz|WORK re
10:48 lilalinux After a crash of firefox template setup and page ts textarea fields are shown empty, although they contain code. I can copy and paste the code out of the textarea, but they are not displayed
10:48 lilalinux rte htmlarea is working fine
10:49 lilalinux must be something special about the textareas in template setup and page ts
10:49 maholtz|WORK use an different browser?
10:49 maholtz|WORK imho its an firefox bug
10:50 lilalinux yeah, but firefox crashed when clicking a typo3 be link
10:50 lilalinux cache clearing and restarting doesn't help :-(
10:50 razer hi
10:50 lilalinux lo
10:51 razer are there any recommended tutorials about backend user management and workspaces?
10:54 pmk65 lilalinux: Do you have the tseditor plugin installed?
10:57 lilalinux pmk65: I'll check
10:59 lilalinux pmk65: t3seditor?
10:59 lilalinux not yet
10:59 lilalinux shall i?
11:00 pmk65 no
11:00 void razer: yes...
11:00 mmgd wb void... i found the cause :>
11:00 pmk65 it is just that ifyou had t3editor installed, it might be the cause of your problems. (t3editor is not 100% stable)
11:00 void mmgd: which?
11:00 lilalinux pmk65: FF crashed again, when opening the template setup
11:01 maholtz|WORK @lilalinux: FF3 Linux 64Bit?
11:01 mmgd the cause of the error... it was the database backup, created by a script my collegue set up :>
11:01 lilalinux ff3 osx
11:01 mmgd it was a mysqldump with --skip-opt but without --create-options
11:02 pmk65 mmgd: Was the autoincrement missing as I suggested?
11:02 lilalinux ff 3.0.9
11:02 daKmoR I have a costum php script to generate a special HMENU but it get's cached how can I deactivate it...?
11:02 void razer: www.mcuniverse.com/Workspace-Typical.1239.0.html and near documents
11:02 mmgd jub pmk
11:02 razer void, thx
11:02 pmk65 daKmoR: put the menu inside a COA_INT
11:02 mmgd that was the prob :) thanks for that hint :)
11:03 daKmoR pmk65 yeah right... why make it any harder... thx for the hint..
11:03 pmk65 daKmoR: Is it a menu with data from another table than pages?
11:03 daKmoR pmk65 yeah
11:05 pmk65 I made an ext for that a while ago, and noticed some strange problems. Sometimes the custom menu gets "polluted" with menuitems from the pages table.
11:05 daKmoR pmk65 it's just a very small script... more like a hack... :p
11:05 pmk65 maybe you can use my ext (or use it as a reference etc.) -> http://www.sharemation.com/typo3test/T3X_pmkcat2menu-0_0_3-z-200809112100.t3x
11:06 daKmoR pmk65 thx works already.. don't wanna touch it again... just make it uncached...
11:06 pmk65 The problem only occurs if the custom menu have more than 1 level. So if yours only have 1 level, then a COA_INT should be enough :)
11:21 lilalinux maholtz|WORK, pmk65: rebooting fixed the problem
11:32 maholtz|WORK @lilalinux: as suggested... i have still some trouble with FF3 on linux sometimes... rebooting is the only solution then too
11:33 lilalinux incredible
11:45 randomresult hello there
11:45 randomresult someone know the TS to hide pages/FCE/contents for a user group by default?
11:48 maholtz|WORK @lilalinux: do not know, perhaps killing firefox is not enought - perhaps there are some processes i should kill too...
11:50 randomresult i want to have an editor, which has everything he adds to the T3 page set to hide... and no possibility to unhide elements and pages ... i know this is possible but i dont find it
11:51 randomresult some ideas?
11:55 robert__ hello...
11:55 robert__ http://gartenlandschaft.de/gartenlandschaft/index.php?id=5
11:55 robert__ can you tell me why some lines get suddenly interupted
11:55 randomresult hi robert
11:56 robert__ even if there is still enough space for further words
11:56 maholtz|WORK sounds like an CSS issue?
11:56 randomresult robert... looks fine in ff3 on a mac
11:58 maholtz|WORK brb
11:58 randomresult damn... i know i used it before... cant find it anymore
11:58 robert__ randomresult: ... okay... firefox3 on a mac shows me....
11:58 robert__ a linebreak behind "auf dem"
11:59 robert__ "garagendach" is pushed to the next line
11:59 randomresult jupp it is
12:00 randomresult did u copy the content from any program into typo3?
12:01 robert__ randomresult: if you have a look to the source code you'll see, that there is no linebreak
12:01 teppi|work robert__, karriere is written with 2 "r" btw :-)
12:01 robert__ and no other formatting
12:01 robert__ teppi|work: content is not my issue
12:01 randomresult but my firebug shows this linebreak too
12:01 randomresult maybe disable the rte and have a look in the code... remove the linebreak
12:02 teppi|work robert__, i see a linebreak too
12:02 randomresult and tell me how to set userrules to hide everything by default :)
12:02 robert__ randomresult: i did disabled it
12:03 randomresult hmmm and... is there a linebreaK?
12:03 robert__ and if you have a look to the source code, you'll see, that there are no further formattings in the text
12:03 randomresult none u can see
12:03 randomresult :)
12:03 teppi|work randomresult, you can add such definitions by TSConfig code
12:03 randomresult teppi|work i know... but i dont find them
12:04 randomresult i dont know what to search
12:04 teppi|work randomresult, http://typo3.org/documentation/document-library/references/doc_core_tsconfig/4.1.0/view/1/2/
12:04 robert__ so do you have any idea?
12:05 randomresult robert: try it with another long text... http://www.loremipsum.de/
12:06 zeb2K9 is-it possible to upgrade typo3 4.0.2 to 4.2.6 only with replace sourcefiles or I need to apply all updates from 4.0.2 to 4.2.6 ?
12:07 randomresult teppi|work TCAdefaults.tt_content.hidden = 1 --> this for hiding content by default?
12:07 robert__ i think it has something to do with the floating
12:07 randomresult and pages TCAdefaults.pages.hidden = 1
12:07 robert__ because all the other texts go right
12:07 teppi|work i dont think so randomresult
12:07 robert__ just when there is an image at the left
12:07 robert__ i have trouble
12:08 randomresult teppi|work i will check ... thx bro
12:09 teppi|work randomresult, i'm not really sure whether it works with user ts_config
12:09 teppi|work what works is ..
12:09 randomresult i will check right now
12:09 teppi|work that you define all right in the access lists
12:09 teppi|work its the most comfortable way imho
12:10 teppi|work for a user group
12:10 randomresult it works with tt-content
12:10 randomresult but not with pages
12:10 randomresult i thougth, i will set hide to default and disable the hide-field in the backendfields of that usergroup
12:14 randomresult This sets the default hidden flag for pages to ?clear? TCAdefaults.pages.hidden = 0
12:14 randomresult which is not working when set to 1
12:15 Juanjo Hi all
12:15 Juanjo I am looking for some extension to give the option to the FE users to upload files in a flash way so they can see the progress, very important thing when large files
12:16 Juanjo I have benn trying ext:FileExplorer but it is still beta and doesn't work well
12:16 Juanjo Any help please?
12:16 randomresult Juanjo never saw such an extension
12:19 Juanjo randomresult, so in order to upload files, we just have the option of the regular HTML upload??
12:19 Juanjo randomresult, that is really anoying when large files, because you don't know what is going on
12:21 randomresult i know... but i dont know any extensions doing this
12:22 Juanjo randomresult, well, tx_fileexplorer is doing that in a beta way
12:25 randomresult someone ever added this to the TS of a usergroup : TCAdefaults.pages.hidden = 1 ?
12:27 randomresult damn... it does not work... i could cry
12:30 fred^ hmm, have anyone experienced that the filebrowse icon in tinymce vanished after you upgraded to 0.3.3 ?
12:30 fred^ for example, when you are in image insert dialog and want to go into filebrowser
12:37 Juanjo typo3 sucks
12:38 Juanjo I just want to finish with this project to move on and forget anout it
12:40 randomresult Juanjo i think diffrent :)
12:40 randomresult go and get an typo3-pro :)
12:41 Juanjo randomresult, yesh whatever
12:41 randomresult is it ur first typo3 project?
12:41 Juanjo randomresult, why shoudl I get a typo3 if I am an expertise in PHP, in CakePHp and in 10 CMS sss??
12:41 Juanjo randomresult, no, it is the 3rd one
12:41 randomresult why do u use typo3 ?
12:42 Juanjo randomresult, I like to tray new things
12:42 randomresult just use one of ur favorite cms
12:42 Juanjo randomresult, and Typo3 was well known by its security
12:42 Juanjo but jsut that
12:42 Juanjo nuthing else
12:42 randomresult well... i still love typo3
12:42 Juanjo Drupal can do the same and more, with more PHP oriented philosofy
12:43 Juanjo and lest Typo3script, TS, and all that nightame stuff that only works with Typo3
12:43 Juanjo I am sorry
12:43 Juanjo this is my last project
12:43 randomresult well it is not the last for me :) so dont be sorry...
12:43 randomresult i love t3 and i love ts - everything i need can be done with that ...
12:43 Juanjo and the last point I hate: it is slow
12:43 Juanjo and consumes more resorces than other faster CMSs
12:44 randomresult well slow on a non typo3 server ... yes thats true
12:44 randomresult we dont have probs with the perfomance of typo3
12:44 randomresult even on large sites
12:44 Juanjo we do
12:44 Juanjo but anyway
12:44 randomresult well... i love u hate... so what :)
12:45 Juanjo nothing,
12:45 Juanjo one user less
12:45 Juanjo that' all
12:46 randomresult sorry... meant... so what in that way: one loves it one doesnt
12:46 chefan and let it be known that he, who loveth the typo3 hasn't sipped of the source code, and he, who loathes it should get a dedicated server instead of cheap shared hosting
12:46 chefan so much for the religous stuff
12:47 zeb2K9 someone could explain to me how can I do update of TYPO3 plz ? 4.0.2 --> 4.2.6
12:47 randomresult nobody has to use t3 ... and i understand if u want to use drupal or joomla or what ever ... i dont... i think for me t3 is the best :)
12:47 Juanjo randomresult, I am not trying to convince anyone
12:48 randomresult me neither
12:48 Juanjo randomresult, ok
12:48 randomresult i wish i could help u with ur prob
12:48 randomresult but i never had the need of such a filebrowser
12:48 maholtz|WORK someone have an installation with more than 50 editors? and more than 500k pageviews/month?
12:48 maholtz|WORK @Juanjo: would it be possible with drupal?
12:49 Juanjo randomresult, nobody can except me, and that means that I have to learn a complete new srcipt that is only useful for a single CMS...and a new paradigma that is useless out of Typo3 wold..
12:49 Juanjo maholtz|WORK, yes, it is
12:49 Juanjo maholtz|WORK, Drupal 6 is completle new one
12:49 maholtz|WORK ok, good to know
12:49 chefan drupal and joomla are fine, if you want to serve everything everywhere, especially to non authorized users :D
12:49 randomresult but ts is not a real skript language ...
12:49 Juanjo maholtz|WORK, with a Complete PHP API that makes Drupal a FRAMEWORK actually
12:49 maholtz|WORK how many editors do you have on your projects?
12:49 Juanjo chefan, Drupal is not the same a Joomla,
12:50 chefan they rank pretty high in the exploit top ten
12:50 Juanjo Drupal now is a MVC PHP Framework as well
12:50 chefan Juanjo: i don't even believe that typo3 really is one ;)
12:50 chefan MVC surely not
12:50 maholtz|WORK TYPO3 is not a PHP Framework -its an CMS Framework:)
12:51 Juanjo I don't need to learn any one-of-a-kind scripting to program ane extend Drupal, just PHP , standard and raw PHP XD
12:51 chefan erm, yes, sort of :)
12:51 Juanjo maholtz|WORK, ok, Drupal is a CMS that is layed on a PHP Framework that permits you to expand it to anywahere you want
12:51 chefan ok, i could do it in assembler, but i have a life :D
12:52 chefan sort of
12:52 Juanjo chefan, a web site bases on Assembler?
12:52 chefan is there a problem with that?
12:52 Juanjo Juanjo, yes, it is not possible
12:52 chefan fuck
12:52 chefan the whole internet is an illusion
12:52 Juanjo chefan, you can do a BROWSER based in assembler not a Web site
12:53 maholtz|WORK @Juanjo: how many editors could be handled easy with drupal?
12:53 Juanjo chefan, ok, so why don't you write a DOC file using ASM?
12:53 chefan i could hardcode html output to a socket :)
12:53 randomresult he boys... what are u actually talking about ?
12:53 Juanjo chefan, I worked with Web integrated chips so I know what you are talking about
12:53 randomresult :)
12:53 chefan as i said, but i have a life
12:54 Juanjo You only have a life, but you waste it learning Typoscript wich only works with ONE CMSs and ONE system
12:54 chefan my point was, you can take whatever blog, forum, wiki, cms made in php and extend it anywhere you want
12:55 chefan nope, we have slaves for that
12:55 chefan i just do backendish stuff
12:55 Juanjo chefan, ok course, you can take Windows, or Linux kernel, decompile them and extende them wherever you want
12:55 Juanjo ...
12:56 Juanjo just an example
12:56 chefan Juanjo: ok, less polite. this is a typo3 support channel. telling people typo3 sucks and drupal is better is not so much of typo3 support
12:56 Juanjo I dont want to waste my life like you said so I want to find somethign for typo3 that permits me to upload files from the fe with a sort of feedback
12:56 Juanjo nothing found so far
12:56 chefan a lot of people know where typo3 sucks, but they know as well that other stuff sucks too, and that typo3 works for a lot of things
12:57 chefan actually that is why a suport channel is needed
12:57 Juanjo chefan, ok, I don't want to continue with this ..nevermind
12:57 maholtz|WORK lets wasting our time to talk about things which sucks;)
12:57 randomresult we could talk about... mmmhhh ms office
12:57 chefan browse the repository, ther are extensions for that.
12:57 Juanjo maholtz|WORK, Actually I started asking questions here and the conversation went this way
12:58 chefan if i got what you are looking for
12:58 Juanjo chefan, no, they aren't
12:58 Juanjo chefan, flash?
12:58 Juanjo chefan, only one and it is beta and buggy
12:58 Juanjo chefan, FileExplorer
12:58 chefan you didn't say flash was a requirement
12:58 randomresult juanjo: why dont u write an extension? maybe the communiy needs such a tool :)
12:58 Juanjo Well, AJAX?
12:59 Juanjo chefan, anything that shows the user what is going on with the file
12:59 Juanjo chefan, if you upload large files using the regular HTML way, you don't know what is going on with the file, however with AJAX or FLASH you can put a sort of status bar or somthhing, Nothing found so far in the repositories
13:00 chefan take ageneric flash upload client and write a wrapper extension to embed the swif
13:00 chefan one banana problem
13:00 Juanjo chefan, and what about dealing with the FE users? groups, write/read rights? etc..
13:01 Juanjo that's the point
13:01 chefan soap
13:01 Juanjo soap?
13:01 chefan soap
13:01 Juanjo what you mean?
13:03 chefan simple object access protocol. zend api has an implementation iirc
13:04 chefan alternatively, if it's less work to migrate the site to drupal... might work like that
13:04 Juanjo The point is tha tin drupal there are thounseds of these modules out there
13:05 Juanjo and no way to migrate this project now
13:05 Juanjo but this definetly will be the last one I do in Typo3
13:05 Juanjo So I wonder how you guys upload files? do you use the regular HTML way?
13:06 maholtz|WORK @Juanjo:there is a extension which uses java for uploading
13:06 maholtz|WORK if you have to upload many files i use ftp
13:07 Juanjo maholtz|WORK, but remmeber I am talking about FE users that may upload files to public folders
13:07 Juanjo This is what I need to do:
13:07 Juanjo There is a public place in this web wehre either the staff or public users can upload files.
13:08 Juanjo Also this area is devided in diferent folders,
13:08 Juanjo with thidferent access rights
13:08 Juanjo such for example Suppor tdepartment can upload files to the folder for that, a
13:08 Juanjo customers can upload files to the "Customers" folder, and then the staff can see them
13:08 Juanjo and so on..
13:08 Juanjo so definetly this is a FE application
13:09 Juanjo II had this working before but using the several HTML upload regular extensons
13:09 Juanjo but we noticed that when uploading long files, you don't know what is going on, you know, the browser just keeps working..
13:10 Juanjo so we thought that we need a sort of feedback, something like a status/proggress bar, etc..
13:10 Juanjo Adn here I go, just found FileExplorer applicaction which is pretty cool in look, but buggy in operations.
13:10 Juanjo Do you understand no?
13:11 Juanjo *now
13:15 Juanjo Any idea?
13:15 Juanjo Or just let down alone here
13:15 maholtz|WORK nope
13:15 Juanjo ?
13:15 maholtz|WORK no idea, sorry
13:15 maholtz|WORK do you use DAM?
13:15 maholtz|WORK then dam_frontend could help
13:15 Juanjo maholtz|WORK, what is that?
13:15 maholtz|WORK there are some functions, but it is still under development
13:16 randomresult dam = digital asset manangement
13:16 randomresult for files
13:16 randomresult extends the filelist
13:16 Juanjo maholtz|WORK, the problem is that the extension I am using doens't have any documentation..
13:16 Juanjo maholtz|WORK, but it looks like what I am looking for
13:16 Juanjo anyway
13:16 Juanjo it is my problem, I'll figure out
13:22 maholtz|WORK @Juanjo: which extension?
13:32 randomresult is it possible to disable an extension for one page?
13:33 maholtz|WORK you can unset it via page-ts-config from list
13:33 pmk65 randomresult: Depends on the type of plugin.
13:33 randomresult it is a single sign on for vbulletin
13:33 randomresult maholtz|WORK how?
13:33 maholtz|WORK you can remove it from the list where you can select it
13:34 randomresult ?
13:34 maholtz|WORK check TSconfig... you can remove elements from select boxes
13:34 randomresult which list?
13:34 randomresult it isnt a frontendplugin or an contentelement
13:35 randomresult it is a singlesign on for vbulletin
13:35 randomresult the ext has no setuptxt or what ever
13:35 maholtz|WORK perhaps i missunderstand you
13:35 randomresult it is an ext which is "global"
13:35 randomresult does not appear in objektbrowser as far as i can see
13:36 randomresult i could add php to the localconf... if page id = extlist ...
13:36 randomresult i think
13:37 maholtz|WORK so an admin or editor should not be possible to select that extension on an specific page?
13:39 randomresult no
13:39 randomresult it is not selectable... it simply is :)
13:39 randomresult like realurl for ex
13:40 randomresult i can use tx_realurlenable = 0
13:40 randomresult for a page
13:40 randomresult but i do not find how to deaktivate this for a page
13:41 pmk65 randomresult: Look at how the ext installs itself, then you know what values to restore to default.
13:42 pmk65 if it uses hooks, it should be fairly easy to insert a check for the page id, just before the hook is applied.
13:44 randomresult ok ill check
14:11 orionrobots Hi all
14:12 orionrobots I am potentially looking at typo3 for a CMS. Is there a typo3 wiki extension?
14:13 orionrobots Ah - answered - plenty
14:14 orionrobots Hmm - how come mediawiki is used for wiki.typo3.org? Was hoping to find the preferred extension used there.
14:15 maholtz|WORK if you need an wiki - use an wiki, if you need an cms you could use TYPO3... afaik there are two wiki extensions... TIMTAW and dr_wiki?
14:16 Juanjo Hi all agan
14:16 Juanjo I have some problems creating users rights
14:16 Juanjo I noticed that if I have a group A
14:17 Juanjo which is a subgrup of B
14:17 Juanjo and I create a user that belongs to B
14:17 Juanjo If in a certain area I set access just to groups A, that user cannot enter
14:17 Juanjo I have to add also group B to achive that
14:17 Juanjo ¿?¿?¿
14:18 Juanjo Is ths a normal behaivour of typo3?
14:18 Juanjo User belongs to B, B is a subgropu of A, I set access restriction to an area jsut for group A, that user can't access
14:19 Juanjo Hellloooo
14:19 Juanjo chefan, my friend, are you there???
14:20 orionrobots Thanks maholts. What would be useful would to be able to use content already centrally authored using wiki markup, in a CMS. Can extensions in typo3 provide markups?
14:20 orionrobots sorry - makoltz.
14:20 orionrobots Ok - cannot type.. Typo seems to be the order of the day.
14:23 Juanjo chefan, my loving, don't let me down....
14:24 pmk65 Juanjo: Did you find an upload ext? If not then just2b have made one. (But im not sure if it has been released or not) -> http://www.rggooglemap.com/nc/dev/rguploader.html
14:25 pmk65 orionrobots: there's also a new wiki "siwiki" which uses RTE editing.
14:33 Juanjo pmk65, hey, thanks for taking care, I finally "understood" how FileExplorer works, it is flash based and it seems to work, just having some troubles definning users righsts in typo3
14:34 Juanjo pmk65, User belongs to B, B is a subgropu of A, I set access restriction to an area jsut for group A, that user can't access
14:34 Juanjo pmk65, I ave to specify that that usr is also member of A
14:43 orionrobots Hmm - While RTE is good for end users - I am a control freak, so I like my markup. Are there still markup or xhtml editing components?
14:51 arne__ hi
14:53 arne__ i have a question... my doctype is set to transitional, but when i declare i.e a stylesheet via typoscript, typo writes strict code ("... />"). how do i change this?
14:53 pmk65 arne__: you can't.
14:54 arne__ typo always writes strict code?
14:57 pmk65 arne__: Some core programmer decided to make all of the output strict, so all the various config options doesn't change anything.
14:57 pmk65 but as long as you make your doctype XHTML, it doesn't matter.
14:58 pmk65 it can be XHTML transitional or XHTML strict..
14:58 arne__ ok, thanks
15:55 daKmoR if I have ACT.ATagParams = bla; and I want it to be afterwards "bla bla" howto do so?
15:56 daKmoR with just defining "bla..." something like ATagParams := addToString(bla) ?!?!
16:06 Juanjo Can anyone help me please with the User/Groups rights set up in Typo3?
16:06 Juanjo I define them but Typo seems to do whatever he wants
16:07 _pedda_ check Web -> Access for proper rights management of your pagetree page records
16:08 Juanjo _pedda_, the thing is that I define a group A, then a group B that belongs to A, and then a User that belongs to B. When I define an restrincted area for Group A only, that user cannot access, ¿?
16:08 _pedda_ restricted area in BE ?
16:08 fred^ You guys probaly already know about that bug where only the BE user who is set as an owner of the storage folder sees the tt_news categories. What do ya do when you want to have more than one user access the categories?
16:09 Juanjo _pedda_, in FE
16:10 Juanjo _pedda_, I have to define a section for group A and Gropu B in order to make the user can access, so in that case I don't need group A amnymore!!!
16:12 Juanjo any help?
16:13 _pedda_ in my projects i define group A and group B
16:14 _pedda_ group b CAN be a subgroup of A
16:14 _pedda_ if a user (of group B) tries to access a site with access restriction for group A, his access becomes granted
16:19 fred^ Do anyone know an alternative to rgtabs which works with jquery? I could turn on that noConflict mode but then I had to redo all the JS to support that, which I am trying to avoid just for one page which needs rgtabs
16:20 fred^ http://onomatopoeia.pinkgothic.com/article/tt_news-permissions Here are some more information on tt_news and permissions
16:23 Wol hi everyone,
16:24 Wol anyone know how to switch (inside a same installation) domain
16:24 Wol ...
16:25 pmk65 fred^: I have no idea if this is compatible with rgtabs, but this one is made with JQuery -> fred^
16:25 Wol anyone know how to switch (inside a same installation) domain with tt_news... for exemple, a news is shown in a page but it come from another domain (but in the same installation)
16:25 pmk65 http://supercanard.phpnet.org/jquery-test/simpleTabs/simpleTabs.html
16:26 Wol i want to switch domain..
16:26 Wol from another branch
16:26 Wol lol
16:28 pmk65 Wol: Does both domains have domain records set?
16:28 Wol yes
16:28 Wol ... it's not easy to explain lol...
16:29 Wol for example, latest news is shown on a page for the entire installation and some news is for a particular domain
16:30 Wol i want to jump to the related domain
16:30 Wol so i need to generate the absolute link of the news!?
16:31 Wol pmk65: do you understand?? :P
16:33 pmk65 I dunno if this helps, but try inserting this in your TS setup.: config.content_from_pid_allowOutsideDomain = 1
16:34 pmk65 and: config.typolinkCheckRootline = 1
16:35 Wol ok yes i will check that :P
16:36 Wol ho yes it seems to work :)
16:36 Wol ahaha
16:36 pmk65 which one of them?
16:37 Wol yes!!
16:37 Wol tanks!
16:37 Wol thanks :)
16:37 Wol i think :P
16:52 maholtz|WORK re
19:25 Versusray I'm installing typo3 in 123 mode on my local server (noob here), and keep getting
19:25 Versusray Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource
19:25 Versusray There is no connection to the database! (Username: typo3localdb, Password: typo3localdb, Host: localhost). Go to Step 1 and enter a proper username/password!
19:25 Versusray do i have to create a database myself?
19:26 Versusray It's step 2 of the install tool
19:29 timdeluxe Versusray: depends on the right of the user you are connect with. if it is authorized to create new databases it can create one for you
19:29 timdeluxe if not you have to do it by yourself
19:29 timdeluxe -connect +connecting
19:32 Versusray thanks, didn't create a user before
19:32 Versusray (I said i am a noob)
19:32 Versusray works now
21:11 TheS1 what newsletter extensions are good?
21:13 TheS1 if posible one that writes a "welcome msg" to the user and writes the adress in a database

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.