Search the website and IRC logs

Search is currently not available.

#TYPO3 IRC log from : Monday 19 May 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 31
01:20 titii Hello there... :)
01:22 titii How can I make BE permissions for the created record by some user, so do not allow to another user to edit record, not just save changes, but also do not open edition. Thank you
03:22 titii How to uninstall the german language pack from the BE?
06:11 d|g hi all
08:35 typo3user hello there. i have a problem to get rid of the standard css classes which come from the css_styled_content extension.
08:36 typo3user in the setup field of my first page a wrote the following line: plugin.tx_cssstyledcontent._CSS_DEFAULT_STYLE >
08:36 typo3user but the default classes and div elements like <div class="csc-header csc-header-n1"> are still there.
08:37 typo3user does somebody know why? ;-)
08:40 void typo3user: _CSS_DEFAULT_STYLE > disables only CSS.
08:40 void not parts of HTML
08:40 typo3user ah ok, do you know how to get rif of the html elements?
08:40 void you need to write some additional TS if you want disable HTML wrapping too
08:41 smeringe bork bork
08:41 typo3user do you have a page whith some infos about that?
08:41 void typo3user: the best way i know is to open EXT:css_styled_content/static/setup.txt and read it.
08:41 typo3user ok thanks!
08:54 typo3user can i edit the setup.txt directly or is it better to change such things via ts if possible?
09:09 pmk65 Hi . Does anyone know where I can download an old TYPO3 v3.7 package? I need to set up a development site that runs 3.7.
09:12 pmk65 Forget it. I found a v3.7.1 on SourceForge.
09:12 null0_ gm
10:21 ZuleikaH hi everyone!!!
10:22 ZuleikaH Does anybody know how I can stop Typo3 from changing my javascript???
10:27 mosez where does it change anything? oO
10:28 ZuleikaH im not sure... but when I compare it with the original html file, which has this javascript:
10:28 ZuleikaH (m... any code site you could tell me where I can add the code, so I dont flood this channel?)
10:29 ZuleikaH ah there.
10:29 ZuleikaH http://phpfi.com/318054
10:29 ZuleikaH thats the original
10:30 ZuleikaH and if I look at the source in firefox in the typoscript version, that cript looks like this:
10:30 ZuleikaH http://phpfi.com/318056
10:31 mosez adding over class with js? oO
10:31 mosez why dont you use the :hover element on css? oO
10:33 ZuleikaH hm
10:33 ZuleikaH I see
10:33 ZuleikaH doh
10:33 ZuleikaH ok lets get rid of that script then...
10:35 mosez it's the better solution ;)
10:35 mosez i dont like javascript... noscript is my friend :P
10:41 ZuleikaH yeah it works!
10:41 ZuleikaH my hero
10:41 ZuleikaH :)
10:41 mosez yw ;)
10:45 ZuleikaH how can I attach the csshover:htc for explorer properly? I uploaded it with the other files into the template folder but somehow the hover isnt working in IE
10:46 ZuleikaH but only in the typo3 version. in the normal version it works
10:47 Winky Hi there!
10:49 Winky I've got some problems with the installation of the new rypo3 version.
10:49 Winky I'm not able to fill the mysql with the start-data. I was able to create the tables via the installer
10:51 mosez how did you working? typoscript template or did you use templavoila?
10:53 ZuleikaH tymplavoila
10:53 ZuleikaH e
10:53 Winky I started today with a new empty installation of 4.2 with the dummy package
10:53 mosez hum, disconnected from the server
10:53 Winky oh
10:53 mosez zuleikah: you are including the htc script within the header?
10:53 ZuleikaH not in the header but in on of the css
10:53 ZuleikaH should I add one in the header too?
10:54 ZuleikaH as in a link to the external file
10:54 mosez so is it the correct path on css file?
10:55 ZuleikaH http://phpfi.com/318058
10:55 ZuleikaH oh
10:55 ZuleikaH damn
10:55 ZuleikaH your right
10:55 ZuleikaH again :)
10:56 ZuleikaH fileadmin/templates/csshover.htc
10:57 null0_ Winky: It says "oh"? :)
10:57 null0_ it should say TYP"oh"
10:57 mosez if you include it within a css file set the pathe form css file.
10:57 ZuleikaH so I have to write that path? doesnt it recognize, that its in the same folder as the index etc.?
10:57 Winky null...no, it doesnt.
10:57 Winky *g*
10:57 null0_ just kidding :)
10:57 mosez zuleikah: you gut to write it relative to the css file
10:58 Winky ;-) ok. Actually i'm trying to install the 4.1.6
10:58 ZuleikaH its in the same folder as the css file and the index file
10:58 mosez so you've got to write csshover.htc only
10:58 ZuleikaH so I thought its just had to be: "cssover.htc"
10:58 ZuleikaH yeah, thats what I did
10:58 m4rtijn hi all
10:58 ZuleikaH but IE doesnt seem to get it :(
10:59 mosez ah, wait... you've got it in the head? not on .css file?
10:59 mosez add this directly to your foo.css file: body{behavior:url(csshover.htc);}
11:00 mosez you dont really need the conditional comment
11:00 ZuleikaH no I got it in a CSS file
11:00 mosez and dont forget the closing } like on the exampel from you ;)
11:01 ZuleikaH that how I have it
11:02 ZuleikaH would it hurt if I added this http://phpfi.com/318059 in the header? just to make sure IE finds it?
11:02 ZuleikaH I hate IE :(
11:06 ZuleikaH ah
11:06 ZuleikaH now it works
11:07 ZuleikaH it only seems to work, when you put it on the header
11:07 ZuleikaH in
11:08 mosez dont really know much about htc files, i never use them
11:12 ZuleikaH hm
11:12 ZuleikaH ok
11:12 ZuleikaH one last question :) but its a hard one :)
11:12 ZuleikaH I have a dropdown menu with 3 layers
11:13 ZuleikaH one of the lists from the third layer is pretty long so I wanted to show the list in a table with 2 colums
11:14 ZuleikaH so I just added a table inside the <li>
11:14 ZuleikaH works in the original
11:14 ZuleikaH but typo3 of course doesnt get that, so in the typo3 version it shows the list one listed after the other, which makes the list to loong
11:15 ZuleikaH is there any trick to list the sub sub pages in 2 colums instead of one after the other?
11:15 mosez dont know, i'm out :)
11:16 ZuleikaH :(
11:16 ZuleikaH you can see what I mean here: http://www.politik.uni-koeln.de/jaeger/Newhomepage/test/index3.html
11:17 ZuleikaH under: "Mitarbeiter" and under "Research Fellows"
11:17 ZuleikaH the list is to long :(
11:17 ZuleikaH so you have to delicadly scroll while still stying on top of the menu, so its doesnt disapear
11:17 ZuleikaH thats to tricky :/
11:18 ZuleikaH but if its divided in 2 colums its ok
11:18 koomi ZuleikaH: using <table> in a list item definitly breaks your accesibility
11:20 ZuleikaH what do you mean by that?
11:20 koomi disabled people (visually impaired aka blind) use different browsers than the seeing do
11:20 ZuleikaH yeah I know
11:21 koomi so stuffing a table in there makes it really hard for them to navigate your page
11:21 ZuleikaH thats why I was trying to only do tmenu and so
11:21 ZuleikaH :(
11:21 ZuleikaH but what can I do then?
11:21 koomi reduce height of the li
11:21 koomi trim the titles
11:22 koomi (noone needs the academic title in a navigational element)
11:22 koomi or go wild with css:
11:23 koomi use the ul's - let one float
11:23 koomi erm that's "two" not the
11:25 koomi ZuleikaH: http://www.alistapart.com/articles/layeredfudge
11:25 koomi this might be helpful too: http://archivist.incutio.com/viewlist/css-discuss/75153
11:26 ZuleikaH I guess I'll just split up the list
11:26 koomi or simply this: http://www.tjkdesign.com/articles/dropdown/1.asp
11:26 ZuleikaH thanks for the tipps :)
11:26 koomi you're welcome
11:32 ZuleikaH Bye everyone!! Thanks for your help!
11:41 soari hi
11:43 soari is there the possibility to have the content element text /w image and link the image to the same url as the text underneatg
11:50 martijn_ re
11:51 m4rtijn nice .net splits
11:51 soari hi martijn
11:52 soari do you know if theres a content element for something like this, a list of images as links? http://www.mintzukunft.de/index.php?id=1&type=5
11:57 m4rtijn u can do that with the standard image content element.. then ofcourse u need a content element for every image
11:57 m4rtijn which could be sucky :p
11:57 m4rtijn else.. i dont know one
12:19 tofirius hi everyone
12:20 tofirius does anyone know a fix for spambots modifying my urls?
12:20 tofirius besides deleting the caches
12:23 JCal spam bots modifying your urls?
12:23 tofirius yep
12:23 tofirius they're adding an L variable which doesn't exist
12:23 tofirius something like
12:23 tofirius L=1 - 24
12:24 tofirius i've had it before where it adds a whole other URL as a variable to my URL
12:24 JCal and then sending emails spoofing your domain?
12:25 tofirius i've gotten things like that... but also everyday i get my contact form filled out with an email in all of the required fields (name, email, subject)..but that's another story
12:25 tofirius (i'm working on implementing Captcha in that
12:25 tofirius )
12:27 tofirius i feel like there is some kind of security issue in Typo3 that maybe i should report to the bugs site
12:28 Tsoots2 seen that too but it was never L's value here but a whole new parameter
12:28 Tsoots2 like c=http....
12:28 tofirius yeah
12:29 Tsoots2 haven't seen it since i disabled forwarding of c and all other param names they used
12:29 tofirius like today...
12:29 tofirius i had L=0 added
12:29 tofirius but i don't use that # for any languages
12:29 tofirius also
12:29 tofirius simply
12:29 tofirius L=
12:29 tofirius with nothing after it
12:30 tofirius like maybe it was being built or something
12:30 Tsoots2 well sounds like the L issue in your case is just misconfigured language thingy
12:30 tofirius but there were other times when i got something like what you're talking about... extra variables containing a spam URL
12:30 Tsoots2 if there hasn't been any urls or anything liek that in there
12:30 tofirius so there has to be more than this
12:31 Tsoots2 yeah that's right
12:31 tofirius like...
12:31 tofirius are they able to mod my cache files?
12:31 tofirius should i put a lock on that folder?
12:31 Tsoots2 but like i said i haven't seen those for a while, always thought my filtering of params by name wasn't the reason but typo3 people doing something on it
12:31 Tsoots2 no, but for pages where the cache is generated at that time then it'll be stored with that url
12:31 Tsoots2 i think
12:32 tofirius but how do they change the URL? that's what's confusing me
12:32 Tsoots2 it's cached with the page
12:32 tofirius so like
12:32 Tsoots2 and typo3 is forwarding the urls on links
12:32 Tsoots2 err params
12:32 tofirius they put in that URL & Typo3 automatically caches it?
12:33 tofirius hmm
12:33 tofirius that's really annoying
12:33 tofirius seems like Typo3 shouldn't take variables from a browser that don't exist within the system somewhere
12:33 Tsoots2 this thing seems to be language realted
12:33 Tsoots2 related
12:34 Tsoots2 i only got those for the other page languages than the default
12:34 tofirius so you think it's an issue with the language selector extension?
12:34 Tsoots2 yeah most likely
12:34 tofirius hmm
12:34 Tsoots2 can you tell the name of yours
12:34 Tsoots2 i'll check mine
12:34 tofirius just a sec
12:35 Tsoots2 sr_language_menu here
12:35 tofirius same here
12:35 tofirius but i haven't upgraded in a long time
12:35 tofirius maybe it's fixed in 1.4.0?
12:36 Tsoots2 ahh they've probably fixed it since i haven't seen this issue for a while
12:36 Tsoots2 let me check the versio
12:36 tofirius ok
12:36 Tsoots2 no, 1.3.0 here
12:36 tofirius i'm running 1.2.2
12:36 Tsoots2 oic
12:36 tofirius so i should upgrade to the newer
12:36 tofirius back soon
12:36 Tsoots2 most likely
12:40 tofirius Tsoots2: ok i upgraded
12:40 tofirius & i see that "parameters that should not be forwarded" feature
12:41 tofirius i'll keep an eye on this in the next few days
12:41 tofirius to see if this takes care of that
12:41 Tsoots2 most likely it will
12:41 tofirius thanks for helping me figure this out
12:41 tofirius hopefully it will help
12:52 swemark Tricky question, why is it that indexed search does not return external media (pdf etc.) even though index_external = 1?
13:01 tofirius cheers
13:03 soari does anyone have a clue why links aren't working even if they are correct in the outputted HTML code?
13:04 swemark example html?
13:07 soari <div id="container">
13:07 soari <div id="leftnav">
13:07 soari <h2>BLA</h2>
13:07 soari <ul>
13:07 soari <li><a href="index.php?id=2" ><img src="fileadmin/template/assets/pfeil.gif" class="pfeil" alt="" />&nbsp;BLA</a></li>
13:07 swemark looks right
13:08 swemark perhaps theres something "overlapping" it
13:08 soari yeah, but no hand symbol on mouseover
13:08 soari what could that be?
13:09 swemark im guessing css problem
13:10 swemark if you remove the class on leftnav(firebug) see if links start to work
13:10 soari ah, or could it be that just the whole site is overlapped by the TMENU_LAYERS that are just not visible??
13:10 soari i also can'T mark the text in the content area
13:11 swemark soari: well if links dont work, its usually something overlapping it
13:11 umc-work guys... something doesn't make sense to me... I have locallang.xml in sr_email_subscribe/pi1, but the keys from the default language differ from the ones in index="nl"
13:12 umc-work should I merge those somehow ? or what's the deal ?
13:12 umc-work I want to have the correct translations for nl too
13:12 umc-work but there are things in en that I don't have in nl and viceversa...
13:15 swemark Try it and tell us :)
13:16 umc-work I'm gonna take a wild guess that the english keys are used, and gonna update them in nl
13:17 smeringe umc-work: doesn't sound like a wild guess :)
13:18 Guest2008 Hello
13:19 Guest2008 How can I configure DAM that it puts the copyright information I've typed in also for the alt-text of the image?
13:22 Guest2008 any ideas?
13:36 Guest2008 another question, that interests me a bit more:how can i make a condition? with if?
13:40 m4rtijn ask google :p
13:40 m4rtijn with brackets [x]
13:40 m4rtijn typoscript if statement - google
13:42 martinac hi all
13:45 Guest2008 thank you - do you know a solution for the other problem?
13:49 soari is it possible to set the content of a page as a reference to another pagecontent?
13:49 martinac can someone please help me?
13:49 martinac I just installed the plugin Powermail, and build a form but the problem is it looks like this: http://www.car-aachen.de/index.php?id=382
13:49 martinac i want it to look more like a table
13:50 soari blank page..
13:51 martinac you mean my link?
13:51 m4rtijn jep.. nice blank
13:51 m4rtijn :p
13:51 martinac ohh sorry
13:52 Guest2008 sorry, how can I check the var for teh heading of a page with typo3? which name has it?
13:53 soari @m4rtijn: is it possible to set a reference in the page content module to the content of another page?
13:56 m4rtijn i think its even possible to show the content of another page
13:56 m4rtijn or what do you mean by reference
13:59 m4rtijn but not in a content element.. only in the page properties
14:00 soari yep, i just want the page contetnt of that other page to be always included
14:01 m4rtijn choose shortcut..
14:01 soari how?
14:01 m4rtijn as page type
14:01 m4rtijn instead of standard
14:01 Guest2008 which is the variable for the heading?
14:01 soari never heard of..
14:02 m4rtijn in the page module.. click the page u want to change
14:02 m4rtijn then on the new page.. where u could insert content
14:02 m4rtijn totally at the top.. click the pencil button
14:02 m4rtijn there u can change the page type
14:03 soari ah cool
14:03 soari that's exactly what i searched for
14:15 Guest2008 please help
14:32 martinac very strange, i can only see the site when i have the cookie from the Typo3 Backend..
14:32 martinac how can that happen?
14:36 Guest2008 no ideas? :(
14:37 m4rtijn maybe the pages are hidden martinac?
14:37 m4rtijn what do u want to use it for Guest2008
14:37 martinac no.. they are not hidden
14:38 Guest2008 i want to show a special css class if a heading of the page is available, otherwise it shall not be shown - how to do?
14:39 m4rtijn what heading?
14:39 kv0s Hi!
14:39 m4rtijn hi kv0s
14:39 Guest2008 you know you can type in a heading for a new page content?
14:39 kv0s I'm searching for a extension which acts as "fe-user reminder". For example: a user becomes every 4 weeks a email with all information needed to login to our page.
14:40 kv0s Any ideas?
14:40 kv0s I doesn't found any extension sounds like my description ...
14:42 m4rtijn isnt there smth like a password change reminder for fe_user
14:42 m4rtijn maybe u can rewrite that
14:44 kv0s m4rtijn: Do you know the name of that extension?
14:46 Guest2008 do you know what I mean?
14:49 martinac i tried a little and recognized that the content always
14:49 martinac dissapears when i have one content from powermail on the same site
14:50 martinac can only see the content then, when i am logged in in the backend
14:54 Guest2008 m4rtijn: do you know which heading I mean?
15:01 m4rtijn yep Guest2008.. I know which heading
15:03 Guest2008 and how can I check if it is empty or not with typoscript?
15:04 m4rtijn kv0s -> fepasswordtimeout
15:05 kv0s m4rtijn: Thanks.
15:05 kv0s I'll try it.
15:06 kv0s Another question. A few days ago i've made the update from 4.1.6 to 4.2 - now i've problems with "german umlaute". For example: Möglichkeiten
15:06 kv0s Mhm. See www.freizeittaucher-marbach.de
15:06 kv0s Any ideas what happend?!?
15:08 nd___ Is forceCharset set?
15:13 pa_col hey folks ;) is there a possibilty with TV to have to content of an content element (footer text) in the pagetree (for editing issues) that goes directly into the object path?
15:13 nd___ How do I read out the currently logged in BE-User from a tca?
15:14 pa_col means: assign the content of this page somehow directly to the footer...?
15:15 Guest2008 m4rtijn:do you have got a solution to this problem?
15:18 nd___ Specifically: I want tt_news to set the `Author` field to the user editing the news-content automaticly. How is that possible>
15:18 nd___ ?
15:20 m4rtijn hehe nd___
15:20 maholtz|WORK how do i get the session-id via typoscript?
15:20 m4rtijn Guest2008 .. sorry try googling... I dont kno that
15:22 Guest2008 i did, but I could not find a solution :(
15:27 nd___ m4rtijn: Hm? Not possible or why the giggles?
15:32 m4rtijn just very perticular
15:32 m4rtijn nd___ > but should be possible
15:36 nd___ m4rtijn: Very perticular? Why that? We have like 300 users and everybody should just be able to publish in his name
15:37 m4rtijn because its not rly a lot of trouble to enter one's name in the author field :p
15:37 m4rtijn but sure.. u can automate it
15:37 Guest2008 bye!
15:38 nd___ It's like two fields you can get rid of, besides it's just a pain in the ass to write your name five times a day for no benefit
15:38 Tsoots i have a similar situation with categories, i'd like to autoassign the category if there's only one of them
15:39 Tsoots it's a real pain with authors who aren't that clever with computers to force them to pick category
15:39 Tsoots cause for some reason ti has a page of its own in the article submittin ui
15:39 Tsoots it
15:41 soari @m4rtijn: can you help me one more time with HMENU?
15:46 m4rtijn sure soari
15:46 soari ok. lets see where to start^^
15:47 soari i have a horizintal menu on top of my website with submenues that fold out on mouseover
15:48 soari on the left side i have a vertical navigation that screens the same navigation
15:49 soari now what i want to have is that when i click on a point on a submenu on level 3 for example that this submenu will be displayed on my leftside navigation
15:50 koomi soari: create a hmenu .special = directory and pass it the current page id (not quite sure if this works)
15:51 soari like on that site: http://www.mintzukunft.de
15:52 guest1253489186 test
15:52 guest1253489186 an other test
16:06 nd___ Does everybody have the problem with the t3-mailinglists? Whenever I write to the list I get an error: <(obscured mail address)>: mail forwarding loop for (obscured mail address)
17:10 koomi how do i get the api docs / extdeval in 4.2.0?
17:10 koomi i installed the extension but i don't see that nifty toolbar
17:10 koomi or can someone point me in the right direction to generate the api docs with doxygen?
17:12 nd___ koomi: Using 4.2? The toolbar is gone but you can use the ExtDevEval menu item on the left main menu
17:12 void koomi: there was an API at typo3-unleashed
17:12 void koomi: is that extension is extdeveval?
17:12 koomi void: i know. but i feel it's not nice to extensivly browse the docs from another server
17:13 void koomi: why?
17:13 void anyway, I never used doxygen generated API. I think it's rather useless
17:13 koomi void: bandwith, netiquette, good behaviour
17:13 koomi but how'd you generate the docs then?
17:13 void I don't generate docs. I read the code.
17:16 koomi ...
20:06 kv0s Hi!
20:06 kv0s I'm really frustrated ...
20:06 kv0s ... the "german umlaute" ...
20:07 kv0s ... see www.freizeittaucher-marbach.de / www.freizeittaucher.org - same page! But problems with the "German umlaute" ...
20:07 kv0s ... what's happend? I've updated my typo3 installation 4.1.6 to 4.2
20:09 kv0s chaos .. :-/
20:20 roterguru hi
20:21 roterguru how can I get the local typo3 on the server? just copying with ftp does'nt work (got a blank backend login)
20:22 kv0s check your php settings?
20:22 kv0s .htaccess?
20:22 kv0s mysql-dump?
20:22 roterguru mysql seems to be ok... what php settings/.htacces should i check?
20:23 kv0s do you have same versions?
20:23 kv0s flush the cache?!?
20:24 kv0s temp*
20:24 kv0s --- are all paths the same?
20:26 roterguru versions are ok ,too
20:26 roterguru how can i flush the backend cache?
20:26 roterguru ah, temp* ;)
20:27 kv0s typo3conf/temp*?
20:29 nd___ kv0s: Any forceCharset settings in localconf? What locale does the db have?
20:31 roterguru deleting the cache files didn't help either
20:32 roterguru the paths isn't the same... where need I change paths concerning the backend?
20:35 roterguru install tool doesn't work correctly either. clicking on a menu item hits me back to the password field... any ideas?
20:36 nd___ Have a look at localconf and see what's path dependent...
20:37 kv0s nd___: Mhm. I don't know. forceCharset is disabled. How can i check the locale of the db??
20:38 roterguru localconf seems ok. what now?
20:39 kv0s nd___: I think i've made any mistake at update typo3 to 4.2
20:41 kv0s Can i use convert2utf8 and set "forceCharset" to utf8? to avoid any problems?
20:46 falcifer hi
20:47 falcifer anybody its using memcached with TYPO3?? I m using it and i want to share experiences
20:53 roterguru kv0s: chmod ;) no it works, thx
20:55 nd___ kv0s: Do you have phpmyadmin around? Or the ext?
20:58 kv0s No.
20:58 kv0s Only the convert2utf extension ...
20:59 nd___ kv0s: That you might want to get it then. Anyway any other charset options set? metaCharset?
20:59 nd___ kv0s: Well, forget that. Try to add forceCharset then
21:00 nd___ kv0s: $TYPO3_CONF_VARS['BE']['forceCharset'] = 'utf-8';
21:01 nd___ kv0s: When I set my browser to utf-8 by hand it looks fine. According to validator.w3.org your webserver says your output is latin1.
21:02 kv0s Mhm.
21:04 nd___ kv0s: Not helping?
21:05 kv0s testing ...
21:15 kv0s It seem to be working ... not at every page ... but its much better ...
21:23 kv0s nd___: Mhm.
21:24 kv0s Okay. Normal pages are working. mm_forum doesn't work correct.
21:24 kv0s For example sending a new article ends with a blank page
21:24 kv0s any ideas?
21:43 jananne` My client has like 200 images he wants to show on his website. Now i think it's ridiculous to let him add the images one by one. Is there an extension that automaticly puts all the images of an given directory/folder ( loaded with all the images ) on a pages? Just a simple extension, so my client only has to upload the images to a folder and they will be displayed on the website...?
21:51 porkpie hi guy's .. I am trying to update the static_info_tables but when I search in the repository it doesn't find the ext
22:07 nd___ kv0s: Not really, sorry
22:09 nd___ porkpie: Your EM doesn't seem to work then... I have it here: static_info_tables (2.0.8)
22:10 porkpie nd___: I have fixed it now thanks
22:10 porkpie nd___: I have another problem now with templaviola
22:12 kv0s Mhm.
22:13 HoriaCT hello
22:13 HoriaCT i have a question
22:14 HoriaCT i have just instaled typo and i dont't know the user name and pass to login tot quickstart backend login
22:14 HoriaCT does anybody know where i can confing the username and password?
22:15 HoriaCT Administration Login on TYPO3 Quickstart Version 4.2.0
22:15 HoriaCT pls
22:16 HoriaCT please help
22:16 xsebi u can create an admin user in the install tool
22:16 HoriaCT where?
22:16 HoriaCT i tried that
22:17 xsebi at the DB setup part i think
22:17 HoriaCT hmmm
22:17 just2b oh i love typo3 and its possibilieites http://img225.imageshack.us/img225/2087/rgsimplegooglemapszv5.gif
22:18 HoriaCT <HoriaCT> Administration Login on TYPO3 Quickstart Version 4.2.0
22:19 HoriaCT this login is the database user and pass?
22:20 jananne` My client has like 200 images he wants to show on his website. Now i think it's ridiculous to let him add the images one by one. Is there an extension that automaticly puts all the images of an given directory/folder ( loaded with all the images ) on a pages? Just a simple extension, so my client only has to upload the images to a folder and they will be displayed on the website...?
22:20 jananne` just2b: don't you have some extension that makes this possible?
22:20 xsebi jananne : u can write a small ts to have such an output
22:21 jananne` xsebi: I'm a rookie, i don't know how :s.
22:21 jananne` The only thing i'm good in is editing the extensions on a newbee way :D.
22:21 just2b jananne` yeah, this is a small one
22:24 jananne` for you guys it's easy, but for me.. :o..
22:31 jananne` where do i begin?
22:31 just2b jananne` i am just writing such an easy ext
22:31 just2b with pagebrowser, templatebased, images from a directory and lightbox
22:33 jananne` okay :) cool, i'm looking forward to that :).
22:33 jananne` cus that's exactly what i need :)
22:34 just2b write me a mail at g dot ringer et cyberhouse dot at
22:35 just2b i will see it tomorrow in the office
22:35 jananne` okay, i'll do that :).
22:37 just2b it needs to be done tomorrow ;)
22:38 jananne` Nice, my client needs it on the end of the week, so that's fantastic ! :)
22:38 jananne` you'll get an e-mail from jananne @ dehaanmedia . nl
22:39 just2b fine ;) i bet you wanna share your income a bit afterwards ;)
22:43 jananne` hehe
22:44 smeringe just2b: just can't get enough image viewers? :)
23:33 smeringe hm. anyone know of a BE counterpart to tslib_fe->getStorageSiterootPids() ?

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.