Search the website and IRC logs

#TYPO3 IRC log from : Friday 2 March 2007

Year: 2007 2008 2009 2010 2011 2012
Month: 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 31
00:00 Irix_1 :)
00:02 Denyerec Well they use tt_news
00:02 Denyerec In the backend, I have 3 pages.
00:02 Denyerec News
00:02 Denyerec - Single
00:02 Denyerec - Archive
00:02 Denyerec And I put a tt_news plugin on each page.
00:02 Denyerec And "wire up" the plugings with the right templates and ID's
00:03 Denyerec Then to inject the tt_news onto the frontpage I use a little Typoscript which I can paste for you if you like.
00:03 Irix_1 Denyerec I apreciate every help a lot thank you..
00:09 |Lurch| is the extension repository just broken?
00:14 Irix_1 Denyerec I would like to see the typoscript for the front page:)
00:15 Denyerec Give me a mo.
00:16 Denyerec http://wilcoding.xs4all.nl/Wilco/Pastecode/4270/showpaste.aspx
00:17 Irix_1 okay.. sorry if it seemed I was in a rush.. ;)
00:19 Irix_1 hmm interresting..
00:22 Irix_1 Denyerec now I won't bother you anymore at least for today ;) well thank you very much.. I will try to get this up and running
02:20 tansta does anyone have oscommerce experience ?
02:32 Denyerec I was forced to do something with Cubecart.
02:32 Denyerec I didn't much like it
03:05 Denyerec Yo
03:05 Denyerec uschi
03:05 Denyerec ever seen this: Filereference, "/var/www/steelworks/typo3/sysext/rtehtmlarea/htmlarea/plugins/DynamicCSS/locallang.xml", not found!
03:08 Denyerec koomi ?
03:08 Denyerec Awillys ?
03:08 Denyerec tansta ?
03:08 Denyerec Anyone?
03:08 Denyerec I've never seen this before in I don't know how many typo sites.
03:08 Denyerec and all of a sudden *splat*
03:09 tansta oh shit
03:09 tansta hehehe
03:09 tansta no idea buddy
03:34 Denyerec Hmm.
03:34 Denyerec Why would my contact forms all of a sudden be laid out with tables ?
03:35 Denyerec Every other site I've done they're just plain CSS-ready markup...
03:53 Denyerec hey t3socBot
03:53 Denyerec ndsjkdjks
03:53 Denyerec hey tansta
03:53 Denyerec *prod*
03:53 Denyerec You ever set up a user with a filemount ?
04:01 tansta yep
04:02 tansta all you have to do is setup the file mount
04:02 tansta and assign the user to it
04:17 Denyerec Aye
04:17 Denyerec I didn't know where the paths were relative to, but it seems they're relative to /filemount/
04:18 Denyerec fileadmin
04:18 Denyerec rather
05:17 tansta they can be relative to fileadmin or others you specify
05:27 leeotzu Hi all. Does anyone have a idea to use hooks
05:32 d|g hi all
06:42 uschi_ Denyerec ?
07:01 zatmania hi all
07:17 uschi_ morning zatmania
07:20 tobi good morning #typo3
07:20 souly good morning tobi, #typo3
07:21 uschi tobi :-))))))))))
07:21 uschi good morning
07:21 zatmania hu uschi, tobi, souly & others :)
07:22 souly :-D
07:24 uschi can someone tell me, what the backend editor configuration in the template record is used for?
07:36 tobi editor? do you mean ext_typoscript_editorcfg.txt uschi?
07:37 uschi no, in the template form when i see all fields, near the bottom of the page there is a field called backend editor config
07:38 tobi in help there is "Editor Konfiguration für die Stylesheet Editor Erweiterung."
07:38 tobi so its used for the same thing as ext_typoscript_editorcfg.txt
07:39 uschi that is the constants editor then, right?
07:39 uschi and what can i configure there?
07:39 tobi no, thats a css editor ... i never used it, but it works the same way as the constant editor only for css
07:39 uschi ok
07:40 tobi i think it needs to be installed and than you have a new point to select in template
07:40 uschi hm, i have a small problem
07:40 uschi in the top of our design, there is a background image
07:41 uschi some editors shall be able to change it
07:41 uschi could i give them access to just that one item in the template?
07:41 tobi hm i dont know if you can limit a tv field for users
07:42 uschi is it a tv-field?
07:42 tobi but you could use the page:media field, im 100% shure that that one can be limited to a user
07:42 uschi yes, but i need the information where the bloody image is stored
07:42 uschi and in the pages table only the filename, but not the path is stored
07:43 tobi use this snippet uschi: http://www.typo3wizard.com/en/snippets/general-config/image-from-media-field.html
07:44 uschi yes, but there the path is set manually
07:44 uschi import = uploads/media
07:44 uschi this was my first idea
07:45 uschi but if i do not know where this image is, i do have a problem
07:45 tobi if the manual is addet via page:media it is always found there
07:45 tobi err the manual==the image
07:45 tobi it is to early -.-
07:46 uschi if someone adds an image via file upload, you mean?
07:46 smda wakie wakie
07:46 uschi yes, it is
07:47 tobi it is a standart behaviou of typo3 to create a copy for every image used ... and every image used in page:media can be found in uploads/media/
07:48 uschi wow
07:48 uschi very efficient
07:49 uschi and if for example two people have the idea to name there image header_image.jpg?
07:49 tobi so one of them is called header_image01.jpg?
07:49 uschi yes, but how does the system know?
07:50 tobi hm i dont know, i think it does a file_exists and if file exists add some number..
07:50 uschi but still finds it?
07:51 uschi so i suppose, the admin has to clean up the system from time to time?
07:52 tobi the changed name is than saved to the db
07:53 tobi yes, there are also extensions that are deleting all the unused files
07:53 uschi hm, i do not even have such a directory
07:53 uschi oh yes, i have :)
07:54 tobi ;)
07:54 uschi great, thanks
07:54 tobi np
07:54 uschi and i can only access the file via listNum, so i have to make sure, that the files are in proper order?
07:54 tobi yes
07:55 uschi shit
07:55 uschi ok
07:55 uschi this means, i have to explain that to the editors
07:56 uschi but still, how does an admin clean this stuff up
08:00 uschi shit, i have to go to university
08:00 tobi there is a extension ( kb_cleanfiles) that helps the admin
08:01 uschi ah thanks
08:05 smda hi there Staffan!
08:07 just2b___ hi! can anyone help me with TS & if?
08:08 tobi good morning just2b, i can try
08:08 just2b___ ok i have a simple linkfield @ pages and want to generate a link with an image to the link of the field, and show nothing if no link is set
08:09 tobi .if.isTrue.field=field_linkfield ?
08:09 just2b___ and the rest like always?
08:10 tobi yes
08:10 tobi just make shure to set .if.isTrue.field=field_linkfield on a stdwrap
08:11 just2b___ how to do that?
08:12 ta Hi, I need to prefix all references <... src="<reference>" ...> to images, js-script, css etc. I've trie config.absRefPrefix, but this also prefixes links - anyone have an idea where to start ?
08:12 tobi just make shure that the property on which you set the if is a stdWrap, so for text it is toplevel, for a image it is stdWrap.if etc
08:13 just2b___ ok i'll try
08:16 just2b___ great, thx!
08:18 tofirius hi all
08:29 Ceddo Mhmm. Template Handling: If i have several repeative templates, which differ only in one line (that being: a included css file)
08:30 just2b___ include the css via TS and everything fine
08:33 tofirius is there anything in a template i need to do to make the admin panel work besides adding the ts to the template setup?
08:33 tobi adding the ts to the template setup and adding the user ts --> done
08:34 tofirius tobi: thanks... so i don't know why it won't work
08:34 just2b___ wrong TS, overwritten later? ...
08:34 tofirius i added config.admPanel=1 to the template
08:34 tofirius & as admin it should work by default then
08:34 tofirius according to t3 documentation
08:35 tofirius as the admin user, that is
08:35 tobi yes..make shure that config.admPanel=1 is not overwritten later on
08:35 tofirius how would i know that?
08:36 tobi search in your ts template
08:36 just2b___ write it in last line at TS or check it with ts obj browser
08:36 tofirius ok
08:42 tofirius just2b___: tobi, i find only one instance of admPanel in my template setup
08:42 tofirius it's set to 1
08:43 tofirius btw... i'm using firefox 2.0.0.2 as my browser
08:47 just2b___ anyone knows if a mod in a forum has to delete a thread if a user wants to, BDSG only says something about "personenenbzeogene Daten", IMO a posting is not one of these
08:57 toms Hey.
08:57 toms When using news_feedit the new and changed entries are hidden by default. How can I set them to be visible by default?
08:58 toms I tried "plugin.tx_newsfeedit_pi1.create.overrideValues.hidden = 0" but this seems not to work...
09:11 just2b___ tobi, still here?
09:14 jsfan hi everybody :)
09:14 toms hey
09:18 tofirius hi
09:32 just2b___ tobi?! ;)
09:32 tobi yes?
09:32 just2b___ another special question, are you ready? ;)
09:33 tobi yes, im ready ;9
09:33 just2b___ temp.menu3 = HMENU
09:33 just2b___ temp.menu3 {
09:33 just2b___ special = directory
09:33 just2b___ special.value.field = tx_rgmenu2_id
09:34 just2b___ so this makes a hmenu of the subpages of the page chosen in page propertires, right?
09:34 tobi yes
09:34 just2b___ combined with
09:34 just2b___ stdWrap.if.isTrue.field=tx_rgmenu2_id only if there is an Id
09:34 tobi yes
09:35 andreasbalzer ever experienced a defect TV that you sent in to the company and recieved the repaired twice? :D just happend to me :)
09:35 just2b___ but I don't want to set the ID for every page... I want to do set the id once and all subpages should display the menu, (sliding the value)
09:36 tobi just2b: http://www.typo3wizard.com/de/snippets/general-config/slide-for-other-fields.html
09:36 just2b___ and this still works with if
09:37 tobi uhm .. i dont know :/
09:37 tobi you have to try it out
09:37 tobi maybe you have to change the if to stdWrap.if.isTrue.data=...
09:38 just2b___ i'll try
09:43 just2b___ it doesn't work out with if
09:44 just2b___ or is this wrong? please take a look > http://phpfi.com/210665
09:46 tobi but the slide is working?
09:46 tobi does http://phpfi.com/210669 work?
09:47 neostar hi all
09:47 just2b___ slide works
09:47 tobi you could also try stdWrap.if.isTrue.cObject<temp.text
09:48 just2b___ just a moment
09:50 tofirius hey guys... just2b___ tobi
09:50 tofirius i just discovered my installation of typo3 is corrupted
09:51 tofirius i did an upgrade on it from 4.0.2 to 4.0.5
09:51 tofirius & still nothing with the admin panel... plus i'm having other backend problem
09:51 tofirius s
09:51 tofirius i have another installation of t3 on the same server in a folder below root
09:51 tofirius & it works perfectly
09:51 tofirius i'm afraid that my database may be screwed up
09:51 tofirius any ideas?
09:52 just2b___ tobi it works fine! thx!!
09:53 tofirius anyone?
09:54 tobi nice just2b!
09:54 just2b___ you can do so many great things....
10:03 toms When using news_feedit the new and changed entries are hidden by default. How can I set them to be visible by default?
10:03 toms I tried "plugin.tx_newsfeedit_pi1.create.overrideValues.hidden = 0" but this seems not to work...
10:20 walex can i get some support here about wamp installer
10:27 wilf123 When in "Template View" just after the line "Template information:" left from the icon for the template, there is a small "+" or sometimes a small blue ">" arrow. What does it mean, how can i change it?
10:28 tobi it is used to identify a extension template or a root template
10:28 m4rtijn mornink
10:28 tobi and it is changed by setting the fields in edit whole record
10:28 m4rtijn smda u there?
10:28 smda jupp
10:29 m4rtijn heh, I found out how to use the "insert web link"
10:29 m4rtijn you have to mark the part of text u actually want to link.. then i activate
10:29 m4rtijn it*
10:30 smda :)
10:30 m4rtijn but.. if u want to customize the RTE.. u can edit the Page TSconfig field and set for example : RTE.default { showButtons = * }
10:32 smda can't remember discussion that question, but that's good m4rtijn :) It's friday and the brains slowing down graduately..
10:35 tofirius guys.... word of advice.... pick your web host VERY well
10:36 tofirius & maybe pay extra if you have to
10:36 neostar I would always look at getting my own server
10:36 neostar at least a decent VPS
10:37 tofirius sure if you have access to high enough bandwidth
10:37 neostar tofirius: at work?
10:38 tofirius neostar: in the country
10:38 tofirius that doesn't kill the budget
10:39 neostar tofirius: sure, here we have pretty good priced hosting and very reliable
10:39 neostar tofirius: but I'm aware that this isn't the case everywhere
10:39 tofirius yes... i made the mistake of going with shared hosting
10:39 tofirius thus very very limited abilities
10:39 tofirius i.e. no ssh
10:39 neostar that's bad
10:40 tofirius i was able to use the Shell extension
10:40 tofirius in t3
10:40 tofirius but they disabled creating symlinks
10:40 neostar ouch
10:40 tofirius so now i'm sitting with a site down because i didn't know that
10:40 neostar what do you pay for your hosting?
10:40 tofirius & i'm hoping that tech. support will at least have the decency to replace the symlink for me
10:40 tofirius it's like...
10:41 tofirius something around $70 USD per year
10:41 m4rtijn for VPS?
10:41 tofirius no
10:41 tofirius shared
10:41 m4rtijn pff.. quite expensive
10:41 tofirius they weren't so when i started
10:42 tofirius i think next time i'll go with Dreamhost
10:42 tofirius they give you like 1.76 TB of bandwidth
10:42 tofirius & like 175 GB of space
10:42 tofirius plus all the other features i want
10:42 tofirius i.e. ssh
10:42 m4rtijn im using hosteurope .. apart from extension lookup everything works like a charm
10:42 neostar Is it a Latvian hoster?
10:42 tofirius no...
10:42 tofirius based in the US
10:42 neostar I mean your current one
10:43 tofirius yes
10:43 tofirius that is my current one
10:43 m4rtijn and a package of 1,99 Euro/month is sufficient
10:43 neostar m4rtijn: me too, HostEurope has a very good priced VPS
10:43 m4rtijn jep.. as well
10:44 tofirius neostar: how much?
10:44 neostar even in the US they don't have that much traffic in a package
10:44 neostar tofirius: starts at 9,99 EUR but I would at least go for the 19,99 EUR a month package for TYPO3
10:45 neostar m4rtijn: any other recommendations?
10:45 tofirius ok...
10:45 tofirius listen to this...
10:45 tofirius my tech support said
10:45 tofirius that there's no way for Apache to follow symlinks even when instructed to do so in .htaccess on their shared host servers...
10:45 m4rtijn nah.. im quite happy with hosteurope :) neo.. just using the normal web-packages.. M, L aso.
10:45 tofirius does that make sense?
10:45 neostar tofirius: for 19,99EUR you get 512MB dedicated RAM, 1500GB Traffic and 30GB of disk space and full root access
10:46 tofirius that's 20 EUR per month?
10:46 neostar m4rtijn: you use the M package for TYPO3?
10:46 m4rtijn yep
10:46 tofirius did you read what i wrote above?
10:46 neostar tofirius: well I have the feeling m4rtijn has more experience
10:46 Fanty anyone know how to get a rtehtmlarea plugin register with rtehtmlarea?
10:46 m4rtijn works very well.. apart from the extension lookup
10:48 neostar tofirius: well it makes sense in the way that you've got full control over your server, according to m4rtijn you can start with as little as 9,99 EUR and you can upgrade as needed without switching servers
10:48 tofirius i see
10:48 m4rtijn .. no.. 1,99 Eur
10:48 tofirius you have to pay per year right?
10:48 neostar per month
10:48 tofirius really?
10:49 neostar and you can cancel any month
10:49 tofirius most places make you pay a year in advance
10:49 tofirius what's the url?
10:49 neostar well you can if you want to spare the setup fee, but having the option to cancel anytime is sometimes better
10:49 tofirius i can see that
10:49 neostar http://hosteurope.de/produkte/VPS-Linux-2.0 it's in German though
10:49 tobi im using root servers from server4you, starting at 35 euro per month (dual opteron 1210, 1gb ram, 2x160gb sata, unlimited traffic)
10:50 m4rtijn why do you all use VPS ;)
10:50 wilf123 tobi: thanks
10:50 neostar tobi: are they stable? didn't hear much good about them
10:50 tobi they are very stable, no problems since 2 years
10:51 neostar m4rtijn: best entry level
10:51 tobi using one privat and 2 for work
10:51 tobi i dont use a vps , i use a full root server
10:51 m4rtijn :)
10:51 neostar tobi: I had the impression that they were too cheap compared to other hosting solutions, too cheap meaning they have to cut something out to get as low as this
10:52 tobi neostar: i heard that they are buying the old hardware from 1&1, thats why they are so cheat
10:52 tobi cheap
10:52 m4rtijn anyways.. could smbdy give me a tip on the following: I need a table with text left and a image on the right.. Any known extension which can do this easily?
10:52 neostar tobi: how's the support, do they have a free support number?
10:53 tobi they do have one but i never needet the support
10:53 m4rtijn as a normal content element
10:53 tobi m4rtijn: using templavoila ?
10:53 m4rtijn nope
10:53 m4rtijn not yet :)
10:53 m4rtijn its an old page I made without..
10:54 tobi ok .. you could do it with http://typo3.org/extensions/repository/view/fdfx_2cols/2.1.0/
10:54 m4rtijn thx very much
10:55 neostar tobi: ok, 35 EUR for the first 3 months and then 114EUR per month, that's what is expected for such a machine
10:56 tobi it is 64,00 after the first 3 months
10:57 neostar tobi: yes sorry, clicked on the wrong one
10:57 m4rtijn lol : The running TYPO3 version (4.0) is higher than allowed (0.0.3)
10:57 m4rtijn hehe.. that can be right ;)
10:57 neostar tobi: free choice of OS is nice, I'm using Debian atm
10:58 tobi i would have loved to get a freebsd hosting, but they are expensive :/
10:59 neostar at least you're not plagued by SuSE (just my personal opinion)
11:00 tobi yes, i did not took suse for my servers ;)
11:00 neostar I've never touched any touched any BSD powered OS, at least not if you don't count OS X
11:01 tobi freebsd is a really nice server os imho .. biggest advantage: standart exploits do not work, so no script kiddie hacking your server ..
11:02 neostar tobi: that's a big plus
11:03 neostar SuSE never clicked for me, Debian really embraced my way of thinking and expectation of structure
11:03 tobi SuSE is only for people who want everything finished, debian/ubuntu gives you more control
11:05 neostar tobi: That's probably the reason I felt lost with SuSE, everytime I wanted something to change it most often broke
11:07 tobi hehe same thing for me ;)
11:07 m4rtijn hmm, somehow if I insert an image in the RTE, then save.. It disappears.. :S
11:09 m4rtijn hmm, can i change this 2cols thingie to text / image instead of text /text
11:19 m4rtijn anynone an idea why the images inserted in the Text content element RTE disappear after saving?
11:23 Denyerec Morning all.
11:24 neostar hi Denyerec
11:25 Denyerec lo neostar
11:26 Denyerec *BAM*
11:31 Denyerec uschi, Ries, smda - I've done it!!
11:32 smda yay! :)
11:35 Ries Hey Denyerec! con grats dude
11:41 Denyerec About friggin time.
11:41 Denyerec I'll pastecode the userfunc.
11:41 Denyerec It's not mine, but it works. Took some googling!!
11:41 Denyerec http://wilcoding.xs4all.nl/Wilco/Pastecode/4273/showpaste.aspx
11:41 Denyerec Just call it as a postUserFunc whenever you use .crop on a stdWrap and you're all set. No nasty leftovers for tea!!
11:42 Denyerec It won't correct invald markup for you, but then the RTE and Typo3 itself has malformed markup checks anyway, so there's no point wasting CPU time checking it again.
11:54 solshark Hello all
11:54 solshark trying to generate a GD font from sr_freecap i got the following error message: Fatal error: Class 't3lib_TStemplate' not found in ... Would anyone know how to fix this?
11:55 Ceddo The hint to provide the missing file won't give you any kicks, right?
11:56 Ceddo file meaning class, that is.
11:56 solshark All needed files exist and accessible.
11:58 lamgwin Does anyone here still have the documentation to indexed_search 1.2.8? I need to set up this Version to index a second domain.
12:00 Ceddo Maybe the path is misspelt somewhere?
12:00 Ceddo Try to trace it back.
12:33 andreasbalzer hi! Is it possible to tell T3 to only offer the BE with a specific subdomain?
12:34 toms It is possible to set user right for specific domains or even pages. So the complete BE wont be available to every one having acces to the BE.
12:35 tobi yes & yes ;)
12:35 toms ah, i see...
12:35 tobi http://www.typo3wizard.com/de/artikel/eigenes-vhost-fuer-das-typo3-backend.html andreasbalzer
12:35 andreasbalzer toms: with groups and access module
12:36 tobi as tweak there also should be a exclude for typo3conf so that rtehtmlarea works
12:36 andreasbalzer tobi: no, this is not what i want. I have a root and several T3 driven subdomains. e.g. you can access my t3 with ess-erfurt.de or www.ess-erfurt.de
12:37 andreasbalzer now i would like to stop that for ess-erfurt.de
12:37 tobi make a 301 redirect in your .htaccess
12:37 andreasbalzer o i c
12:38 tobi andreasbalzer: this sample rewrites every domain that's not the www. http://phpfi.com/210701
12:41 toms But if he wants to change the BE access rewriting a URL will not be of any use, or am i wrong?
12:42 tobi why not? he wants that only one specified domain can access the backend
12:42 tobi so he can redirect all other domains to that one
12:44 toms Ah, so the ones you redirect from are no longer accessible.. I see
12:57 andreasbalzer right (i was afk..)
12:57 andreasbalzer my problem is, that i'm using some specific TSC to redirect every FE page to subdomain www
12:57 andreasbalzer if the Be user is not logged into that subdomain, FE preview will not work..
13:01 toms for the pages you dont want anybody to be able to see you could set the owner to "root" and give the group no rights at all. May that be a solution?
13:01 Ries Anybody familiar with MVC lib/div and the apples plugin?
13:01 toms andreas: The BE will still be accessible, but one will not be able to handle the forbidden pages/domains.
13:02 Jangla hi everyone!
13:02 Jangla anyone around that can give me a hand with an issue with a drop down menu?
13:03 Jigal anybody know anything about the algorithm to generate values for the 'sorting' field? Somehow the algorithm does something clever to limit the number of rows that need to be updated when a record is inserted/moved...
13:04 Jangla I've got this code: http://phpfi.com/210713
13:04 Jangla But the problem is that the top level of the menu links back to the home page - I want it to link to the page it's on.
13:06 Jangla i.e. not go anywhere
13:08 Jangla feel free to have a look at the web site too: http://www.holiday-cottages.com/holiday_cottage_directory/region_1/site_1/introduction/
13:08 Jangla The "Our Holiday Cottages" link currently takes you to the home page - I want it to keep you on this page.
13:16 Jangla Jigal - it's the only way I can think of having a drop down menu work :) for this site.
13:18 Jigal Jangla: maybe you want a select box with the elements of that submenu? It seems to me that you've chosen the wrong type of control...
13:19 Jangla select box?
13:20 Jangla oh, you mean like a combo box drop down? Nope - client want a rollover link like it is on the site.
13:20 Jigal Jangla: the HTML <select> element. What you now have is a menu with one element and a submenu with the elements you actually want to show...
13:22 Jangla Jigal - the client won't go for that. they're insisting on a drop down like on the site as it is now :(
13:23 Jigal drop client :-P
13:24 tofirius i'm guessing that will only work if "client" is a db table
13:24 Jigal tofirius: or a database ;-)
13:24 tofirius heh
13:24 tofirius yah yah
13:25 toms When using news_feedit the new and changed entries are hidden by default. How can I set them to be visible by default?
13:25 Irix_1 hello everyone.. does there exist a way to convert a ordinary content element (text, text with image) to a record type element (news) without the need to copy paste
13:25 Irix_1 ?
13:29 Jigal Irix_1: if you know what you're doing, you might be able to pull that stunt of with a few SQL queries :-) I would only attempt that if a huge number of items were involved and only after a good study of the actual changes in the entire database when you add a tt_news item...
13:33 Irix_1 Jigal well its quite a lot of content... but I'm not sure I would do the last part.. so I guess its copy paste situation.. oh what a day.. ;)
13:34 Jangla Jigal - can't drop the client - they're paying too much :)
13:36 Jigal Jangla: I see that TMENUITEM has a property "doNotLinkIt" ('if set, the linktext are not linked at all!') which might prevent a link on Our Holiday Cottages altogether.
13:36 Jangla Jigal - no, that was me just trying to get the thing to do what I want - it works the same way with or without that line
13:37 Jigal Jangla: I was looking in the TSREF documentation, not you're code ;-)
13:38 Jangla ...ah. Yea, I tried that :) I'll try it again though
13:43 Jigal Jangla: I assume that an extra line between lines 15 and 16 with doNotLinkIt = 1 would do the trick ( => 1.NO.doNotLinkIt = 1 )
13:45 Jangla AHA!! - That works!!!! You're a genius Jigal - I had been putting the doNotLinkIt in the wrong place! thank you!!!! :)
13:45 pulponair hi there
13:45 Jigal Jangla: hehe, I just RTFM :-D
13:46 Jangla I couldn't find it in the FM - only a listing on Google that there was a bug in it.
13:47 Jigal (no I did actually google for an example, this one looked okay: http://www.typo3-for-the.net/new/tutorials0/?action=topic&catid=1&tutsingle=51&cHash=9f1292c4fa )
13:48 Jigal hi pulponair, Rapp, ordna1
13:48 pulponair hi jigal
13:48 Jigal Ries, are you awake and able to think?
13:51 Ries Jigal: awake yes, think not really :) I cannot get juice out of apples
13:52 Jigal Ries: it's not easy to do that without any equipment ;-P
13:53 Ries Indeed...
13:54 Ries equipment is faulty...
13:54 Jigal It was suggested that you might be able to point me in the right direction for finding the algorithm behind the 'sorting' field used for manually ordering records in TYPO3; it uses something clever to limit the number of records that need updating when the order is changed...
13:57 Jigal Ries: soften apples by heating them, pass it through a sieve?
13:57 Ries no go...
13:58 Jigal no cooking equipment?
13:59 Jigal shift to making orange juice ;-P no equipment (except for a knife) needed...
14:02 Ries Jigal: I am trying MVC on typo3... and using the apples extension
14:02 Ries Jigal: about sorting, I am sure there is some algo found on the internet you can use?
14:03 Krebskasper Got a small Problem: i copy a page via a command array - now i want the uid of the new page - anyone who can help?
14:04 Krebskasper (oh and i use the tcemain class ;) )
14:05 duke83 hi there
14:05 Jigal Ries: it's not the sorting algorithm, I'm looking for the way the values are assigned and re-assigned when changing the order by clicking on the up/down arrow to move a record in a list. I see all kinds of values with a power of two or sums of such values (128, 256, 512, 384, etc.)...
14:06 koomi do "directory" menus have an act property? in which file are menus defined (ts parser?)
14:08 solshark Hello again. I have question about "config.spamProtectEmailAddresses" How can i use this feature only for part of page content? I have content and comments in one page. I need spamprotect only in comments. It's possible?
14:09 duke83 I develop an Extension for managing real estates. Now... one estate is owned by an estatejournal (ID Relation). I would like to disable one Journal with the hidden flag in the backend. After that all depending estates have to be disabled with the hidden flag. How could I handle that?
14:14 Ries solshark: Are you saying you want spamrobots vinding email addresses on your site and send you spam? (
14:15 duke83 Krebskasper: I have two tables one with the estates and one with the journal
14:16 solshark Ries: Yes, yes. :) I reaaly need disable spam protect for some parts of content.
14:16 [666] Krebskasper reminds me to eat suhi this afternoon *g*
14:16 [666] +s *g*
14:16 Krebskasper lol ^^
14:19 duke83 Krebskasper: and what should I do now?
14:23 duke83 Krebskasper and this query you would run for every time one check the hidden-flag?
14:23 Krebskasper duke83: I'd say so yes...
14:24 duke83 Krebskasper: good. I will try so... but how could I tell T3 to run this query after i have clicked on the hidden-checkbox in the backend?
14:24 Krebskasper duke83: no idea xD
14:25 duke83 Krebskasper: ok thx!
14:29 skou hey Ries
14:29 Ries Hey Skoue
15:36 j0hndeere Good morning, earth humans.
15:50 gerards morning everyone.
15:54 j0hndeere Good morning, gerards.
15:54 j0hndeere How are you/
16:00 Ries hey gerards
16:00 Ries jey j0hndeere
17:41 j0hndeere man
17:41 j0hndeere TYPO3 does NOT like you pasting things into the RTE from Word
17:46 j0hndeere slow day... must be Friday
18:29 uschi hi all
18:30 uschi can someone tell me, where to find the documentation of levelmedia, leveluid and so on on typo3.org?
18:30 voidus uschi: TSerf
18:30 voidus TSRef
18:30 voidus part data types
18:30 voidus section getText
18:30 uschi ah, thx :))
18:31 uschi voidus, it has been a long day
21:46 j0hndeere *yawn*
22:44 Fiddo what in typo controler header ?

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.