Search the website and IRC logs

#TYPO3 IRC log from : Monday 23 April 2007

Year: 2007 2008 2009 2010 2011 2012
Month: 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
03:23 Affenbrotbaum Where do I find the "TS template constant pid" ?
03:57 Ries does anybody know a gallery with 3mil images?
04:06 d|g hi all
04:25 tansta 3mils ?
04:25 tansta is that 3 million ?
04:25 tansta that's alot
04:45 Ries tansta: indeed
04:46 Ries tansta: I am designing a gallery system that should beable to handle that
04:46 tansta do you need to find photos or are you looking for something that is capable of holding 3mils ?
04:46 Ries I am at 75% of coding for the file/directory management
04:46 tansta oh my god
04:46 Ries tansta: it's for photo's
04:46 tansta how do you know its capable of 3 mils ?
04:46 tansta did you put 3 mils photos in it ? :)
04:47 Ries tansta: 3mil will be on standard hardware....
04:47 Ries But I need to test it ofcourse how well it scales
04:47 Ries But my knowledge of databases and filesystem tells me it should be possible
04:47 tansta what is consider as standard ?
04:48 Ries dual processor with 2-4GB ram and SCSI raid 1 hardware
04:48 tansta that is standard ?
04:48 Ries For me that sounds like normal standards HW
04:48 tansta hehehe
04:48 tansta you have very high standards ;)
04:49 Ries well, any modern delivered of server hardware considers that as standard...
04:49 Ries it also doesn't make sence to buy anything less
04:50 tansta what about in shared environment ?
04:50 Ries I don't do shared environments...
04:51 tansta oh i see...
04:51 Ries althought if you want to store less images it properly will work...
04:51 Ries My system only needs postgresql...
04:51 tansta but is this a standalone gallery or and ext of typo3 ?
04:52 Ries the core will run on typo3 with ysql..
04:52 Ries the extension only needs PostgreSQL
04:52 tansta huh ? how do you mean ?
04:52 Ries all image meta data is stored in PostgreSQL, not in MySQL
04:53 tansta what if i dont have postgreSQL ?
04:53 tansta i cant use it ? :(
04:53 Ries don't you are out of luck with this gallery
04:54 Ries tansta: But PostgreSQL is free software... so you can always installed it
04:54 Ries I use it because it scales better (IMHO)
04:55 Ries I also use PG because I know the spatial data capabilities better...
04:55 Ries which allows me to create color searc functions.... for example show me all images within gallery X of the color red
04:55 Ries and sort on closed colors to red
04:56 tansta why cant MySQL do that ?
04:56 tansta is it just a field in the table ?
04:56 Ries it's a fields that needs a GiST sort of index... I just don't know how I can do that in MySQL, I believe it's possible
04:57 Ries But I am not sure if I can sort using a procedural index
04:57 Ries like I said, it's likly possibly that it works in MySQL, I just don't know how (nor do I care)
04:57 tansta whats GiST ?
04:57 tansta hahaha
04:57 Ries Use google ;)
04:58 Ries in short...
04:58 Ries as an example
04:58 Ries it allows me to sort in diestances between 2d or 3d coordinates
04:58 Ries I am off to bed... think about a RGB color as a 3D point,
04:59 Ries then you can find teh distance between two given colors and sort on them... shortest distance first
04:59 tansta oh okay
04:59 Ries bye
04:59 tansta good night Ries
05:48 null_0 gm
05:52 zatmania hi all
06:01 koomi moin
06:02 tobi good morning #typo3
06:10 zatmania hi tobi, koomi
06:12 koomi moin zatmania
06:14 tansta welcome zatas
06:14 tansta koomi
06:14 tansta null
06:15 tansta ;)
06:19 zatmania hey tansta
06:23 dax77 good morning @all
06:30 elbart good morning
06:40 bauschan hi @all !
06:41 elbart hi
06:41 elbart brb
07:03 Phlogiston_ Ries?
07:05 koomi my sentence of the day: "Reduzieren des Time-to-Web"
07:05 dax77 Time-to-Web?
07:05 koomi i've no idea
07:05 koomi http://kreasfero.kreado.com/content_management/
07:05 dax77 lol
07:06 dax77 ah, I understand
07:06 dax77 the time it takes to publish an information
07:07 koomi sure. time-to-web
07:07 dax77 Phlogiston_: Ries has midnight right now
07:07 Phlogiston_ dax77: ha funny :)
07:07 Phlogiston_ But i found what I was looking for on his page :)
07:08 dax77 good :)
07:08 Phlogiston_ the css based layer menu with GMENU on top, awesome :D
07:09 zatmania hi danielkoch
07:09 zatmania hi dax77
07:14 tansta questions: how do you make the RTE read your own CSS file ? :)
07:15 dax77 hi zatmania
07:15 tansta phlogiston: where can i see the css based layer with GMENU on top ?, i am in need of this functionality :)
07:15 dax77 tansta: RTE.default.contentCSS = /fileadmin/templates/main/css/content_rte.css
07:16 tansta oh thanks dax77
07:16 dax77 and RTE.default.ignoreMainStyleOverride = 1
07:16 tansta :) that was quick
07:16 dax77 its from uschi: http://datenwolken.de/index.php?id=198
07:16 dax77 but it is in german :(
07:18 tansta should i put that in the constant area ?
07:19 tansta or in the setup ?
07:20 dax77 tansta: *looking it up*
07:21 tansta heheh i am trying to read German
07:25 dax77 tansta: its not stated there, but I guess the pageTsConfig of your root page
07:26 MarwolTuk good morning..
07:26 dax77 hi MarwolTuk
07:26 tansta dax77: i've done that but seem to have no effect :)
07:27 dax77 tansta: you have to define the css classes on other positions too
07:27 dax77 the points 1 - 4
07:27 dax77 RTE.classes
07:27 dax77 RTE.proc.allowedClasses
07:27 uschi nice to see me quoted here :)
07:27 dax77 and so on
07:28 dax77 hi uschi :)
07:28 tansta oh i see
07:28 uschi translation into english is planned
07:28 tansta that can easily be set in the extension tools i think
07:28 dax77 tansta: now you will get professional help :)
07:28 tansta hehehe
07:28 tansta hi uschi
07:28 uschi morning tansta
07:28 MarwolTuk i've some problems with chc forum... i'm seaching a way to order categorys, but can't find any possibility...
07:29 dax77 MarwolTuk: you have to do some db manipulations for that
07:29 dax77 first you have to find out which table holds the categories, than change the sort values to your desired order
07:30 MarwolTuk table should be tx_chcforum_category...
07:34 bauschan g2g cu later
07:40 MarwolTuk hmm.. ive chanced the soting field to nearly everey value wick could take effect on the order of the elements... i've also taken the values from an other table and inserted them... and ive' always cleared the cache... noting worked :-(
07:45 tansta uschi, when will your site be english ? :)
07:45 tansta i see alot of cool things in there
07:45 uschi if i ever find the time :)
07:45 layna Hello. *sighs* I cannot egt ImageMagic to work, so I habe gd-resize isntalled to get the pictured working... just: now, pictures onyl work SOMETIMES
07:45 dax77 MarwolTuk: make sure tx_chcforum_category is the correct table
07:45 tansta but make no sense to me :)
07:45 uschi poor tansta
07:45 tansta hehehe
07:46 layna I uploaded 4 pictures.... if I put ONE into the site: works
07:46 tansta that's okay, i hope google translate will help a bit
07:46 layna if I put TWO pictures: onyl one works
07:46 layna if I put 4, none work.. at leadt, that's what I saw till now
07:46 tansta layna: why cant you get image Magick to work ?
07:46 tansta do you have it install ?
07:46 uschi or graphicsMagick, for that case
07:46 tansta did you specify the right path ?
07:47 layna I have it installed, I put every possible path I could come up with.... but typo3 doesnÄt find it
07:47 layna is graphocsMagic any more cooperative?
07:48 tansta hmmm...
07:48 tansta its usually in: /usr/bin/ i think
07:49 koomi layna: there's an extension that replaces image/graphicsmagick with gd2 lib calls (gd2 ships with php 5.x)
07:49 tansta layna: have you trie the path: /usr/local/bin/
07:49 layna if you mean gd resize, that's what works only part-time...
07:49 layna and yep, tansta... I have tried absolutely EVERY path by now, I think
07:50 tansta okay i am out of here
07:50 tansta good night everyone
07:50 layna bye, tansta
07:50 tansta thank you for all the helps
07:52 layna and I had usr/local/bin/, usr/local/lob...
07:53 layna test?
07:53 layna ok..
07:53 layna I had: /usr/local/share, too... basically, I tried everythgiun that has something with a filename that inclused the string agick
07:56 layna I only want soemthign to work completely or fail completely right now.... but SOMETIMES the pictures work, sometimes they don't!!!!
07:56 tobi thats wrong, you dont need magic, you need convert
07:56 tobi so /usr/local/bin or /usr/bin/ probably is right
07:58 rgl hi
07:59 layna ./usr/local/bin/convert looks good? teh most prosing result of "find"
07:59 tobi yes, so insert as path /usr/local/bin/
08:00 rgl I want to make a global "plugin" that will handle raw HTTP requests, is there a way for disabling all output except the one generated by my plugin?
08:01 beev0r is there a way to hide the default searchform inside a "search" content element?
08:01 layna This is STUPID. I inster picture 1: works. I remove picture 1 and inster picture 2: works
08:01 beev0r i need the searchresultslist only
08:01 layna I inserrt picture one adter picture 2.. and only see picture 2
08:02 layna ) exchange ther eüpalces.. and STILL onyl see picture 2!!!!
08:03 layna And under usr/local/bin, it doensÄ't find imagemagick...
08:04 layna and you mean enter the path under "search for image magic" wight? if not, tell me where ;)
08:07 MarwolTuk shame on me... i've found the problem...
08:08 layna As ImageMagic is more stubborn than a donkey:
08:08 layna Why doesnÄt my gm-resize work?
08:08 MarwolTuk sort clategorys by was set to 'a-z' o_O
08:08 layna gd-resize, sorry
08:12 koomi firefox is so incedibly slow with typo3 ...
08:12 layna *sighs* well, I shall try with GraphicsMagic isnetad of ImageMagic... SOMETHING has to work, hasnÄt it????
08:14 layna bye for now... will drop back in when I am totally crazy
08:25 beev0r is there a way to hide the default searchform inside a "search" content element?
08:25 beev0r i need the searchresultslist only
08:26 koomi beev0r: you could remove it from the template ..
08:26 beev0r from what template?
08:28 beev0r i have a searchform hardcoded in my page template
08:28 beev0r <form method="post" ....>
08:28 MarwolTuk beev0r: i wold try something like form { display: none; } in css...
08:28 beev0r so i dont need the form below the resultlist
08:29 koomi beev0r: doesnt it use indexed_search to display/get the results?
08:29 Guschtel hi, can someone tell me what permissions a user needs to add/edit mininews items / or how i allow a user to access them?
08:29 koomi beev0r: typo3/sysext/index_search/pi/indexed_search.tmpl
08:29 dokma what is the default admin password?
08:29 dokma t3 4.1.1
08:29 koomi dokma: password
08:30 beev0r MarwolTuk that was my first idea. but i have other forms on the page. so when i set form display to none, i see no more forms ;)
08:30 beev0r koomi i'll look. thanks
08:30 dokma hmm
08:30 dokma thats weird
08:30 dokma can't login
08:30 beev0r no wait
08:30 beev0r i'm not even using indexed_search
08:30 MarwolTuk beev0r: wrap arond the content a div with a class and asy .class form....
08:30 koomi Guschtel: check the folder permissions (web->access), give the user permissions to modify and list the tables needed (useradmin)
08:32 dokma anyone noticed that the install tool removes dots from usernames when it is creating be users?
08:36 m4rtijn good morning
08:37 MarwolTuk_ seems like the internet over here has some probs...
08:38 m4rtijn :p
08:38 tobi probably because you are near the end of the internet ..
08:38 m4rtijn is it very different from the internet I have here? :p
08:40 MarwolTuk_ the speed seens okay, but the downtimes every now and then...
08:44 Guschtel koomi, thanks, i had to enable displaying more options, that was the problem
08:45 FloLeBlanc hi all
08:45 m4rtijn hey flo
08:46 FloLeBlanc is there a way to see a count of special user fields by default or do I have to write my own query for that? (f.e: List - Userfolder - "receive html mail")
08:47 m4rtijn do you want that info on your website flo?
08:48 FloLeBlanc m4rtijn: no just as info for myself
08:48 m4rtijn hmm, maybe use phpmyadmin ?
08:48 FloLeBlanc yep I can just wanted to know if t3 can sum up by default
08:49 FloLeBlanc (for the usercount this is shown in brackets)
08:49 m4rtijn yeah.. hmm..
08:49 FloLeBlanc no use to reinvent the wheel :)
08:49 FloLeBlanc would be practicable because other users could check the stats too (BE)
08:51 Voorhes Did anybody use own css file with tt_news extension ?
09:03 Phlogiston_ hmm could it be that the typo3 language menu has no rollover state?
09:03 Dragon_Reborn hi everyone
09:03 tobi langmenu does not have it .. its GMENU* that has RO
09:03 Jigal hi @ll
09:04 elbart hi Jigal
09:05 Dragon_Reborn does everyone know the cwt Community ext?
09:05 Phlogiston_ tobi: yes I'm using GMENU in a language menu, but RO does not work :(
09:06 tobi basically it does work in a langmenu, pastebin your relevant typoscript maybe i can help
09:07 Phlogiston_ http://pastebin.ca/453907, here you go tobi :)
09:09 tobi hm looks ok Phlogiston_ .. try to activate RO like this after 1.RO < .1.NO : 1.RO=1
09:09 Phlogiston_ tobi: oh yes, good point
09:09 Phlogiston_ tobi: thanks, that did the trick :)
09:10 tobi ok ;)
09:10 Phlogiston_ its a bit strange because on another almost same menu I didn't need that
09:11 Phlogiston_ tobi: ah probably because there I set NO=1
09:11 tobi yes
09:12 Phlogiston_ :)
09:12 Phlogiston_ Now I love typo3 again... and I don't even need GMENU_LAYERS, great :)
09:14 beev0r damn i'm going nuts!!!
09:15 Phlogiston_ beev0r: why?
09:15 beev0r how can i change the linktarget of the links inside the searchresults ?
09:15 beev0r target="page"
09:16 beev0r why?!
09:16 beev0r i need _top, _self or nothing
09:16 beev0r whose idea was it to set the target of internal links to "page"?
09:17 beev0r sometimes i get the feeling the typo3 developers are complete html dorks
09:17 tobi beev0r:set internal target with the constant editor
09:21 beev0r DAMNIT it doesnt work
09:22 beev0r http://phpfi.com/229091
09:22 beev0r it still adds target="page" to the links
09:23 tobi did you set the constant beev0r??
09:24 beev0r i added the styles.content and styles.content.links part to the constants field
09:24 eeos hi everybody!
09:24 tobi use the constant editor as i suggested and it will work
09:25 beev0r you mean PAGE_TARGET = _self
09:25 beev0r ?
09:25 m4rtijn hmm, I just exported and imported a website.. is there a way to copy all constant settings?
09:25 beev0r oh
09:25 beev0r thx :)
09:25 thone hi, is there a history of changes available for typoscript on the main site?
09:25 beev0r works
09:25 tobi yes.
09:25 m4rtijn hmm.. nvm.. I think they've been copied
09:26 tobi i know beev0r *g*
09:26 beev0r :D
09:26 tobi yes thone, just use the list view and select undo/history
09:27 ttt How include css via Typoscript in the "page" object?
09:27 tobi page.includeCSS.file2.mystyle=path/to/style.css
09:27 thone thx, tobi
09:28 Phlogiston_ hmm Templavoila just does not show me one div when mapping, whats another way to map it?
09:28 ttt thanks thanks!
09:28 Phlogiston_ ah I found it
09:30 meilon hello!
09:31 meilon could someone help me installing timtab? German prefered, but english should do it
09:45 arnoldgordijn Hi Question using V4.11 RTE removes my img tags why ??
09:45 bauschan re
09:48 bauschan tobi: are you sure *page.includeCSS.file2.mystyle* should work ?
09:48 bauschan *page.includeCSS.mystyle* would, and
09:49 bauschan *page.includeCSS.file2* too
09:49 tobi hm made a little mistake, it is page.includeCSS.file2 ... tsref would have known the right syntax ;9
09:49 bauschan good old tsref :)
09:56 jameshuang hello everyong
09:56 jameshuang hello everyone
09:56 jameshuang i'm new here, nice to meet you all
09:56 m4rtijn :P, hello
09:58 jameshuang hi i'm now working on a project. It needs to search contents in PDF. I wonder how could i realize this function in typo3.
09:59 jameshuang i know that there are pdfbox in java, which can change pdf into txt
10:00 tobi typo3's indexed search can search in pdfs if on the server the pdftools are installed
10:01 rgl oh, I've cleared the typo3 cache, now typo does not start at all. how can I force a new clear?
10:01 jameshuang oh really thanks a lot tobi, i'll check out that
10:12 m4rtijn rgl, you can delete the temp files
10:12 Phlogiston_ hmm what should I check if tt_news does ignore the template set in the plugin options?
10:13 Phlogiston_ ah now it works
10:13 rgl m4rtijn, the ones at typo3conf/temp_* ?
10:14 rgl m4rtijn, and everything inside typo3temp ?
10:14 m4rtijn yep
10:15 m4rtijn is there a way to edit my css files online? in typo3 BE
10:16 bauschan m4rtijn: install quixplorer e.g.
10:17 m4rtijn thx bauschan
10:18 jameshuang i'll go now, guys, see you later~ and thanks for your kind help
10:18 rgl m4rtijn, I see. thx
10:19 m4rtijn CU jameshuang
10:19 Den-Zzz Anyone up who's a MailFormPlus expert ?
10:21 eeos Denyerec: did you wake up?
10:21 m4rtijn ah, but I can edit my files in typo3 BE as well.. bausch
10:21 Denyerec Yeah :)
10:21 Denyerec Well, a while ago.
10:21 Denyerec But I have just come around to Planet Typo3
10:23 bauschan m4rtijn: sure, quixplorer might give you a bit more comfort (highlighting/linenumbers)
10:29 Cris hello. can anyone please tell me if you used Direct Mail ?
10:30 Cris I'm trying to fetch and compile mail content I just get a message "An error was encountered."
10:30 Cris I saw on Google about this problem, but I haven't found an answer. one guy said to clear the front end cache, but still doesn't work
10:37 eeos Denyerec: I have not had my dayly dose, so I am still shaking
10:44 m4rtijn hmm, my website looks just how I want it in ff.. in ie looks like sh**
10:44 m4rtijn same old, same old
10:45 [1]Cris anyone used Direct Mail extension for sending newsletters ?
10:45 ttt my tt_news ignores css files (for example tt_news_v2_styles.css). Only "include static" default CSS-styles (tt_news) works. includeCSS.file2 = .../tt_news_v2_styles.css doesn't help (
10:55 Phlogiston_ if you have h1,h2 and so on, h1 is the largest right?
10:59 pulponair hi dudes
10:59 pulponair any dbal wizards in here?
11:02 eeos pulponair do you mean like ODBC?
11:02 pulponair eeos: no i was refering to the extension "dbal"
11:03 eeos pulponair: sorry
11:08 eeos pulponair: it looks interesting
11:08 pulponair eeos: yeah except for that using it is pain in the ass
11:09 dokma hi all
11:09 eeos pulponair: never used, but the concepts sounds interesting
11:09 pulponair eeos: :yes
11:09 dokma I need some simple task list software
11:09 dokma to put on the web
11:09 dokma any1 got a recommendation ?
11:10 eeos dokma: to use with what client?
11:10 dokma me and my sister started a company
11:10 eeos pulponair:I am afraid that some of typo3 could do with some rewriting
11:10 dokma and we started having too much clients to be able to handle tasks via email
11:10 dokma so I would like to put something on the company web
11:10 dokma that both of us could edit
11:10 dokma but something simple
11:11 dokma not sugarcrm
11:11 eeos dokma: company doing what? is depends on what you want to do.
11:11 eeos dokma: and on the clients you are using.
11:11 dokma web desing, marketing, secretary services and some real estate
11:12 dokma but the tasks are only about web desing
11:12 dokma issues
11:12 eeos dokma: ah!
11:12 eeos dokma: we curently use egroupwarefor that. www.egroupware.org
11:12 dokma is it complex ?
11:12 eeos dokma: fairly
11:13 dokma I need something simple
11:13 dokma can I boil it down and strip unneeded stuff ?
11:13 eeos dokma: well, you could install only the task module.
11:13 dokma I see
11:14 dokma that is exactly what I need
11:14 eeos dokma: also phproject could be a good option if you only manage projects.
11:14 dokma yes
11:14 eeos dokma what clients are you using?
11:14 dokma for now only projects
11:14 dokma have you tried sugarcrm?
11:15 eeos dokma: only tried, but we use something else as complex as sugarcrm at the moment
11:15 dokma what do you mean what clients am I using?
11:15 eeos dokma: no luck there I am afraid
11:15 dokma clients are clients of my company
11:15 eeos you want to synchronise your tasks with your local client on you local computer
11:15 dokma no
11:15 eeos no! software client! :D:D:D:D
11:16 dokma I just need a tasklist that my sister will be able to browse and add tasks to
11:16 eeos ah! then anyone of them is ok, egroupware, phpproject
11:16 eeos egroupware is ok then.
11:16 dokma and that I will be able to check tasks as done
11:16 dokma I see
11:16 dokma I just don't want to lose too much of precious time setting it up
11:16 eeos ops I have to go. food is calling! be back later, if you want we can talk later.
11:17 dokma ok
11:17 dokma enjoy ur lunch
11:17 eeos taking a break
11:28 Denyerec Anyone know if I can send files as attachments in MailFormPlus ?
11:34 voidus Denyerec: pil_mailform?
11:36 Denyerec no voidus, um
11:37 Denyerec th_mailformplus
11:37 Denyerec It looked like the ideal application for it, but then I am not sure it can handle attachments, which is the key feature for what I need to rebuild :(
11:37 Denyerec http://www.locationx.net/3Register/register < this form
11:39 voidus Denyerec: seems like this extension allow to handle attachments
11:41 koomi http://www.wiso.uni-hamburg.de/index.php?id=1906 any idea why the cleared textpic let's the second element jump just below "service?"
11:42 koomi same with http://www.wiso.uni-hamburg.de/index.php?id=1023
11:45 m4rtijn grr, "I" found out why my page looked quite different in IE.. thx to channel #css
11:45 m4rtijn http://www.positioniseverything.net/explorer/doubled-margin.html
11:45 m4rtijn somehow ie. doubles the margin for divs if theyre float type
11:48 Denyerec voidus - attachments or file uploads...
11:49 voidus Denyerec: hm.. is it not the same?
11:50 tobi hm mailformplus should handle uploads fine, at least there is a section in the book from this spanish guy, manual
11:51 dax77 heya Ries
11:52 rgl I'm using a Login form inside a login page; what file should I edit to change its appearance?
11:53 Denyerec no voidus
11:53 Denyerec as an attachment ends up in your inbox
11:53 Denyerec and a file upload puts a file onto the website
11:54 alexwx hello friends, anybody know some nice dropdown menu in typo3? cause TMENU_LAYERS are strange with layout in a center (XHTMLtrans,CSS layout).. hmmm anybody can help? thank you
11:54 voidus Denyerec: hm.. dunno
11:54 voidus rgl: newloginbox or ordinal login form?
11:55 voidus alexwx: maybe Ries's css-based drop-down menu
11:55 Denyerec pil_mailform supports attachments - but not multipage forms :(
11:55 alexwx voidus where i have to find it?
11:55 rgl voidus, I have no ideia what you mean. I'm using the CrCPH default template.
11:56 Ries morning
11:56 alexwx Ries :) where can i find the Ries's css-based drop-down menu
11:56 Ries alexwx: On ries is homepage ofcourse :)
11:56 rgl voidus, the <form> tag is using javascript, maybe that responds your question?
11:57 alexwx Ries where it is? .)
11:57 voidus alexwx: http://www.rvantwisk.nl/typo3-snippets/yacbddm-yet-another-css-based-drop-down-menu-for-typo3.html
11:58 Ries voidus: I do have a better one with a OO based javascript
11:58 Ries wit a nice timer so the menu is much less jumpy
11:58 Ries I just need to put it online again
11:59 voidus rgl: can you show your page with login form?
11:59 rgl voidus, its running on my PC, its not on the net :(
11:59 rgl voidus, I can, however, put the HTML online, is that enough?
12:00 voidus rgl: maybe... but your PC have IP, so i think you can give a link..
12:01 rgl voidus, its beind a proxy :|
12:01 voidus rgl: ah.. ok.
12:02 rgl voidus, let me persuade the guy managing it to redirect port 80.
12:02 Denyerec Hmm
12:02 Denyerec If JS could be added to my dropdown menu in such a way that it would not break if JS was turned off, that would be awesome.
12:03 alexwx voidus i see, but it is slowly menu, not?
12:04 Ries hey Denyerec
12:04 Denyerec lo
12:04 voidus alexwx: slowly?
12:04 alexwx voidus yes, try to moving on the menu
12:05 Denyerec Ries did you use Dojo for the OO javascript ?
12:11 dax77 re
12:12 Jigal Denyerec: YahooUI also has wonderful menu's with their libraries: example page http://developer.yahoo.com/yui/examples/menu/index.html
12:13 Denyerec isn't that a bit of a heavyweight monster?
12:13 koomi Denyerec: alternative dropdown: http://www.htmldog.com/articles/suckerfish/dropdowns/
12:13 Ries Denyerec: Not for the top navigation, only for he left navigation on that site
12:14 Denyerec koomi I am using suckerfish on http://www.welshlawawards.com
12:14 Denyerec though I'm tempted to re-write the underlying javascript with mooTools
12:14 koomi Denyerec: "skop to content" link: shouldnt that be hidden for css capable browsers?
12:15 Denyerec There are for and against arguements.
12:15 Jigal Denyerec: haven't seen the heavyweight part yet (it's broken down in many seperate files), but more important Yahoo! has made crossbrowser script which are heavily tested on their own sites....
12:16 koomi Denyerec: i like your site :)
12:16 Jigal (s/script/scripts/)
12:16 FloLeBlanc I'm trying to send my html newsletter with directmail, when I choose "insert records" as content I get big spaces between the records though, any suggestions? (template wrap I have to overwrite or something?)
12:19 Ries Denyerec: Mootools is nice for animations and such.... But I would really suggest to loog at johyoo's toolkit or dojo's for som serious widgets
12:20 Denyerec I am hardly in the business of serious widgets ;)
12:20 Ries I remember a question you asked yesterday ;)
12:20 Denyerec about the mailforms ?
12:20 Denyerec No way would I trust an important part of the business to javascript.
12:21 Denyerec I'm not competant enough with it to guarantee success.
12:21 Ries sure. . . .
12:22 Ries then I would suggest write it in php....
12:26 Ries Denyerec: don't get me wring... I like your spirit ;)
12:27 Denyerec Looking over some of these Yahoo examples now.
12:27 Denyerec I'm not keen on the way they include <div> inside <li>
12:27 Denyerec seems dirty :)
12:31 Jigal Denyerec: I can't find anything about why a <div> element is forbidden within a <li>...?
12:31 Denyerec I didn't way it *was*
12:31 Denyerec I said it *seemed*
12:32 Jigal and you said you weren't keen on it :-)
12:32 Denyerec Yeah
12:32 Denyerec Emotive language, not technical.
12:32 Jigal also, no argument against YahooUI ;-P
12:33 Ries Denyerec: I love your clean websites you create ;)
12:33 Ries it's just as a developer it take way to much time to make it that clean
12:33 Denyerec Let me send you the work-in-progress for Sozu
12:34 Ries as always it looks great
12:34 Ries Denyerec: Did you receive Karina's mail abut the el-holandes?
12:34 Denyerec Getting there slowly.
12:34 Denyerec I did yes.
12:36 Ries is it soeting for you?
12:36 Denyerec Sure, I can work on it.
12:37 Denyerec When's it due to be finished?
12:38 Denyerec hah
12:39 Denyerec accept the DCC if you want JIgal
12:41 Jigal the Direct Current Computer? the Dirty Children's Cloths? the .... ?
12:41 Denyerec Incoming file request
12:41 FloLeBlanc Deprogrammed Command & conquer
12:43 eeos back!
12:43 FloLeBlanc any input on the wrap problem? only seems to occur when inserting news as content element in the directmail (get from record uid)
12:43 Jigal no incoming (virtual) anything :-(
12:44 Denyerec Yeah it doesn't seem to work.
12:44 Denyerec Ah well.
12:44 Denyerec It's not finished yet anyway.
12:44 Layna Hello. When my savemode in php.ini is off, ImageMagic works. If I switch if on, but put safe_mode_exec_dir to the folder ImageMagic is DEFINITELY in (it's teh folder in wich it has been foudn before, after all), it ceases to work. Any thoughts
12:44 Layna ?
12:44 Ries still sounds a permission/setup problem
12:45 Layna any thought on the permissions, then? everythign else havign to do with tyüpo3 isiwned by the apache-user....
12:46 Layna *thinks* this may just have been the idea I needed... Shall test it, anyone else havign thoughts, write them down ^^
12:46 koomi Layna: i think that might be becaue imagemagick is started with "exec" which should be off in safe mode.
12:46 koomi Layna: did you try the gd2 lib extension that replaces imagemagick?
12:47 Layna the onyl one I found was the oen using gd for resize, and that works.... weirly, to say the least
12:49 Layna It was the owner!!!!!!!!!!!! *jumps around, grinnign widely*
12:49 Layna Thanks to all the helpers for amazing patience *hugs all* Bye!
12:57 beev0r anyone an idea where i can add or edit textstyles in the RTE?
12:57 beev0r at the moment i see "important, name of person and detail"
12:57 beev0r but i need to add some own styles
12:58 FloLeBlanc beev0r: do you need options or own css classes?
12:59 koomi beev0r: page ts config - http://datenwolken.de/index.php?id=198
13:02 beev0r looks complex
13:02 beev0r but thanks. that's what i was looking for
13:03 FloLeBlanc is there any stdWrap for insertContentElements?
13:05 tobi FloLeBlanc yes there is a CASE in tt_content.shortcut.20
13:07 FloLeBlanc hmm thx tobi checked it out but that doesn't insert those weird linebreaks either *wonders*
13:09 tobi FloLeBlanc: when you look at tt_content.shortcut.20.0.conf you can see that the default wraps are copied from tt_content, maybe you should change them there
13:10 FloLeBlanc tobi: when I insert the elements on the page or in the plaintext newsletter everything is fine, the problem only occurs in the html version of the newsletter and in the preview on the nl page online
13:10 FloLeBlanc I thought it's my NL template but theres no way I'm inserting 5 successive <br />'s there :)
13:12 FloLeBlanc it somehow has to happen in this tt_news => directmail conversion I guess
13:12 Jigal FloLeBlanc: it used to be quite cold in the NL, so maybe that's where the brrr brrr brrr comes from? ;-P
13:13 FloLeBlanc Jigal: hehe I'll try to fix it with some hot coffee thank you for this great info
13:15 layna Need a hint.. again. Hope I will know more siin *G*. Anyway, when I am entering cointent of type "image", I want a <br /> after each image/caption pair. I am sure I need to put |<br /> somewhere.... but: wehre?
13:19 Denyerec layna
13:19 Denyerec you have to go and modify some of the css styled content TS
13:20 tobi better do it with css layna
13:20 Denyerec dig through all the source until you find the <caption> tags
13:21 layna css sounds good, too... artt least, I am WAAAY better with it that with TS. Anyway, when I find the xapotion-tag.... then what?
13:22 layna because I condisered CSS... and got totally lsot in that tag-jungle Typo3 creates ;)
13:23 Denyerec are you using CSS Styled content ?
13:24 Denyerec If so look at setup.txt in typo3\sysext\css_styled_content\static
13:24 pulponair ries: are you arround?
13:24 Denyerec look through for the image sections, specificatlly caption generation
13:24 Denyerec find out what TS path it's applying those styles to
13:24 Denyerec and add your own via your template TS
13:24 layna arenTÄ the static ones the ones I am not supposed to change?
13:24 layna ah, ok ^^
13:25 Denyerec you don't change the static file, you just use it to find out which TS stuff you need to modify in your own template.
13:26 layna ok, I need some calm for scannign through evertyhign.. thnaks for hint ^^
13:33 FloLeBlanc :)
13:35 Phlogiston_ how would you create an expandable menu? With JS menu? I'd like to be able to browser through it without reloading the page...
13:36 Phlogiston_ ah shall I use GMENU_FOLDOUT?
13:44 dokma where is the be user session timeout set?
13:46 dokma any1 ? i keep getting that login popup
13:46 dokma it's annoying
13:48 Ries dokma: install tool
13:49 dokma ahhh
13:49 dokma should've thought that my self
13:50 Denyerec Hmm,
13:52 FloLeBlanc is there something like "conditional templating" ? :)
13:52 dax77 FloLeBlanc: TS
13:52 FloLeBlanc I found my <br>'s they are in the template but if there are no text_files, file_links and such I only get the br's
13:52 FloLeBlanc yes but ts does include the template in turn
13:52 FloLeBlanc tricky situation isn't it? :)
13:53 FloLeBlanc I would have to include the breaks in the wraps for the placeholders.. that doesn't sound like a nice solution to me :(
13:53 dax77 FloLeBlanc: than you should bind the <br>s to the content
13:56 moogalyn if im not using a plugin like autotemplate to create my template... would i still use styles.content.get to have a particular section of the page be the content?
14:00 m4rtijn hmm, does IE automatically resize divs if the content outbounds it?
14:00 Denyerec Yep
14:01 m4rtijn thx
14:06 Mario hey all
14:06 moogalyn hi
14:06 Mario have question folks...
14:06 Mario please have a look at: http://img237.imageshack.us/img237/32/primeroi2.jpg
14:06 Mario can I have this layout easily with any of the html rte?
14:07 Mario I see I can have picture either in the upper right or left corner.. but not in middle somewhere within the text?
14:08 moogalyn what if you entered the first paragraph as text
14:08 moogalyn then entered the second as text and picture with it aligned left?
14:08 Mario That can work yes
14:08 Mario I know that :)
14:09 Mario But wonder of this straight out of the box solution?
14:09 moogalyn heheheh im really new to this... thats the only way ive figured out so far
14:09 Mario hehe
14:09 Denyerec gerards are you there ?
14:09 gerards yes.
14:09 Mario Anyone to give advise? I appreciate.
14:09 Denyerec mario
14:10 Denyerec You can insert images directly into the RTE
14:10 Denyerec but I don't think people like the approach much.
14:10 pulponair hmmm graytree suxx
14:10 Denyerec moogalyn's suggestion is the most straightforward.
14:10 Mario Denyerec: For some reason I get error...
14:10 Mario Denyerec: It is the simples, but not the most effective and flexible
14:11 Denyerec I would argue it is quite flexible
14:11 Denyerec for example you can strip images out for use elsewhere if they're in text w/image elements
14:11 Denyerec but not if you put them in with the RTE
14:12 Denyerec What would be nice, would be to enter a list of images for use in a page, and then have a matching list of markers you can place in the text
14:12 Mario Indeed.
14:12 Denyerec Sadly, though, that is not an option.
14:12 Mario The point is, the moogalyn way, the editor must write/edit two records (content elements).
14:12 Mario Thats the downside
14:13 uschi hi folks :)
14:14 moogalyn hi
14:14 m4rtijn does anyone know how to stop a div from resizing if the content goes out of bounds?
14:14 m4rtijn noresize does not seem to work
14:15 moogalyn max-widht or max-height?
14:15 moogalyn would that work?
14:15 m4rtijn thx, Ill try
14:15 moogalyn np
14:16 m4rtijn nope :(
14:16 moogalyn hmmm
14:16 Mario m4rtijn: set fixed width or height
14:17 Denyerec yes Mario
14:17 Mario Thanks Denyerec
14:17 Denyerec but then if you can convince your editors that managing pages that consist of giant single-record articles is harder
14:17 Denyerec you've won ;)
14:17 Denyerec m4rtijn - IE will ALWAYS resize the div unless you want scrollbards
14:17 m4rtijn i did mario.. height: 10px;
14:17 Denyerec in which case you set overflow: scroll;
14:18 Denyerec Solong as the content inside the div is not absolutely positioned and out of the text flow, IE will floaw the div around it.
14:18 Denyerec It's just what IE does.
14:19 m4rtijn I dont understand though, I made an gif image with 10px height and 150width, then a Div with that resolution and the image as background..
14:19 m4rtijn but it makes a div with 20px height
14:19 m4rtijn even if I set height to 2px.. it still uses 20px
14:20 moogalyn do you have a url to look at?
14:21 m4rtijn http://www.stadtfee24.de/stadtfee/
14:21 m4rtijn in ff it looks fine.. IE f**** up :p
14:21 moogalyn hehehe
14:21 moogalyn k
14:22 moogalyn the menu on the left side?
14:23 m4rtijn underneath the menu
14:24 moogalyn orange outline part right?
14:24 m4rtijn yeah
14:29 beev0r is entryLevel ignored when i use special = list??
14:39 moogalyn i swear i had something funky like that happen to me before...and i think that i had to take out the tabs
14:40 moogalyn for some reason i think ie didnt did well with the tabs in between the div tags
14:40 FloLeBlanc Hmm another time directmail: can someone tell me where I can edit the single elements like (author, etc.) for the plaintext newsletter? I checked the manual but the TS shown there doesn't do that
14:41 FloLeBlanc nvm
14:41 FloLeBlanc blind me
14:42 m4rtijn which tabs do you mean moogalyn?
14:43 moogalyn tabs or spaces
14:43 moogalyn <div id = "newstop">
14:43 moogalyn </div>
14:43 moogalyn make sure the tag is on the same line
14:43 moogalyn with no spaces between the tag
14:44 moogalyn same for the newsbot div
14:44 beev0r DAM
14:44 beev0r N
14:44 beev0r why the hell does typo3 totally ignore the entryLevel here?
14:44 beev0r http://phpfi.com/229176
14:44 m4rtijn I'll try.. thx a lot moogalyn for your help
14:45 moogalyn np. hope it works :)
14:45 beev0r it makes no difference setting the entryLevel to 0, 1, 2, ...
14:45 beev0r but i need only the pages below the UID 50
14:47 moogalyn beev0r... wish i could help but you are way more advanced than i
14:47 moogalyn i cant even figure out why i cant get my content to load =/
14:48 m4rtijn nah.. didnt work.. shame
14:48 m4rtijn maybe smbdy in #css knows..
14:49 moogalyn probably. they are really good in there
14:50 moogalyn i think you might have an extra end </div>
14:51 moogalyn right after the newsbot div
14:52 m4rtijn hmm.. I did some editing in the meantime.. thx. I'll may have forgot smth
14:53 m4rtijn nope, should be correct.. its the </div> from #left
14:54 moogalyn aah ok
14:55 gerards :)
14:55 gerards on the phone
14:55 Denyerec ah, sorry.
15:03 moogalyn m4rtijn: what if you... enclosed the whole news area in a div called newsMain or something. put the margin-left on that one. take out the margin-left othe the three other divs. then for the three other divs, set position:relative
15:03 Fab1an|work i know I can change labels of items with TCEFORM.tt_content.section_frame.altLabels, but how can I change the label of section_frame itself (Frame:)?
15:04 moogalyn ok
15:04 moogalyn i thin i have it
15:04 moogalyn set the font-size to 1px
15:05 moogalyn or 0
15:05 moogalyn that should work too
15:06 moogalyn m4rtijn: nevermind the stuff i said before. i just tried some test stuff... its the font size that is messing it up
15:06 moogalyn so set it to either 1px or 0px and you should be good
15:21 dokma I forgot how do I add class="nnn" to a link in a menu
15:22 moogalyn # Normal state properties
15:22 moogalyn NO.allWrap = <span class="menu_links-no"> | </span>
15:22 moogalyn # Enable active state and set properties:
15:22 moogalyn ACT = 1
15:22 moogalyn ACT.allWrap = <span class="menu_links-act"> | </span>
15:22 moogalyn you mean that?
15:23 dokma <a class="nnn">dfgdfg</a>
15:25 moogalyn not sure about that... i ended up just wrapping the span around the link :/
15:26 dokma I see
15:30 moogalyn how do you insert the conent into a template? aparently im not doing it right.
15:33 Guschtel hi, i tried to create a mail form with mailformplus, and i put the following code into the tsconfig section of the page: http://rafb.net/p/xXBZty30.html When i cliyk on submit, the fields are not checked, nothing is inserted into the database but i receive an email (my templates are ok) - it seems the TSConfig Code does not get executed - am I missing something?
15:33 Phlogiston_ where can I find the typo3 server requirements?
15:34 Guschtel Phlogiston_, http://typo3.org/about/system-requirements/
16:33 koomi pulponair: don't play with the dirty kids
16:34 pulponair koomi: especially graytree is a really dirty :)
16:34 koomi what does it do?
16:35 pulponair koomi: generates a pagetree like nested struktur upon any kind of nested db records e.g. categories and stuff
16:36 koomi pulponair: like tt_news categories or the page tree?
16:36 pulponair koomi:like the page tree but for nested records of any kind (not just pages)
16:36 koomi brb: reboot. just hope my X comes back up.
16:36 koomi pulponair: like tt_news categories or the page tree?
16:36 koomi :)
16:37 pulponair koomi: yes
16:56 uschi hi folks :))
17:08 eeos does anyone know where is the wrapper of the ###FILE_LINK### in tt_news? a customer wants the document to open in a new window, so I have to modify it.
17:19 brainxy does anybody know about postfix?
17:42 Olegs hi people
17:42 Olegs is it safe to remove uninstalled extension from shell?
17:57 eeos Olegs: if it is not installed, the answer is yes
18:18 andy_ hey ladies
18:19 ndee I upgraded a 3.8.0 installation to 4.1.1 and that's the output: http://emilfrey.autoglobal.ch/ am I missing something? in my other 4.1 installations, there's no tslib directory anymore
18:23 rgl voidus, hi ;)
18:25 voidus rgl: hi
18:29 rgl voidus, you are a typo developer?
18:29 voidus rgl: i'm extension dev, but not core dev
18:30 rgl voidus, cool :)
18:30 rgl voidus, you have a public extension that I can see?
18:31 voidus rgl: yeah.. void_wordimages and lab_newsfolders
18:31 rgl voidus, nice, going to check them :)
18:43 ndee when I make a normal "enter" in the RTE, I see the 2 line break but in the frontend, it doesn't get rendered as a <p>. How come?
18:44 ndee if I want a 2 line break, I have to make two times shift-enter instead of one normal enter.
18:50 Remowylliams Hello everyone, is there a setting to make typo3 output human readable html?
18:52 bedlamhotel remowylliams: humans can't read html :D What /specifically/ are you asking for?
18:53 Remowylliams bedlamhotel: linefeeds at reasonable places would be a good start
18:53 Remowylliams Like at the end of tags
18:54 bedlamhotel remowylliams: enable tidy in the install tool or, alternatively, install a tidy extension (search the repository for 'tidy': I think there's only one or two).
18:55 Remowylliams bedlamhotel: Ah ok I figured with everything typo3 did, there must be a bell,switch,buzzer or whistle in there that did this. :)
18:58 bedlamhotel remowylliams: watch for my soon-to-be-released: tx_make_typo3_whistle extension...
19:02 Remowylliams bedlamhotel: Thank you. LOL
19:14 ndee anyone gets that overrule_mode stuff in RTE?
19:17 ndee STUPID RTE
19:17 ndee bleh
19:21 uschi good eveningmorning bedlamhotel :)
19:23 uschi somehow i do, ndee
19:24 ndee uschi: ok, somehow, my text in the db doesn't get transformed.
19:24 uschi which way?
19:25 uschi DB->RTE, RTE->DB, DB->FE?
19:25 ndee DB->FE
19:25 ndee in the DB, it's saved in a FCE
19:25 uschi ok, this is not the fault of RTE, but of css_styled_content
19:25 ndee oh
19:25 uschi what is the problem
19:25 ndee I want to hit enter, and then it should add a <p>
19:26 ndee a real paragraph
19:26 ndee when I hit shift-enter, it makes a <br>
19:26 ndee but when I just hit enter, nothing happens in the FE
19:26 bedlamhotel good morningevening uschi.
19:26 uschi :) @ bedlamhotel
19:27 uschi you are using css_styled_content, right?
19:27 uschi and this is NOT a newselement we are talking about?
19:27 ndee uschi: yes, I think it's a css_styled_content, how can I confirm that and nope, it's not a news element.
19:27 uschi ok
19:28 uschi ndee, see my query?
19:29 ndee uschi: nope
19:29 uschi i can read you, can you read me?
19:29 ndee nope
19:29 ndee or I'm blind
19:29 uschi shit
19:29 ndee I'm using xchat
19:29 uschi no you are not
19:30 ndee but let me check
19:30 ndee hm, can't find an option
19:30 ndee did you just answer to my /msg?
19:30 ndee cuz I can't see a thing ;)
19:30 uschi what msg?
19:31 ndee uschi: ah
19:31 ndee my bad
19:31 ndee or
19:31 ndee can someone msg me?
19:31 ndee just for a test
19:32 uschi not me :)
19:32 uschi i already see you
19:32 ndee ok, others can msg me
19:32 ndee that's weird
19:32 uschi funny, i close the thing down, and you close down, and then you start the query, ok?
19:32 ndee okay
19:33 uschi done, query me
19:33 ndee ah oops
19:33 uschi oops what
19:33 uschi i do see you
19:33 ndee ok, still can't see your answers haha
19:33 ndee that's weird
19:33 uschi shit
19:33 ndee do you have msn?
19:34 uschi never ever in my life :)
19:34 ndee hehe
19:34 ndee skype?
19:34 ndee just for im'ing I mean
19:34 uschi nope
19:34 ndee how are you connected to the world? :D
19:34 ndee icq?
19:34 uschi no
19:34 uschi just a few irc channels
19:34 ndee btw yes, I use css_styled_content
19:34 uschi dax77 wants me to install skype to, so i will do so, perhaps over the weekend
19:35 uschi good
19:35 ndee join #ndee
19:35 ndee that should work
19:35 uschi ok
19:35 uschi join #ndee
19:35 uschi cannot see anything, nothing happens
19:35 ndee huh?
19:36 uschi so it might be my fault
19:36 ndee did you type join #ndee or /join #ndee ?
19:36 uschi with slash
19:36 ndee huh
19:36 ndee I saw that
19:36 uschi that was the text before does not work
19:36 koomi ndee: did you register with nickserv?
19:36 ndee koomi: jep
19:37 ndee -NickServ- You have already identified
19:37 uschi hm....
19:37 koomi jep.
19:37 uschi but i can have queries with each and everyone in this channel apart from you, ndee
19:37 ndee haha
19:37 ndee I'm running ubuntu feisty fawn
19:38 ndee afklo real quick
19:38 uschi ndee, one question, did you include css_styled_content under static from extension?
19:38 uschi because if you do not, you are stuck to the old style
19:40 uschi understand what i mean?
19:41 ndee uschi: yes.
19:41 ndee yep, I did add css_styled_content
19:41 uschi ok
19:42 ndee uschi: when I do about 3 or 4 "enters" in the rte, it makes about two in the FE
19:42 uschi this is ridiculous that we cannot have a query, because we need one!
19:42 ndee and you can't join the channel #ndee?
19:42 uschi no, obviously not
19:43 ndee that's sooooooo friggin' strange
19:43 ndee can you join #flood?
19:43 uschi true
19:46 voidus anyone knows how can i move uploaded file and register it in DAM?
19:58 voidus i already find an api for that..
19:58 voidus don't worry)
19:59 rgl :)
19:59 moogalyn when i am creating a template... how would i insert the content i entered for the left side?
20:00 rgl I've just installed the newloginbox, and I was expecting it to work out-of-box (I had the stock login from typo working), but it doesn't work at all, always the user is invalid, any ideia how to make it work?
20:03 voidus moogalyn: using TS
20:03 moogalyn yeah
20:03 moogalyn so to get the center one you just do style.content.get correct?
20:04 moogalyn is there a list somewhere of how to call the other areas?
20:07 rgl got it working :):):)
20:08 voidus moogalyn: style.content.getLeft, .getRight, .getBorder
20:13 SkateTux hi
20:15 SkateTux as beginner in typo3, i'am looking for a testsite as describet in quick start tutorial.
20:15 SkateTux But i can't find such stuff for 4.1.1
20:17 rgl voidus, I got it working :)
20:17 rgl voidus, the redirect_url thingy works fine with the newloginbox :)
20:17 SkateTux is ther a way to run the testsite-3.8.1 fron sourceforge on actual typo3 install?
20:19 voidus SkateTux: i think so.. but i never tried
20:19 voidus SkateTux: do you have fresh 4.1.1 installation?
20:19 SkateTux voidus: yes
20:20 SkateTux voidus: only a limited backend user is created
20:21 voidus SkateTux: do you want to experiment? we may try to start testsite on your installation. but i can't guarantee anything
20:22 SkateTux voidus: i have just packet out the testsite to my www-root
20:23 SkateTux voidus: and i have change the link: typo3_src -> ../typo3_src-4.1.1
20:23 voidus yes.. and what do you see?
20:24 SkateTux after that, ther ar still some broken links
20:24 SkateTux voidus: for example: index.php -> tslib/index_ts.php is still broken
20:25 voidus yes
20:25 voidus delete this link
20:25 voidus then, copy index_ts from typo3/sysext/tslib/index_ts.php
20:25 SkateTux all broken links?
20:25 voidus and rename it to index.php
20:26 voidus hm.. which broken links do you have?
20:26 voidus except index.php?
20:27 Epiphex i'm creating a horizontal gmenu, i have a separator graphic that needs to be included only between the menu items, typoscript seems to be hell for this
20:27 SkateTux the DIR typo3/sysext/tslib/ dosn't exist ther
20:27 SkateTux e
20:27 Epiphex i think a new property is in order
20:28 SkateTux media -> tslib/media
20:28 SkateTux showpic.php -> tslib/showpic.php
20:28 SkateTux tslib -> typo3_src/tslib
20:28 SkateTux and even: index.php -> tslib/index_ts.php
20:29 voidus Epiphex: see optionSplit...
20:29 voidus SkateTux: since typo 4.0 tslib is moved to typo3/sysext/cms/tslib/
20:30 voidus SkateTux: so.. delete all this links
20:30 voidus SkateTux: and then copy 4.1.1's index_ts.php to the root
20:31 SkateTux ahh
20:32 moogalyn has anyone used the wt_gallery extension? do you know if i have to do anything special to get it to handle images with different widths? it seems like it just resizes it, there for distorting the image
20:33 SkateTux voidus: jups :) i have find out a short way
20:33 voidus SkateTux: ?
20:35 SkateTux voidus: only change tslib -> tslib -> typo3_src/tslib to tslib -> typo3/sysext/cms/tslib/
20:35 SkateTux voidus: after that, all links are ok!
20:35 voidus no.. there is no need in this links..
20:35 SkateTux voidus: thank you for the hint
20:35 voidus it will not broke anything, but...
20:44 SkateTux hm.. the install tool is running properly, login on backend is ok, but the frontend give me some errors :(
20:45 SkateTux Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /var/www/typo3_src-4.1.1/t3lib/class.t3lib_db.php on line 796
20:45 SkateTux 2 times
20:45 SkateTux and:
20:45 SkateTux Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /var/www/typo3_src-4.1.1/t3lib/class.t3lib_db.php on line 823
20:52 andy_ hey uschi, back already? :D
21:03 voidus SkateTux: do you see anything in FE?
21:03 andy_ does anyone know how I can trace an output?
21:04 andy_ I mean, I want to exactly see which functions are called, when a page gets "called"
21:04 SkateTux yes, after some truble with the database
21:06 SkateTux hopefully it's solved now wit the Database Analyser from install tool
21:13 Epiphex i'm creating a horizontal gmenu, i have a separator graphic that needs to be included only BETWEEN the menu items, is there any place i can find some example ts of this?
21:14 Epiphex i'm trying the linkWrap thing
21:14 Epiphex with |*|....
21:22 voidus Epiphex: yes... you are on the right way. something like NO.allWrap = | <spacer here> |*| | <spacer here> |*| |
21:22 Epiphex voidus: i'm assuming only html injection here is possible
21:23 Epiphex voidus: i simply cannot get an image tag to work in there correctly
21:29 Epiphex voidus: ah finally got it to work
21:29 Epiphex voidus: thx
21:29 voidus no problem
21:30 Epiphex now a logic problem with my act and ro states maintaining the same separaters
21:30 Epiphex it never ends
21:31 Epiphex ah i think i got it, woot
21:34 Stasik hello
21:34 Stasik i`v got a problem with typo 3 and te,plate voila
21:36 Stasik after installing tv the page linke in backend does not work
21:36 Epiphex clear cache in typo3conf?
21:38 Stasik yes
21:39 Epiphex log out of backend and log back in? that's the only 2 things i can think of
21:39 Stasik The requested URL /typo3/alt_mod_frameset.php was not found on this server.
21:39 Stasik i have already
21:39 Epiphex ouch
21:39 Stasik it only happends if i click on page module friste afre login
21:40 Stasik if i click on view first and then on page it works
21:41 Stasik this goes worng
21:41 Stasik xxx.com/typo3/alt_mod_frameset.php?fW=260&nav=/typo3/alt_db_navframe.php%3F&script=..%2Ftypo3conf%2Fext%2Ftemplavoila%2Fmod1%2Findex.php&id=0
21:42 Stasik tv asked me, that my typo3 is too new vor it
21:42 Stasik but i overwrote it
21:42 Stasik it was the latest version
22:07 comradeNikolai how's life out in typo3 land?
22:22 Denyerec http://www.bash.org/?755080
22:42 solshark Hello all. After updating typo3 from 4.0.4 to 4.1.1 i get warnings in ext.manager like this: Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /Users/<removed>/public_html/current/typo3_src/t3lib/class.t3lib_db.php on line 796. How can i fix this?

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.