Search the website and IRC logs

Search is currently not available.

#TYPO3 IRC log from : Friday 5 June 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 26 29 30
02:06 cdngfrog_ Hey guys. I can't find any documentation of how to acces the CODE field of a plugin. How can I use this field?
02:17 dokma cdngfrog_: try printing out the entire conf array
02:20 dokma cdngfrog_: might be $this->conf["code"];
08:22 webonaut good morning everybody
08:23 lommes mornin'
08:23 webonaut somebody into extbase and backend development with workspace support and sys_log/sys_history ? :-)
08:44 beli moin
08:45 beli i installed ve_guestbook and captcha....selected captcha in the ve_guestbook form dropdown menu, the input field for the captcha answer is shown but the captcha image itself is missing. ideas?
08:47 lommes imagemagick working properly?
08:48 beli hopefully....install tool results are ok, just one gif->jpg has inverted background...
08:48 beli im is always !%$%$"§$§"!$)
08:50 lommes ve_guestbook should work with sr_freecap aswell maybe you try that
08:50 beli hmm i know, but i want captcha to work
08:51 lommes the captcha extension is installed? ;)
08:51 lommes sry bout that ^^
08:51 beli yes it is :)
08:51 beli <!-- this subpart is removed if CAPTCHA is not enabled! -->
08:51 beli thats what's in the source
08:52 beli and it just lists the input field
08:52 beli but not the image
08:53 beli ah wait, i am wrong...it does: <img src="typo3conf/ext/captcha/captcha/captcha.php" alt="" />
08:54 beli and if i call that php script i get: Fatal error: Call to undefined function imagerotate()
08:54 beli so it seems like some im problem :(
08:55 lommes maybe you try sr_freecap and if that works its a problem with captcha, if not it seems like an imagemagick issue
08:55 beli nope i think i got it
08:55 beli its a gdlib function
08:56 beli and captcha supports TTF usage...then it will not use this function...i will try that
09:00 HungyHungryHipp Hi, I asked this same thing yesterday. Is the anyway to manually organize records in wt_directory list-view? "can use plugin.wtdirectory.list.orderby" to organize records automatically, but not in specified order
09:01 HungyHungryHipp Best thing would be if I could keep the same order that I have in extensions Plugin/Main/selected field
09:02 beli lommes: using ttf font it is working now
09:02 beli HungyHungryHipp: sorry, dont know that ext
09:05 HungyHungryHipp no prob, it's good extension that allows you to add more details and different views fot tt_address extension.
09:08 HungyHungryHipp just to many automatic features I guess :P
09:24 _pedda_ hi all :)
09:24 _pedda_ last day before weekend :D
09:24 lommes tgif ;)
09:24 lommes hi
09:29 beli hey _pedda_
09:29 _pedda_ hello beli :)
09:30 _pedda_ hehe -> http://io9.com/5142117/hackers-warn-texas-of-coming-zombie-war
10:06 cuse Hi! How do I use the SPLIT_COUNT register of the split function correctly? I tried this: http://pastebin.ca/1448478 but it seems the SPLIT_COUNT value is not evalued in my example. What's wrong?
10:31 cuse aaaa, got it. dataWrap instead of wrap does it
10:38 dokma hey guys. what do I need to do after I modify the html template to have the page updated in TV templating system?
10:43 m4rtijn hi all
10:43 m4rtijn I have this weird problem, single view TT_NEWS always shows the same news.. unless I delete cache..
10:43 m4rtijn no matter what news I choose
10:44 m4rtijn *local cache.. CTRL F5
10:44 beli hmm dunno....tried to make the site uncached?d
10:44 m4rtijn I use realurl.. and the urls are completely different
10:44 beli s/site/page/
10:45 m4rtijn hmm
10:45 m4rtijn nope.. I thought that may be the last resort
10:46 dokma m4rtijn: isn't tt_news USER_INT ?
10:47 dokma m4rtijn: did you try to make it an USER object instead?
10:48 m4rtijn dokma: Im not sure what u mean
10:53 _pedda_ dokma: you have to click web -> templavoila -> storagefolder of your ds -> update mapping of the to which html file was modified
10:53 _pedda_ hit save and return
10:53 _pedda_ and the page can now be refreshed in fe
10:54 dokma _pedda_: thanks!
10:54 _pedda_ np :)
10:56 lilalinux ahoy
10:56 webonaut i'm looking for a extension which uses ExtJS and ExtBase
11:05 _pedda_ ahoy
11:07 No5251 webonaut: http://typo3.org/extensions/repository/?tx_terfe_pi1[view]=search&no_cache=1&tx_terfe_pi1[sword]=extjs
11:33 dokma Hey guys. A small poll here: Do you #1 Create a root page and then a shortcut to it under it or #2 Create a root page as a shortcut to the first page under it?
11:34 jbaptiste_j 2
11:35 dokma jbaptiste_j: so how does the link to the root page looks like in the menu?
11:35 dokma something like www.domain.tld/home ??
11:35 jbaptiste_j the site is there http://www.crdp-lorraine.eu/
11:36 dokma will you use realurl?
11:36 jbaptiste_j when you click one of the squares on top it will automatically launch "accueil"
11:36 jbaptiste_j I might add real url later when the more urgent stuff is working
11:37 dokma m4rtijn: did you manage to get tt_news to display?
11:37 dokma jbaptiste_j: I see
11:38 beli dokma: i always use a home shortcut to the rootpage
11:40 dokma beli: I do the same.
11:40 dokma I was wondering why some people use method #2
11:41 dokma One od the most obvious differences is when I use RealURL
11:41 dokma with method #1 the link to the home page looks like this: www.domain.tld
11:42 f1sHMaN how can i change the confirmOK, not ok etc. text for multilanguage support in the mailformplus example extension: the strings are generated in a seperate php file: http://paste.phlogi.net/th_mailformplus_examples/
11:42 dokma with method #2 it looks like this: www.domain.tld/home or at least that is what I predict it to look like
11:43 dokma f1sHMaN: the only way I can see is using TS conditions
11:44 f1sHMaN oukey, but how cann i acces this text with ts?
11:44 f1sHMaN i have a language file for the others thins in mailformplus...
11:44 dokma you should be able to find these in the typoscript object browser
11:44 webonaut No5251: thank, you, but area the based on extbase
11:44 dokma probably under plugin.tx_mailformplus_pi1
11:45 dokma mailformplus is a bit messy
11:45 dokma that's why I dropped it for the amazing powermail extension
11:45 dokma try it and you will probably never go back
11:46 f1sHMaN jea..but i needed it...for custom multipage and stuff...
11:46 f1sHMaN i added the class in ts: includeLibs.TH_NL_Functions = EXT:th_mailformplus_example/example1_newsletter/th_nl_functions.php
11:46 f1sHMaN i just need to know how to acces the freaking texts.. ;)
11:47 beli i am so empty today....any ideas for a design of a band page? it's a soul & funk band with brass section...
11:49 jbaptiste_j LOTS of designing ideas here http://www.praktica.net/
11:50 cuse Can somebody tell me how the "if" construct works in typoscript? I understood that you load e.g. a value with "value" and then apply the testing value and operations etc, but how can I e.g. add a text e.g. based on an "if" statement?
11:51 jbaptiste_j cuse I made a script that changes the layout of the page depending on if there is anything in the right content or not, you want me to paste it ?
11:51 cuse yeah please!
11:51 cuse ^--- jbaptiste_j
11:52 jbaptiste_j I'm looking for it and will pastebin it
11:52 beli cuse: http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/4/1/#id3521353
11:53 jbaptiste_j found it
11:53 jbaptiste_j http://paste.phlogi.net/-5c521bee6c/
11:54 cuse beli: thats just for a conditional text in the document, but i need the conditional in some typoscript construct (split loop)
11:54 beli cuse: to use if...then...else like in script languages...you can write your own userfunc into the localconf.php and then use this function as a condition in ts
11:54 jbaptiste_j typo script does not execute
11:54 beli cuse: search for userfunc in that documentation
11:55 cuse jbaptiste_j: ah interesting, i try something like this
11:56 jbaptiste_j if there is nothing in the rigt part, everything goes to div "content" else content goes to div "left" and div "right"
11:56 jbaptiste_j roughly
12:00 flipmoe hi
12:01 flipmoe can someone help me with links in a backend module, please?
12:01 flipmoe http://pastie.org/501455
12:23 SimonWpt has someone time to help me?
12:30 m4rtijn dokma: nope.. it does display but with very strange caching
12:30 dokma m4rtijn: do you know how to debug typo3 stuff with eclipse and xdebug ?
12:31 m4rtijn dokma: hehe no
12:31 dokma are you on linux?
12:31 m4rtijn dokma: nope
12:31 dokma that's really bad luck
12:31 m4rtijn dokma: I could.. but I guess Ill just turn off caching for the single view..
12:32 dokma SimonWpt: just shoot the question
12:32 dokma m4rtijn: where do you work?
12:32 m4rtijn dokma: at my homeoffice
12:33 dokma m4rtijn: you work for your self?
12:33 m4rtijn dokma: yep
12:33 dokma m4rtijn: me too! that's an excellent choice
12:33 dokma no matter the difficulties
12:35 Denyerec http://blog.dailymotion.com/2009/05/27/watch-videowithout-flash/
12:35 m4rtijn its a lot better now then it was at the agency i used to work for
14:26 kennyb hi
14:26 Denyerec hey
14:26 kennyb i'm working on a typo3 site that was hacked earlier today.. typo3/index.php was appended some spam viagra data.. any known issues that would allow that in typo3?
14:27 Denyerec Not typo3 specifically, but certainly a shared server with dodgy security / execution permissions
14:27 Denyerec (to my knowledge anyway)
14:27 kennyb it had 777 permissions for some reason
14:27 Denyerec do your serverlogs indicate who changed the file and when?
14:27 Denyerec Never good.
14:27 kennyb no
14:31 beli kennyb: what typo3 version?
14:32 kennyb 4.1.2
14:32 beli kennyb: install tool enabled?
14:32 kennyb how do i verify that?
14:33 beli kennyb: can you privmsg me the url and i check for you if it is hackable through the latest typo3 flaw
14:35 beli kennyb: typo3 looks fine
14:36 beli kennyb: seems to be another issue
14:36 flipmoe hi
14:36 flipmoe can someone help me with a some code in a backend module, please?
14:50 dokma Guys my TV page module does not display the controls to add content. Anyone had that one?
14:54 dokma flipmoe: just ask the question
14:59 m4rtijn grr, this website is going on my nerves..
14:59 m4rtijn I never had these issues with other pages..
15:00 m4rtijn my internal links open a new tab
15:03 dokma m4rtijn: and your schedule is tight?
15:06 m4rtijn launches today :p
15:07 m4rtijn first page where I've done the graphics myself..
15:07 m4rtijn maybe thats the problem :p
15:08 m4rtijn arr.. last week I sat down and wrote out all of the copyrights off all images.. including author.. for the imprint..
15:08 m4rtijn ans somehow.. I didnt save that
15:08 m4rtijn and*
15:08 m4rtijn grrmm
15:09 animan hi. can someone recommend me a good non-ajax subscribe/unsubscribe extension?
15:20 animan i mean subscribe/unsubscribe plugin for directmail
15:28 flipmoe dokma: http://pastie.org/501567
15:28 dokma flipmoe: what is the question?
15:29 flipmoe when clicking on the input the referring data in table participants should be deleted
15:29 flipmoe but when now clicking on any input all data will be deleted
15:29 flipmoe line 59
15:31 dokma flipmoe: the way you coded it does not delete anything when input is clicked
15:31 dokma it deletes it while the page is being rendered
15:31 flipmoe ok
15:31 dokma $content .= '<form action="'.$this->deleteParticipants($event).'" method="post">';
15:31 dokma this will delete the participants while the form is being rendered
15:31 flipmoe ok
15:31 dokma before you even get the chance to click on anything
15:31 flipmoe any hints about link generation in a backend module?
15:32 flipmoe something like onclick?
15:32 dokma you could do this: $content .= '<form action="?deleteParticipants=1" method="post">';
15:32 dokma then when the page is submitted you need to check for that flag and execute $this->deleteParticipants($event)
15:33 dokma actually you should also pass the event
15:33 dokma you could do this: $content .= '<form action="?deleteParticipants=$event" method="post">';
15:33 flipmoe ok
15:33 flipmoe thx
15:33 flipmoe I think that would help me
15:33 lilalinux http://code.google.com/intl/de-DE/speed/page-speed/
15:33 dokma flipmoe: do you know how to use eclipse+xdebug ?
15:34 flipmoe not at the moment
15:34 flipmoe is it for debugging php?
15:34 dokma if you are a pro developer you should learn it
15:34 dokma yes
15:34 flipmoe ok
15:34 flipmoe thx
15:34 dokma I made a video tutorial about it
15:34 flipmoe url?
15:35 dokma here's a link: http://www.valdez.hr/fileadmin/video_en/eclipse_php_xdebug.ogv
15:35 flipmoe ok
15:35 flipmoe thank you
15:35 dokma have fun! become better!
15:35 flipmoe ;-)
15:41 tomsdale Is FE user authentication is a core functionality?
15:43 tomsdale Is there a way to authenticate against the e-mail field + pwd instead, not the username
15:47 BrianSlezak|COR tomsdale: Yes that is in the core. typo3\sysext\cms\tslib\class.tslib_feuserauth.php
15:48 BrianSlezak|COR tomsdale: also class.tslib_fe.php
15:49 tomsdale ok thx - checking those too files first.
15:56 energie921 hi
15:56 energie921 im looking for some help
15:57 energie921 i have made a css site im dreamweaver and id like to use typo3 with it
15:57 energie921 havent been able to find out how to add typo3 to it
16:01 energie921 any1 here
16:02 tomsdale energie921: If you are new to typo3 I would recommend one of the tutorials that deal with templating
16:03 tomsdale http://typo3.org/documentation/document-library/ skim through modern template building and futuristic template building.
16:03 beli hmmm
16:04 beli did typo3 use 32bit hashes for install tool passwords sometimes?
16:04 tomsdale energie921: They do both the same thing, one using a grafical interface (templavoila) and the other markers which you replace in your html code. Personally I use templavoila but they are both valid and worth reading.
16:07 energie921 ok thanks
16:07 energie921 so its possible to use a template i made in dreamweaver?
16:07 energie921 its just a simple css page
16:09 tomsdale energie921: absolutely
16:09 energie921 cool
16:10 energie921 one other question, does typo allow people visiting your site to sign up?
16:10 beli energie921: there are extensions like frontend user registration
16:14 energie921 ok
16:16 energie921 im following the modern template building tutorial
16:17 energie921 is it possible to do this tut without having typo3 installed on a internet server?
16:17 energie921 i.e can i do it locally on my computer
16:17 energie921 i dont yet have an internet host that allows databases
16:24 animan does anyone know a good simple plugin for FE user to subscribe or unsubscribe from address list that i later use with directmail?
16:26 dokma Hey guys! I can't understand why my TV page module looks like this: http://www.evorion.com/whylikethis.png and not like this: http://www.evorion.com/andnotlikethis.png
16:27 dokma Denyerec: mate you workin with TV ?
16:27 Denyerec lo lo
16:27 Denyerec cleaed BE cache
16:27 Denyerec re-logged in
16:27 Denyerec made sure the "use classic page modeul" wasn't tickerd
16:28 dokma Checked: made sure the "use classic page modeul" wasn't tickerd
16:28 dokma what is BE cache?
16:29 dokma I know only of FE cache and config cache
16:29 dokma I cleared all cache
16:29 Denyerec created sysfolder for templates
16:29 Denyerec Denyerec says (15:36):
16:29 Denyerec pointed root page at sysfolder
16:29 Denyerec created default mappings?
16:29 Denyerec clear all cache is fine
16:29 dokma Checked: pointed root page at sysfolder
16:29 dokma The content is displaying in the fronted
16:29 dokma so I guess that the mappings must work
16:30 dokma It's just that BE page module is looking like this...
16:31 Denyerec weird
16:32 dokma so it is weird
16:32 dokma I thought it was just me
16:33 dokma Denyerec: can you see anything weird here: http://www.evorion.com/mapping.png ??
16:35 Denyerec only the advance rule which i never use
16:36 dokma hmmm let me scrap that
16:36 dokma still the same
16:37 dokma teppi|work: you here? you good with TV ?
16:38 dokma ries, void, Phlogi: any of you guys here and fluent in TV ?
16:38 energie921 can i use the typo3 dummy version to follow the tutorials about using templates?
16:38 energie921 its an offline dummy thing
16:38 dokma energie921: you can
16:38 dokma but you won't have any of the files
16:38 energie921 where in my computer are the files stored
16:39 llacroix hi
16:39 dokma energie921: just use search
16:39 energie921 This HTML file is put into the directory "fileadmin/template/main/" relative to the TYPO3 installation (the dummy-package).
16:39 energie921 what do i search for
16:40 dokma energie921: do you know where your web root is?
16:40 energie921 i just installed the dummy package
16:40 llacroix anyone familiar with tt_news?
16:40 ries dokma: not fluent... but I use it quite a bit
16:41 Phlogi dokma: double check the root folder, or did you include static templates if you need? Its something stupid liek that
16:41 teppi|work dokma, uncheck the mark at "Show outline"
16:41 dokma Show outline
16:41 dokma let me find that first
16:41 tomsdale to my earlier question. It was easy to authenticate against the e-mail field instead the username. in class.tslib_feUserAuth you have to change this line to email and job done.
16:41 tomsdale var $username_column = 'username'; // Column for login-name
16:41 dokma teppi|work: that's the one!!!
16:41 dokma ries, Phlogi: thanks for jumping in guys!
16:42 teppi|work :p
16:42 Phlogi :)
16:42 dokma this one probably saved me at least an hour
16:42 Denyerec where is this outline tickbox?
16:42 dokma Denyerec: in advanced functions
16:43 llacroix where am I supposed to put my typoscript that will modify the form input of tt_nred
16:43 llacroix news
16:43 dokma form input?
16:44 llacroix like the subheader field strip html tags
16:44 llacroix I'd like to use a RTE editor and not filter html
16:44 dokma uhoh
16:45 dokma you're in for some ugly stuff my friend
16:45 llacroix not my choice
16:45 dokma are you sure you got the nerves for it?
16:45 llacroix I have to
16:45 dokma I see
16:45 llacroix :(
16:45 dokma the subheader strip html tags must be done if it is a crop from the news text
16:46 dokma because you cannot cut html in the middle and still have it properly formated
16:46 dokma if the subheader is always written manually then you could probably turn the rte for that field
16:46 dokma I did that recently but can't remember very much
16:47 dokma most of the stuff I did was for an ext I wrote and I was configuring that sort of stuff in tca.php
16:47 llacroix yeah the subheader is always entered manually
16:47 dokma that's where you configure table fields
16:47 llacroix ok
16:47 dokma so I guess you would turn the rte somewhere there
16:47 dokma perhaps it could be done the TS way but I can't tell for sure
16:49 llacroix I saw some snippet where they did it in TS but it doesnt seems to work for me or I'm just not putting the typoscript at the right place
16:50 dokma llacroix: probably. here's an example of how it is done for the bodytext of tt_news article: http://www.phlogi.net/fresh/t3/tspastebin/showPost/-d0674d0ee1/
16:50 dokma that is from tca.php of tt_news
16:50 dokma you should be able to go from there
16:51 llacroix holy
16:57 llacroix cross your finger
17:01 llacroix is there any reason why the config seems to resize the textarea but doesnt add the rte
17:12 pmk65 llacroix: because you need to specify that the field is RTE, in the "type" line too.
17:13 pmk65 "types" > "showitem"
17:13 llacroix where?
17:13 pmk65 TCA.php
17:13 smux__ Hi. In TS, how : lib.menu < temp1 and add also lib.menu < temp2
17:14 llacroix http://paste2.org/p/249283?
17:14 pmk65 at the end of the news record definition, there's a "types" and "palettes" definitions.
17:15 pmk65 smux__: make a COA object, and put each of your menus into tat.
17:15 pmk65 llacroix: scroll down the TCA.php untill you see "types"
17:15 llacroix hmmmmmm
17:16 pmk65 find the line: '0' => Array('showitem' =>
17:16 pmk65 then look how the bodytext field is defines, and do the same for the short field.
17:16 pmk65 ,short;;;richtext:rte_transform[flag=rte_enabled|mode=ts];,
17:17 llacroix how am I supposed to understand what this thing
17:17 pmk65 API document describes it..
17:18 pmk65 http://typo3.org/documentation/document-library/core-documentation/doc_core_api/4.2.0/view/4/2/#id4436917
17:21 llacroix thx
17:21 smux__ pmk65: thank you :)
17:21 Denyerec the;;;TC;A;;0;0;;;0;Isn&apo\;t;;supposed;1;;0;1;1;to;make;;0;[4];sense
17:22 Denyerec Just throw semicolons at it and see what sticks
17:22 pmk65 llacroix> http://pastie.org/501734
17:22 Denyerec :)
17:22 Denyerec See? PMK is a champion semicolon slinger
17:22 llacroix i'm scared
17:23 Denyerec Typo3 TCA: Worse than CRON
17:23 pmk65 Denyerec: I don't think anybody but Kasper really understands those. I just experiment and see if it works (For the RTE, it's easy as you can rip it from the bodytext field)
17:23 Denyerec Yeah
17:23 Denyerec Hopefully they work that out for V5
17:23 Denyerec I *really* hope Flow3 works out
17:24 pmk65 me too, but unfortunately it has same license scheme as TYPO3. :(
17:26 Denyerec pmk, I don't understand the licences well enough to have an opinioon
17:26 Denyerec what is the main problem?
17:27 pmk65 by forcing all ext to be open source, it prevents good ext to be developed.. IMO.
17:28 pmk65 The only thing not open source iss manuals. That's why nobody updates the TYPO3 manuals anymore, as it more profitable to write a book..
17:29 Denyerec Hmm.
17:29 Denyerec I would think that if you're going to do one you do the other too.
17:29 Denyerec Else it leaves you wth a nasty taste in the community
17:29 Denyerec "I won't help because that's the only way I can make money"
17:30 pmk65 look at all the large ext, and notice that development have stopped on most of them after a while.
17:31 pmk65 I like Open Source, but you need a mix of commercial and OS license to make it appealing for large development projects.
17:32 Denyerec I agree, in part.
17:32 Denyerec Imagine, though, if TemplateVoila cost £500
17:32 Denyerec Powermail another £200
17:32 Denyerec and so on and so on...
17:32 llacroix pmk65: it doesnt work
17:32 pmk65 No, but there could be a standard, and a shareware version.
17:33 Denyerec It would be difficult to police I fear.
17:33 Denyerec I don't think either situation is without its drawbacks.
17:33 pmk65 llacroix: works for me.. :) shall I post my TCA.php file?
17:33 Denyerec Typically we get a big extension because some big company somewhere paid a developer to develop it
17:33 llacroix it's weird when I paste the first "0" => it telles me
17:34 Denyerec Once that work is paid for, shouldn't it then be released?
17:34 llacroix Warning: Cannot modify header information - headers already sent by (output started at /Users/<removed>/Projects/typo3/typo3/typo3conf/ext/tt_news/tca.php:3) in
17:34 Denyerec The man has been paid for his time, afterall.
17:34 pmk65 http://pastie.org/501749
17:34 Denyerec (or woman!)
17:35 pmk65 Denyerec: it usually is, but then people want additonal features, bugfixes etc. which the original company no nonger pays for..
17:35 Denyerec At least then the source is open.
17:35 Denyerec I've wanted features adding to Lightroom since its release and there is nothing I can do abou tit.
17:36 Denyerec as indicated, neither situation is an ideal :(
17:36 llacroix which version of typo3?
17:37 pmk65 TYPO3 has 3500+ extensions, yet less than 500 is usable.
17:38 pmk65 there's 6-10 shop modules (each more crappy than the other), Why not make one good shopmodule? Same with other ext. There's several ext doing more or less the same thing.
17:38 llacroix no way
17:39 pmk65 llacroix: did you clear cache?
17:40 _pedda_ cu all
17:40 _pedda_ have a nice weekend :)
17:40 llacroix yeah I did...and I removed something weird
17:41 llacroix and now both rte_editor don't appear
17:42 pmk65 llacroix: I can send you my tt_news ext if you want?
17:43 llacroix give me a sec
17:43 pmk65 v2.5.2
17:43 llacroix same here so it should work
17:44 llacroix I'll copy paste your whole tca.php
17:45 llacroix with your tca.php...it works
17:45 pmk65 You can download my tt_news version here -> http://sharebee.com/4733be3c
17:45 pmk65 If you get it working, you might want to install/use this one too. -> http://typo3.org/extensions/repository/view/pmkhtmlcrop/current/
17:46 pmk65 It allows you to crop HTML content, without having to worry if the cropping occurs in a tag.
17:59 flipmoe dokma: are you there?
18:00 dokma flipmoe: yup
18:01 flipmoe where can i define modules in the bakcend module?
18:01 flipmoe '<form action="mod.php?M=tx_pxeventsM1?deleteParticipants='.$event.'"
18:01 flipmoe Value "tx_pxeventsM1?deleteParticipants=Array" for "M" was not found as a module
18:06 energie921 if i have a cobject that says # Content object two:
18:06 energie921 page.20 = TEXT
18:06 energie921 page.20.value = HELLO UNIVERSE!
18:06 energie921 does the page.20 mean it is displayed 20 pixels from the left?
18:09 dokma flipmoe: hmmm... I'm not sure what you are trying to say with 'define modules in the backend module'
18:09 dokma elaborate a little on what you are trying to do
18:10 flipmoe ok
18:11 flipmoe dokma: how can i call a function out of the input/form and where has the function to be placed?
18:11 flipmoe dokma: or defined
18:12 pmk65 energie921: No. 8The 20 just tells in what order the object is in the page object.
18:14 Denyerec pmk - I do wish there was a useful gallery, forum and shop.
18:14 dokma flipmoe: all you need to do is pass a parameter to the same script
18:14 Denyerec With those three components, and perhaps a decent foum, Typo3 would be stomping about the internet like a giant stompy machine.
18:15 pmk65 flipmoe: You don't need to define a <form> tag in a BE module. There's should be one as default.
18:15 dokma flipmoe: then in that same script you can have a switch that calls functions according to the param
18:16 flipmoe dokma:
18:16 flipmoe dokma: ok thx i see
18:32 energie921 hey
18:32 energie921 i have downloaded a typo3 template
18:32 energie921 how would i use it in dummy mode?
18:32 energie921 it doesnt have any log in to backdoor on it
18:35 nick108 I'd like to modify the filelinks output via TypoScript and need some help
18:35 nick108 I did that before, but I cannot remember how I did it :-(
18:37 nick108 the strange thing is that I cannot find any reference to csc-uploads in EXT:css_styled_content/static/
18:38 nick108 any ideas where I can overwrite the default output?
18:42 energie921 if a typo3 template doesnt come with log in to backdoor, how can i edit it?
18:51 energie921 fantastic help community
18:51 energie921 no one answering even simple questions
18:52 Wol hi everyone, anyone know how to use felogin with redirect getpost?
18:52 energie921 no wol
18:52 energie921 people here dont answer questions
18:52 energie921 just hang out and chill
18:53 Wol for exemple someone want to access to a protected page,then he is redirected to the login page and after he should be redirected to the wanted page
18:53 Wol :P
18:53 energie921 u wont find any help here
18:53 Wol hooo coool i can chill here ;)
18:53 energie921 yes just dont answer any questions
18:53 energie921 unwritten rule
18:53 Wol lol
18:54 energie921 dont lol me, im not kidding
18:54 Wol hummm energie921 do you understand what i wrote (i'm french ;))
18:55 energie921 i been here 3 hours none my questions answered
18:55 energie921 ignored
18:56 Wol seriously
19:01 nick108 energie921: what do you mean with "log in to backdoor"?
19:37 llacroix est-ce que vous etes francophone?
19:38 nick108 llacroix: pas vraiment
19:39 llacroix ah ok, just wondering how big is the french community
19:39 nick108 seems to be rather quite at the moment
22:38 iamjay hey uhm
22:38 iamjay does anybody know of a syntax highlighting file for vim?
22:47 llacroix any idea why the pmk htmlCrop make things worse with tt_news?
22:48 llacroix http://paste2.org/p/249531

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.