Search the website and IRC logs

Search is currently not available.

#TYPO3 IRC log from : Monday 7 June 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 30
00:18 StefanoK Hey lolli, sounds great.
06:19 PiMB morning
08:35 noway hi guys!! How can I setup to view subcategories of the site in a particular marker?
08:58 influenzjaaa What file do I need to edit to add RTE.default.disableColorPicker = 0?
09:12 noway > noway (10:53:05 07/06/2010):
09:12 noway > hi guys!! How can I setup to view subcategories of the site in a particular marker?
09:16 noway I need to render submenu of active page. any Ideas?
09:19 maholtz|WORK @noway: render all not active submenus empty with NO.allWrap.cObject = TEXT (not sure, if allWrap is the right property)
09:21 noway maholtz|WORK: Ive made it this way lib.vmenu.entryLevel = 1
09:21 noway maholtz|WORK: thx for help
09:21 maholtz|WORK hth:)
09:24 Cyroq Goodday, does somebody have the time to help me with some TS and menus?
09:33 proserion Good morning. Does anyone know an extension that places specific conten on the FE from a pool of content. We would have several pages, with the same content and want the content to be changed for all pages, where this Plugin has been set at once. Any Ideas? Sort of like gh_randomcontent but not random, specific!
09:33 proserion Thanx
09:34 maholtz|WORK @proserion: its build in: insert records
09:34 PiMB couldn't you use insert_records
09:35 proserion gratias
09:35 PiMB prego
09:36 proserion where do I find "insert records?
09:37 maholtz|WORK content element
09:38 maholtz|WORK @Cyrog: just ask your question, if someone has time, he will do:)
09:38 PiMB no one will tell you he has :)
09:38 PiMB because we don't :)
09:48 Cyroq Okay, I have a double child menu (Parent > Child > Child) and the menu consists of images. I use this code (http://paste.phlogi.net/-a3e3a7424c/) on the 1st child template to create a proper image menu for the 2nd children. (Hold on...)
09:49 Cyroq ...and I want to make a menu for the first children also. Unfortunately I can't use the same script because that menu consists of divs with their own position (so NO dynamic menu). How can I make the menu work?
09:50 Cyroq So I need to the images of that menu to change when active (and change css style). Also, the links should be dynamicly linked (but still no dynamicly loaded menu-items!). I hope somebody get's it :)
09:54 proserion One more question, is there an easy way to prevent the plugin's/record title from showing in FE? Having the title in BE but not FE would make sorting much easier
09:58 maholtz|WORK @proserion: select layout: "hidden"
09:59 maholtz|WORK not layout, but header type
09:59 maholtz|WORK "header_layout"
10:00 maholtz|WORK @Cyrog: just put in a different class in ACT? (sorry, i do not think i get it)
10:12 hawkeye78_ hello
10:15 hawkeye78_ i have a little problem my Typo3-Database grows without control i have already set the parameter dontusebacklinks (or somethink like this) but in the last 4 days the size grow up by 30 mb
10:21 Cyroq maholtz|WORK: The problem is that I don't know how to use ACT and NO without creating a HMENU: when I do that, TS automatically writes the menu-titles (and I don't want that because I have images)
10:21 Cyroq So, is there a way to use ACT and NO without using HMENU?
10:22 nkuttler Cyroq: did you look into image menus
10:23 Cyroq I tried GMENU (http://www.typo3-addict.com/2008/11/gmenu-with-a-different-image-for-each-menu-item/) but that also creates the menu depending on the tree structure, while I have a fixed static menu
10:23 nkuttler ah, no that auto-generates gifs
10:23 Cyroq Whoops? :P
10:24 nkuttler i see
10:24 Cyroq I am just a beginner...
10:25 Cyroq nkuttler: Do you have a link maybe for a good image menu?
10:25 nkuttler i'd look into the object browser for the link anchor
10:26 Cyroq Sorry, I don't get it
10:28 Cyroq Is that a way to create dynamic links?
10:29 nkuttler Cyroq: do you need it to be flexible or is the number of pages limited?
10:29 Cyroq The number of pages will stay the same
10:29 Cyroq Also, the position of the images is fixed
10:33 Cyroq nkuttler: (by images I mean the menu items of course, they are partyle transperant PNGs, positioned in a div with certain z-index)
10:34 nkuttler http://www.typo3.net/forum/list/list_post//65143/
10:35 Cyroq Thanks! Although it's german, I think I can use it (with the help of Google Translate ;))
10:39 Cyroq nkuttler: One more question, does this script (for Bildermenu) create the menu based on the tree structure?
10:42 teppi|work Cyroq, http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/8/11/
10:42 teppi|work have a look at the special parameter
10:43 teppi|work with special = list
10:43 teppi|work you can give your menu a fixed list of page uids
10:43 teppi|work not depending on the pagetree
10:43 Cyroq That sounds like something I need
10:43 teppi|work special.value = 1,2,3,4,5 .. and so on ..
10:49 neoneye how to debug access problems.. I can't figure out how to grant a particular user edit rights. Is there a good article about TYPO3's access/acls so one perhaps can grasph how it works?
10:50 neoneye I have a subtree that is only visible to a frontend user group and I want to grant a backend user edit rights to this subtree
10:50 nkuttler neoneye: check ownership/permissions
10:51 KrabatR good Morning.... i have a question about sr_feuser_register. It works gread, but the e-mail header says somthing like "Welcome to Addresses" insted of "Welcome to MyDomain.com"... the same Problem, after you just have been regestred. the funny thing is, that the footer in the e-mail is correct and uses my domain and sitename... any idears, where to chage that?
10:52 neoneye I have tried changing ownership of the entire subtree to this backend user, just to rule out that it's not an ownership problem
10:52 nkuttler neoneye: which error message do you get then?
10:52 neoneye but some of pages still remain uneditable
10:52 neoneye no error message, just a blank page
10:53 neoneye nor any message in php's error log
10:53 pmk65 KrabatR: Most likely it's stored in the locallang.xml files (or l10n) Usually you can override those by typoscript.
10:53 nkuttler hm. never seen that. maybe you missed something in the group/user config. editable content types etc
10:53 teppi|work KrabatR, .. do you have sr_email_subscribe installed eventually?
10:54 neoneye I have tried creating a backend group with a db mount of the subtree and set the acl as best as I could
10:54 neoneye but still blank pages
10:54 teppi|work sounds like user records are created as tt_address records
10:54 KrabatR teppi|work nope
10:54 teppi|work k
10:55 KrabatR pmk65 i think in the locallang file is the text stored put note the variables? and i think "Address" is a variable
10:56 neoneye it seems there is an access conflict whenever a page has visibility settings set so only a group can see it
10:56 neoneye I'm baffled why it then becomes un-editable
10:58 noway guys, plz advise me how to place categories list of tt_products on the page on the right side instead of submenu!
10:59 pmk65 KrabatR: Try installing the "llxmltranslate" extension -> http://typo3.org/extensions/repository/view/llxmltranslate/current/
10:59 pmk65 With that you can see if the text is stored in the locallang/l10n files.
11:01 KrabatR pmk65: thx! i try it
11:03 noway > guys, plz advise me how to place categories list of tt_products on the page on the right side instead of submenu!
11:04 Cyroq Is there a way to replace a wrap when a page is active or not without using HMENU?
11:05 Phlunk3 hi, does anyone know how I can add extra fields to the cal extensions events display mode?
11:08 noway guys!! anyone help me?
11:32 KrabatR pmk65: it was the variable %1$s witch can be overwriten by seting "plugin.tx_srfeuserregister_pi1.pidTitleOverride = your Domain name" in setup... but thx for your help (solved a different problem)
11:49 Phlunk3 what is the easiest way to empty the indexed search index? is there a single db table somewhere?
11:53 teppi|work Phlunk3, possible via backend
11:53 teppi|work Info > indexed Search
11:53 Phlunk3 tx teppi
11:55 teppi|work Phlunk3, you'll have to show the records recursively for the whole pagetree and can then delete them all .. selecting the bin at the top of the table
11:55 Phlunk3 yeap :) done that now, thx m8
11:55 teppi|work ;-)
11:55 Phlunk3 I see there is still option to "clear phash row" and this can only be done per element, does this also need done?
11:56 ironm is there a kind of snapshot for typo3 4.3.4? .. like beta for 4.3.4?
12:03 dbugger Can someone please tell me whats wrong with this, please? http://www.phlogi.net/f/t3/tsp/sp/-bc663861d0/
12:33 PiMB dbugger
12:33 PiMB why? is it not working?
12:57 ened anybody used optionSplit to print a | character? No chance to use a escape character it seems
13:28 PiMB ened
13:28 PiMB cant you use a htmlentitiy for it?
13:30 ened PiMB: Still searching for it. can only find the dashed vertical bar
13:31 PiMB http://www.w3.org/TR/WD-math-970515/table06.html
13:31 ened PiMB: Good hint
13:31 ened PiMB: |
13:31 ened thx a lot!
13:36 ened Very happy. :-)
13:36 PiMB np
13:40 ndee hi there, when I insert an image in the RTE, I add a title attribute. Now in the frontend, I want that the title attribute gets outputed in a <span> underneath the image, anyone did this before?
13:42 noway Guys, why TS doesn't apply in the template
13:42 noway http://paste.phlogi.net/-e3b6e6c84d/ ?
13:42 noway PLEASE HELP!!
13:42 sorenmalling ndee: Why not use the "Image" element and write a image text?
13:44 ndee sorenmalling: I'm importing 50000+ articles. That has to work for existing pictures. Also in the future, if the editor adds the title-tag, it should be outputed.
13:44 sorenmalling ndee: Oh, you forgot to mention that little detail ;)
13:44 ndee sorenmalling: yeah, sorry about that ;)
13:49 noway anybody will help me? please
13:51 noway It seems like I am alone here
13:55 ironm are you a ghost noway ? .. nobody can see you ??
13:55 ironm *g*
13:55 noway thats not funny(((
13:56 ironm that is not funny at ALL .. it is typo3 *ggg*
13:56 ened noway: Maybe u can explain a little more what ur TS tries to do.
13:56 noway anyone can help me??? Why http://paste.phlogi.net/-e3b6e6c84d/ in the template doesn't work?
13:57 PiMB what does not work?
13:57 PiMB do you use lib.vmenu somewhere?
13:57 noway yes in the root template
13:57 PiMB I believe lib could be cached, maybe clear everything?
13:57 noway already done several times
13:58 ironm ened: / PiMB : what does not work: http://bugs.typo3.org/view.php?id=14607 - http://bugs.typo3.org/view.php?id=14608
14:00 noway root template is http://www.phlogi.net/f/t3/tsp/sp/-4a8472a7d6/
14:00 noway Any Ideas???????
14:00 ironm pmk65: there is not real reaction for my bug reporst .. http://bugs.typo3.org/view.php?id=14607 - http://bugs.typo3.org/view.php?id=14608
14:02 ironm pmk65: what do you think? .. is it a good idea to set servers for typo3 bugs? ... like t3bugs44b3 and t3bugs433 ?? .. just to help to show to the troubles
14:06 noway Any ideas why http://paste.phlogi.net/-e3b6e6c84d/ in the template doesn't work? root template is http://www.phlogi.net/f/t3/tsp/sp/-4a8472a7d6/ ??????????????????????????????????
14:10 teppi|work noway, you'll have to debug that
14:10 noway teppi|work: how can I do that?
14:11 teppi|work stdwrap has a debug property
14:11 teppi|work which you can use if adminpanel is enabled afaik
14:11 ironm *v*
14:11 teppi|work http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/5/1/
14:13 teppi|work and btw .. terry pratchett says that the usage of multiple exclamation marks are a sure sign for a diseased mind ..
14:13 teppi|work but i think that counts for question marks as well :-)
14:21 noway teppi|work: what should I to to setup debug?
14:21 teppi|work noway .. common there are a lot of tutorials in the internet
14:21 noway teppi|work: Ive added lib.vmenu.debug=1 but there are no changes
14:22 teppi|work i think you'll have to have a basic understanding of typoscript first
14:22 teppi|work before you can go on debugging it
14:23 noway teppi|work: Ive read TS tutorial
14:23 teppi|work do you see the adminpanel in the frontend
14:23 teppi|work ?
14:24 teppi|work if not .. you'll should ask yourself why you don't see it
14:24 noway teppi|work: no
14:25 teppi|work ...
14:25 noway teppi|work: why I don't see it?
14:25 teppi|work jklhdui43huih234985z345
14:26 teppi|work google
14:26 teppi|work plzzz
14:26 noway of course! np
14:27 noway teppi|work: enabled
14:31 noway teppi|work: what to do next?
14:35 neoneye blank page when I click edit on some page content. No error message in phps error_log. Any ideas how to debug it?
14:36 neoneye I have a hunch that it's a permission problem
14:37 neoneye What really strange is that the admin flag is set, but still not editable
14:39 neoneye I developed the site locally on my laptop and here things works. But on the remote site where its hosting it doesn't work, despite the ownership is set to the "admin" both places
14:41 neoneye On an entirely different site I have exprienced the same symptom where PHP was upgraded to 5.2.x and had the extension static_info_tables version 1.8.0... it also caused blank pages in the backend
14:42 neoneye as well as PHP fatal errors
14:42 neoneye but on the remote site static_info_tables is version 2.x.x, so I don't think this is the problem
14:42 neoneye same symptoms though
14:46 neoneye I wish I had a step by step debugger so I could see the problem... anyone using something like gdb for php/typo3?
15:11 ironm neoneye: are you still around?
15:20 ndee how can I add an own transformation to tt_news:bodytext?
15:22 ironm hi ndee :)
15:22 ndee hey ironm :D
15:22 ironm I am still around .. even if not able to answer your question ndee ;)
15:23 ndee ironm: :)
15:24 ironm ndee: I will look better for some new bugs of typo3 4.4 beta 3 .. OR just the current one 4.3.3 *g*
15:24 ndee so you're a bugfinder? :d
15:25 ironm ndee: do you know it there is a snapshot of the typo3 4.3.4?
15:25 ndee ironm: shouldn't there be something in the trunk(svn) ?
15:26 ironm *lol* ... I don't want to be a bugfinder .. I am looking around and there are still different more or less importanten bugs *g*
15:26 ironm I have to look where I can find an svn for typo3 4.3.4
15:27 ndee ironm: http://forge.typo3.org/projects/typo3v43-projects <-- somewhere here maybe?
15:27 ironm ndee: I wantede just tu use typo3 ONLY .. with some of the nice extensions .. BUT .. there is NO way ..
15:27 ironm great! .. merci for the link ndee ! :-)
15:34 unabob I want to upload multiple images at once in the "Images" field - is there an extension or a way to do this in typo3?
15:37 ironm re noway ;)
15:38 noway re
15:48 unabob guess not
15:48 neoneye unabob: massupload extension..
15:48 neoneye but it doesn't help with Image fields
15:48 unabob yeah, that's the problem
15:48 neoneye only for general file upload
15:49 unabob would prefer it if the editors could drop that one step
15:49 randomresult hi there
15:49 unabob and do it directly in the extension Image field
15:49 randomresult anyone knows a good EXT for syncing two installatoions?
15:49 neoneye html5 file input supports multiple files though
15:55 unabob doesn't help when 80 % of clients are on ie7 or 8 :p
15:55 neoneye fancy upload is flash based and is quite good
15:57 unabob yeah, the filelist swfupload(?) is also good
15:57 unabob but I wasnt looking to make the extension myself :o
16:35 kevin_frs Hi, just have a question while developing an extension.
16:37 kevin_frs how can I render tt_content elements in my extension (just have an array with the uid) like typo3 would do iz
16:37 kevin_frs #it
19:38 noway Hi all! Anybody help please. TS code doesn't work on the template
19:44 noway Page marker is gone
19:44 noway wtf?
19:46 soee_ maybe show ur code :D
19:54 noway of cource
19:54 noway just a sec
19:55 noway http://paste.phlogi.net/-282ddfc572/
19:55 noway soee_: http://paste.phlogi.net/-282ddfc572/
19:55 noway take a look
19:56 noway but when I need to display shop categories I do http://paste.phlogi.net/-a0c3cf6e4e/
19:58 noway soee_: any ideas?
20:00 soee_ noway: what do u have when you open your page ?
20:02 noway soee_: everything is ok except menu
22:15 foertel nevening
22:15 foertel lolli_: ?
22:15 soee_ salute
23:24 lolli_ yes
23:24 lolli_ hi foertel

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.