Search the website and IRC logs

#TYPO3 IRC log from : Tuesday 18 March 2008

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
00:36 dokma hi guys
00:37 dokma is there some T3 tool to clone T3 sites?
00:44 beevi2 yeah
00:44 Denyerec hey dok
00:44 beevi2 typo3
00:44 Denyerec mysql dump, followed by a copy of the tree struct
00:44 beevi2 t3d export of the rootpage
00:44 Denyerec won't take you more than a few minutes, don't know if you need a tool for it really?
00:44 beevi2 t3d import
00:44 beevi2 finished
00:46 beevi2 is there a way to strip all the whitespace on a generated typo3 page?
00:47 Denyerec in the rendered HTML ?
00:48 beevi2 yep
00:48 Denyerec Why would you want to do that ?
00:48 beevi2 save bytes
00:48 beevi2 ;)
00:48 beevi2 www.manuelbieh.mobi
00:48 Denyerec hardly... the Z compression of your modem would handle that
00:49 beevi2 hehe
00:50 Denyerec you could run it through HTMLTidy I suppose
00:50 Denyerec and configure that to gobble up all the whitespace
00:50 beevi2 ah yeah. good idea. thanks
00:50 Denyerec you're still using auto make template right ?
00:51 Denyerec with the sections/markers and all tht
00:52 beevi2 jep
00:52 beevi2 as i said. i'm too stupid to use templavoila
00:52 beevi2 ;)
00:53 Denyerec pshf
00:53 Denyerec Nonsense.
00:53 beevi2 hehe
00:53 Denyerec It's just the doc is a complete bitch
00:54 Denyerec Not to mention a little old.
00:54 beevi2 maybe i just didnt try hard enough
00:54 beevi2 yep
01:43 dokma hey Denyerec, well I started writing one cause when you really think about it
01:43 dokma it does take a few transformations on the path
01:43 dokma like baseURL
01:43 dokma sitename
01:44 dokma and all the mysql stuff and apache site configuration can be automated
01:44 dokma I make a lot of new sites
01:44 Denyerec hmmm
01:44 dokma so a good tool is a handy thing here for me
01:44 Denyerec yeah
01:44 Denyerec I thnk the canonbose lot have a sitestarter mod
01:44 dokma I made a pretty dumb mistake today
01:44 dokma cloned my starter site but didn't reconfigure mysql
01:45 dokma then I started messing on starter and messed a pretty big client site
01:45 dokma thank God for rollback
01:45 dokma let me check that canonbose thing
03:18 nature man... maybe one of these months I'll figure out what hoop it is you need to jump to set up tt_news from scratch
03:41 nature oh lookie... half working. still no categories to choose from
03:45 nature Special options: [not categorized]
06:50 d|g hi all
07:13 koomi moin
08:30 FloLeBlanc hi all
08:31 FloLeBlanc is there a way to have t3 email me when someone tries to login in the backend with wrong information? (we had a brute force attempt at the install tool on sunday)
08:39 xsebi mornin
08:39 FloLeBlanc hi xsebi
08:52 Christofe ext Flash SlideShow stop working, using typoscript slideshow = 34 (that is the id of page) is there any thing missing?
09:03 FloLeBlanc nvm my question
09:14 HardPhuck i have made the topmenu to display in the content frame, but i forgot how to unset it
09:14 HardPhuck any ideas?
09:19 FloLeBlanc can someone tell me where the install tool stores the values that are set in there? (I recently became aware that the db password is stored in cleartext there :()
09:21 xsebi localconf maybe
09:23 FloLeBlanc hmm isn't it rather unsecure to store the db passwort in the localconf.php in cleartext?
09:24 FloLeBlanc what chmod should that file have?
09:25 xsebi i know theres the hash u can reconstruct ur installation when messed up a password
09:26 xsebi or if theres a database issue after install
09:26 FloLeBlanc hmm ok thx xsebi
09:27 xsebi localconf.php should be writable when developing things
09:30 maholtz_ @flo: the localconf.php should be writable by your webserver - if you install an new extension, this will be written into localconf.php
09:31 FloLeBlanc xsebi, maholtz: my concern was that someone could access the db-password in the localconf.php which is written in cleartext there
09:31 FloLeBlanc but without shell access or ftp access this should not be possible afaik?
09:35 maholtz_ or someone installs via an bug an php-script which outputs the localconf.php
09:36 xsebi u can use htaccess and/or symlinks to secure it more
09:36 xsebi but im not in server issues and know how its working exactly
09:37 FloLeBlanc xsebi well htaccess would prevent t3 itself from accessing localconf wouldn't it? hmm
09:37 phil404 morning
09:38 maholtz_ .htaccess prevents not t3 - because t3 reads the filesystem - htaccess is an apache issue - so only if you want to get localconf.php via apache it would be prevented
09:38 FloLeBlanc ah ok.. thank you didn't work with that a lot yet
09:38 maholtz_ you should haven an look at yourdomain/typo3conf/localconf.php :)
09:39 maholtz_ btw. : do not use deny from all in .htaccess because your extensions are in typo3conf/ext/ and then some files could not be read anymore
09:39 FloLeBlanc maholtz: what would I find there but the values set in the install tool?
09:40 maholtz_ use your browser
09:40 fummeltrine__ FloLeBlanc, $TYPO3_CONF_VARS["BE"]["warning_email_addr"] =
09:40 FloLeBlanc fummeltrine: I've set that, but at the point I get the warning it may be too late :)
09:41 FloLeBlanc maholtz: with the browser just nothing is displayed (the php is rendered on the server - no output)
09:42 maholtz_ yep:) - since your server renders php the localconf is not readable - imho you do not need htaccess
09:42 FloLeBlanc maholtz: ok thank you for the infos
09:42 maholtz_ hth
09:45 fummeltrine__ FloLeBlanc, set up a email->sms gateway and sent warning_email_addr there
09:46 fummeltrine__ this should solve the "it may be too late" issue
09:49 FloLeBlanc fummel: yes I thought about that, thx
09:50 fummeltrine__ and enforce good passwords for your be users, eg by running rainbow attack on the mysql values
09:50 fummeltrine__ that sould prevent an attacker from successfull login
09:51 FloLeBlanc fummel: ok, thank you
10:12 phil404 i have a problem with text rendering on a server: The 3 TTF Rendering Tests from the Install Tool are showing the blue image without any text. The Freetype Quicktest on the Basic Configuration Page renders as usual. A PHP Testscript renders normal Text as well. See config here: http://phpfi.com/303464
10:13 phil404 any idea's on this?
10:27 tf hi. how can i create a submit button in my extension? it is a backend module. for example a button to send an email.
10:42 JaXtreme hi
10:43 phil404 hello
10:50 FloLeBlanc hi
11:01 klick hello. are there a link referer in typo3?
11:11 hcs-syntax are there an link referer in typo3?
11:14 phil404 hcs-syntax: where do you need the refferer?
11:14 phil404 i have a problem with text rendering on a server: The 3 TTF Rendering Tests from the Install Tool are showing the blue image without any text. The Freetype Quicktest on the Basic Configuration Page renders as usual. A PHP Testscript renders normal Text as well. See config here: http://phpfi.com/303464
11:14 phil404 any idea's on this?
11:15 dfoerster Hi there. Can anyone tell me, where the transformation of content elements comming from the database takes place? I'm trying to debug #7869 where html tags get encoded and display to the user.
11:18 hcs-syntax phil404: to know which word the users type into google.
11:21 phil404 hcs-syntax: do you need the value in php or TS?
11:22 hcs-syntax ts?
11:22 phil404 typoscript
11:22 hcs-syntax ts aint have such an script?
11:33 teppi|work do somebody where the field userMods in the table be_users is set in the backend?
11:37 teppi|work ok i got it
11:38 teppi|work i was just irritated by the fact that the field is used for an admin user .. but it seems he was first a normal user and then was switched to an admin usser :-/
11:48 Denyerec Where in the wiki should I put my plans for the Tutorial video?
11:49 Denyerec it's a general Typo3/TemplateVoila tutorial
11:50 Nekdy im interested in tutorial
11:51 Nekdy also a templavoila tutorial showing how to do several levels of subpages would very nice
11:52 phil404 wow, this image rendering problem drives me nuts :(
11:55 murphy phil: does the test on the first page in the install tool render correctly?
11:56 phil404 yep
11:56 phil404 and the general gd functions like drawing boxes work as well
11:57 murphy then it is lack of imagamagick
11:57 murphy or graphicsmagick
11:57 murphy because the other font-tests require scaling
11:57 phil404 i tried gm 1.16, im 4.2.6 and 6.2.xx
11:58 murphy do the scaling tests in the graphics part of the install tool work?
11:58 phil404 also the plain TTF rendering in gd test? that one is shown also if im is turned off
11:58 phil404 scaling works fine
11:58 phil404 masking works fine
11:58 murphy ok, thats weird
11:59 phil404 pretty much everything except the bloody TTF rendering
12:00 murphy because basically it works like that: gd writes the text and imagemagick just does the scaling for the nicetext option (anti-alias)
12:00 murphy i never had that problem sorry
12:01 murphy maybe some cache cleaning and apache restarting might be another option...
12:04 phil404 hmm
12:05 phil404 i deleted the cached files in typo3temp after every change i made to be sure
12:05 phil404 and unfortunatley i have no root access
12:06 phil404 but i don't think that would solve the problem as a plain PHP Test-Script renders everything fine
12:06 phil404 but thanks anyways murphy
12:06 murphy ok - if the freetype/php setup is provided by your hoster it should be running
12:06 phil404 yes
12:07 murphy i'm doing typo3 for 5+ years now and never saw the install tool render the text on the first and not on the third page - so seems you hit the jackpot
12:08 phil404 yep, i work with typo3 for several years as well and never had something like this
12:08 murphy if its a shared hosting environment, maybe ask your hoster if other customers have a working setup
12:08 phil404 its a dedicated manage server
12:09 murphy time to see how well managed it is ;)
12:09 phil404 i guess i have to debug the t3lib_stdgraphic class
12:09 phil404 lol
12:09 murphy i would rather take a guess on some weird php/freetype problem
12:09 murphy but anyway, good luck to you phil :)
12:10 Denyerec Nekdy - what do you mean "several levels of subpages"
12:10 Denyerec you mean for example in a menu structure?
12:10 Nekdy i want to hierarchicaly make page
12:10 Nekdy like top menu
12:10 Nekdy then body
12:10 Nekdy inside body 2 or 3 coulmns... then in second coulmn 2 rows etc.
12:11 phil404 thanks murphy
12:11 Denyerec I see
12:11 Denyerec Yes that's rather simple to do, and will be covered.
12:12 Nekdy so it's possible to have more than level2 subpages?
12:19 uriahhee1 o_0
12:19 uriahhee1 vacation for a week <3
12:19 uriahhee1 tis my bday today
12:19 uriahhee1 and for some reason my sleeping in has been interrupted.
12:20 uriahhee1 haha
12:20 phil404 happy bday then :)
12:20 uriahhee1 :)
12:20 uriahhee1 thanks
12:22 Nekdy Denyerec im interested in this: "You can create a parent template while extending specific areas of it on subpages using child templates. Template-nesting is fully supported."
12:22 Nekdy and this: "Create unlimited templates and insert them into other templates as a basis to that template."
12:23 Denyerec Happy birthday uriah :)
12:23 Denyerec Nekdy - I *THINK* I know what they mean by that
12:23 Denyerec and yes, have an example planned.
12:23 Denyerec I just have to remind myself of what the DS and TO are....
12:24 Nekdy :)
12:29 NublaII my typo3 install is eating my files...
12:29 NublaII every morning when I come to work the typo3temp directory is empty...
12:30 NublaII it even deletes some directories inside typo3temp
12:33 Denyerec Good job they're temporary then isn't it?
12:33 Denyerec :)
12:38 koomi lol ries. nice thread on spEllIng
12:39 koomi morning everyone
12:42 \0 hi
12:42 \0 does anyone knows how to disable non translated pages?
12:46 NublaII problem is they don't get regenerated
12:46 \0 hi NublaII
12:46 NublaII so the page has a lot of blanks... and I have to go and reload the page on the be
12:47 NublaII hi there
12:48 murphy @0: in the localization settings of the page record you can disable them in the menu via "Hide page if no translation for current language exists"
12:48 murphy more on localization: http://typo3.org/documentation/document-library/core-documentation/doc_l10nguide/1.0.0/view/
12:53 Denyerec hey koomi
12:53 Denyerec What thread are you on about ?
13:05 FloLeBlanc hi denyerec, koomi
13:05 Denyerec hey flo
13:05 Denyerec anyone want to help with a little TS issue
13:05 Denyerec ?
13:05 Denyerec I'm trying to get the extension seo_basics to use some default values if none exist.
13:06 murphy @denyerec: get more specific
13:07 NublaII I want a piece of text to appear and disappear from the page using the 'Start' and 'End' fields
13:07 Denyerec SEO basics allows you to set titles and descriptions on each individual page.
13:07 Denyerec HOWEVER
13:07 Denyerec ifyou don't specify anything, it doesn't add a default
13:07 NublaII the problem is I want to hide something for a couple of weeks
13:07 Denyerec so that means you have to copy and paste your darned default into every page, which is a pest.
13:08 Denyerec So I'd love to be able to define some defaults which will be inserted if the plugin's entry is blank.
13:08 NublaII but the start and end fields let you do the opposite...
13:08 Denyerec Just trying to dig through their TS now.
13:08 NublaII any ideas besides duplicating the element and setting an end date in one and an start in the other?
13:09 Denyerec murphy I found it
13:09 Denyerec Now all I need to be able to do is define a TS constant based on the content of a HTML page record...
13:09 Denyerec any clues as to how I'd manage that ?
13:10 Denyerec I want the end user to be able to edit the constant you see but I can't give them access to the Admin account as they'll no doubt break everything
13:11 murphy it will work with putting it in setup as well won't it?
13:12 murphy hmm, just looking at the ts, i see
13:13 murphy do you know about gettext? it gives you a nice and clean way to access certain content elments
13:13 murphy http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/2/2/#id3750326
13:16 murphy plugin.tx_seobasics.10.stdWrap.data = DB:tt_content:234:header
13:16 murphy try that
13:16 murphy replace 234 with the uid of your HTML record
13:18 murphy oh, actually i think it must be more like this:
13:18 murphy plugin.tx_seobasics.10.stdWrap.ifEmpty.data = DB:tt_content:234:header
13:19 beeeviz is there a way to define an alternate max image width with conditions? i.e. [globalVar = GP:L = 1] styles.content.imgtext.maxW = 704 [end] ?
13:19 beeeviz i'll try that
13:20 murphy @bee: it should work, but you return to global scape with [global] not [end]
13:23 Denyerec murphy - I just wrote a very ugly conditional, let me pastecode it
13:24 Denyerec http://www.paste2.org/p/16434
13:24 Denyerec so now I have my two constants $siteDefKeywords and $siteDefDescription
13:24 \0 thanks murphy
13:25 Denyerec but now I see that you can use a stdWrap.ifEmpty...
13:25 Denyerec Never knew about that one! :)
13:25 murphy it's great, figured it out myself some time ago
13:26 Denyerec NO kidding!
13:26 Denyerec Care to explain DB:tt_content:234:header ?
13:26 Denyerec is that a gettext directive ?
13:26 Denyerec to steal the header field from tt_content record 234 ?
13:26 murphy used it today for a 4th level navigation, which pops up above the content area, but only when you are on the 4ht level, kinda nice
13:26 murphy exactly
13:27 Denyerec hey murphy - register with nickserv
13:27 Denyerec can't query you otherwise!
13:29 ries koomi: I am sometimes getting sick and tired of Dmitry telling other people about realurl vs Real Url vs RealUrl....
13:29 ries often I see just a reply from him to people he doesn't know.... :"Spelling is wrong, sorry I cannot answer that"... I find that kinda sick
13:30 Denyerec Ugh you're joking ?
13:31 Denyerec so you ask for help with realUrL and he'll ignore you ?
13:31 ries Denyerec: no, even worse.. he will tell you you spelled it wrong
13:31 Denyerec o_O
13:31 ries he might help you or not... depending on his mood
13:31 Denyerec Heh, dang.
13:33 Denyerec with respect to: DB:tt_content:234:header how would I find out what other things can go in place of 'header'
13:33 Denyerec where would I look for such a thing
13:39 MuRpHy denyerec - check the db fields
13:39 Denyerec Ah so that's just directly referencing the fieldnames?
13:40 MuRpHy not sure right now, brb
13:40 koomi ries: me too. it's the #debian way we should all avoid
13:40 Denyerec Isn't it Debian ?
13:40 Denyerec ;)
13:41 MuRpHy denyerec - it the fields in TCA actually
13:41 MuRpHy according to tsref
13:42 Denyerec http://typo3.org/documentation/document-library/core-documentation/doc_core_api/4.1.0/view/4/2/
13:43 MuRpHy most things are a 1:1 translation from db to TCA field, so just taking the db-fieldname is a good bet
13:43 Denyerec Mm
13:43 Denyerec that tells me how to create them
13:43 Denyerec but it doesn't reference the default ones.
13:43 Denyerec EG it expands at length on how to write my own, but doesn't seem to want to reference the TCA elements that are part of typo as a default.
13:44 MuRpHy yes it doesn't
13:44 MuRpHy try this:
13:44 MuRpHy install http://typo3.org/extensions/repository/view/phpmyadmin/0.2.2/
13:45 MuRpHy and just take the field names from there
13:45 Denyerec Is there a document that describes the defaults that you know of?
13:46 MuRpHy don't know any - I sometimes debug the TCA when programming exts, so this is how i get those names ... but on the other hand, the defaults are located in the typo3 sysext/cms somewhere afaik
13:47 beeeviz is there a way to use accesskeys in a tmenu?
13:47 MuRpHy but wait - what am i telling ... the $TCA[bla] ALWAYS maps to a field of the same name...
13:48 MuRpHy since there is no other way of referencing done
13:48 Denyerec are you registered with nickserv now murphy?
13:48 Denyerec wanted to pm you
13:48 MuRpHy no, but i get your pms, doesn't I ?
13:48 FloLeBlanc is there a way to calculate the width a string will have after using a specific font and size in php? :)
13:50 MuRpHy denyerec - you don't see my replies there do you?
13:51 MuRpHy i saw that, arrh, me damn irc noob
13:51 Denyerec hehe
13:51 Denyerec /msg nickserv identify <nick>
13:55 MuRpHy how can i check if a nick is already taken before i try to identify or change a dozen times?
13:55 Denyerec That's a very good question :/
13:58 FloLeBlanc don't you have to register the nick before identifying it?
13:59 ries MuRpHy: freenode will tell you if it was already registered
14:00 FloLeBlanc ries: still only 6 votes for the #typo3 card :(
14:12 smeringe FloLeBlanc: what's the #typo3 card? :)
14:13 smeringe *looks up
14:13 smeringe I apperantly need to check topic more often
14:19 ries FloLeBlanc: I don't understand why nobody want's to vote here....
14:20 ries we have like 40 or 50 people here
14:20 ries even if only 10 are active...
14:20 ries we should have had much more votes already
14:20 FloLeBlanc ries: perhaps they suck at cardgames and are afraid that they won't be able to defend the glory of our channel in the cardgame? :)
14:21 ries hahahha
14:22 ries FloLeBlanc: I don't even know some of the people in Community + TUG
14:22 FloLeBlanc ries: I don't know most of the ppl in the list, and those I know from tuga weren't very friendly on the TUGA mailing list except b.kraft :)
14:23 ries smeringe: you can just vote....
14:23 smeringe ries: I realized that now :P
14:23 smeringe was reading through every name.. donno why
14:24 FloLeBlanc ries: that is no surprise: it's the typo3 usergroup austria :)
14:24 ries Ahhhh :D that helps me not knowing...
14:24 ries But it looks like it's going to be a german card game :)
14:25 FloLeBlanc really?
14:25 FloLeBlanc of because of the ppl you mean
14:25 ries when I look for Tim Lochmüller typo3 in google...
14:25 ries third page is teh card game website
14:25 ries so how know is he then??? :D
14:25 FloLeBlanc hehe
14:25 FloLeBlanc lol
14:26 ries Ooo well... who do I care...
14:26 ries WE HAVE OUR CHANNEL.... RIGHT!!!!!!
14:26 ries with or without a card game....
14:26 ries active
14:26 ries and amazingly friendly
14:26 ries that's what I love about this channel
14:26 FloLeBlanc yes me too
14:34 FloLeBlanc is this the point where we state that we are so happy to have each other and dance around the big typo3 tree? :)
14:36 MuRpHy you could also start you own currency and declare independance
14:36 MuRpHy ;)
14:37 MuRpHy sorry, don't wanted to disturb, go ahead
14:37 FloLeBlanc *laughs*
14:38 FloLeBlanc I wonder how the idea of having a currency works with the open source idea and the dream of achieving the star trek state *G*
14:39 MuRpHy star trek state, i tell ya
14:39 MuRpHy ever wondered how commander riker got that saxophone of his? he would have to pay for it wouldn't he?
14:39 MuRpHy or do we all get a saophone in the future
14:40 FloLeBlanc murphy: well I guess that is what the replicator is for isn't it?
14:40 FloLeBlanc if everyone can get what he wants with this machine why would we need to buy it :)
14:40 MuRpHy hmm, maybe you are right
14:41 FloLeBlanc (of course I know that the star trek ide has flaws, but it's nice to imagine that ppl would work because they are INTERESTED in what they do :))
14:41 MuRpHy we would run into a discussion if replicated saxophones sound as good as real ones though
14:41 FloLeBlanc murphy: lol
14:41 MuRpHy i totally dig the idea, you don't have to convince me
14:41 MuRpHy :)
14:42 FloLeBlanc the point is.. I also like Heinrich Böll's "Anekdote zur Sekung der Arbeitsmoral" :)
14:45 MuRpHy hab ich nicht gelesen, aber danke für den tipp
14:47 FloLeBlanc murphy: it's rather short ;) http://www.immortelle.de/arbeitsmoral.html
14:47 MuRpHy and it's rather free, thanks :)
14:47 FloLeBlanc you're welcome
14:51 MuRpHy a great read, i actually think i might have read it in school once
14:53 FloLeBlanc yep.. me too
14:53 FloLeBlanc that's when they try to save you from the materialistic world you are thrown into afterwards hehe
14:54 MuRpHy at least they tried.... *sigh*
14:56 FloLeBlanc well on the other hand if we lived in the startrek universe perhaps we would be one of the poor nameless chaps that get killed at random in each episode *G*
15:00 MuRpHy for sure! *g*
15:00 MuRpHy oh no, please don't beam me down with these folks, please ...
15:01 FloLeBlanc LOL
15:01 FloLeBlanc *cough* I guess I catched a cold.. I can't get beamed today...
15:02 MuRpHy ahh, nothing a biometrical cough triangulator can't fix my son
15:02 FloLeBlanc I didn't want to admit it but I have a... a... kirkophobia
15:03 FloLeBlanc I can't go down on this planet :)
15:03 Denyerec How would you go about highlighting a particular section in an HMENU
15:03 Denyerec http://www.chineseteagarden.co.uk for example
15:03 Randomresult hi folks
15:03 FloLeBlanc denyerec: option split?
15:03 Denyerec if I wanted to group certain pages in a highlighted section
15:03 MuRpHy denyerec, you are so 21 century ... ;)
15:03 Denyerec wth
15:04 Denyerec o_O
15:04 MuRpHy we just had a startrek chat, nevermind
15:04 FloLeBlanc denyerec: sorry I don't understand the question *G*
15:04 Denyerec Well Flo
15:04 FloLeBlanc isn't this just a 2 lvl menu where you would assign different classes to "main" and "sub" points?
15:04 Denyerec someone commented that it woudl be a good idea to separate the product items from the information items
15:04 Denyerec Right now it is yeah.
15:04 FloLeBlanc ah ok
15:05 Denyerec But I'm wondering whether I should abandon the default HMENU
15:05 Denyerec and have a separate menu for procuts and info pages
15:05 tobi_t3w Denyerec you could use a special doctype, like spacer or something new
15:05 FloLeBlanc in that case I'd do an option split I guess... the product items will hardly change place will they?
15:05 tobi_t3w so you also can assign different icons for the backend
15:05 Denyerec I thought about using spacer
15:06 Denyerec Not sure how to define its rendering tho
15:06 Denyerec IE
15:06 tobi_t3w for spacers its easy, you have SPC wich works the same as NO/ACT etc
15:06 Denyerec imagine if you have <spacer> STUFF <spacer> STUFF2
15:06 Denyerec such that stuff and stuff2 appear in two separate <ul>
15:07 tobi_t3w you can close and reopen the ul in the spacer
15:07 Denyerec Mmm
15:08 MuRpHy i also think this is the best solution if you can't take optionsplit because of moving menu points
15:08 Denyerec that could get mesy if, for example, I wanted to use the name of the spacer as the section heading
15:08 Denyerec unless I could somehow attach a custom class to the spacers
15:09 tobi_t3w you can, just have a lookt at the documentation .. SPC works exactly the same way as NO/ACT etc
15:09 tobi_t3w just that SPC is only for pagetype spacer
15:10 MuRpHy it would work - but with the chinese tea garden site i see a quite clear 3level menu structure
15:11 MuRpHy without the need of either optionsplit or spacers
15:11 MuRpHy ?
15:11 tobi_t3w yes thats right MuRpHy
15:16 roadi i'd like to know if someone has the same problem ... we are planning to have 10 different typo3 installations here but there should be only _one_ db for the users because of synchronisation - we want to avoid synchronisatin problems.
15:17 MuRpHy write a custom authentication service
15:20 roadi MuRpHy: but the part in the class.t3lib_userauth.php checks if the cookie is valid so i have to add user in the fe_users and fe_sessions.
15:27 MuRpHy afaik this can be done automatically
15:27 MuRpHy see here: http://typo3.org/extensions/repository/view/ldap_auth/0.2.1/
15:31 chrix where can i find reported bug for http://typo3.org/extensions/repository/view/flvplayer/0.1.0/
15:42 StephanW hi i have a problem with using fe_users in a typoscript select: i am trying to do this:
15:42 StephanW http://pastebin.com/m7706c303
15:42 StephanW and it just wont work
15:43 StephanW is there an option i am missing?
15:44 StephanW as far as i understand i am supposed to be able to read every table from the db in typoscript... or at least the fe_users...
15:46 IngoRenner did you check whether fe_users is allowed for CONTENT?
15:46 StephanW where can i do this?
15:47 StephanW is there a conf var?
15:47 IngoRenner documentation / source of tslib_content.php
15:47 IngoRenner documentation == tsref in this case
15:48 maholtz_ @stephanw: lib.message = COA
15:48 maholtz_ ?
15:49 StephanW maholtz_: yes
15:50 maholtz_ if you define lib.message.5 = TEXT lib.message.5.value = hello world - is there an output?
15:51 StephanW yes
15:51 StephanW maholtz_: yes
15:51 Denyerec MuRpHy - you mean just bundle all the products within a "products" top level container ?
15:52 Denyerec Because there are only 4 product ranges, they don't want to hide them away under a "products" entry
15:52 maholtz_ @stephanw: at lib.message.10.5 too?
15:52 MuRpHy the menu structure you have shown looks like a simple 3levelnav ... on the first level you have your products AND about, start, news etc
15:53 Denyerec But they want the individual ranges on the main nav.
15:53 MuRpHy and below the productpages you have your sections for subproducts
15:53 Denyerec not hidden in a "products" top level.
15:53 MuRpHy yes, you have to put the individual ranges just on the first level
15:54 StephanW maholtz_: well yes it does and yes the sql also seams to work but it always prints 0 (i have more users)
15:54 maholtz_ in which page?
15:55 StephanW my users are stored on pid 21
15:55 StephanW this is why i put pidInList = 21
15:56 maholtz_ ok - for me everything seems to be right - sry
15:56 StephanW maholtz_:
15:56 StephanW ok thanks anyway
15:57 maholtz_ if you find the reason, please tell me
15:57 StephanW still one question is there a switch somewhere that says table can not be read
15:57 StephanW ?
15:58 MuRpHy StephanW - there is no such thing
15:58 MuRpHy try to debug your sql, i think thats where the problem might be
15:58 MuRpHy maybe just try to put out your usernames in a row for a beginning
15:59 nature denyer?
15:59 StephanW http://pastebin.com/m7706c303 this is what i am trying to do... so there is nothing fancy it is just a count oin all row of the table
16:00 Denyerec nature
16:00 StephanW MuRpHy: if i try to do it in phpMyAdmin it gives me the right number
16:00 nature wondering if you have any time to lend a hand
16:00 MuRpHy some feeling tells me the selectFields or renderObj.field is not working
16:01 Denyerec nature pnm
16:01 tobi_t3w StephanW in my typo3 installation your snippet outputs the correct number
16:01 tobi_t3w shure that mapping etc are allright?
16:02 nature ok
16:02 StephanW tobi_t3w: what mapping?
16:02 tobi_t3w the lib.message mapping? assuming its templavoila
16:03 StephanW it is not ... lib.message = COA
16:03 tobi_t3w whats your typo3 version? working on 4.0.5
16:04 maholtz_ @stephan: ingo asked if fe_users is allowed for CONTENT - so maybe it is possible, that it is not allowed - maybe use tt_content instead to prove
16:04 StephanW tobi_t3w: 4.1.5
16:05 tobi_t3w fe_users is allowed for content
16:05 StephanW tt_content works
16:05 StephanW maholtz_: that is why i asked where the switch is?
16:05 StephanW ;)
16:05 tobi_t3w there is no switch, it is hardcodet
16:06 StephanW so still i do not understand why i can't read this table
16:07 Randomresult nature ... u climb?
16:08 tobi_t3w does reading something else than count work StephanW?
16:08 StephanW tobi_t3w: no it does not. not on fe_users
16:10 StephanW tobi_t3w: if i use tt_content it works fine...
16:10 StephanW it is just this fe_users table
16:12 tobi_t3w hm strange .. in 4.1.6 there still is " substr($conf['table'],0,3)=='fe_' " so it should work the same way as before
16:13 StephanW what file is this so i can check this in my instalation
16:13 StephanW ?
16:13 tobi_t3w its in /typo3/sysext/cms/tslib/class.tslib_content.php , function CONTENT
16:16 tobi_t3w StephanW: shure that pidInList = 21 ist the correct pid?
16:17 StephanW yes
16:17 StephanW i can execute the sql statment in my phpmyadmin and it works...
16:18 StephanW SELECT username
16:18 StephanW FROM `fe_users`
16:18 StephanW WHERE pid =21
16:19 StephanW this works fin and this is what i want to happen
16:19 StephanW likewise it works with
16:19 StephanW SELECT count (*) AS count
16:19 StephanW FROM `fe_users`
16:19 StephanW WHERE pid =21
16:20 maholtz_ did you find in your tslib_content the code tobi figured out?
16:20 StephanW if ($conf['table']=='pages' || substr($conf['table'],0,3)=='tt_' || substr($conf['table'],0,3)=='fe_' || substr($conf['table'],0,3)=='tx_' || s
16:20 StephanW seams to be ok...
16:24 StephanW tobi_t3w: maholtz_? any other ideas?
16:25 tobi_t3w strange thing is that in my typo3 instalation this works
16:25 tobi_t3w so i dont know what could be wrong
16:28 maholtz_ sry, do not know - maybe have an closer look at extensions - is there any which xclass tslib_content? or.. .ähm... ?
16:29 Denyerec I wish I could figure out what the HELL T3 Formidable was all about
16:29 Timoslav hi
16:33 guid1 hi, short question: how can i add a textline or searchbox within the div that contains my HMENU? i use templavoila
16:33 guid1 i treid special, but didn't work - TEXT dosen't either
16:41 tommyd Hi! How can I prevent that typo3 scales images in the FE output automatically?
16:42 tommyd I've configured a FlexForm with an image field and this one seems to post-process any image upload
16:47 tommyd hrm... fixed it by removing the image.file.maxW entry in the DS of the flexform
16:47 tommyd why was it put in there in first instance anyways?!
16:47 JaXtreme maybe a default value
16:47 Randomresult tommyd: i think this is default...
16:48 tommyd aha
16:48 tommyd now I just need to know why this ("Image field") is any different from an "Image field, fixed W+H"
16:49 Randomresult well... fixed width is a specified width...
16:49 Randomresult in the normal imagefield... i think this is to secure the image isnt too big...
16:49 Randomresult so you can give it a max width... and ur design is not destroyed by this image...
16:49 Randomresult for ex: when a writer enters an image which is tooooo big
16:52 roadi MuRpHy: my problem is that i am writing a shibboleht-auth (fake) which loggs the user in if the shibboleth authentication has been successfull. to use ldap authentication means to auth again.
16:53 tommyd another question: is there any way to wrap an content element with a user-defined link, i.e. <a href="XXX"><img src="YYY" /></a>, where XXX is a FCE link and YYY an image field, both attributes?
16:54 tommyd the problem I'm facing right now is that the preview in tv looks fine, but the actual rendering fucks up, in a way that it puts a complete <a href="..."></a> link into the src="" attribute of the link
16:54 Randomresult use linkwrap
16:54 Randomresult wait
16:56 Randomresult i have an image field and a plain input called (field) link_to
16:56 Randomresult and then use this in the xml:20.stdWrap.typolink.parameter.field = field_linkto
16:56 Randomresult now it is an image (choosen in the fce) and the link choosen in the inputfield for link...
16:57 Randomresult here my complete ts :http://phpfi.com/303554
16:57 tommyd hrm... interesting
16:57 tommyd (this is the problem, btw: http://pastebin.ca/947563)
16:58 Randomresult page not... ahhh without the )
16:58 tommyd yeah, sorry
16:59 Randomresult well... make the template without the a href
16:59 Randomresult and use typoscript to wrap the link around...
16:59 tommyd I guess I have to go this route
17:00 Randomresult tommyd: i could paste u my whole xml if this is useful for u
17:00 tommyd hehe: or I just remove 10.stdWrap.typolink.parameter.field = field_link from the automatically generated TS in the XML
17:00 tommyd damn...#
17:01 tommyd this seems to get overwritten each time I edit the DS
17:01 koomi schwing ping
17:01 Randomresult jupp it is... dunno why
17:01 tommyd I guess one can "overwrite" these rules with the local XML part
17:02 tommyd but this field is way too small to be edited properly
17:02 tommyd I guess I just have to remember "never ever touch this ds again"
17:02 Randomresult ;) copy and paste it to an editor...
17:02 Randomresult well... yes... or before backkup ur ts from the xml before u edit it
17:03 tommyd I tried, but it never did what I wanted (i.e. I copied the appropriate XML root down to the <TypoScript> element, but it wasn't overwritten
17:03 Randomresult yeah the ts is overwritten...
17:03 Randomresult anytime u change something
17:03 tommyd would be cool if one could include TS in tv just like pagets or other things via <INCLUDE ..:>
17:04 Randomresult well i guess u can... but even this is overwritten
17:04 Randomresult the include i mean
17:04 Randomresult but then u only have to include it again...
17:04 tommyd I've read somewhere that it doesn't work in there
17:05 tommyd anyways, thanks for your help!
17:05 Randomresult i never tried it
17:05 Randomresult no problem, ur welcome
17:05 tommyd now I just need to figure out why RTE destroys my rich text formatting
17:05 tommyd and find a way to let t3 parse <link > fields coming from the db again
17:05 tommyd :-/
17:06 Randomresult sorry mate, i have to leave now... but i think i got this work somewehre...
17:06 Randomresult try google...
17:06 Randomresult ;(
17:06 Randomresult sorry
17:08 Denyerec Gah
17:08 Denyerec he ran off
17:08 Denyerec dfamnit
17:12 guid1 hi everybody - same problem: i want to put a searchbox within the div that contains my subnavigation
17:13 guid1 lib.subNavi.special = TEXT and other experiments didn't work :-(
17:13 guid1 menu is HMENU, generated by templavoila
17:19 koomi guid1: use a coa
17:19 koomi guid1: lib.subnavi = COA; lib.subnavi.10 = HMENU; ... lib.subnavi.20 = HTML; ...
17:20 koomi guid1: and then wrap the sub navigation with your div
17:31 guid1 koomi: thanks a lot!!! i'll try ...
17:32 koomi guid1: it works. i did it the same :D
17:34 guid1 how then do i access the TMENU within the HMENU? lib.subnavi.10.1 = TMENU ???
17:36 Denyerec is random back yet?
17:36 Denyerec *sniff*
17:43 guid1 koomi: got it - THANX!!
17:54 chefan hi
17:56 chefan programming with hooks question. i created a service hooking into tslib_fe. all works fine if i am logged in the backend, but when i am not, t3lib_div raises the error: ERROR: no class named... in the frontend
17:57 chefan (the Error message comes from the callUserFunction method, obviously)
17:57 Denyerec If I have a spacer called "Product_Range" how could I use SPC to generate: </ul><span class="Product_Range">Products</span><ul> where the spacer appears?
17:58 Denyerec As the Spacer doesn't have a navtitle as such
18:04 Denyerec hey just
18:04 Denyerec If I have a spacer called "Product_Range" how could I use SPC to generate: </ul><span class="Product_Range">Products</span><ul> where the spacer appears?
18:04 Denyerec As the Spacer doesn't have a navtitle as such
18:34 Denyerec void ?
18:34 void what?
18:34 Denyerec Hey
18:35 Denyerec How would I go about enabling the Navigation Tirle (nav_title) field for Spacer page types
18:35 just2b no shaking please
18:35 Denyerec I'm currently lost in the TCA documentation
18:35 just2b SPC.stdWrap.field
18:35 Denyerec I mean in the BE so people can fill it out.
18:35 Denyerec right now, only name and , well, name is enabled.
18:36 void look at 'types' section
18:36 Denyerec But where?
18:37 Denyerec In the API doc, the types page is tiny
18:37 Denyerec and tells me nothing :(
18:38 void Denyerec: maybe you should look at example..
18:38 Denyerec Trying to decipher the sourcecode for the seo_basics extension
18:38 Denyerec which adds the keyword and desc fields to standard page types.
18:39 Denyerec NOt getting far with it though.
18:39 void Denyerec: look at EXT:tt_news/tca.php page
18:39 void file i mean
18:39 void sorry, i'm drunk
18:39 Denyerec Hah
18:40 Denyerec mm
18:40 Denyerec ok
18:40 NublaII I've just tried the new firefox3 beta4 and I can't use the backend...
18:40 void NublaII: what is your problem?
18:40 NublaII I'm using the top frame icon row for the BE and it disappears
18:40 NublaII and nothing loads when I click on a page on the navigation tree
18:41 void NublaII: which version of typo3 do you use?
18:41 NublaII I'm using an old 3.8.1 installation I inherited
18:41 NublaII I'm looking forward to upgrade it, but for now I can't...
18:41 void try 4.2beta3
18:41 void if problem still appear, open a bug
18:41 void at bugs.typo3.org
18:42 crisb2010 hi there
18:44 NublaII void: problem is I can't upgrade right now
18:44 just2b this is known issue
18:44 just2b dont upgrade to firefox beta, lol
18:44 NublaII I know the core was touched
18:44 NublaII but not yet ;)
18:44 chefan programming with hooks question. i created a service hooking into tslib_fe. all works fine if i am logged in the backend, but when i am not, t3lib_div raises the error: ERROR: no class named... in the frontend
18:44 chefan (the Error message comes from the callUserFunction method, obviously)
18:44 chefan any ideas anyone?
18:44 NublaII just2b: I guess I'll have to wait and keep a portable firefox2 for typo3 ;)
18:45 just2b chefan didnt include the class i guess
18:45 chefan i think so too
18:45 just2b NublaII yeah just wait
18:45 chefan i almost followed the howto with one exception
18:45 just2b just show the part where you include it ;)
18:46 chefan usually the function should be named exactly after the hook
18:46 chefan sec
18:47 chefan from ext_tables:
18:47 chefan require_once(t3lib_extMgm::extPath('form2anywhere').'sv1/class.tx_form2anywhere_cPPoutput.php');
18:47 just2b this is in an if clause?
18:49 chefan nope, sec, i'll check again
18:49 chefan $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_fe.php']['contentPostProc-output'][]='tx_form2anywhere_cPPoutput->contentPostProcOutput';
18:49 chefan this is from ext_localconf
18:51 chefan no, it's not in any if clause
18:51 chefan unconditional require
18:52 chefan but i have an idea here
18:52 chefan the file is not listed in the serialized data of ext emconf
18:52 chefan (where the md5's are tracked)
18:53 Denyerec are there any good extensions that dump debug data out ?
18:53 chefan so maybe i overlooked something where i have to register the class as a service maybe?
18:53 Denyerec I need a look at the whole TCA because this thing is doing my nut.
18:55 chefan Denyerec: need it soon?
18:55 Denyerec As soon as
18:56 Denyerec this TCA thing is confusing the hell out of me
18:56 chefan you could use xdebug and set the tracking with hooks
18:56 chefan once i know why hooks don't work for me as expected, i could even give you a hint how ;)
18:57 chefan just2b: what irritates me is that everything runs fine as long i am also logged in the backend as admin
18:58 chefan t3lib_div just pukes if i am not
18:59 chefan sadly i still don't know enough about the difference in the process either way that i can't take advantage of thet clue
19:03 pond_ just2b: you get my email earlier?
19:03 just2b pond yes
19:03 pond_ cool... if you are interested, please quote
19:04 just2b interested but i dont know these extensions and not really what you want ^^
19:04 ries just2b: pdftk is what I use to split and assemble PDF files...
19:04 just2b ries, thanks i got it in icq
19:04 pond_ isn't the rgmediaimages your extension?
19:04 just2b it is
19:05 pond_ ah... well the mc_podcast ext is quite simple...
19:05 pond_ it just makes an rss feed out of a set of tt_news items
19:05 Denyerec hey pond
19:05 pond_ I think it would be fairly straightforward to add to the rgmediaimages ext
19:05 just2b you want the vids inside the feed?
19:06 pond_ Denyerec: hey
19:06 pond_ just2b: well... the mc_podcast ext also had getID3 embedded, and does a coule other cool things
19:06 pond_ coule = couple
19:07 chefan just2b: ok, i got it solved. the class file wasn't loaded without registering it as a service first
19:07 pond_ basically the mc_podcast allows a user to make a rss feed out of a certain news category... and the rss feed is itunes compliant... but it only uses audio files :(
19:07 just2b i just have troubles with mp4, hl64 because absolutly no knowledge :(
19:07 chefan or at least it looks like i got it solved :)
19:08 pond_ just2b: not to worry
19:08 pond_ flash 9 handles them implicitly... you just have to allow them if the proposed requiredFlash9 =1
19:09 pond_ I mean, you just have to allow them as filestypes if the TS specifies that Flash 9 is required...
19:10 chefan ok, i don't have it solved :/
19:10 pond_ the http://jeroenwijering.com/ player handles them fine if the client is using FlashPlayer9
19:11 just2b just send me his examples what is missing.. sorry beeing ill and just hard to follow here
19:12 pond_ np, I will try to write up a better description
19:12 just2b take a look at the _api file inside the ext, it should be described very well
19:14 pond_ ok
19:17 pond_ ext_tables.php: $GLOBALS['TCA']['tt_content']['columns']['image']['config']['allowed'] .= ',flv,swf,rtmp,mp3,rgg';
19:17 pond_ this line just needs to be variable depending on a TS flag
19:17 pond_ like above if requiredFlash9 = 0
19:17 pond_ or more like this is requiredFlash9 = 1
19:18 just2b not ts but can be set e.g. in EM
19:18 pond_ $GLOBALS['TCA']['tt_content']['columns']['image']['config']['allowed'] .= ',flv,swf,rtmp,mp3,rgg','mov','m4v'... etc;
19:18 just2b but you dont need this because i guess you will include it not as local file
19:18 pond_ well... can't it be set as a variable in the class instead of in the em?
19:19 pond_ yes, as local file
19:19 just2b ah ok,.. rggm and the url with the domain would be still better because you avoid copying large files many times on your system
19:19 pond_ ok
19:20 pond_ that's right... but it still needs to allow the new file types that flash player 9 can handle
19:20 pond_ (for video)
19:20 just2b no prob with that
19:20 pond_ ok... and then just include the class from mc_podcast...
19:20 pond_ and the getID3 lib
19:21 pond_ its hard embedded in the mc_podcast ext... but not sure that's the best way
19:21 pond_ there would need to be a couple changes...
19:21 just2b no better podcast ext there, quite old already too
19:22 just2b re
19:22 pond_ since rgmediaimages allows multiple files, it would have to only use the first file for the itunes podcast / rss
19:22 just2b dont know the ext but this wouldnt be that much problem
19:22 just2b i guess
19:23 pond_ it is old... there might be a better one, but the class in that ext allows on to place a plugin on a page that specifies the feed
19:23 pond_ well, if you can look at it and get me a quote...
19:23 pond_ I have a client that needs it, and I really don't want to do it ;P
19:24 just2b because? ;)
19:24 pond_ also, maybe you can make a better getID3 ext and if you use in in a couple of your extensions... keep it updated.
19:25 pond_ because? I have a lot to do... and I'd rahter have you do it since you know your stuff inside and out... and I don't ... yet xD
19:25 just2b i jhave a lot to do and i am ill... i win :D
19:25 pond_ and maybe you can use the work?
19:25 pond_ lol
19:26 just2b but i am sorry, i really dont want to hack other extensions...
19:26 just2b this is so time consuming
19:26 pond_ ...yeah... but it would all be in your extension...
19:26 pond_ what I want to do is add that class to your extension...
19:26 pond_ if you don't want to, that's cool... but
19:27 pond_ if I do it, maybe you will like to take the code in to your ext?
19:27 just2b you can add cool things to my ext, i will review it and i will releaseit
19:27 just2b sure
19:27 pond_ ok...
19:27 just2b if it is well done, commented, and makes sense for others
19:27 pond_ right
19:28 chefan rats :/ is there a best practice to tell typo3 to allways include a class?
19:28 chefan i thought registering it as a service would do the trick, but obviously that just works as long as i am logged into the backend
19:28 just2b chefan never had problems with require_once(t3lib_extMgm::extPath($_EXTKEY).'class.tx_rgmediaimages_news.php'); in ext_localconf
19:29 just2b also my services work in FE, but is my own service
19:30 chefan hmm
19:30 chefan ah, i see a difference there... let me check that out
19:34 chefan just2b: are you sure you put the include in ext_localconf, and not in ext_tables?
19:36 chefan i just noticed that there is a difference. according to robert lemke, the $GLOBALS definition goes to localconf and the require to tables
19:36 chefan but as it seems, localconf always gets loaded, but not tables
19:37 chefan it DOES make more sense to me to do both in one file, since that guarantees that if the hook is configured, that means the class will be included as well
19:38 just2b the services is placed wrong by kickjstarter
19:38 just2b this is written in the official docu too, there is a patch out there
19:38 just2b too
19:42 Denyerec just2b - do you know how to use the TCA to hide and reveal field controls for standard pages?
19:42 Denyerec I am certain that a spacer pagetype has a nav_title field, it just does not show the control for it.
19:42 just2b take a look at the be module configuration
19:42 just2b you asked that before already
19:42 Denyerec And after half an hour, am still lost.
19:43 Denyerec actually, damn... more like an hour.
19:46 Denyerec Wiki search is always such crap
19:46 just2b make it better
19:47 Denyerec I can see the term "$TCA" on the damn page, yet searching for TCA yeilds 0 results.
19:47 Denyerec If I can't even make a damn textbox appear, the odds of improving the search engine in a wiki are slim at best.
19:47 Denyerec :/
19:47 just2b ranting doesnt make friends ^^
19:48 chefan ah, ok, just2b . i'll file a bug then to robert that it should be changed in the hook howto as well
19:48 just2b what´ so hard? configuration > pages > types > get the correct id, add the field, done
19:48 chefan it worked by the way - after clearing the cache thereafter...
19:48 chefan thanks :)
19:49 Denyerec just2b - I do not know where to look for said configuration. I'm trying to read the TCA section of the API but it's not very clear to me. I also can't seem to easily get a full output of the $TCA to compare against.
19:50 just2b no need to browse the whole api
19:51 Denyerec What should one be browsing?
19:51 just2b 04[19:50] just2b: 01what´ so hard? configuration > pages > types > get the correct id, add the field, done
19:51 Denyerec TCA in the configurtation module ?
19:51 Denyerec AHHH
19:51 Denyerec NOW that makes sense
19:52 Denyerec I had no idea what you meant by configuration > pages > types >
19:52 Denyerec penny had to drop
19:52 Denyerec It has now dropped.
19:52 Denyerec :)
19:52 Denyerec (And your paste was invisible, just fyi)
19:52 Denyerec Oh actually
19:52 Denyerec it was just black
19:52 Denyerec <- black background
19:54 koomi filter colors. never understood why irc needed colors in the first place
19:55 Denyerec Well I'm glad I can speficy my own here... I much prefer grey text on a black BG than the other way around :)
19:55 Denyerec Well... that has gotten me out of the frying pan and into the fire just2b :D
19:56 koomi .o0(i even sat in the sun and cooked the beast in me)
19:57 HardPhuck anyone using a flash menu on the page?
19:58 Denyerec It's time like this i wish I had the courage to become a professional photographer :)
19:58 koomi submit your photos to some agencies and see if they sell
19:58 koomi isn't there a outlet for commercial photos where oyu can simply submit them?
19:59 Denyerec Some stock agencies really rip you off
19:59 Denyerec Photoshelter isn't bad, but then I've not got a huge library of stock imagery.
20:00 Denyerec Not marketable imagery anyhow. I'd have to pursue assignment / commission work.
20:00 Denyerec Tho I have had random people hit me up for just prints from my web gallery, which is always a nice surprise.
20:02 koomi been to berlin lately? http://www.denyerec.co.uk/gallery.php?pic=holomemorial
20:02 Denyerec When the world cup was on :)
20:03 koomi i like this one: http://www.denyerec.co.uk/gallery.php?pic=LeicsSamples
20:03 Denyerec We didn't know at the time that the world cup was on, just dumb luck. Was a great atmosphere and the weather was fantastic.
20:03 koomi hrhr
20:03 koomi you didn't know about the world cup?
20:03 koomi lol
20:03 koomi you're still .uk based, aren't you?
20:04 Denyerec Aye :(
20:04 koomi not good?
20:04 Denyerec We turned up in Berlin thinking "Why is it so busy?"
20:04 Denyerec walking past some giant TV screens....
20:04 Denyerec The UK sucks.
20:05 Denyerec I mean it's better than many places on this earth, but it's falling apart, the government is covertly totalitarian and the legal system is a wreck.
20:08 Denyerec Ok so I now know I'm dealing with page type 199, praise the sourcecode.
20:08 Denyerec Thought this:
20:08 Denyerec $TCA['pages']['types']['199']['showitem'] = 'hidden;;;;1-1-1, doktype, title;;;;2-2-2, TSconfig;;6;nowrap;5-5-5, storage_pid;;7, tx_templavoila_ds;;;;1-1-1,tx_templavoila_to,tx_templavoila_next_ds,tx_templavoila_next_to,tx_templavoila_flex;;;;1-1-1';
20:08 Denyerec Remains a bit of a mystery.
20:13 Denyerec I wonder where all the semicolons come from
20:13 Denyerec and what 1-1-1 is
20:13 smeringe isn't it a serialized array? :S
20:13 just2b no it is not
20:13 smeringe :) there you go :D
20:13 Denyerec hehe
20:14 Denyerec 1-1-1 might have something to do with "pads"
20:15 Denyerec Mmm. nope.
20:15 just2b it is to seperate fields into sections
20:17 Denyerec Looks like it breaks into fieldname;alternative label;pallette number;specialconfig:specialconfig:specialconfig:specialconfig;form_style_code
20:18 Denyerec COLOUR CODES?!
20:19 Denyerec Oh gee.
20:19 smeringe :)
20:19 Denyerec Doesn't even look like they're honoured in the 4.x skin anyway!
20:19 Denyerec Well that cleared that up.
20:34 Timoslav n8
20:57 jananne How can i disable safe_mode in the .htaccess file? What command do i need for this action?
20:58 jananne reason: I can't import extensions etc.
20:58 jananne or is there another way todo this?
21:10 Denyerec I don't thinkyou can jananne
21:10 Denyerec safe_mode is usually one of those things the server admin really, really doesn't want people turning off.
21:24 jananne Denyerec: In what way i can add extensions then?
21:24 Denyerec have you enabled cURL ?
21:24 Denyerec in the install tool
21:24 jananne no.
21:25 jananne SYS][curlUse] = 0
21:25 jananne ?
21:26 jananne Denyerec do i have to enable the curlUse?
21:27 Denyerec yep
21:28 jananne Warning: mkdir() [function.mkdir]: SAFE MODE Restriction in effect. The script whose uid is 626 is not allowed to access...
21:28 jananne still, same error
21:30 jananne Denyerec: It doesn't work with curlUse.
21:31 Denyerec have you cleared cache and re-logged in ?
21:31 jananne Denyerec: Yes.
21:32 Denyerec Damn
21:32 Denyerec Look slike Typo is not gonna play on that system
21:32 Denyerec if you wanted to import extensions
21:32 Denyerec then you'd need to copy them over as T3D's
21:33 Denyerec or copy over their folders & update the localconf.php to reflect them
21:33 Denyerec EG copy the folder struct from a working site on a proper server
21:36 jananne hmm, okay
21:37 jananne Denyerec: ty.
21:38 Denyerec I'm sorry I have no more convenient solutions :(
21:38 Denyerec Crap hosts are a PITA
21:39 jananne :p
21:39 jananne Denyerec: Are you formiliar with mth_feedit or news_feedit?
21:40 Denyerec Sadly not.
21:40 Denyerec Do they generate RSS feeds?
21:42 jananne I got a problem when i add a record, after that i tried to edit the record, and adding a image, but then it says in the preview: Image: ,###FIELD_image_file### <- instead of the path of the image location.
21:42 jananne when i CREATE a new record and add a image, it works fine.
21:58 ries if you have some spare time.. and wanne have some fun... then oder this : http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=280209669908&ssPageName=MERC_VI_RSCC_Pr4_PcY_BIN_Stores_IT&refitem=350038186091&itemcount=4&refwidgetloc=active_view_item&usedrule1=StoreCatToStoreCat&refwidgettype=cross_promot_widget&_trksid=p284.m184&_trkparms=algo%3DDR%26its%3DS%252BI%252BSS%26itu%3DISS%252BUCI%252BSI%26otn%3D4
22:02 kolorartists ./j #typo3
22:15 jananne ries: what is it :p?
22:18 nd_ ries: $ebayitem + a cat
22:18 ries jananne: it's a X-ray scanner

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.