Search the website and IRC logs

Search is currently not available.

#TYPO3 IRC log from : Monday 24 May 2010

Year: 2007 2008 2009 2010 2011 2012
Month: Jan Feb Mar Apr May Jun Jul Sep Oct Nov Dec
Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
00:30 snoy_ms interactivex: don't realy know. But maybe with<!--TYPO3SEARCH_begin-->
00:30 snoy_ms nur hier wird indiziert
00:30 snoy_ms <!--TYPO3SEARCH_end-->
00:30 snoy_ms sorry...
00:30 snoy_ms i mean <!--TYPO3SEARCH_begin-->content<!--TYPO3SEARCH_begin-->
00:31 snoy_ms in your template
00:31 snoy_ms never did it
00:31 snoy_ms sorry its to late.... i ment <!--TYPO3SEARCH_begin-->content<!--TYPO3SEARCH_end-->
00:31 snoy_ms need some sleep
00:33 snoy_ms your extension must be a cached extension "USER" instead of "USER_INT" i think
00:33 snoy_ms cu
01:37 jjulian hi does somebody know if i can change the class of the li in a itemArrayProcFunc suer function?
07:10 Fruchthoernschen Hello
07:11 Fruchthoernschen Has anyone an idea why sr_feuser_register shows all Languages Options /(Translated Records also) in my new created drop-Down Boxes which I have created as an mm Field with kickstarter? I think in an older version of sr_feuser_register I haven't had this problem?
07:43 smeringe morning
07:56 Fruchthoernschen narf
07:58 Fruchthoernschen For All ppl who adds an Select Drop Down Box or an other field from type select to the sr_feuser_register and wonders why there are all rows visibled and not only the rows for the selected Language: plugin.tx_srfeuserregister_pi1.useLocalization = 1 ... :)
08:15 smeringe uhm, when I output cObj RECORDS with TS, it renders as text and (ie all HTML special chars are converted to text so that the html is displayed.. anyone with a clue on why?
08:29 smeringe bah.. found it.. was "Pass content through htmlSpecialChars (HSC)" checked in TV.. :(
08:29 smeringe think that one should be disabled by default with typoscript mapping from TV..
08:43 Fruchthoernschen hehe ;)
11:43 HardPhuck how do I lose the language prefix in url when link is pointing to my primary language?
11:44 HardPhuck domain.com/dk/dkpage on domain.com/en/enpage
11:44 HardPhuck i want to loose the /en/ part on all links because en is my primary language
11:44 HardPhuck and i don't want duplicate urls
11:53 HardPhuck baically I want to remove the L=0 part from the realurl
12:20 marno hi there
12:20 marno i have a problem using newly installed typo3 that I never seen bevore
12:21 marno i use css sytled content
12:21 marno an when I do so, i escapes some html, like <br />
12:21 marno so I get it shown in the frontend..
12:21 marno What to do?
12:21 marno using content (default) didn't do that
12:28 marno nobody
12:28 marno ?
12:30 poioop hello. i would like to process the content of the right column in my plugin. i tried "plugin.tx_myplug_pi1{content<style.content.getRight}". if i var_dump the $content Parameter of my main funtion i get an empty string... am i missing something here?
12:40 poioop aargh. i forgot to include that template into my master - strange that the main code gets triggered even if my plugin was not invoked
12:49 poioop can anyone here recommend me a tutorial showing how to interact with content elements with plugins?
12:50 poioop the tutorials i fond so far where only adding stuff rather then relating to the content of the page...
12:51 HardPhuck buy the extension development book
12:51 HardPhuck really good
12:52 HardPhuck what do you want to do with your right column in your plugin?
12:54 poioop i want to check, if the header is linked, if so, ild like to add a little "more" button ...
12:55 HardPhuck what does it mean if header is linked?
12:55 HardPhuck i'm pretty sure that can be solved without an extension
12:55 SparFux Hi all.
12:56 marno no idea?
12:56 poioop if a url is attached to the content
12:56 poioop sorry, header is misleading
12:56 SparFux I am doing a manual install and want to closely follow the instrutions in INSTALL.txt. What is the "web site root directory"?
12:56 HardPhuck marno: how did you add that <br />
12:57 marno I hit <enter>
12:57 marno sorry
12:57 SparFux So far I have extracted the packages and have this structure: http://pastebin.com/CD1YrMJr
12:57 marno <shift>+<enter>
12:57 HardPhuck marno: do you have a clean install
12:58 HardPhuck the official one
12:58 marno a href will be escaped to <link...>
12:58 marno this is a clean install
12:58 marno very clean
12:58 HardPhuck any extensions
12:58 marno there is no way to get it cleaner
12:58 SparFux marno: aha. you did the manual install already?
12:59 marno manual install from what? typo3? Every typo3 I ever installed was the manual way
12:59 SparFux typo3.
12:59 SparFux it says: sudo chgrp -R apache fileadmin typo3temp typo3conf uploads
12:59 HardPhuck SparFux: http://blog.clientbag.com/2010/05/13/how-to-install-typo3-on-a-linux-server/
12:59 SparFux but there are no fileadmin and other dirs in webserver root so far.
13:00 HardPhuck i think this post describes proper install
13:00 marno if i would do that, there will be not right for typo3 :)
13:00 marno there is no linux... it is Unix
13:00 SparFux HardPhuck: I have 100 installation instructions for typo3 and finally I would want to closely follow the official one. I see a file INSTALL.txt in the package I downloaded, version 4.3.3.
13:00 marno It is an cluster using NAS with 12 Apaches in front
13:01 HardPhuck SparFux: website root directory is usually path to your dummy directory
13:02 SparFux hmn...
13:02 HardPhuck like /var/www/domain.com/dummy/
13:02 SparFux ah ok.
13:02 SparFux the INSTALL.txt does not mention to link that in.
13:04 HardPhuck that's because it's written by geeks for geeks :)
13:05 HardPhuck poioop: so you want to check whether your right column has a link in it?
13:20 poioop yes
13:20 poioop i have like several content items on the right
13:20 poioop if they are linked, i need to show an icon..
13:22 SparFux HardPhuck: you kiddin? ppl say I am a geek. But as a rationalist, I expect sb who give commands to link typo_src to also give them to link dummy. :-)
13:22 HardPhuck not geek enough I guess :)
13:23 HardPhuck poioop: how many pages do you have?
13:23 HardPhuck total
13:24 poioop 10
13:25 SparFux HardPhuck: I think it just needs to mention to extract dummy to the web site root?
13:25 SparFux that right?
13:25 HardPhuck poioop: no use of having a plugin for 10 pages, just do it manually
13:25 HardPhuck SparFux: i thought it does
13:26 HardPhuck SparFux: ah, you got it wrong
13:26 SparFux That's the only statement missing in the INSTALL.txt to make it understandable for semi-geeks like me :-)
13:26 HardPhuck you extract the dummy wherever you want and set document root to it
13:26 HardPhuck that's a difference
13:26 SparFux Ah!
13:28 SparFux But then I get index.php of dummy and a link I just created due to INSTALL.txt
13:29 SparFux wrong.
13:29 SparFux they are links already :-)
13:29 SparFux in dummy package. I think, now I got it. thx for help.
13:30 HardPhuck np
13:31 poioop you mean add set up code to every page or?
13:33 SparFux got it!
13:33 HardPhuck poioop: add 'more' links manually
13:33 HardPhuck or is that a news-like section
13:33 poioop no way, cant do that. i am not maintaining the news
13:34 HardPhuck why don't you use the tt_news extension then
13:35 poioop is there a demo or something?
13:35 poioop its not really news, its more like teasers
13:36 poioop im inheriting a project... my predescessor used a custom extension to get it done
13:36 poioop i need to understand exactly what it does to be able to port it to the new typo3 setup
13:38 HardPhuck yes, tt_news have teaser too
13:38 SparFux HardPhuck: The site you pointed me to has better explanation of things, indeed.
13:39 HardPhuck glad to hear that
13:39 HardPhuck poioop: http://nova.kobilje.si/
13:40 HardPhuck the middle column has what you need, right?
13:40 HardPhuck click 'Vec o tem' at the end
13:40 HardPhuck and you get to the single view page
13:40 HardPhuck (this is a page I'm currently developing)
13:41 smeringe another example of tt_news tweaked usage; http://www.giff.se/us/nc/public/videograph.html
13:41 poioop ok..
13:42 poioop maybe thats just it
13:42 poioop ill install it and try to see what it does
13:53 poioop ok. i see the "News Admin"
13:53 poioop how do i influence the output, like more link icon aso?
13:56 smeringe tt_news is template based - and TypoScript.. check http://typo3.org/documentation/document-library/extension-manuals/tt_news/3.0.1/view/1/2/#id2344301 .. and skim through the beginning, and the look up "sheet: Template" fiurther down..
13:57 poioop thanks!
14:00 SparFux HardPhuck: What is username and password after the installation?
14:24 kevke Hey ppl, Here is a tricky one: Can I somehow get two actitons (open the linked website in a new window and go to previous website) in one link?
14:30 HardPhuck SparFux: you must create an admin user when you are installing
14:30 HardPhuck kevke: of course but with javascript only
14:34 poioop @Fruchthoernschen: thanks for your help. i've managed to find the problem. i tried to manipulate marks via table, whereas they where part of a template object. i've referenced the templates in the page instead of copying them and used top level objects for the templates...
14:34 poioop correction: i tried to manipulate marks via *page* - not table
14:40 HardPhuck you are using marks?
14:40 HardPhuck not a good idea
14:52 poioop what are $something in typo3? i can see them assigned to markers.
14:54 poioop i mean in typoscript
14:54 poioop ...not php offcourse :)
14:57 smeringe poioop, you mean like temp.foo = {$bar_bas} ?
14:57 smeringe that's "constants"
14:59 poioop yup
14:59 poioop ok
15:04 poioop if i do plugin.tx_bla_pi1 < stlyes.content.getRight shouldnt my plugin get the content of the richt column to work on somehow or am i wrong? i thought i have to feed my plugin via ts in order to manipulate it...
15:12 HardPhuck it gets the typoscript object of the right column not it's content
15:17 poioop since i set plugin.tx_bla_pi1 < styles.content.getRight - how does this affect my php plugin? how is this passed? i've seen some info dumping the $conf parameter. it looks like some info has been passed. i wonder how to actually work that content?
15:19 poioop ... to be precise, it looks like the parameters of my column that are getting passed there...
15:19 poioop i guess i have to pick all elements from the tt_content table via db request and work on them
15:38 poioop ih see this expression xxxx = tt_content.text.20.parseFunc
15:38 poioop is tt_content.text.20 allways defined?
15:40 SparFux HardPhuck: Ah, admin user for the typo3, not the database :-0
15:41 poioop it looks like... i can see it inside the object browser in my top template
15:42 HardPhuck poioop: why do you so stubbornly want to do it your way when it was done before and properly
15:43 poioop oh was it?
15:44 HardPhuck yes, have you checked the link i posted before
15:44 HardPhuck http://nova.kobilje.si
15:44 HardPhuck check the middle column
15:47 poioop look, i see your point, but i have to adapt the structure. my predecessor is not there for guidance and i have no intention to blinldy copy something i dont understand. typo3 deployments are much harder to maintain than the classical websites i used to deploy. i dont want to end up messing on the life system so i better understand it before that. besides the code i inherited consists in large parts of dead extensions und obsolete references.
15:50 poioop .. and i got you wrong - i thought you were refering to the extension in place that was done properly...
15:56 HardPhuck yeah picking up after someone is hard on it's own but even harder when they sucked at it
15:58 poioop :) thats what it looks like
16:00 poioop i managed to transfer large parts allready. its just this lst part of the puzzle that makes me loose significant ammounts of hair
16:08 SparFux Ok, got the manual install up and running :-)
16:09 HardPhuck great
16:12 SparFux Ok, I thought there were default templates delivered with typo3.
16:12 SparFux even with manual install I get the error no templates found.
16:12 SparFux can I allow normal users to edit template things? I allowed pretty much everything, but the template button is not on the left column for normal users.
16:17 TheEternalAbyss how do I tell typo3 to stop adding all thos crappy csc-textpic and csc-textpic-text and such
16:17 TheEternalAbyss it's screwing up my layouts since its adding unecessary paddings all over the place
16:18 TheEternalAbyss i dunno hwo to disable that in my cms
16:18 TheEternalAbyss I'm using 4.2.10
17:35 raymond95 hi. can someone tell me why the BE menu is different from one OS to the other (linux/mac) thanks
17:36 TheEternalAbyss what version?
17:37 raymond95 I use 4.3.3
17:43 TheEternalAbyss hmm
17:43 TheEternalAbyss it really shouldn't change
17:44 TheEternalAbyss are they local installations or remote (on a windows and a mac server?)
17:45 raymond95 one is local on a mac the other is on a linux server
17:59 TheEternalAbyss well, the backends should be exactly the same if you just copied over the files from the local installation to the remote installation
17:59 TheEternalAbyss so I'm really not sure what's going on in your case if they are different
18:02 raymond95 in fact I used a pre built package for the mac but the source for the linux server, this may be the issue
18:05 TheEternalAbyss maybe
18:10 raymond95 is there a file that describe all visible options in the menu
18:12 SparFux I use 4.3.3, too.
18:14 SparFux How to allow a normal user to have the "template" button on the left?
18:15 SparFux aha, it's not possible.
18:15 SparFux point.
18:16 SparFux But what if I grant admin access to my system? Isn't everything exposed then? Can I say: "this admin is only allowed to edit template for webpage1 ?
18:18 TheEternalAbyss maybe #web can help
18:19 TheEternalAbyss oops
18:19 TheEternalAbyss wrong channel sorry
18:20 TheEternalAbyss Spar: to my knowledge you can modify permissions for all files.
18:20 TheEternalAbyss So you can allow or disallow whatever you want for individual files
18:20 SparFux hm....
18:21 SparFux to me it seems, for admin users, the Access tab and then Workspaces tab vanishes. So I cannot restrict access that well.
18:28 milpoer hi all.
18:29 hunttuch Hy,
18:29 hunttuch I use a form (plain html) to submit some data to an external php script. Now I want to pass the value of GPvar:L to this script via a hidden form field but I don't know how to read out the value of GPvar:L nor how to insert it into my form then. Whats the preferred way to do this?
18:42 milpoer i want to set some configuration option on my plugin in the BE when plugin is inserted, fx. show number of items. Any hints ? never done this before, normally my plugins has to show all..
18:54 TheEternalAbyss I have a div container which holds a lot of content and I'm using anchors for quickjumping around. I need the page to stay fixed tho and have the div just scroll so I don't the menu from the user's view
18:54 TheEternalAbyss how can I do this in typo3
18:55 TheEternalAbyss cause I'm able to put the anchors in but i'm not sure how to keep the menu always in view
20:00 Fruchthoernschen poioop, okay ;)
20:00 Fruchthoernschen TheEternalAbyss, hmm that's sounds like an CSS only issue.
20:10 milpoer hi.. how do i use my data from flexform in my php-class??
20:10 milpoer i have tried following. http://www.typo3-jack.net/typo3-dev-lists-netfielders-de/5273-typo3-dev-how-get-information-flexform.html but no luck...
20:29 TheEternalAbyss yea I think i'll have to make my menu fixed using css
20:29 TheEternalAbyss thanks for replying Fruch
20:43 Fruchthoernschen hehe ;)
20:43 Fruchthoernschen Fruch ;)
20:55 foertel hey ho guys
20:55 foertel greetz lolli
21:49 foertel dumm di dumm
21:49 foertel re guys
22:09 foertel ok ... performing database profilings with tables >1.700.000 rows really sucks ;)
22:55 Denyerec Morning all.
22:56 foertel you too
23:25 foertel erm ... what are my svn credentials on forge? same as typo3.org login?

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.