Search the website and IRC logs

Search is currently not available.

#TYPO3 IRC log from : Friday 15 May 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 31
02:05 dokma ries you here?
02:06 dokma void, Denyerec you guys here?
02:42 ries in a minute again
02:54 ries dokma: what's up??
02:55 ries I am just learning T3 again :D
02:55 dokma managed to handle it
02:55 dokma :D
02:55 dokma I'm barely awake
02:55 dokma but I must send this directmail tonight
02:55 ries hehehe
02:56 ries I used to use campaign monitor
02:56 ries That makes me work a lot faster...
02:57 dokma nothing can make me work faster at this stage of sleep deprivation
06:57 NMB hello
06:58 NMB i have made my own extension in typo3 and by using this admin can enter records in any page in the admin panel
06:59 NMB i want that whenever admin add/edit/delete each record from that table i want to run my custom script that does some processing for some other table and execute some quries (can be insert, update, delete)
07:00 NMB is it possible in typo3 admin panel backend to do this?
07:03 NMB anybody here?
07:15 NMB hello
07:38 MasterYin Morning Everyone
07:51 NMB MasterYin: i have made my own extension in typo3 and by using this admin can enter records in any page in the admin panel
07:51 NMB i want that whenever admin add/edit/delete each record from that table i want to run my custom php script that does some processing for some other table and execute some quries (can be insert, update, delete) in some other table
07:51 NMB is it possible in typo3 admin panel backend to do this?
07:52 MasterYin I'm sorry, but I'm not using the Admin Panel
07:53 NMB :(
08:03 MasterYin I am still searching for a way to enable similarity-search in typo3... The Best would be an addon for indexed-search
08:36 Rockness hi
08:37 Rockness i want to set a shortcut active and the site where its going to too at the same time
08:37 Rockness so 2 links aktive at once
08:37 Rockness cant find a solution by my self
09:29 nzgr Goodmorning
09:31 nzgr any exyension devs around?
09:32 dokma_ yup
09:33 dokma nzgr: shoot the q
09:33 nzgr Im having a problem with values set in _LOCAL_LANG by typoscript
09:33 MasterYin !dr
09:33 nzgr it does not override the values from the locallang.xml file
09:33 MasterYin do you want to overwrite the default value?
09:33 nzgr and I am calling this->pi_loadLL();
09:34 MasterYin post your code on phlogi.net
09:34 nzgr Yes i want to override the default
09:34 dokma nzgr: are you using a php debugger?
09:34 nzgr dokma; debugging with var_dump
09:34 dokma nzgr: linux or win?
09:34 nzgr linux
09:35 dokma nzgr: drop all else and watch this video: http://www.valdez.hr/fileadmin/video_en/eclipse_php_xdebug.ogv
09:36 dokma it will change your life
09:36 nzgr I really rather need to get it working ;)
09:36 dokma you'll probably sooner get it working watching the video then meditating on what is wrong
09:36 dokma I'm not joking
09:37 nzgr I've been debugging with var_dump for about 10 years now - works fine for me ;)
09:37 dokma some of the leading guys in the TYPO3 community saw it and put it to good use
09:38 nzgr And I havent got a player for it on OSX
09:38 nzgr so- this is my template setup:
09:39 nzgr plugin.tx_daimiresponsible_pi1._LOCAL_LANG {
09:39 nzgr dk.testkey = 123Henvendelse om denne sides indhold3456
09:39 nzgr default.testkey = 123Comments on content3456
09:39 nzgr en.testkey = 123Comments on content3456
09:39 nzgr plugin.tx_daimiresponsible_pi1._LOCAL_LANG {
09:39 nzgr dk.testkey = 123Henvendelse om denne sides indhold3456
09:39 nzgr default.testkey = 123Comments on content3456
09:39 nzgr en.testkey = 123Comments on content3456
09:39 nzgr plugin.tx_daimiresponsible_pi1._LOCAL_LANG.dk.textNamePrefix = 123Henvendelse om denne sides indhold3456
09:39 nzgr plugin.tx_daimiresponsible_pi1._LOCAL_LANG.default.textNamePrefix= 123Comments on content3456
09:39 nzgr plugin.tx_daimiresponsible_pi1._LOCAL_LANG.en.textNamePrefix= 123Comments on content3456
09:39 nzgr plugin.tx_daimiresponsible_pi1._LOCAL_LANG.dk.textNamePrefix = 123Henvendelse om denne sides indhold3456
09:39 nzgr plugin.tx_daimiresponsible_pi1._LOCAL_LANG.default.textNamePrefix= 123Comments on content3456
09:39 nzgr plugin.tx_daimiresponsible_pi1._LOCAL_LANG.en.textNamePrefix= 123Comments on content3456
09:39 nzgr plugin.tx_daimiresponsible_pi1._LOCAL_LANG.dk.textNamePrefix = 123Henvendelse om denne sides indhold3456
09:39 dokma check out line 983 of class.tslib_pibase.php
09:39 nzgr plugin.tx_daimiresponsible_pi1._LOCAL_LANG.default.textNamePrefix= 123Comments on content3456
09:39 nzgr plugin.tx_daimiresponsible_pi1._LOCAL_LANG.en.textNamePrefix= 123Comments on content3456
09:39 nzgr plugin.tx_daimiresponsible_pi1._LOCAL_LANG.dk.textNamePrefix = 123Henvendelse om denne sides indhold3456
09:40 nzgr plugin.tx_daimiresponsible_pi1._LOCAL_LANG.default.textNamePrefix= 123Comments on content3456
09:40 nzgr plugin.tx_daimiresponsible_pi1._LOCAL_LANG.en.textNamePrefix= 123Comments on content3456
09:40 nzgr plugin.tx_daimiresponsible_pi1._LOCAL_LANG.dk.textNamePrefix = test
09:40 nzgr sorry about that - I seem to have a serius amount of lag on my client
09:40 dokma these long pastes we put on paste.phlogi.net
09:40 nzgr ah okay wells hould only have been a few lines
09:41 dokma check out line 983 of class.tslib_pibase.php
09:42 nzgr dokma: just lookfing for it now - what will I find there ?
09:42 dokma but I bet you I would have debugged this in about 60 seconds with eclipse/xdebug
09:42 dokma you'll find this comment: // Overlaying labels from TypoScript (including fictitious language keys for non-system languages!):
09:42 dokma http://typo3.org/fileadmin/typo3api-4.0.0/d2/dee/class_8tslib__pibase_8php-source.html#l00970
09:42 dokma you can see it here
09:46 nzgr yes I see it, but what is it that you want me to look for ?
09:49 dokma nzgr: that is the spot where the overlaying should take place
09:49 dokma so you should simply debug that piece of code
09:55 randomresult good morning
09:56 randomresult question: is there a possibillity to see, which of my typo3 pages link to a certain page?
09:57 randomresult example : which pages link to page id 105
09:58 nzgr random: You can always make a query directly into the database
09:59 randomresult nzgr: me myself and i are able to do so... but a customer isnt
09:59 randomresult :)
09:59 randomresult but i think, i found a way: list--> page--> ref --> to this item... shows a list of ce´s which link to this page
10:30 crisb2010 hi
10:30 _pedda_ hi
10:31 crisb2010 i have a question regarding the newstool: when you set a link in a news, it is not shown in the news teaser, but in the detailed news view. is there a way to enable links in the teaser too?
10:34 dokma crisb2010: it has to do with stripping html
10:34 dokma so search something along those lines
10:35 crisb2010 ok, so i have to change the sourcecode ... i hoped that it could be done via ts
10:35 dokma doesn't have to be so
10:35 dokma stripping is probably configurable
10:36 pmk65 crisb2010: The problem is the crop function used for teaser view.
10:36 pmk65 Due to it not support cropping of HTML text, all text is passed through htmlspecialchars, so you loose the link and other formatting.
10:37 pmk65 You can use my HTMLCrop extension in combination with tt_news, so that you can use htmlformatted text for teaserview.
10:38 pmk65 But it requires some changes in the default tt_news setup, as you must not use the general_stdWrap processing for the teaser field. (That's the one that htmlspecialchars the content)
10:38 pmk65 http://typo3.org/extensions/repository/view/pmkhtmlcrop/current/
10:39 crisb2010 going to take a look at that. thanks ...
10:40 pmk65 note. it has to be used as a userFunc, not as new stdWrap command (due to a bug in the stdWrap hook which havent been fixed. See http://bugs.typo3.org/view.php?id=9058 )
10:56 nzgr dokma: I found the solution for my _LOCAL_LANG problem now
10:57 dokma nzgr: what was it?
10:57 nzgr had not set $this->conf = $conf;
10:58 dokma you would have found that in about 2 minutes using debugger
10:58 nzgr I would have to find it if the T3 codebase had been less sloppy coded :)
10:59 nzgr I dont think 2 minutes would have been quite enough :)
11:01 nzgr but thanks for the help - you link to tslib_pibase did point me in the right direction
11:12 Rockness hi
11:12 Rockness i want to set a shortcut active and the site where its going to too at the same time
11:12 Rockness so 2 links aktive at once
11:12 Rockness cant find a solution by my self
11:38 Denyerec hey dokma
11:41 dokma Denyerec: :D how are you?
11:41 Denyerec "Meh"
11:42 dokma is that good?
11:42 dokma :D
11:42 Denyerec No, not really.
11:42 Denyerec Still rather depressed and directionless.
11:43 Denyerec I blame the UK :)
11:43 Denyerec How about you?
11:43 dokma do you have sex regularly?
11:43 dokma I'm pretty good
11:43 dokma just started a small portal
11:43 dokma sent my first mass newsletter and now I'm sorting out the aftermath
11:43 Denyerec *watches Dokma walk out of one door and into another*
11:43 Denyerec Hahahaha
11:43 Denyerec Directmail ?
11:43 dokma yes
11:44 Denyerec Well done!
11:44 dokma worked great for me during last night
11:44 Denyerec That thing used to be a complete pig
12:23 Titi Hey friends, I need your help. How to step with PDF export dynamic CMS site? I just need export all the pages with some page id insteads an add some additional stuff as PDF content on top and set the header and footer on the pages. Please help.
12:23 Titi Hello void, reis
12:32 pmk65 Titi: Search on TER for "pdf generator"
12:33 Titi pmk65, I dont know if I am so stupid, I am studing it long time, I can find the solution for export all pages
12:35 pmk65 I don't know if there's any ext that can export the entire site. But you could make your own ext for that, using the FPDF extension.
12:52 Denyerec Hey pmk
12:55 pmk65 hi Matt
13:09 Denyerec Only my gran calls me that
13:09 Denyerec And I don't think you want to tangle with her, she's got a real mean streak :D
13:10 Denyerec Looking for a decent content fader/slideshow widgety thing
13:25 pmk65 Denyerec: have you checked just2b's various gallery plugins?
13:26 pmk65 http://www.rggooglemap.com/dev/rgsmoothgallery.html
13:26 Denyerec Hmm, not for a while. Last time I looked they were rather image-based
13:26 Denyerec I need to fade content-filled divs
13:26 Denyerec perhaps he's updated them
13:26 Denyerec They also performed really badly in opera.... *hopes for updates*
13:30 Denyerec Hmm
13:30 Denyerec Very dubious in Opera :(
13:30 Denyerec Almost what I need though
13:30 Denyerec Perhaps I could take that and replace the JS.
13:31 Denyerec Though it is geared to fade images.
13:32 Denyerec Perhaps I just need to make a FCE container, and then go to town on some JS that is included via a pageTS
13:35 pmk65 when are the CE's going to fade in/out? during load of the page, or are they AJAX based?
13:39 Denyerec I'm not smart enough to pull in the FCE's through AJAX
13:39 Denyerec so I was going to have 3 on the page
13:39 Denyerec hide 2
13:40 Denyerec and then cycle between them with JS
13:42 Denyerec Also increasing the content available on the frontpage (IE not using ajax) might boost the google friendliness, so it's not altogether a bad idea.
13:42 pmk65 do you use any JS frameworks (Mootools, jQuery protocrap etc) on the site?
13:42 Denyerec not currently, no.
13:43 pmk65 If you use one of those, you should be able to use crossbrowser opacity to fade the CEs in/out.
13:44 pmk65 Im use mootools myself, and using that, it's pretty easy to fade an element in/out.
13:58 sorenmalling Is someone able to enlighten me, why this RECORDS object doesn't crop the text: http://www.phlogi.net/fresh/t3/tspastebin/showPost/-56c75d8e65/
14:08 Denyerec hey kraft
14:20 kraftb hey den
15:02 fred^ So who here uses mnogosearch and have experienced when adding indexing config (config type Records) that tt_news records are not available, only tt_news categories
15:10 mcfly_ does anyone know how to configure powermail for a non-admin be_user? i set the rights, so that the user can modify the fields&fieldsets, but i would at least like them to be able to modify the recipient
15:19 pmk65 mcfly_: Is that controlled by TS?
15:19 mcfly_ nope
15:19 pmk65 how do you set it as admin?
15:19 mcfly_ the be_user won't be very pc-savvy
15:20 mcfly_ through the regular be_module
15:21 pmk65 of powermail?
15:21 mcfly_ yea
15:21 mcfly_ its the basic powermail content element
15:21 mcfly_ and in the recipients tab you can set the recipient
15:22 mcfly_ but the non-admin user only sees the general tab with "type"(powermail)&header plus the fields tab in which he can modify the fieldsets&fields
15:25 pmk65 then give your begroup access to those fields
15:55 f1sHMaN how can i make a country dropdownl ist in the mailformplus? thx
16:15 pmk65 f1sHMaN: install static_info_tables
16:15 f1sHMaN i have
16:18 f1sHMaN and then? ;)
16:18 f1sHMaN i read somewhere something about e marker..but it dint worked...
16:23 pmk65 http://typo3.org/documentation/document-library/extension-manuals/powermail/1.4.14/view/1/11/#id4311235
16:24 egbertpot Hi to you all
16:24 egbertpot Doens someone know a good banner management plugin
16:25 ries egbertpot: best you can do is use openads with one of the extensions that can use it
16:28 egbertpot ries: thanks
16:28 egbertpot ries: is it hard to install the openads server?
16:28 ries egbertpot: I did it once and it wasn't hard at all... more time you will spend understand the various options
16:29 egbertpot ries: maybe the openad is a little bit to big for my website
16:29 egbertpot ries: I would just like to display 6 banners and determine which banners should be placed on which sites
16:29 ries there are soem smaller ads extensions
16:30 egbertpot ries: to be clear: I've got 6 spots for banners, and I have lik 15 advertisers
16:30 egbertpot ries: which one ? I've tried macina_banners, but it seams to be buggy
16:31 ries My project was big enough so it required openads... we didn't bother to look at anything else
16:31 egbertpot ries: ok
16:32 egbertpot ries: if I may ask: which project was it? Do you have a link with the result so I can see the extension in action?
16:32 ries egbertpot: http://www.vivatravelguides.com/
16:33 ries about every advertising you see is managed by ltg_phpadsnew and openads
16:35 egbertpot ries: nice page! so if I understand correctly: you didn't use the openads_tags extension, but you've used (your own) ltg_phpadsnew
16:35 egbertpot ries: those ads by google, are they also created using openads?
16:35 ries the one in TER is ltg_phpadsnew
16:36 ries I have a other version that does some other nice things
16:36 ries for example only show 3 advertisements at a single spot
16:36 ries and can look back up in the rootline (some sort of content sliding)
16:36 StefanoK Just testing adium 1.4 with irc support.
16:36 ries so we could place ads in page trees
16:36 ries when I was working there we had over 8000 pages
16:36 ries Now it's more then 20.000 I believe
16:36 ries so we needed a system that could manage ads very well
16:37 ries StefanoK: let me know how well taht works.... if it works good
16:37 egbertpot ries: Can your system also be used vor targeted advertisement?
16:37 ries then I can finally get rid of Colloguy
16:37 egbertpot colloguy?
16:38 ries egbertpot: what do you require in that area?
16:38 ries egbertpot: Colloguy is a IRC client in OSX
16:38 StefanoK download, compile, set up irc network and channel and it works so far
16:38 StefanoK you need xcode from apple
16:39 ries StefanoK: I have that all.... I ususally compile PHP, Postgresql also from source
16:39 egbertpot well I've got some user information from the users of the website, like gender, age, studies, year of graduation
16:39 ries egbertpot: it doesn't handle that.. it basically pulls advertisements from openads..
16:40 egbertpot Ok, and openads can't be used for this kind of targeted advertisement?
16:40 ries However if you 'know' some of the parameters in TS, you can tell the extension where to get ads from (from openads that is)
16:40 StefanoK @ries: you compile php from source? thats geek ;-)
16:40 ries StefanoK: heheh... I had to because I needed to play around with PDO in OSX...
16:41 ries and it's not really Geek... any software engineer should beable to do that!
16:41 StefanoK he should be
16:42 f1sHMaN how can i make an automatic country dropdown ist with static_info_tables in the mailformplus? thx
20:37 Azim where can i find presentation slides of t3dd09?
20:44 StefanoK1 @Azim: http://www.slideshare.net/event/t3dd09
20:45 Azim thx
22:33 maholtz|t3dd morning:)
23:26 void maholtz|t3dd: night
23:28 maholtz|t3dd hi void

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.