Search the website and IRC logs

#TYPO3 IRC log from : Monday 8 March 2010

Year: 2007 2008 2009 2010 2011 2012
Month: Jan Feb Mar Apr May Jun Jul 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
00:09 deanq anyone?
03:12 deanq hello?
03:12 BaronVonAwesome hello o/
03:13 deanq i have a question about external pages
03:13 deanq how can i make any content that is linking to an external page to link directly to the destination and not the fake page typo3 creates?
03:14 deanq I see this solution http://www.typo3wizard.com/en/snippets/menus/externe-links-und-shortcuts-direkt-im-menue.html But that's for menu. My usage is for regular page content, and not menu generated.
03:15 BaronVonAwesome you got me... hopefully somebody can help
04:50 deanq anyone here?
07:08 TheDon_ need your help
07:08 TheDon_ custome form development and how to add datepicker
07:09 deanq you can try. there doesn't seem to be anyone here that responds. kind of useless community.
07:15 TheDon_ ?
07:57 PiMB morning all
07:59 smeringe morning
08:05 PiMB well, anybody here that went to the T3Board?
08:05 PiMB working with TYPO3 for 5 years now, and still haven't done that.
08:05 smeringe PiMB: +1 :(
08:05 PiMB I'm deeply ashamed, and sorry I've had to miss that one again
08:06 PiMB but probably no people here yet, since the end was yesterday
08:06 PiMB well I have a skiing trip to look forward to with my company this weekend
08:07 smeringe nice! it's been years since I did that.
08:07 PiMB we've done it for the last 3 years
08:08 smeringe cool. I should try get som employees so I could do that as well :) (not as fun going alone)
08:09 PiMB you need to get a boss that takes the company mate :)
08:09 smeringe hehe. true, indeed
08:09 PiMB I got lucky there
08:20 BejjWrk morning
08:21 PiMB morning
08:22 marcuslind I'm creating a extension with a backend extension containing a lot of settings. I noticed now that I dont have any scroll in backend so on smaller screens you dont see every setting.
08:23 marcuslind How do I get a scroll in typo3 backend?
08:23 PiMB that's a common problem.
08:23 PiMB I've ran into that one myself.
08:23 marcuslind How did you fix it?
08:23 marcuslind Set float: left; on everything? =p
08:23 PiMB Don't know if it's the proper way to go, but I've wrapped the entire module in a <div style="height:100%; overflow:auto;">
08:23 PiMB or something like that.
08:24 marcuslind OK
08:24 marcuslind Ye I guess I can do that.
08:24 marcuslind Weird problem though.
08:26 PiMB I know.
08:26 PiMB still, don't really know if that's the proper way to go.
08:26 PiMB I needed a quick fix :)
08:26 PiMB you could take a look at different backend modules that are already out ther.
08:26 PiMB realurl management, or powermail or something
08:28 BejjWrk Ive ran in to that also , i think i did the same thing
08:29 marcuslind But that scroll just looks weird
08:29 PiMB ?
08:30 PiMB how can a scroll look weird?
08:30 marcuslind It's not on the correct place
08:30 marcuslind looks like a <iframe> or something
08:30 PiMB could be.
08:30 marcuslind It's in the middle of the page, not a part of the browser.
08:30 PiMB try to find the top and bottom of the output in the module
08:30 PiMB (did you create it from kickstarter?)
08:31 marcuslind Yes.
08:32 PiMB just let me check one of my BE modules.
08:32 PiMB long time ago I did it.
08:33 marcuslind alrighty
08:41 PiMB damn
08:41 PiMB can't find what I did.
08:41 PiMB but it's scrolling
08:42 PiMB :)
08:46 marcuslind haha ok.
08:46 marcuslind :)
08:46 PiMB sorry mate
08:46 marcuslind np.
08:46 PiMB what T3 version are you using?
08:46 marcuslind 4.2.9 on this project.
08:47 PiMB should be sufficient (consider upgrading to 4.2.12, but just for security not for this issue)
08:47 marcuslind We should but the client dont want to yet for some reason.
08:47 marcuslind Talk to them later about it
08:47 marcuslind :)
10:35 opi99 Hi
10:35 opi99 Does someone know why the typo3 4.2.12 security bugs remaining access denied?
10:40 betzi is it possible to perform 3-table-joins via 2-mm-tables?
10:41 betzi with exec_SELECT_mm_query ?
10:54 FloLeBlanc hi all
10:58 FloLeBlanc is there a hook in sr_feuser_register to check by own specifications? (leading + for phonenrs or something?)
10:59 PiMB http://sebastiaandejonge.com/articles/2010/februari/kick-butt-with-hooks-in-typo3-and-extensions.html
10:59 PiMB FloLeBlanc, check this artivle
10:59 PiMB might help you on your way
11:00 FloLeBlanc thank you pimb, I implemented hooks in the extension already (post registration, etc.), the question is are they available for what I need but I'll check the new manual (they weren't available in previous versions)
11:00 coolguy hi there. is it possible to check in ts whether a page is a child page of an other page, e.g. if page 208 is a child page of page 170?
11:01 PiMB coolguy, probably could do that with condition PIDinRootline or PIDupinRootline
11:01 PiMB http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/4/1/#id3973217
11:18 betzi is it possible to perform 3-table-joins via 2-mm-tables with typo3DB API exec_SELECT_mm_query oder exec_SELECT_query ?
11:44 FloLeBlanc can anyone give me a demo of the usage of evalFunc of sr_feuser_register?
11:48 coolguy @PiMB: that does not work cause i have to check that not on the page itself but in the main template (rootpage)
11:50 PiMB ah, so you're not actually on the page where you want to check it?
11:52 coolguy yes thats right. cause i need to render a different menu for that other page
11:53 coolguy and all the rendering stuff for that is done in the root template
12:05 MikePer Hello. I am using version 4.2 and I wonder where to set the domain for a website in a multisite. Some tutorials say 'page->new->domian' but there is no such option here.
12:05 MikePer erm... domain
12:11 raki try using the list-module. select the domain-root in the page tree. then create a new record. in the following list should be an entry "domain" (category System Records")
12:15 MikePer unfortunately there is no 'system records' leaf. I should have two roots but one of them isn't marked as a root, might that be a problem?
12:16 MikePer one of them is hidden so far and I am in the draft workspace
12:18 MikePer ahh! it works in the live workspace
12:55 atcen hallo
12:57 atcen ich verzweifel grad an der umsetzung eines eigenen template.... ich hoff jemand hat mal zeit da mal einen blick mit drauf zu werfen
13:01 Provito excellent, I've missed this up to now. If you want to hide the content elements selector when editing a FCE container you can use: <displayCond>HIDE_FOR_NON_ADMINS</displayCond> in the TCEFORMS.
13:01 betzi is it possible to perform 3-table-joins via 2-mm-tables with typo3DB API exec_SELECT_mm_query oder exec_SELECT_query ?
13:01 Provito atcen, English please
13:01 atcen ok
13:02 Provito betzi, http://typo3.org/fileadmin/typo3api-4.0.0/de/d07/classt3lib__DB.html#85043a3df0001c604ee0fc0987e7c544
13:03 betzi Provito: i searched for any information there but i can't find anything about more than 3 table - joins....
13:03 Provito betzi, I think in this case you'll need to write your own query then
13:04 atcen hi, i got some problems with creating a template. build it with dreamweaver, added some start en coments, get som typoscript stuff from a tutorial.... so now i got my html table layout with the images but i can´t add any contant
13:04 Provito dreamweaver, shudder....
13:05 atcen ^^
13:15 akdemik hey guys, does anyone know a possibility to substitute a marker of an extension global via root template typoscript? i wrote an extension and in the single view of the output i need a print link, so i made a marker ###PRINT### which only appears in the single view...
13:16 PiMB markers from extensions are filled via extension I guess.
13:17 PiMB but you might be able to fill a marker inside your extension with a typoscript value, like plugin.tx_yourext_pi1.printlink = ....
13:17 PiMB and then use $conf[printlink] to handle the things in your extension
13:18 akdemik yes and it´s no problem to substitute the marker via "$this->makeLink(array("print" => $this->conf["pid_print"]))" but i´d like to use standard typoscript for configuration of this link (stdWrap.typolink)
13:19 PiMB then do it :)
13:21 PiMB http://www.typo3-unleashed.net/typo3apidocs/typo3api_4.2.6/html/df/d65/classtslib__cObj.html#d32e5e3597644aacc61c0b2e51bbe02b
13:21 PiMB you can use the stdwrap property for that one.
13:21 PiMB like so: $this->cObj->stdWrap( linkvalue, $this->conf['typolink_stdWrap.'] );
13:21 PiMB all stdWrap functionality in extension
13:22 MikePer What is the best way to customize templates?
13:37 kotelette Hi! I have a custom extension with some extra tables and now I face the problem only admins can add/edit the records....
13:37 kotelette Where do i define something like a BE user group for that?
13:39 kotelette Damn just asked... just found it ;-)
13:40 KOOL Hi Everyone, Anybody knows about setting user level permissions?
13:41 KOOL I want to record level permissions
13:43 KOOL Like i have added two content element. user will be able to add/ edit and delete one element. and other element only for view
14:26 ZaFantasy hi
14:27 ZaFantasy is possible to make 3 different sizes of images when user uploads an image in extension ?
14:32 ossi ossi_2001
14:32 ossi hallo, ich bräuchte hilfe bei typo3
14:38 PiMB ossi, english only please
14:50 Guest47945 hey
14:50 Guest47945 sorry, is somebody here?
14:51 teppi|working Guest47945, no ..
14:51 Guest47945 :-)
14:51 Guest47945 can you help me with a typo3 problem?
14:52 teppi|working how many metaquestions do you want to ask before we can start answering your question (if possible) ?
14:52 Guest47945 only one
14:53 Guest47945 http://www.oswald-alex.info/fehler/fehler.jpg
14:53 Guest47945 there is a screenshot of my extensions
14:53 miousse ok
14:53 miousse and ..
14:53 Guest47945 and there a 3 extensions required and I'm not able to install it
14:54 Guest47945 I receive following error: http://www.oswald-alex.info/fehler/fehler.jpg
14:54 Guest47945 sorry! Error: The extension can only be installed in the path typo3/sysext/ (lockType=S)
14:55 miousse have you change anything in your local conf
14:55 Guest47945 not really
14:55 miousse what are the extensions that you are trying to install
14:55 Guest47945 before i installed tinyRTE and since then I have this issue
14:56 miousse are you able to install an extension?
14:56 Guest47945 yes
14:57 Guest47945 but since I installed tinyRTE I see there a this other extensions required
14:57 miousse than what are the 3 extension that you cant install
14:58 Guest47945 system language labels
14:58 Guest47945 typo3 CMS Frontend
14:59 Guest47945 Versioning Management and Typo3 Stystem Services
14:59 Guest47945 you can see the screenshots under http://www.oswald-alex.info/fehler/
14:59 miousse ok
14:59 miousse they are installed
15:00 Guest47945 I tried but I always receive a message like: Error: The extension can only be installed in the path typo3/sysext/
15:00 miousse at least that is what your screenshot shows
15:01 miousse what did you try
15:01 miousse i mean from your screenshot tinyrte is installed
15:02 miousse and the 3 extensions you mentionned are installed to
15:03 Guest47945 yes
15:05 teppi|working Guest47945, i think you are trying to install the version management again locally ..
15:05 miousse than what is the probleme
15:05 teppi|working but it is installed yet
15:05 Guest47945 how can i fix it?
15:05 teppi|working lol
15:09 teppi|working Guest47945, tinymce is not a system extension .. the mssing labels are a problem with this extension and not a problem with system labels etc.
15:10 Guest47945 but why I get this messages or can I ignore it?
15:10 teppi|working i think you are not allowed to install an extension in the sysext folder ..
15:10 Guest47945 yep
15:10 miousse and that is a good thing
15:11 opi99 Does someone know why the typo3 4.2.12 security bugs remaining access denied?
15:11 Guest47945 So I can ignore this symbol that this extensions are "Required"?
15:12 tPl0ch Could it be that the Backend JS of Typo3 4.3.x is __extremely__ buggy
15:12 teppi|working Guest47945, they are required and installed by default .. you don't have to care about ..
15:12 Guest47945 ok, thanks!
15:12 Guest47945 Do you have also time for another issue?
15:13 teppi|working nope
15:13 Guest47945 ok, thanks anyway!
15:13 tPl0ch or better not buggy, but cpu really goes over the top with more complex flexforms
15:16 tPl0ch Is tehre any documentation on the new MVC extension development?
15:17 teppi|working tPl0ch, you mean that: http://flow3.typo3.org/documentation/manuals/ ?
15:17 teppi|working especially: http://flow3.typo3.org/documentation/manuals/flow3/flow3.mvcframework/
15:19 tPl0ch teppi|working: Is 4.3.x already able to handle these MVC extensions?
15:19 teppi|working afaik yes ..
15:19 teppi|working but haven't used it yet
15:19 tPl0ch teppi|working: namespaces I like
15:20 tPl0ch well, MVC makes development a lot easier
15:20 teppi|working a collegue of mine demonstrated us that some weeks ago
15:20 miousse i tryed it
15:20 miousse but
15:20 miousse i'm not going to develop with it until it is stable
15:21 miousse i love mvc
15:22 miousse but the framework is not stable so developping with it is complicated
15:22 PiMB it's definetly not stable yet
15:23 miousse there are still change of functionnality
15:23 miousse and many bugs
15:25 tPl0ch well, have to wait then
15:28 tPl0ch Is there a roadmap somewhere? Can't find one online...
15:29 Winston_S hey's
15:31 mery hi guys
15:31 miousse hi
15:31 mery i'm installing typo3
15:31 mery and in phpmyadmin
15:31 mery i created
15:31 mery a new database named typo3site
15:31 mery but i cant log in typo
15:31 mery cause
15:32 mery in my database says No tables found in database.
15:32 mery so typo3site is empty
15:32 tPl0ch mery: you will need to create the default tables
15:32 miousse have you done the 123 installing steps?
15:32 mery no actually
15:32 mery but
15:32 tPl0ch there you go
15:32 mery i'm installing it manually
15:32 mery should i download typo3.exe ?
15:33 miousse no
15:33 miousse but
15:33 miousse have you done localhost/mytypo3/typo3/install
15:34 mery wait a sec .. i'll try sth
15:34 ZaFantasy is possible to make 3 different sizes of images when user uploads an image in extension ?
15:35 miousse what do you mean
15:35 No5251 tPl0ch: http://typo3.org/development/roadmap/
15:36 miousse ZaFantasy: i would say yes
15:36 miousse ZaFantasy: but what extension do you use
15:36 No5251 tPl0ch: an have a look at "extbase"
15:36 ZaFantasy any tip how to do taht ? :) any tutorial, documentation or something
15:37 mery how can i go to the 123 steps
15:37 mery i'm at this path
15:37 mery http://localhost/typo3/typo3/index.php
15:37 No5251 mery: http://wiki.typo3.org/index.php/TYPO3_Installation_Basics
15:37 No5251 mery: http://localhost/typo3/typo3/install
15:37 tPl0ch ZaFantasy, well, that's a case for a select box giving 3 different options in the flexform
15:38 tPl0ch small, medium, large
15:38 tPl0ch ZaFantasy, your own extension or some extension you use?
15:38 miousse ZaFantasy: or if you want to force images size you create IMAGE object
15:39 ZaFantasy miousse my own extension... and I need 3 sizes of one image, so that I dont generate it on FE I want to generate it once in BE.
15:39 ZaFantasy but there could be N images...
15:39 PiMB ZaFantasy why don't you want to generate it on FE?
15:40 miousse but using image object in ts, images would be genreated only once
15:40 tPl0ch ZaFantasy, why do you want to create those images beforehand? instead of using Typo3 built in Image processing?
15:40 PiMB :)
15:40 PiMB alright, 3 questions with same subject.
15:40 PiMB let's hear it ZaFantasy, defend yourself!
15:40 PiMB :)
15:40 miousse lol
15:40 ZaFantasy PiMB then I must always look if any image already exists so I dont resize it twice etc...
15:40 MikePer Is there a good tutorial for template beginners?
15:41 miousse image object will do it all for you
15:41 miousse you dont even have to lift a finger
15:41 ZaFantasy ok :)
15:41 ZaFantasy I will try it :)
15:41 miousse it will also resize your image with imagemagic
15:42 miousse see cObj->IMAGE();
15:42 PiMB even easier in FE
15:42 miousse you only have to give the path of your image and the size you need
15:42 mery i created the file enable_install_tool
15:43 mery but still the site doesnt go to the steps
15:43 mery it requries the username and password to login
15:43 tPl0ch MikePer, http://typo3.org/documentation/document-library/tutorials/doc_tut_ftb1/1.0.1/view/
15:43 ZaFantasy thanks to all! ;)
15:43 ZaFantasy I will try this
15:43 mery miousee ...
15:43 miousse yeha
15:44 miousse yeah
15:44 miousse you dont need to run the 123
15:44 miousse you can do it manualy in the installtool
15:44 mery but how to login ?
15:44 MikePer tPl0ch, thank you
15:44 mery Your login attempt did not succeed Make sure to spell your username and password correctly, including upper/lowercase characters.
15:45 mery i can't login
15:45 miousse you dont have to
15:45 miousse /typo3/install
15:45 miousse will point you to the installtool
15:47 miousse mery: are you in the installtool?
15:48 MikePer if I create a domian record for the root page, can I change or view that later?
15:48 mery hey where can i check the file extension ?
15:48 miousse the file extension?
15:48 mery cause in this comp the extension of the files dont appear
15:48 MikePer erm! domain
15:48 mery no no
15:49 mery for example mery.txt
15:49 mery in this comp appears only mery
15:49 miousse MikePer: what do you mean
15:49 mery where can i go and check the extension of a file
15:49 Conic hi all
15:50 miousse mery: in the file property
15:50 miousse i guess
15:50 miousse hi conic
15:50 MikePer well, I have a multisite configuration with more than one root webpage and created a domain record for one but cannot find where to change it
15:50 Conic is there a possibility to hide sysfolders for editors but still make their content accessible (e.g. fe_groups) ?
15:50 miousse in list view?
15:50 miousse on your page
15:53 miousse Conic: you could create a filemount pour disallow fileOperation permissions ? no?
15:54 Conic miousse: i don't understand :/
15:55 Conic miousse: the editors should still be able to select fe_groups under "access" in content; but don't see the sysfolder
15:56 miousse conic:when you modify a group, the file Mounts allow you to set the folders that your users will acces. but you can also specify in the fileoperation permissions section
15:56 miousse Select file operation permissions for the group members. Fileoperation permissions: Files: Upload,Copy,Move,Delete,Rename,New,Edit
15:56 miousse Files: Unzip
15:56 miousse Directory: Move,Delete,Rename,New
15:56 miousse Directory: Copy
15:56 miousse Directory: Delete recursively (rm -Rf)
15:57 miousse Conic: go in the Mouns and workspaces section of a backend group records
15:57 Conic hehe, but it's not about files, it's about entries in pagetype:sysfolder
15:57 Conic you mean files, right?
15:57 miousse ho!
15:57 miousse sory
15:57 Conic :D
15:57 Conic don't mention
15:57 miousse then allow listing but not modify
15:58 Conic yes, that's possible, but then they see the sysfolder
15:58 miousse and you dont want them to see it?
16:00 miousse i dont think it is possible
16:00 miousse but maybe you could manage something with the task center
16:04 mery im now at the isntall tool
16:04 mery and it says
16:04 mery enter a password
16:04 mery the install tool password
16:04 mery i enter one
16:04 mery and i cant login
16:04 mery this password is conected to the file localconf
16:05 mery it says .... The password you just tried has this md5-value: 5f4dcc3b5aa765d61d8327deb882cf99
16:05 mery if i let it blank without password still i cant login
16:06 mery ???????
16:06 tPl0ch mery: joh316
16:06 tPl0ch try that
16:07 mery nope
16:07 mery how can i delete a database in phpmyadmin ?
16:07 tPl0ch mery: drop database
16:08 miousse mery:
16:08 miousse mery: edit localconf.php in typo3conf
16:09 miousse and comment the last $TYPO3_CONF_VARS['BE']['installToolPassword'] you see
16:09 miousse or delete
16:09 miousse than the password will be reset to joh316
16:10 mery i love youuuuu
16:10 mery i really dooo
16:10 mery thnx
16:10 mery :)
16:10 miousse you are in?
16:11 mery yep
16:11 mery i'm too dummy
16:11 miousse than go to the check database section in the basic configurations
16:12 miousse you should see username,password, host field
16:13 miousse these are the infos of you mysql
16:13 miousse if the database is on the same server, the host should be localhost
16:14 miousse once you have entered these infos, you have to click on the button update localconf.ph
16:14 miousse p
16:15 miousse than you will see in the database field all the databases you have in your mysql
16:15 mery damn
16:15 mery i can still not login
16:16 mery i'm at the isntall tool
16:16 mery but where can i enter the username and password iwont
16:16 mery to login typo
16:16 mery i'm at all configuartion
16:16 miousse database analyser
16:17 miousse click on the compare link
16:17 mery and i clicked
16:17 miousse and make update
16:17 mery write in localconf
16:17 miousse yeah
16:17 mery but i cant login
16:17 miousse than click on the create admin user
16:18 miousse this will add a new user in the database
16:18 miousse one who is admin
16:19 mery where is create admin user ?
16:19 miousse in database analyser section
16:20 miousse under the compare link
16:21 mery it says
16:22 Winston_S see you
16:41 Conic is it impossible to create fe:groups on normal pages?
16:41 Conic may they only be on sysfolders?
16:43 miousse Conic: anything is possible
16:43 Conic :D
16:43 Conic i know, but will i break common T3 rules if i do that?
16:44 Conic it's the following:
16:44 Conic my editors should see the fe_groups udner *access*, but they may not edit the frontend groups records
16:44 Conic so it's nonsense if they can see the folder in the pagetree
16:45 Conic but on the other hand they must be able to see the records inside for being able to edit tt_content->access
16:45 Conic you see the problem?
16:45 miousse yah
16:46 marcuslind quit
16:46 miousse but
16:47 miousse if you create user on standard pages it wont solve your problem
16:49 miousse dont you think?
16:56 Conic hehe, but i could create them on a page that the be_user can see anyway
16:57 Conic so it won't confuse him to see that folder
16:57 Conic but i think it's ok like this
16:57 Conic not such a huge problem atm
17:00 miousse if you realy want to do that, you only have to add a t3lib_extMgm::allowTableOnStandardPages('fe_users'); in a ext_table.php somewhere
17:00 tPl0ch hmm, If I want to have a database table to have a 1:n relation to another table, I add a parent_id field to the child in kickstarter?
17:02 miousse tPl0ch: the best way i found to handle relations is the inline type in the tca
17:02 miousse tPl0ch: but you cant create a inline field with the tca
17:03 miousse tPl0ch: i meant with the kickstarter
17:03 miousse tPl0ch:usualy a create a int field with the kickstarter and i change it manualy into a inline field
17:08 tPl0ch miousse: thanks
17:08 Provito has anyone found a way to wrap templavoila section containers? i.e such as rendering them as list items ?
17:09 tPl0ch Provito: you can map them to any element, the question is: do you want that
17:10 tPl0ch a section should be UL|inner and the containers inside are mapped to LI|outer
17:10 miousse Conic: i found a cleaner solution to your proble
17:11 Conic yes? that would be nice ;)
17:11 miousse Conic: you can do what you wish with user tsconfig
17:12 Conic hmmm, you mean hiding of pages?
17:12 miousse Conic: but you would still need the t3lib_extMgm::allowTableOnStandardPages('fe_users');
17:12 Conic hmmm
17:13 Conic ^^
17:13 miousse Conic: but your users would not see the users records
17:14 Conic lemme see what i can do with user tsconfig...
17:14 tPl0ch miousse: related to the relation question: do you mean field of type "int: 10-1000"
17:15 miousse Conic: page.mod.web_list.table.fe_users.hideTable=1
17:15 tPl0ch I need to get into typo3 plugin dev, coming from straight MVC that's some new task
17:16 miousse tPl0ch: yeah but the field does not matter cause i only use the type int because the field it create in the database can store uids
17:17 tPl0ch I am just reading up on IRRE in typo3
17:17 miousse Conic: that way your users will not see the fe_users table
17:17 miousse Conic: in your case maybe it is more the fe_groups table that matter
17:18 Conic but i want to hide the complete folder to them!?
17:18 miousse Conic: so you need: t3lib_extMgm::allowTableOnStandardPages('fe_groups'); and tsconfig page.mod.web_list.table.fe_groups.hideTable=1
17:18 Conic i don't want tot make it complicated, so i think i will let this be as it is...
17:19 Conic aaaa
17:19 Conic this looks good: t3lib_extMgm::allowTableOnStandardPages('fe_groups')
17:19 miousse conic: yeah but it needs to be in a ext_table.php file
17:20 pmk65 tPl0ch: IRRE is not very useful when you have many records/fields. Just take a look at Powermail, and try creating 10+ fields..
17:21 pmk65 and it also kills the BE if you use HTMLArea RTE in combination with IRRE and have more than 10 IRRE records.
17:21 tPl0ch pmk65: so what would you suggest?
17:22 pmk65 MM table.
17:22 pmk65 you don't need IRRE to create MM relation records..
17:22 miousse Conic: that way you will be able to create your fe_groups on a standard page and than hide the fe_groups to the user
17:23 miousse pmk65: there is more than one way to use irre
17:23 tPl0ch pmk65: how do I define those relation
17:24 miousse pmk65: if i remeber correctly you can only have selector box instead of every fields of the record
17:24 pmk65 miousse: But the result is the same.. IRRE records is just not usable for large datasets.
17:25 miousse tPl0ch: there is an option for this in the kickstarter
17:25 miousse tPl0ch: called database relations
17:26 tPl0ch miousse: I've been there, you were the one telling me to use IRRE though :)
17:26 miousse tPl0ch: i know cause i hate useless mm relations
17:27 miousse but it is far more simple to implement them than a fine irre
17:30 pmk65 tPl0ch: You can't create full MM setups using the Kickstarter. You'll have to manually edit the TCA data afterward and add the extra stuff.
17:30 tPl0ch pmk65: well, I'll go for IRRE since the backend handling is pretty good (since there won't be 10+ fields, it will be max 4 per Model
17:31 miousse pmk65: ??
17:31 tPl0ch well not Model, but database table, I hope you know what I mean
17:32 tPl0ch pmk65: well, I can't create full IRRE either with the kickstarter ^^
17:39 miousse tPl0ch: well if you are like me and prefer to use irre you can have a look a the irre documentation, there is a section that will help you create a real 1:n relation
17:41 miousse tPl0ch:http://typo3.org/documentation/document-library/extension-manuals/irre_tutorial/0.2.0/view/1/2/
17:42 tPl0ch miousse: I have Typo3 cookbook from O'Reilly opened in front of myself
17:42 tPl0ch chapter: use IRRE for your own extensions"
17:42 tPl0ch I think I am right there
17:42 tPl0ch don't like reading online
17:42 miousse never seen this book
17:43 tPl0ch miousse: It's pretty good
17:43 tPl0ch especially for TS stuff
17:43 miousse been a while since i add to use a book
17:43 tPl0ch miousse: well, I don't like reading too much on screen
17:45 miousse the only one i have seen concerning dev is the one from dimtry
17:46 miousse cause i give it to the people i train
17:46 miousse but ill have a look to this one
17:51 tPl0ch miousse: like every other cookbook it's just a collection of problem / solution pairs for all kind of stuff
17:52 tPl0ch on 800 pages
17:52 tPl0ch is there a way to exclude some chars from the url with realurl
17:52 miousse k
17:53 tPl0ch i have a page Company®-somestuff, which gets mapped to companyr-somestuff
17:53 tPl0ch (They insist on the ®
17:54 miousse k
17:54 tPl0ch Can I somehow exclude that char from being translated into the url
17:54 miousse dont know not my area of expertise;)
17:55 miousse gtg
17:55 miousse lunch time
17:55 miousse see ya
17:55 tPl0ch bye
17:59 rosieres hi @ all . . . my typo3 knowlege is a bit rusty . . . does anybody know if ic can add a field to the picture-link context is this done via TCA ? or am i on the "HOLZWEG" ?
18:00 Provito tPl0ch, it's more complicated than that though
18:01 Provito tPl0ch, since I also need to add a first and last classes to the li tags
18:02 soee is it possible to create condotion in typoscript where i can compere some constant with first sign of some string (this string is selected value of some databse field)?
18:03 rosieres @soee: whats your goal ?
18:05 soee rosieres: i need to list on my page ~ 300 names, but they have to be sorted by first name and there should be separator like <h1>X</h1> where one of the alphabet letter
18:05 soee *where X is one of the letters
18:06 soee so first header with A than names with "a" as forst letter, then header with B ...
18:08 rosieres this is not possible with conditions . . . you must use an own extension . . . perhaps you take an csv importer and an existing extension which can output any table resource . . . then you have only to do some adjusting work
18:09 rosieres @soee: see above
18:10 rosieres @soee in which table are the names located ? own or tt_address ?
18:11 soee rosieres: nah they in tt_news, first and second name are in title, there is also description, some photos etc, but the title is only important
18:11 rosieres @soee: ahh i see . . . i think there is an extension that can nearly do that. . . i searching for it
18:15 rosieres @soee: with this one you can do it on tt_adress . . . should be no problem to get the data out of the tt_news resources ....with a little magic
18:16 rosieres @soee: wec_staffdirectory
18:16 soee ok one sec ill check
18:18 rosieres @soee: this one seems to be the right thing --> http://typo3.org/documentation/document-library/extension-manuals/browser/3.2.1/view/1/2/#id2343859
18:20 rosieres anybody fit in here with flexforms ?
18:20 soee ok nice
18:20 rosieres soee: sounds cool, he ?
18:21 soee rosieres: ye, whats the name of the second extension ?
18:21 soee just browser ?
18:21 rosieres @soee: rtfm !! ;-)
18:21 rosieres @soee: first page !!
18:23 soee wow 7mb :o
19:56 anteatersa is there anyway in typoscript to find the category id(s) of a dam or news record? I know they are not stored directly but in a middle table (tt_news_cat_mm)
19:57 anteatersa nevermind, just found it
20:24 DonQuijote Hello
20:25 DonQuijote I want to use more than one database at the same time in my own extension, how to do this?
20:26 TheEternalAbyss hey could someone tell me how to change the coloring and borders and such of news items when using tt_news plugin?
20:26 TheEternalAbyss I mean, where is the css file that defines that?
20:28 TheEternalAbyss or would i need to change that in the extension manager?
20:32 TheEternalAbyss cause i see the css file defining it is in the typotemp folder so I don't think that's the one to edit
20:32 TheEternalAbyss can anyone point me in the right direction?
20:45 TheEternalAbyss Ok, I've figured out how to change to coloring and styles, but there's this horrid ugly "Breaking News" title and I'm not sure where it's coming from. Would anyone know?? Please help
21:20 lindbergh hallo chan
21:21 lindbergh can anyone help mi with configuring RTE
21:28 TheEternalAbyss Someone please help t=with tt_news
21:28 TheEternalAbyss why does it work on this page http://chriscastiglione.com/index.php?id=154
21:28 TheEternalAbyss but not on this one?
21:28 TheEternalAbyss http://chriscastiglione.com/index.php?id=36
21:29 TheEternalAbyss and how do I get rid of the little time and date on each news entry?
21:44 TheEternalAbyss right nevermind...
21:44 TheEternalAbyss can't waste hours waiting on a response
21:51 lindbergh join da club
21:51 lindbergh inspire to share
21:51 lindbergh lol
21:57 ossi_2000 I need help. I made a upgrade to typo 4.3.2 and now I cannot navigate after I login into the backend!
21:57 ossi_2000 pleas help me
22:06 ossi_2000 I have a big problem maybe somebody can help me?
22:07 TheEternalAbyss lindbergh: hehe it does amaze me though that there are 50+ people and 9 out of 10 times I don't get any answer
22:07 TheEternalAbyss ossi: what version did you upgrade from?
22:07 ossi_2000 from 4.2.6 to 4.3.2
22:08 TheEternalAbyss and you can;t see your pagetree?
22:08 TheEternalAbyss can't*
22:08 ossi_2000 nop
22:08 ossi_2000 thats the problem
22:08 TheEternalAbyss is there some error, or a 404 page or anything?
22:08 ossi_2000 there is no error or something but I cannot navigate
22:09 TheEternalAbyss so when you click page what do you see
22:09 ossi_2000 there is no pagetree and if I click to "list" nothing happens
22:09 TheEternalAbyss hmm
22:09 ossi_2000 do you have teamviewer, so you can take a look
22:09 TheEternalAbyss did you verify that everything was correct in install.php
22:10 TheEternalAbyss no i don't have teamviewer
22:10 TheEternalAbyss you have it on a server or on localhost
22:10 TheEternalAbyss ?
22:10 ossi_2000 there is one issue I cannot change some tables
22:10 TheEternalAbyss which tables?
22:10 ossi_2000 ALTER TABLE cache_hash ENGINE=InnoDB; Current value: ENGINE=MyISAM
22:10 ossi_2000 for example
22:11 TheEternalAbyss i have no idea what that is aboout
22:11 TheEternalAbyss might be a database issue
22:11 TheEternalAbyss you need to make sure the installation went trhough ok
22:11 ossi_2000 If I try to update the database and select all the fields nothing happens
22:11 TheEternalAbyss why are you updating the db?
22:12 ossi_2000 I update the required tables with "compare"
22:12 TheEternalAbyss oh
22:12 TheEternalAbyss hmm
22:12 TheEternalAbyss you never answered my question though, yu have typo3 on yoour local computer or on a webhost?
22:13 ossi_2000 on a webhost
22:13 ossi_2000 there is a screenshot of the error http://www.oswald-alex.info/fehler/error.jpg
22:14 ossi_2000 and I'm not able to change or update this tables
22:14 TheEternalAbyss they looked selected tho
22:15 TheEternalAbyss could be a permissions issue
22:16 ossi_2000 ah, good idea
22:16 TheEternalAbyss if you need to update the db on the host and the host has permissions issues regarding that sort of action it could cause problems
22:16 TheEternalAbyss sorry I can't be more helpful but that's all i can think of right now
22:16 ossi_2000 ok, thanks anyway
22:17 TheEternalAbyss cause i had similar issues with my host at first
22:17 ossi_2000 I uploaded all the files with filezilla, maybe i must set some rights
22:17 TheEternalAbyss and it turned out that it was an issue like that
22:17 TheEternalAbyss that could be it too
22:17 ossi_2000 do you know which folder have special permission?
22:18 TheEternalAbyss special permissions? no not really. All folders have some level of permissions. If typo3 is an installation provided by the webhost, then they have stricter permissions set in accessing certain folders
22:19 TheEternalAbyss if you installed it originally on your own and updating on your own then I'm thinking it has more to do with what th ehost thinks your are doing to the database and some php settings may be blockading your efforts
22:20 TheEternalAbyss i would assume that core t3 folders and files have special permissions
22:20 ossi_2000 hm ... sounds not so good
22:21 TheEternalAbyss usually if you talk to your host and explain what you are trying to do, they'll ok it
22:22 TheEternalAbyss on a side note tt_news is confusing the ever living hell out of me
22:23 ossi_2000 ok thanks for your support
22:23 TheEternalAbyss no problem, I hope it helped :]
22:24 TheEternalAbyss where would I modify the "more..." link in news records to point to a different page and not itself?
22:33 deanq i have a question about external pages
22:33 deanq how can i make any content that is linking to an external page to link directly to the destination and not the fake page typo3 creates?
22:33 deanq I see this solution http://www.typo3wizard.com/en/snippets/menus/externe-links-und-shortcuts-direkt-im-menue.html But that's for menu. My usage is for regular page content, and not menu generated.
22:35 timdeluxe you mean you want to create external links in your page content text?
22:36 deanq well, if you check that link above, it makes menus that point to external page (doktype=3) link directly to the destinatipn
22:36 deanq instead of linking to an internal page that redirects via javascript
22:36 deanq so what i want is to use that fix in tt_content
22:37 timdeluxe hm
22:37 deanq pretty much everything that is on the page that is pointing to an external page type, it needs to link directly to the destination and not the interim internal page that typo3 uses
22:37 deanq the fix is there, but it works for HMENU constructors. I need it to work on everything else like tt_content
22:38 timdeluxe let me check
22:40 timdeluxe i dont get it, when i set a link in content and say it is external it is just a plain normal external link. no javascript magic or else
22:41 timdeluxe i also can say if it should be in a new window or in the same
22:42 timdeluxe (_top & _blank)
22:42 deanq k, the way we use typo3, we're using gst_aliaspro
22:42 deanq wherein users can set a path for every page. For example, page 13 has extended alias = "/support/index.html"
22:43 timdeluxe hm, that looks like a lightweight real url solution ;)
22:43 deanq but sometimes, our pages need to link to a non-typo3 location, but still the same domain. For example: external page 20 with destination of "domain.com/communities/" but has extended alias of "/communities/index.html"
22:44 timdeluxe ah, okay
22:44 deanq so when some page links to page 20, the link right now looks like /communities/index.html. We would like it to point to the final destination instead
22:44 deanq I know the developers of Typo3 created the internal page redirect for external page types only for tracking purposes.
22:45 deanq But in our usage, we dont need that tracking. We're only using Typo3 to produce static pages.
22:45 timdeluxe and the final destination is? domain.com/communities/?
22:45 deanq Typo3 in our usage is just a CMS, and not a front-end serving CMS.
22:45 deanq yup
22:46 deanq This is exactly how to fix it. http://www.typo3wizard.com/en/snippets/menus/external-links-and-shortcuts-directly-in-the-menu.html
22:46 deanq My problem is, how do I implement this for tt_content? or any other non-HMENU object
22:47 timdeluxe so, a very simple solution is to set an external link, but use the same domain in that link (only relative links like /communities do not run)
22:48 deanq yes
22:48 timdeluxe i think you can't port that solution to tt_content
22:49 deanq so our users have been doing exactly that. They want to link to this non-typo3 link, that still belongs to our domain. But for long-term maintenance, they created an external page pointer for those links.
22:49 deanq Just in case the destination changes, they can easily update the external page and all pages linking to it will change as well.
22:50 timdeluxe ah okay, slowly i get your problem
22:50 deanq Well, I found this solution for tt_content links http://www.typo3wizard.com/en/snippets/general-config/different-formating-for-internal-and-external-links.html
22:51 deanq so I figured there could be a way. But I've experimented with my solutions, without fully understanding the tt_content object
22:51 deanq I'm only taking over this old implementation of Typo3. I'm new to Typoscript.
22:51 timdeluxe okay that is above my knowledge, sorry.
22:51 timdeluxe hehe that is what 90% here say ;D
22:53 TheEternalAbyss is it possible for tt_news to have one page that lists the latest news from any category and when you click on them they can go to those inidvidual news pages for the specific category?
22:53 TheEternalAbyss i mean it seems logical that it can do that but i'm not sure in the settings how to do that
22:53 deanq thanks for chiming in, timdeluxe
22:54 timdeluxe TheEternalAbyss: i think not really
22:55 TheEternalAbyss hmm :[
22:55 timdeluxe you have to specify the detail page, when you create the latest news page
22:55 deanq TheEternalAbyss, we have done this for our home page.
22:55 TheEternalAbyss deanq yea?
22:55 timdeluxe and that can only be one and not differed by category
22:55 timdeluxe okay, i am silent ;D
22:56 deanq hold on, let me check how we did that
22:56 TheEternalAbyss hehe tim :)
22:57 TheEternalAbyss dean, i also have issues where news works on some pages but not on others so I'm very confused to say the least
22:58 deanq TheEternalAbyss, you know how to use the news plugin?
22:58 TheEternalAbyss sort of 0=)
22:58 TheEternalAbyss i have it working for this page:
22:59 deanq k, in the Other Settings tab, there's a max items for LIST AND LATEST
22:59 TheEternalAbyss http://chriscastiglione.com/index.php?id=154
22:59 TheEternalAbyss but not on my homepage
22:59 TheEternalAbyss ok
22:59 deanq well, it's just a type of content really. so it can be anywhere
23:00 deanq how many categories did you want to display here?
23:00 TheEternalAbyss i have 4 categories and whatever the newest news is i want it there.
23:01 TheEternalAbyss i still have to create the categories mind you though
23:01 TheEternalAbyss i haven't made them yet cause i haven't gotten news working 100%
23:01 deanq coz here's the thing about the news plugin. There are types to what you can present, List, Latest, Single, Amenu, Search, etc.
23:01 deanq well, I suggest you put it all in a Sysfolder called News Storage
23:02 TheEternalAbyss yea i have it in a News sysfolder
23:02 deanq so you can create all your categories in there and have these news plugin point to that as Startingpoint
23:02 TheEternalAbyss yup
23:02 deanq and then, when you need to present the latest news
23:02 deanq did you want one news per category?
23:02 TheEternalAbyss yup
23:02 TheEternalAbyss so the 1st 4 news would be one from each category
23:03 deanq k, sadly, if you have 4 categories, you'll have to create 4 of these plugin instances
23:03 TheEternalAbyss on the homepage
23:03 TheEternalAbyss ooooooh I see
23:03 deanq because if you use just one and use LATEST as what to display
23:03 TheEternalAbyss and show 1 latest
23:03 TheEternalAbyss yea
23:03 TheEternalAbyss I see
23:03 deanq and then limit max to 4, then mix all categories, it will not show 1 each cat
23:03 deanq but it will sort all in those 4 and get the top 4 only
23:03 TheEternalAbyss yea
23:04 deanq so by using one instance per category, you can strictly get one latest for each category
23:04 TheEternalAbyss well sounds liek that's the solution
23:04 deanq and then in the template are, that's where you can manipulate how these things are printed out
23:04 TheEternalAbyss yup
23:04 deanq so as to make them look like they're all together on your page
23:04 TheEternalAbyss k then thanks very much
23:04 deanq try that
23:04 deanq yw
23:05 TheEternalAbyss i'll give it a go.
23:05 TheEternalAbyss I'm off for now tho
23:05 deanq cool
23:05 TheEternalAbyss i'll check back tomorrow and let you know if i got it working :D
23:05 deanq k good luck
23:05 TheEternalAbyss thanks bye
23:07 uriahheep uhm, does kb_tv_clipboard still work with latest TV?

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.