Search the website and IRC logs

#TYPO3 IRC log from : Tuesday 13 July 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
00:36 atmos4 ok, extdeveval can apparently do that
04:09 d0tfortune Hello Everybody!
09:15 maholtz|WORK morning
09:16 BenjaminS morning
09:18 hector666 heyho I am new to typo3 and try to change a pre-defined template
09:19 hector666 can someone please help me how to add a Link to an image?
09:20 hector666 i like to add a href on the top image
09:21 maholtz|WORK @hector666: how is the image defined? is that defined via IMAGE object?
09:22 hector666 can I PM you ?
09:23 hector666 HEADER-IMG {
09:23 hector666 file = fileadmin/templates/main/img_02.jpg
09:23 hector666 typolink.parameter=6
09:23 hector666 }
09:23 hector666 on template setup section
09:24 maholtz|WORK @hector666: i am at work, so pm is not appropriate
09:25 hector666 i posted here
09:25 hector666 :-)
09:25 hector666 i added the typolink.parameter=6 but mouse is not showing up, that's a href
09:25 maholtz|WORK (http://t3paste.org/ is a service where you can paste code if you have more than a few lines :)
09:26 maholtz|WORK ok: which type is HEADER-IMG of? IMAGE?
09:26 maholtz|WORK then change typolink to stdWrap.typolink.parameter = 6
09:26 maholtz|WORK IMAGE has no typolink property
09:28 hector666 will do now and try out
09:30 Gera hi people
09:30 Gera who know how use flexforms?
09:31 Gera i need read it from database
09:31 Gera from table pages
09:31 PiMB http://wiki.typo3.org/index.php/Extension_Development,_using_Flexforms
09:31 PiMB maybe this can help a bit?
09:33 Gera PiMB: maybe. thanks
09:33 PiMB np
09:33 PiMB good luck
09:34 hector666 maholtz
09:34 hector666 http://paste.phlogi.net/-ea579ddc30
09:34 hector666 not working... mouse is not showing up that's a link
09:39 hector666 okay, had wrong ID
09:39 hector666 now working fine
09:39 hector666 thank you maholtz
09:41 Denyerek Morning chaps
09:42 PiMB morning mate!
09:43 hector666 chaps are trousers for cowboys ?
09:43 PiMB :)
09:43 PiMB they are, but also mean mates/guys/fellows/etc.
09:44 hector666 hehe, okay
09:44 hector666 ty
09:44 PiMB np
09:47 maholtz|WORK @hector666: np:)
09:48 maholtz|WORK @hector666: if you are interested into understanding typoscript, read IMAGE object and stdWrap function http://typo3.org/documentation/document-library/core-documentation/doc_core_tsref/4.3.2/view/1/7/#id2519074
09:49 dbugger Hi guys.
09:51 dbugger has anyone ever configured a newsletter with directmail? Im having horrible tiem to connect it with tt_address...
09:52 Phlunk3 hey guys, pi_getLL() or so, how is this now done in extbase if you cant include the language marker through the viewhelper and need to do it in the php?
10:01 Gera Fatal error: Call to undefined method tx_my_controller_default::pi_getFFvalue() in D:\projects\myproj\typo3conf\ext\iconbox\controllers\class.tx_iconbox_controller_default.php on line 70 .. What to do?
10:20 kraftb hello !
10:20 PiMB hello!
10:20 kraftb Gera: did you derive your controller from the base controller class
10:20 kraftb hello PiMB
10:30 dbugger whats the best extension to make a simple newsletter system?
10:31 pgampe dbugger: proberly directmail
10:32 pgampe *properly*
10:33 Gera kraftb: Why $piFlexForm = $ this-> cObj-> data ['pi_flexform']; returns NULL ?? krumo($piFlexForm) displays "NULL"
10:34 dbugger pgampe, I already tried that and it s too complex. I cant make it work
10:40 kraftb krumo() ???
10:40 kraftb you mean print_r() ?
10:40 kraftb dbugger: whats the problem with direct mail?
10:41 kraftb it's quite easy when you are used to it. and its the best and works very good
10:41 kraftb pgampe: you meant "probably" ;)
10:42 dbugger kraftb, for some reason I cant get the field "company" to connect with the tt_address table
10:43 Gera kraftb:I installed the module krumo, but it is the same as print_r
10:44 pgampe kraftb: yes ;)
10:47 Denyerek Damn kraft's in demand this morning
10:47 Denyerek :)
10:55 newnick Hello
10:56 newnick is anyone knowing well templavoila ?
10:58 neoneye How can I localize the tx_cal_event fields in the backend.. I know how to localize the frontend plugin, like this plugin.tx_cal_controller._LOCAL_LANG.dk { l_last_month = Hello World }
10:58 neoneye I guess it would be something like: plugin.tx_cal_event._LOCAL_LANG.dk
10:59 neoneye but I cannot affect the text used in the backend at all
11:00 neoneye I have tried setting various labels found in the locallang_db.xml, but no luck
11:00 kraftb dbugger: what do you mean by connecting a field?
11:00 kraftb Gera: make a print_r($this->cObj); - does this show someting?
11:00 newnick Question about templavoila
11:01 neoneye is locallang_db.xml different than a plugin/locallang.xml ?
11:01 kraftb did you initialize the flexforms? ususally this is something which the base controller class already does for you
11:01 kraftb but maybe there is a problem with this?
11:01 Gera kraftb: showing NULL (
11:02 Gera nothing
11:02 Gera krumo - NULL; print_r - nothing
11:02 kraftb Gera:
11:02 kraftb $data = $this->request->getContentObjectData();
11:02 kraftb print_r($data);
11:02 kraftb :)
11:02 kraftb seems like it's put into some API ...
11:03 Gera getContentObjectData() on a non-object
11:05 dbugger sorry ig ot dc
11:06 dbugger kraftb: as I said, I cant make directmail connect to tt_address
11:06 kraftb ah.
11:06 kraftb so you already got to make some newsletter,
11:06 kraftb and you could send them as test-newsletter to some email addresses ?
11:06 kraftb but then got stuck when sending them to some tt_address recipients ?
11:07 kraftb Gera: where are you placing the call?
11:07 kraftb in the controller class of some FE plugin I hope ?
11:07 kraftb or are you developing a BE plugin?
11:09 Gera kraftb: in the class.tx_myext_controller_default.php (generate by kickstarter_mvc) in the function showAction() {........here......}
11:09 dbugger kraftb, for some reasons the name and email get inserted in the table, but not the company
11:09 kraftb what happens if you make "print_r($this->request);"
11:10 kraftb try using print_r instead of krumo
11:10 kraftb dbugger: get inserted in the table? are you talking about subscribing to the newsletter or sending newsletters ?
11:11 Gera class tx_myext_controller_default extends tslib_pibas
11:11 kraftb extends tslib_pibase???
11:11 dbugger kraftb, subscribing
11:11 kraftb are you doing extbase development or traditional plugin development
11:12 kraftb with my extbase extension (made after the blog_example extension) it looks like:
11:12 kraftb class Tx_TxDiagram_Controller_DiagramController extends Tx_Extbase_MVC_Controller_ActionController {
11:12 kraftb dbugger: subscribing is something different than direct_mail
11:12 kraftb so which extension are you using for letting users subscribe ? sr_ttaddress_subscribe or so? or direct_mail_subscription ?
11:12 dbugger kraftb, im using directmail_subscription
11:13 kraftb then try using the template object browser on the page where your registration form is.
11:13 dbugger the what?
11:13 kraftb Main Menu "Web" > Template
11:14 kraftb Then click on the page where you registration form is
11:14 kraftb in the top drop-down of the "Template" module choose "Template Object browser" ... do you know this tool?
11:14 kraftb it allows you to inspect all TypoScript code set.
11:15 kraftb directmail_subscription is very configurable via typoScript - probably you just missed to add the "company" field to the fields allowed when registering
11:15 dbugger you mean "Typoscript object Browser"?
11:16 Gera kraftb: what is it Tx_Extbase_MVC_Controller_ActionController ?
11:16 kraftb dBugger: yes
11:17 kraftb Gera: it is the base class for a controller, which is supplied by the "extbase" extension
11:17 kraftb dbugger: when using the Typoscript object browser then switch from "Constants" to "Setup" and open the "plugin." branch
11:17 kraftb there should be something like "fe_admin" which should in turn contain directmail
11:18 dbugger The page where the registration form is has no template. It uses the one from a top level. SHould I do it with that one?
11:18 kraftb so plugin.fe_admin.directmail or so
11:18 kraftb yes.
11:18 kraftb it doesn't really matter if it has a tempalte or not
11:18 kraftb as long as you do not want to change values
11:18 kraftb when you are just inspecting what is set, then you do not need to have a template on the page you are using the object browser with
11:20 dbugger Let see
11:21 dbugger Ok, found, but everything seems fine there...
11:22 kraftb so in "create.fields" there is also "company"
11:23 Gera kraftb: I see only two modules extbase_dam and extbase_pager on the typo3.org
11:24 JulianNeedHelp Please help me, we have more than 1500 pages. In backend when we create a new page or create/edit a content text, it takes about 30s to return. When I trace SQL queries, typo3 send 1 query for each page, so the server is overload ! ! Query is SELECT pages.uid FROM pages WHERE pages.deleted=0 AND pages.hidden=0 AND pid=xx
11:24 dbugger there no create.fields
11:24 dbugger but it is in create.required
11:24 kraftb Gera: it is a sysext - it is already included within your TYPO3
11:24 kraftb just go to "Install new extensions"
11:24 kraftb there must be a create.fields ...
11:24 kraftb else you won't be able to create any field!
11:25 dbugger look: http://img14.imageshack.us/img14/5021/unbenanntkn.jpg
11:25 kraftb create.required just states which fields are mandatory for creating a new address-record/subscription
11:25 kraftb well. seems like this is the problem.
11:25 kraftb copy over the fields from "edit"
11:26 kraftb edit.fields ...
11:26 kraftb but add "email" ... because when creating a new tt_address record the "emai" fiels is something which is allowed, but "email" is usually not allowed for "edit"
11:27 dbugger ok
11:28 dbugger done
11:28 dbugger now it should work?
11:28 JulianHelp Performance issue in backend, need help
11:29 pgampe JulianHelp: please be more prezise
11:29 kraftb dbugger: clear all caches and try
11:30 dbugger kraftb, wait amin please. For some reason the template of the subscription has been overwritten :P
11:30 kraftb Gera: One thing I started some while ago: http://wiki.typo3.org/index.php/Extbase_HowTos
11:30 kraftb feel free to add if you find out some things ;)
11:30 JulianHelp more than 1500 pages, when I save create/edit text content It takes about 30s to save, When I trace SQL queries, typo3 send for each page a query : SELECT pages.uid FROM pages WHERE pages.deleted=0 AND pages.hidden=0 WHERE pid=xx
11:30 JulianHelp so mysqlserver is overload
11:31 JulianHelp I don't understand why queries for all pages when we change a content in a page ?
11:32 pgampe JulianHelp: it shouldn't do it for all pages ... only for the rootline, maybe this is a bug in code
11:32 JulianHelp is ti a missconfiguration ?
11:34 JulianHelp we have several sites in the same backend
11:35 JulianHelp can it be solved by changing something in the config ?
11:38 JulianHelp anyone can help us ?
11:38 dbugger kraftb, still not getting the company field inside :(
11:39 kraftb What means you are not getting the company field ?
11:39 kraftb in the TypoScript Object Browser?
11:39 kraftb or when registering?
11:39 dbugger I input the data. then i check the table tt_address with phpmyadmin, and the name and email are in, but the company is empty
11:43 kraftb what is the name of the company f<input> field in the FE
11:43 kraftb can you post me a link?
11:44 dbugger if you mean the source code of the form is this: <input type="text" name="FE[tt_address][company]">
11:46 JulianHelp more than 1500 pages, when I save create/edit text content It takes about 30s to save, When I trace SQL queries, typo3 send for each page a query : SELECT pages.uid FROM pages WHERE pages.deleted=0 AND pages.hidden=0 WHERE pid=xx
11:48 JulianHelp We have a site with more than 1500 pages, when I save create/edit text content It takes about 30s to save, When I trace SQL queries, typo3 send for each page a query : SELECT pages.uid FROM pages WHERE pages.deleted=0 AND pages.hidden=0 WHERE pid=xx So server mysql is overload. Is it a missconfiguration ?
11:49 maholtz|WORK @JulianHelp: do you use an webbrowser frontend for this chat? then please do not hit reload...
11:49 maholtz|WORK @JulianHelp: which version?
11:50 JulianHelp yes I'm usign a web irc. TYPO3 v 4.1.3
11:50 Denyerek typo need more mootools extensions
11:50 Denyerek 'm sick of jQuery being everywhere
11:54 PiMB it's gonna be ExtJs all mate
11:57 maholtz|WORK @JulianHelp: please do not pm me, i am at work
11:57 maholtz|WORK if i have time to help i will do
11:59 JulianHelp ok tks maholtz|WORK
11:59 JulianHelp sorry
12:02 maholtz|WORK @JulianHelp: you should update your TYPO3
12:02 JulianHelp yes I know, it is planned, but we need to find a solution before :-(
12:03 maholtz|WORK it could be the solution to update
12:03 maholtz|WORK anyway 4.1.13 at least
12:07 Phlunk3 just updated one of my installs to typo3 4.4.0 and had to update a base extbase file due to an error, is this a known issue or did I maybe not need to update it and rather fix something somewhere else in my extension? extbase -> selectviewhelper was the issue, supposedly not passing an array as reference when required.
12:08 JulianHelp @maholtz|WORK we tried 4.1.13 it is the same
12:09 JulianHelp @maholtz|WORK we use templavoila
12:10 Denyerek ExtJS on the frontend PiMB? I doubt it...
12:10 Denyerek Surefire way to kill extension development.
12:11 Denyerek Backend sure, but about 12 people know ExtJS, so I don't see that becoming used on the frontend.
12:11 maholtz|WORK @JulianHelp update at least to 4.1.13
12:11 maholtz|WORK it is about security!
12:12 JulianHelp @maholtz|WORK ok thks,
12:12 maholtz|WORK afaik they introduced an cache for the pagetree, but i do not remember in which version that was
12:12 maholtz|WORK so, just make an copy and test it
12:12 JulianHelp @maholtz|WORK we tested with 4.1.13 it is the same
12:12 Phlunk3 PiMB did your boss have the bbq without me? :( :P
12:13 maholtz|WORK update to 4.1.13. is about security
12:13 Phlunk3 are you using any content management extensions JulianHelp?
12:14 JulianHelp yes templavoila
12:32 neoneye How do I override a label in the backend? This is what I have tried TCEFORM.tx_cal_event.columns.description.label = Hello world
12:32 neoneye but without luck
12:33 neoneye I have inserted it into the setup section
12:34 neoneye should it go into the config section or am I using the wrong syntax ?
12:34 neoneye or should I use TCEMAIN ?
12:38 neoneye or should it go into the TSconfig section?
12:41 atmos4 if it uses locallang, you could use the plugin.tx_myplugin_pi1._LOCAL_LANG style for overriding
12:42 No5251 neoneye: TSconfig of your root page
12:42 neoneye the tx_cal_event is a table, not a plugin
12:42 Denyerek Can you do FCEs with Automaketemplate?
12:43 neoneye No5251: ok, will try
12:43 atmos4 the look at locallang_tca.xml
12:43 atmos4 then
12:44 neoneye the _LOCAL_LANG works fine for me for the plugin tx_cal_controller
12:44 neoneye but the same syntax doesn't work for me with the tx_cal_event table
12:45 atmos4 take a look at tca.php of the extension
12:45 neoneye the difference is that tx_cal_controller is the frontend
12:45 atmos4 maybe it's not localized
12:45 kraftb neoneye: this "TCEFORM.tx_cal_event.columns.description.label = Hello world" is syntax for the TSConfig field
12:45 kraftb Edit the page where this should go to, switch to Tab "Options", and fill it in the "TSconfig" field there
12:46 neoneye and the tx_cal_event appearance in the backend is what I'm trying to change
12:48 neoneye I have also tried with a .dk suffix.. but no luck TCEFORM.tx_cal_event.columns.description.label.dk = Hello world
12:48 neoneye in the root page's TSconfig
12:50 tmkd_ hi, how can i use variables
12:50 tmkd_ for example
12:50 tmkd_ var = something,
12:50 tmkd_ page.wrap = | $something
12:51 tmkd_ page.wrap = | $var
12:51 tmkd_ sory
12:55 maholtz|WORK @tmkd_: {$something} <- but it is not a variable but an constant
12:55 maholtz|WORK if you need "variables" check TSref for LOAD_REGISTER
12:55 maholtz|WORK check stdWrap for .data / .insertData / .dataWrap / cObject
12:59 neoneye kraftb: THANK YOU. it works.. This syntax worked for me: TCEFORM.tx_cal_event.description.label.dk = Hello world
13:00 neoneye when I removed the ".columns" it worked!
13:00 neoneye much appreciated
13:00 DBunkerd tmkd_: in the constants part of the template use myVar = <div class="someclass>whatever</div>
13:01 DBunkerd tmkd_: then in the setup page.wrap = | {$myVar}
13:01 Denyerek kraftb, can you do Flexible Content Elements with Automaketemplate, or is that really a TV only thing ?
13:06 Denyerek maholtz... any offer?
13:07 Denyerek am just about to email Dmitry on the mailing list and want to be certain before I get my head torn off :)
13:07 maholtz|WORK not sure about that, but there is icepack which you could have a look at
13:09 Denyerek I just wonder because Dmitry mentions Jetts
13:09 Denyerek which is Automaketemplate with nice subpart merking
13:09 Denyerek *marking
13:09 Denyerek however that doesnt look like it'd facilitate easy modification of the BE layout, or FCEs
13:09 maholtz|WORK ok, good to know
13:10 Denyerek WHY is Forge so useless
13:10 Denyerek Honestly
13:10 Denyerek *grraagh*
13:10 Denyerek I sometimes wonder if I misunderstand what it's for.
13:10 Denyerek http://forge.typo3.org/projects/extension-icepack
13:10 Denyerek Absolutely no useful information on there whatsoever.
13:11 Denyerek Am I missing something?
13:11 Denyerek Like the "Documentation" or "About this project" links? :/
13:14 maholtz|WORK ah, icebox is the main extension imho
13:14 maholtz|WORK check out ter
13:14 Denyerek yeah I did...
13:15 Denyerek looks nasty compared to TV's backend
13:15 Denyerek Maybe things have improved since the manual was written, I will have to check it out later.
13:15 maholtz|WORK @Denyerek: forge is great, but it has a wiki touch:)
13:15 Denyerek Wiki is always empty :(
13:44 tmkd_ DBunkerd: unfortunatelly it doesnot work
13:46 tmkd_ do you know any Be plugin which provides resizing tool like on image resizer on facebook?
13:49 DBunkerd tmkd_: Then you did something wrong. It works that way.
13:53 maholtz|WORK @tmkd_: wrap = {$...} without the pipe
13:54 maholtz|WORK (the pipe you set in your constants, it would otherwise result in |<div....>|</div>
13:59 DBunkerd true... sorry for that
14:03 joerg hi
14:04 joerg I am getting the message that there is a problem with my typo3 version when installing tt_news....
14:04 joerg I have 4.4.0 and it says tt_news is only compatible with versions up to 4.3.99
14:04 joerg should I ignore it?
14:10 No5251 joerg: yes
15:25 neoneye I can't get this working in TSconfig.. TCEFORM.tx_cal_event.organizer_sheet.label = Hello World
15:26 neoneye for other labels it is working
15:26 neoneye but I can't figure out how to change the tab labels
15:26 neoneye any ideas?
15:29 neoneye also I can't figure out how to change labels of dropdowns.. I have tried TCEFORM.tx_cal_event.rdate_type.config.items.none = Hello World
15:30 neoneye strangely however I can change the label of the dropdown with TCEFORM.tx_cal_event.rdate_type.label = Hello World
15:30 neoneye but not the items in the dropdown
15:30 neoneye and without you guys help I would never have figured out that I had to make these changes to TSconfig
15:50 raven24 if anyone is bored and wants to help me: http://lists.typo3.org/pipermail/typo3-project-typo3v4mvc/2010-July/005768.html
15:50 raven24 ... it's about mm relations and what I am doing wrong in the TCA
15:53 Neo3 Hi everybody. I am reading the content of three pages in order to generate a menu. I did the following code, http://paste.phlogi.net/-fa26942c90 . How can I do a wrap for each directory instead of a global wrap for all items?
15:56 raven24 Neo3: i think what you need is "wrapItemAndSub" as described here: http://typo3.org/documentation/document-library/core-documentation/doc_core_tsref/4.3.2/view/1/9/
16:00 Neo3 raven24: thanks, i will give it a try
16:03 teppi|work neoneye, maybe try #flow3 too ..
16:04 danslo_ I can't access my fluid-assigned variables inside template partials (using extbase)... Anyone know what's up with that?
16:05 danslo_ {blah} <- works fine from inside my 'main' tpl, but when I do that from inside my partial it just stays empty
16:11 raven24 danslo_: did you pass the object to the partial with assign="{blah: blahobject}"?
16:11 danslo_ raven24: I did not (it's not an object btw, just a string literal)
16:13 danslo_ I'm looking at the blog_example partials, and they do no such thing either
16:13 ries I have a tt_news question, let's say you are new to the BE of a site +2000 pages , you have been asked to do something with categories how would you figure out on what pages tt_news categories are stored?
16:13 ries go to phpmyadmin, or are there any other better? methods?
16:13 raven24 danslo_: then you should try something like <f:render partial="yourPartial" assign="{someVar: 'mystring'}" />
16:14 danslo_ raven24: ah, looks like it's 'arguments' instead
16:14 raven24 danslo_: well I am not exactly an expert... sorry
16:15 danslo_ raven24: that's ok :) that'll probably solve my issue. thanks
16:16 danslo_ and so it did
16:17 aterriblechaos ries: just install newsadming, it will find all categories magically
16:18 aterriblechaos ries: oh, my fault .. news admin is includet in newer versions of tt_news
16:19 ries aterriblechaos: :) ususally I would just go to phpmyadmin and check it's pid's... but that sounds a bit dirty
16:21 aterriblechaos ries: you are right, that sounds dirty ... but i think it's the best solution if news admin is not available, because the cateogries can be created everywhere .. usually they are in the same folder as the news are, but i dont know if that is needet
16:22 ries aterriblechaos: in this website they are a bit apread over the place because this site generated a lot of tt_news items (+20K)
16:23 aterriblechaos ries: then your best bet is to update tt_news and use the news admin imho
16:24 ries aterriblechaos: hehehe... this site is quite (badly as in , not well done) hacked... don't want to burn my fingers on it
16:25 aterriblechaos ries: ok, i understand ;) .. did a tt_news update on a page with about 40270k records, had no problems .. but if somebody messed around with the extension you never know what they changed
16:25 aterriblechaos uhm not 40270k, just 40270 ;)
16:26 ries aterriblechaos: somebody working on this site created custom code to generate thumbnails at the moment the tt_news records get's saved, not even using gifbuilder
16:28 aterriblechaos ries: did something similar (creating preview images for videos in tt_news ) with process_datamap hook .. so maybe they did it the same way
16:30 ries they did, but not to create preview images for video's.... just to create a thumbnail
16:30 ries The problem was that when some invalid image name was uploaded, then tge last generate images was taken, showing incorrect images in tt_news
16:30 ries even a image name like myimage_1.jpg was invalid.... god knows why
16:31 aterriblechaos that sounds quite silly .. would never create thumbs on upload, typoscript makes it so simple ..
16:31 titii Hello friends, hi ries
16:32 titii Is possible to link on Image element also the TT new sngle page record? How to do that?
16:32 ries aterriblechaos: I agree..... they didn't even use hooks to do teh same
16:34 aterriblechaos titii: i know only ch_rterecords , that enables linking to records in the rte ... dont know if something exists for image elements
16:35 titii aterriblechaos, thanks
16:44 emiles does anyone here know why i get black instead of transparency with gifbuilder? ;)
16:45 emiles it used to work, didn't change the configuration
16:45 emiles maybe the server environment has changed
16:45 emiles played around with the im mask options in the config
16:45 emiles colors are set correctly: backColor = #2f2f59 transparentColor = #2f2f59
16:46 emiles (updated to 4.4, might have something to do with it)
16:49 emiles oh
17:14 titii One more question, how can I doing the TS IMAGE elements with using CSS background-image?
17:18 aterriblechaos titii: use IMG_RESOURCE instead of IMAGE
17:37 ries for any freeñancer in holland, freelance.nl just posted a call for a TYPO3 programmer
18:30 ries hey Denyerek , how are you doing?
18:32 Denyerek Ahhh, not too bad I guess
18:32 Denyerek Made £600 on Ebay last night :)
18:33 Denyerek Now painfully deciding what to spend it on....
18:33 Denyerek ;)
18:33 Denyerek How's life down South?
18:38 ries Denyerek: life is good overhere... you need to teach me how to make £600 on eBay, may be invest it in new camera stuff?
18:45 tmkd_ hi
18:46 tmkd_ does your rtehtmlarea allow to change colour of text?
18:55 ries Denyerec: sorry, I lost connection for a second
18:55 Denyerek Nps.
18:55 Denyerek I got lucky really Ries
18:55 Denyerek managed to purchase some lenses from the Police forensics department that were in excellent condition.
18:55 Denyerek Because Coley is with the police, I got a very good price.
18:55 ries Denyerek: good deal then!
18:55 Denyerek Oh, very.
18:56 Denyerek Shame they didn't have more, else I'd be planning my retirement :D
18:56 Denyerek I saw the vid of your hummingbirds on youtube BTW, fantastic!
18:57 ries Denyerek: Ahh cool, isn't it!
18:57 ries I must admit, ad was made with digital zoom.... but else I couldn't get it nice upclose
21:04 mosez how can i hide some links on the page for ne records on the backend?
21:07 Denyerec ne ?
21:07 Denyerec Not sure what you want to achieve.
21:10 ries has anybody seen this, whenever I try to save my template with this content <link rel="stylesheet" type="text/css" href="/
21:11 xenilio hi
21:12 ries hey xenilio
21:12 xenilio i am using imageLinkWrap to generate the link to an image in my gallery extension
21:12 xenilio now I wanna add the attribute ' rel ="lightbox"' to the link
21:12 xenilio (which enables lightbox usage)
21:12 xenilio and I have done it like that:
21:12 xenilio http://pastebin.com/VA2MTJqw
21:12 xenilio anyhow, it is not added. What did I do wrong?
21:13 Denyerec rel might not be an allowed param?
21:13 Denyerec Dunno if that matters.
21:13 xenilio Denyerec: mhm
21:13 xenilio which param can I use to check if that's the case
21:13 xenilio name?
21:13 Denyerec No clue, I'm just guessing
21:14 ries xenilio: I believe it was shown somewhere in the doc..
21:14 xenilio i dont think it is checked; i think the ATagParams string is just added to the a tag
21:15 xenilio ries: what was shown in the doc? if you mean what I wanna do - the way I do it is exactly how i understand it from the doc
21:17 xenilio the $this->imgconf['imageLinkWrap.'] array must be right, because if I set enabled to 0, there is a difference
21:19 ries xenilio: If I remember, they way it's described oin the doc is correct for TS, it works in TS right?
21:19 xenilio dont know, havent tried yet
21:19 xenilio i am not exactly sure, however, how to add it to typoscript
21:20 xenilio which element do i have to use? or do i just have to start with imagelinkwrap on the root level?
21:29 mosez denyerec: for creating new pages i want to have only the item "Create a new page (select position)" not the others like new page inside or new page after
21:38 mosez have somebody docs to customize the pages form? i want to move formfields from "extended" to "general"
22:10 xenilio alright, now i have tried to insert it directly into the typoscript:
22:10 xenilio http://pastebin.com/eRGg4d2n
22:10 xenilio it does not work as well
22:10 xenilio the "ATagParams" thing is ignored
22:10 xenilio anyhow, the other parameters (enable, JSwindow) are not ignored but work fine
22:16 rawtaz hmm, it would be great if typo3 supported graphicsmagick as well as imagemagick, in the install tool
22:21 rawtaz whats TCA?
22:28 rawtaz question; i downloaded the dummy package and the typo3 source, and did the 123 install. it created a default database with 45 tables.
22:30 rawtaz nut now that i am checking around in the install tool, on the Database Analyzer, and i click compare, it tells me that it found differences. it would like to truncate a lot of tables but also alter table pages (add key alias), change the engine of tables to innodb, and a lot of other alterations
22:30 rawtaz how come the default database that got created isnt more similar to the one that the install tool is using for comparison right now? shouldnt they be the same, give or take a few rows of data?
22:30 rawtaz at least the structure..
22:34 tmkd_ hi, it is possible to build slide menu, with one position filled with categories from tt_news?
22:50 tmkd_ catmenu in hmenu
22:58 ironm salut Serpiente ;) ...
22:58 Serpiente hey, I've been waiting the whole day ;)
22:58 ironm HI guys :) .. what is the right syntax for setting default language in http://www.phlogi.net/f/t3/tsp/sp/subscribe
23:02 Denyerec Just one day Serpiente ?
23:03 Denyerec You don't know how lucky you are....
23:03 Denyerec :)
23:03 Serpiente Denyerec: well, then im lucky. never waited longer ;)
23:04 ironm Denyerec: any idea? .. http://www.phlogi.net/f/t3/tsp/sp/subscribe
23:04 Denyerec Yyyyyyyy....no
23:04 Denyerec You should have gathered by now Iron, that I'm pretty useless.
23:04 Denyerec unless the question is CSS or Photography, I'm pretty much no good to anyone here.
23:05 ironm you never know Denyerec ;)
23:05 Denyerec One day.... one day I'll have my chance to shine ...
23:05 Serpiente Photography? professional?
23:05 Denyerec Someone will come in asking about cameras, then leave for #photography when they realise they're in the wrong channel...
23:05 ironm Denyerec: CSS kann make also sometimes mad .. more than women *lol*
23:05 Denyerec Ahh iron, I'm great with both ;)
23:06 Denyerec Not professional Serpiente, I just do it for fun.
23:06 Denyerec But I read a lot.
23:06 ironm Denyerec: Nikon or Canon ?
23:06 Denyerec http://www.flickr.com/denyerec/
23:06 Denyerec *SLAP*
23:06 Denyerec Fuji, like real men.
23:07 ironm Denyerec: I am rather a bad photograph .. need sometime piture ideas for typo3 websites ;)
23:08 Serpiente Denyerec: Sarah looks great, nice shots
23:09 Denyerec Got a bunch from Hamburg here iron: http://stuff.denyerec.co.uk/?p=/quickslides2010
23:09 Denyerec well, mostly hamburg
23:09 ironm well .. ich will check the database .. what is the type of language in feusers ...
23:16 ironm Denyerec: really nice pictures!
23:16 Denyerec Thanks man
23:16 Denyerec the hamburg ones are scans
23:16 Denyerec the flickr ones are mostly digital

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.