Search the website and IRC logs

#TYPO3 IRC log from : Thursday 9 October 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:01 jamiro ah
00:08 HardPhuck where i need to initialize a class file so that my flexform will be able to access it
00:10 HardPhuck No class named: tx_ttnews_treeview|
00:11 HardPhuck i get this when i want to edit a flexform
00:12 MyGoddess You have to include all needed files when you declare the flexform.
00:13 HardPhuck yeah, but where do i include them so that flexform will be able to read them
00:16 MyGoddess You should have declared your flexform definition in ext_tables.php or tca.php, then you have to require it from the file you used.
00:16 HardPhuck aha
00:35 HardPhuck i hate category trees :)
00:39 Denyerec Haha
00:39 Denyerec You're full of hate today HP
00:39 Denyerec first lib/div, now category trees :)
00:43 HardPhuck yeah because it's so damn hard to display a tree :)
00:44 HardPhuck anyways, i'll continue tomorrow, been working for 15 hours today
00:44 HardPhuck more than enoug :)
00:44 HardPhuck enough
00:45 HardPhuck good night all
00:49 jamiro got it! ,.. thx & gn8
00:58 Someday Hi there. Is someone here who can help me at a small problem?
01:03 Someday Is an Typo3 Expert here who could help me for a minute?
01:09 Someday I do have a typo3 table, and I want to insert a link into the tabel, which is referring to an internal page including the language_id!
01:11 Someday I do have a typo3 table, and I want to insert a link into the tabel, which is referring to an internal page including the language_id!
01:17 sbi- Hi. Is there a book you would recommend for someone learning typo3 customization?
01:23 Denyerec Only the internet, alas.
02:28 nkuttler sbi-: o'reilly cookbook is nice
02:45 sbi- nkuttler: huh. I already searched oreilly.com for typo3 and didn't find anything. and searching google for o'reilly typo3 cookbook only yields strange results about german translations and such
02:45 sbi- nkuttler: is it out of print maybe?
02:50 sbi- nkuttler: ah, looks like it's originally german?
03:26 daKmoR what could couse a "real path failed" alert box....?
05:56 d|g hi all
08:42 Mikymike guten morgen @ all
08:42 void 4>1@>5 CB@> 2A5< =)
09:33 null_ good morning
09:52 OSchloebe Test, one two, test. :-)
09:53 OSchloebe Someone willing to answer a question?
09:53 OSchloebe I just searched for a live stream of the T3CON08. Is there any?
09:56 foool mornin' - weird - I have a rss feed import and some feeds have an image, but when I bring the feed in again the image disappears. it goes to /uploads/ so I put one there myself and changed the permissions, but the same thing happens, it gets deleted. Some feeds with images come in to typo3temp (image) and they are okay. frustrating, anything I can do to fix it?
09:58 kelola hey people
09:58 OSchloebe Hey
10:01 foool I want to protect fileadmin but if I change permissions I get an error on the template, what is the correct settings?
10:18 m4rtijn hi
10:20 m4rtijn foool - why protect fileadmin?
10:23 foool to protest the sources
10:23 m4rtijn just put the file u want to protect somehwere else
10:23 m4rtijn which sources..?
10:24 foool templates
10:24 m4rtijn erm.. firebug??
10:24 m4rtijn you cant protect those..
10:24 foool ic
10:24 m4rtijn they will always be visible.. at least if you use them...
10:25 m4rtijn foool - if u want something protected.. dont use it :)
10:25 m4rtijn best protection.. ever
10:25 foool hehehe!
10:25 kelola I have a content of type text, and below it I have a tt_news plugin
10:26 kelola is there any way to make the text content only show in the first page of the news browser?
10:34 beli moin
10:41 beli a bit offtopic js-question...using function foo() {document.getElementById("dat").innerHTML="foobar";} foo(); in an external js-file....and loading that script in the <head>-section of html and <div id="dat"></div> in the body...i should see the output of "foobar", right?
11:12 NMB hi
11:12 NMB i have used extension kickstarter to create a fronteng plugin
11:13 NMB i have created a combo box in one of the tables which gets its value from another table
11:13 NMB when i create a record in the backend the combo box shows with the values from that column (firstname)
11:14 NMB i want to modify the combo box so that it shows values from two columns i.e. firstname and last name
11:15 NMB e.g. in combobox it will show like david backehm instead of david
11:15 NMB anybody got an idea of how to do this?
11:16 GerhardSchr_ hi
11:16 GerhardSchr_ hmm http://wiki.typo3.org/index.php/Ja:TYPO3_4.1.3
11:17 GerhardSchr_ there are many question marks or show my browser these site false?
11:24 NMB http://pastebin.com/m18b36c48
11:27 NMB how can i change the 'label' to contain more than one column
11:27 NMB is it possible?
11:29 Dynamike add an array to 'label' instead of a string
11:33 NMB Dynamike: http://pastebin.com/m3ac48f1e
11:33 NMB i have added but it did not work
11:35 Dynamike what do you want to store in label?
11:36 Dynamike in the first code you used sp_story_heading
11:36 NMB actually the label is showing in the combo box
11:36 NMB this table acts as a foreign table and it fills the combo box bny using this label
11:37 NMB currrently its using only one column 'firstname'
11:37 NMB i want that both firstname and lastname columns are shown in the combo box
11:38 Dynamike and where did you implement the combo box?
11:38 NMB i have created it using the extension kicstarter
11:38 m4rtijn grmbl - what is the object for a MENU item, which has a submenu and one of the submenu items is active
11:38 m4rtijn CURIFSUB is not it..
11:38 Dynamike @nmb: where do you add the label to the combo box?
11:38 NMB i have created a simple record on a page
11:39 NMB http://pastebin.com/m3ac48f1e
11:39 NMB i have made an array as u said and assigned it to the label property
11:40 m4rtijn hmm.. i dont get it
11:40 Dynamike yeah
11:40 Dynamike but where is the combo box part?
11:41 NMB this is the code from the ext_tables.php file
11:41 m4rtijn hmm, its ACT
11:41 m4rtijn :p
11:41 NMB the combo bo codex is created in the tca.php
11:41 m4rtijn thx guys
11:41 m4rtijn ..
11:41 Dynamike you're welcome, m4rt1jn ;)
11:42 NMB i didnt send u the combo box code coz i think its irrelevant
11:42 Dynamike can you show it to me?
11:42 Dynamike i never done this before
11:42 Dynamike so i want to take a look on it
11:43 NMB http://pastebin.com/m773845a2
11:44 NMB this is code part of the tca.php
11:44 NMB this is the news section
11:44 NMB and u can see there is 'sp_story_id' actually its the combo box that fills value from another table which i m talking about
11:45 NMB when it fills the combox it uses the label field of that table
11:45 NMB and i want to use two columns concatenated to show in the combox
11:46 NMB i hope u got my point now :)
11:46 Dynamike ah ok
11:46 Dynamike hmmmm
11:47 Dynamike you tried label='firstname,surname' ?
11:47 Dynamike 'label' => 'firstname,surname'
11:47 Dynamike i mean
11:48 NMB yah did not work :(
11:49 Dynamike hmmm
11:49 NMB i m stuck at this
11:50 Dynamike do you propably know where the code is located that...
11:50 Dynamike describe how the combo box gets the information out of the TCA
11:50 Dynamike ?
11:50 Dynamike it must be some class in the t3-core
11:51 NMB i dont know that in detail
11:51 NMB can u guide me?
11:51 Dynamike i'll try
11:59 Dynamike i think the code is listed somewhere in the t3lib_tcemain
12:03 NMB hmmm..
12:04 Dynamike or t3lib_tceforms
12:04 Dynamike i guess its that
12:05 Dynamike t3lib_tcemain is about how to process information typed into the forms
12:06 NMB hmm let me check it
12:07 Dynamike yeah and t3lib_tceforms is about building up and designing forms
12:11 HP_sleep hmmm if i want to display categories in a treeview i must have a backenc plugin right?
12:11 HP_sleep backend
12:12 Dynamike which categories?
12:12 Dynamike good morning, HardPhuck :)
12:12 HardPhuck morning lol
12:13 HardPhuck im making my own extension and i want to display categories in a tree view
12:13 HardPhuck like tt_news
12:16 Dynamike oh and you want to know which type of plugin you have to create?
12:16 Dynamike backend, frontend-plugin or miscellaneous
12:16 Dynamike like that
12:18 Dynamike ?
12:18 HardPhuck actually no, because tt_news uses the flexoform approach to present category treeview, and ab_linklist uses the be module for the same thing
12:18 HardPhuck i'm looking for an advice how it would be easiest and fastest to achieve that goal
12:20 Dynamike ah the treeview is in the frontend
12:25 HardPhuck no
12:26 just_bjoern hello
12:26 HardPhuck i need BE users to be able to add a category to custom entries
12:26 HardPhuck but those categories need to be in the treeview
12:27 Dynamike so you want eventually want to create a backend submodule like in ab_linklist?
12:27 Dynamike -want
12:27 just_bjoern i have simlple question. how is the lib-name of the standard tempvoila-content marker?
12:27 HardPhuck bingo
12:28 Dynamike i never worked with flexforms, so i cant say which way is better
12:28 HardPhuck hm will do some research then :)
12:28 Dynamike k ^^
12:29 teppi|work somebody knows where exactly the content elements in the backend under "Typical page content" are added? i must get rid of textpic with image orientation 17 (version 4.2.1)
12:32 chriz___ question: in this statement $this->cObj->IMAGE($conf) how is IMAGE handled ? I mean is it an object or a function or could it be found in the PHP GD library or should I find it in Typo3s Image handling?
12:32 HardPhuck teppi, tt_content table?
12:33 chriz___ any point in the right direction would be very appreciated
12:33 teppi|work HardPhuck, no .. i think its because of TemplaVoila .. its overwrinting db_new_content_el.php
12:33 teppi|work but thx anyway .. i think i got it
12:33 HardPhuck ah, never used TV
12:34 HardPhuck chriz try checking the API doc
12:35 chriz___ Hadpuck the problem I have is that this extension is built for a specific customer the company doesnt exists anymore and I am trying to migrate it to Typo3 4.2.1 the only thing that seems to be left to fix is the display of images for this extension The Url is correct but the generation of image html isnt.
12:35 chriz___ HadPuck = HardPhuck :)
12:38 m4rtijn bbl
12:39 HardPhuck so in the FE the image doesn't display?
12:42 chriz___ HardPhuck: yes but the config path to the file is correct
12:43 chriz___ HardPhuck: If i take out the path to the image and tries to call it directly it does exists.
12:44 chriz___ HardPhuck: the image html comes out with no params <img src="" width="" height="" border="0"> and so on
12:46 HardPhuck hmm then it's best for you to check the core TS ref to see how images are manipulated
12:46 chriz___ HardPhuck: I understand that is isnt an easy one but if i track it back to the "extension" and to what line that doesnt do it right it comes back to the syntax $this->cObj->IMAGE($conf) where I cant find any reference to IMAGE any where so I was wondering if this is part of the GD library
12:46 chriz___ HardPhuck: I will check
13:16 Kai4711 hi guys... we have a typo3 installation which is some months old and from one day to the other we have a curious error message:
13:16 Kai4711 Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /e/f04/Users/<removed>/lek/cms/t3lib/class.t3lib_db.php on line 801
13:16 Kai4711 Warning: Cannot modify header information - headers already sent by (output started at /e/f04/Users/<removed>/lek/cms/t3lib/class.t3lib_db.php:801) in /e/f04/Users/<removed>/lek/cms/typo3/sysext/cms/tslib/class.tslib_fe.php on line 2767
13:16 Kai4711 we didnt change anything in the configuration and the site works great...
13:22 nkuttler Kai4711: that's odd. do you have backups? try removing all cache and temp files
14:02 m4rtijn re
14:43 beli hi m4rtijn :)
14:46 m4rtijn whats happening dudes
14:47 idevelop is there any way to configure through typoscript certain elements to appear only at certain hour intervals?
14:48 idevelop i have like: temp.sidebar = COA, temp.sidebar.10 = TEXT, temp.sidebar.20 = TEXT, etc
14:48 idevelop can i have .10 appear from 10:00 - 12:00, .20 from 12:00 - 14:00, and so on>
14:48 idevelop ?
14:49 m4rtijn hmm, I think you'll get some caching issues
14:49 m4rtijn which u would have to circumvent
14:49 m4rtijn if its possible..
14:50 idevelop yeah, that too, probably
14:50 idevelop but regarding the time issue
14:50 idevelop can it be done?
14:50 beli m4rtijn: he could set this page uncached
14:50 beli hmmm
14:50 idevelop yeah, like the homepage
14:51 beli idevelop: maybe you could use time/date and then do sth. like isTrue
14:52 idevelop i can acces unix timestamp functions through typoscript ?
14:52 idevelop like time() is in PHP
14:53 beli there is a date cobject iirc....dunno if it supports time
14:55 idevelop http://www.mcuniverse.com/Current-Date.83.0.html
14:55 idevelop i found this
14:55 idevelop if i put the current time into temp.thetimeisnow
14:55 idevelop how do i "if" it? :)
14:55 beli so date : %T is what you need
14:55 idevelop [if temp.thetimeisnow > 10] or what?
14:55 beli nope
14:55 beli i learned that yesterday
14:56 idevelop sort of, what i really need is just the HH
14:56 beli ts has no IF
14:56 idevelop you're kidding
14:56 beli no
14:56 beli TS is not procedural
14:56 idevelop but i did make sort of an if, for "is user logged in?"
14:56 idevelop smth like
14:56 idevelop [usergroup=*]
14:56 idevelop logged in bla
14:57 idevelop [else]
14:57 idevelop logged out bla
14:57 idevelop [end]
14:58 beli not that way
14:58 idevelop %H
14:58 m4rtijn check the 45mins tutorial for IF
14:59 m4rtijn if != if
14:59 m4rtijn :)
14:59 beli yeah
14:59 m4rtijn http://wiki.typo3.org/index.php/Ts45min#if
14:59 beli use istrue
15:00 idevelop well, i got the current hour into a variable
15:00 idevelop with strftime = %H
15:01 idevelop now i have to compare it with hour intervals
15:01 idevelop actually, %k is nicer
15:02 idevelop no trailing zero
15:06 beli idevelop: tell me if you got it working, interested in it :)
15:08 idevelop kinda
15:08 idevelop i have one veeeeeeery small problem
15:08 idevelop i got the hour in temp.currenttime
15:08 idevelop and in temp.sidebar.60 i have:
15:09 idevelop value = o hai there!
15:09 idevelop if.value = < temp.currenttime
15:09 idevelop if.isGreaterThan = 3
15:09 idevelop without = <
15:09 idevelop just <
15:10 anton hi, can i user TCEFORM to change the order of inputfields in the backend ?
15:10 idevelop but the value isn't getting passed
15:11 idevelop value < temp.currenttime --> TEXT
15:11 idevelop value < temp.currenttime.value --> [nothing]
15:12 idevelop value < temp.currenttime.data --> date:U
15:12 idevelop :(
15:12 pschriner i've got a small problem, maybe I'm stupid... I'm trying to make my typo3 extension send an on the fly generated (by PEAR Excel_Spreadsheet_Writer) excel file, but a) it always send the wrong http headers and b) appends the output page as well. Anyone have an idea where to look?
15:12 beli idevelop: keep on, you'll solve it :)
15:13 idevelop :))
15:13 idevelop i'd much rather work on my own code than try to decode typo3
15:14 beli yeah...same here...i can code...but TS is really different ;)
15:20 idevelop yeah, found something here: http://support.typo3.org/documentation/tsref/functions/if/
15:22 idevelop can i have two conditions in one if?
15:22 idevelop like
15:23 idevelop if.isGreaterThan = 2
15:23 idevelop if.isLowerThan = 4
15:23 beli i think doing range is really problematic
15:24 beli but you could use some math trick to solve it and use isEqual
15:27 idevelop eh, the worst thing that could happen is that i have two objects nested
15:27 idevelop range start is condition on one
15:27 idevelop range stop is condition on other
15:27 idevelop but it still fuckin sucks >:-(
15:28 beli ruby on rails might be better for that ;)
15:29 idevelop ah, isInList
15:29 idevelop returns false if content is not in the comma-separated list ".value".
15:29 beli fine
15:29 beli thats nice
15:46 m4rtijn nice
15:57 idevelop omg
15:57 idevelop guys, what the fuck
15:57 idevelop did noone notice there are two fields called "Start" and "Stop" in the Access tab?
15:57 idevelop for any Content Element ?
15:58 idevelop "Enter the date from which the content element will be visible"
16:00 idevelop oh well, it's not daily
16:00 idevelop but it's something
16:01 Denyerec You can't schedule it alas
16:02 Denyerec Just one start and stop date
16:02 Denyerec though it would be an awesome extension to be able to schedule it...
16:02 idevelop yea
16:07 Denyerec ssajhufe
16:07 Denyerec oq.
16:07 Denyerec ow.
16:09 m4rtijn how r u dude?
16:09 m4rtijn feeling better?
16:13 Denyerec yeah I think so
16:13 Denyerec still got a few leftovers
16:13 Denyerec but not too bed
16:13 Denyerec *bad
16:17 martijn hm.. re
16:18 m4rtijn did u answer Denyerec ?
16:18 Denyerec yer
16:18 Denyerec 15:25] <Denyerec> yeah I think so
16:18 Denyerec [15:25] <Denyerec> still got a few leftovers
16:18 Denyerec [15:25] <Denyerec> but not too bed
16:18 Denyerec [15:25] <Denyerec> *bad
16:19 m4rtijn good to hear
16:25 foool has anyone any experience with a glossery - I want to have an alphabet list at the top - linking to all the A content and so on?
16:26 beli idevelop: oh, i thought you know about these fields...i use them often at least for the end date or for season stuff....but you cannot define repeats...thats why i didnt mention it to you
16:26 beli idevelop: go on with your ts stuff...you are on the right way
16:27 m4rtijn foool - i used a glossary once.. or twice
16:27 m4rtijn but I dont think you can use it for single characters...
16:28 m4rtijn beli - there is a snippet db
16:28 beli m4rtijn: which one?
16:28 HankS evening all. Any hint where I can look for: I need the way TYPO3 stores the pages it showed in the FE, like the Browser remebers them when you click on the "BACK" button in your Browser. I am shure Typo3 stores these links or UIDs somewhere. thx for any hint
16:29 m4rtijn beli http://snippets.typo3.org/
16:31 beli m4rtijn: didnt know about that...hmm
16:31 m4rtijn yw
16:31 m4rtijn :p
16:32 beli so i dont need to do my own ;)
16:35 beli idevelop: so post your solution at http://snippets.typo3.org/ ;)
16:35 beli uuh, its in the topic...i am so lame
16:42 nkuttler HankS: hm, i doubt typo3 does that for all pages. check the user session maybe
16:44 Trysax hey.. i have a question.. I've got the newloginbox extention om TYPO3 Ver. 4.1.1 and i want it to say to users without cookeies that they cant login because they does not have cookies enabled.. right now they can log in but then they get kicked out when they try to navigate the page..
16:44 Trysax is this possible?
16:47 Trysax http://wiki.typo3.org/index.php/Newloginbox
16:49 Trysax anyone?
16:57 m4rtijn just make a content element text which disappears on login with your text Trysax
17:00 Trysax that does not do it for me - but thanks anyway
17:00 Trysax :)
17:01 m4rtijn what do you want then?
17:01 duke83 hi there!
17:01 duke83 I have a lot of duplicate entries in my indexedsearch resultset.... ??? ... what should I do?
17:02 Trysax i need it to tell the user when they try to login if they dont have cookies enabled
17:03 m4rtijn Trysax - then u have to write an extension to the newlogin extension.. which is absolete since 4.2.1
17:04 m4rtijn Trysax - AFAIK doing this via php is the only option..
17:05 Trysax hmm.. ok..
17:07 Trysax can i write thi code into the nowloginbox in an easy way then? http://paste.phlogi.net/-c1e42c1138/
17:13 beli cu tomorrow folks
17:14 wacky__ Is there a way to display a message when users log-in to the back-end ? That kind of bright yellow box ?
17:17 m4rtijn Trysax - u could..
17:19 Trysax ok.. does felogin have a feature like this?
17:23 null_ Trysax: You can write your own extension with the code you pasted. this would do what you need
17:23 Trysax ok.. ty
17:32 duke83 hey.. I have the phash value, taken from the index_rel table, who can I determine the corresponding content-element in the frontend
17:43 m4rtijn yeah.. cu tomorow..
18:06 nkuttler any recommendations for an xml sitemap extension?
18:07 void nkuttler: weeeear one
18:07 nkuttler ?
18:07 HankS ChanServ: lol
18:08 void nkuttler: it's the beginning of the extension key..
18:08 void weear or weaar... do not remember
18:08 nkuttler ah!
18:09 nkuttler weeaar
18:10 nkuttler void: very good, priority is configurable. exactly what i needed.
18:10 nkuttler HankS: hm? what was that pm about?
18:11 nkuttler void: do you perhaps know a good content->rss too?
18:13 void there was a lot of... never tryed, but ecorss AFAIK was popular
18:14 nkuttler void: oh, i installed that one yesterday but didn't try it yet :)
18:19 stony5563 i want to build a overview like tt_news but with different catogories and a mediaplayer inside the article... did someone know such a extensions?
18:25 nkuttler stony5563: categories are easy, media.. depends i guess. self hosted?
18:30 stony5563 nkutller: yes hosted in the userupload
18:30 stony5563 i prefer the JW FLV Player
18:31 stony5563 nkuttler: how can i create Categrories
19:21 HardPhuck i need some directions with my problem
19:21 HardPhuck i'm trying to make a category treeview
19:22 HardPhuck i have categories in the DB
19:22 HardPhuck many to many related
19:22 HardPhuck i can display them now but only as a list of items, what i need is categories to be displayes like a treeview like pages are
19:37 HardPhuck im looking at an extension here and has some files in the lib directory
19:38 HardPhuck at which point do these files get called
19:38 HardPhuck i mean when you install an extension, in which file should i call them
19:41 wacky__ that yellow "Install tool warning" in the back-end, it's not possible to have a custom box like that ?
19:43 void wacky__: where?
19:47 wacky__ to appear when people log into the back-end
19:47 wacky__ a kind of welcome message, or a general-purpose warning, for all back-end users
19:48 HardPhuck like backend news if i'm right
19:49 wacky__ vd_backendnews <- this one ? does that one require people to already use the User Task thing ?
19:59 feinripptraeger hello there
20:00 feinripptraeger I have a question about storing of files in typo3
20:00 hpm ?
20:01 feinripptraeger where does it stores files? Of course in fileadmin, but if I use modul filelist there are no references indicated
20:03 hpm what do you mean with references? no files?
20:03 hpm how did you upload the files
20:04 feinripptraeger in mod filelist I see a list with all the files. the very left column is "Ref" - I think for reference
20:05 feinripptraeger files uploaded through mod filelist
20:05 foool I have approx 200 biographies, and I want to find the best way to list and view them - anyone ogt any ideas or suggestions?
20:06 feinripptraeger If I check the uploads/pics if find all the files again.
20:06 HardPhuck how can i delete the cache if i cant get to BE
20:09 feinripptraeger if i store other file types (i.e. *.pdf) an set a link from a content element there is a "1" in REF- Column
20:12 hpm as far as i know, 'ref' shows the number of references - i.e. how often an item is used
20:17 hpm as far as i know, 'ref' shows the number of references - i.e. how often an item is used
20:18 feinripptraeger thats what i suggested. But why there are no refs indicated if the files are jpg or gif?
20:24 MyGoddess feinripptraeger, if you had images in image or image and text content element it is a copy of the image that is linked to the element, and the copy is in uploads.
20:25 MyGoddess And I think the reference in the RTE are not counted.
20:29 erank hi all
20:30 erank I have a TV question. Can I set page.config from within a template object?
20:36 void erank: no, you cannot
20:39 erank void: how can I set different stylesheets for different TO's? I can't use the header mapping part I think, because I want conditional IE6 stylesheets
20:41 feinripptraeger MyGoddess, ok now I have a problem, cause webspace is reaching 2,3 GB, that gives me some head ache if I think of backups...
20:42 MyGoddess erank, just use the normal template setup.
20:43 MyGoddess feinripptraeger, I don't see why 2,3GB gives headaches...
20:43 MyGoddess building archives of 100GB is simple thing...
20:44 erank MyGoddess: normal template setup can't be used, which TV template is chosen is not dependent on the template setup
20:44 dinsdale07 foool, if the Biographies are repetative could tt_news maybe help you?
20:44 MyGoddess erank, but you can test which one is active with tsfe:data|<fieldname>
20:45 foool i was thinking of that
20:45 foool dinsdale07 i could list them by title
20:46 erank MyGoddess: speaking about good hints ;-) gonna try it :D
20:46 feinripptraeger MyGoddess, basicly not but my webspase limit is 2,5 GB. As there are many pics (and more to come) I thought it could be a nice ides to not have all the pics twice.
20:46 dinsdale07 If you need most flexibility with the single view you could also investigate toi_category and the other toi_ extensions. It generally allows you to categorize normal pages.
20:47 MyGoddess feinripptraeger, just don't upload the pics before adding them in content elements, just add them using the file field, it is there for this use.
20:47 foool never heard of that one toi
20:47 MyGoddess feinripptraeger, or is it the moment to think about getting a larger webspace ?
20:48 dinsdale07 foool, I just played around with it yesterday - you can also create a listview with an additional extension although the extension seems slightly broken.
20:48 foool there is no doc :(
20:49 feinripptraeger MyGoddess, so I could delete the pics in fileadmin as fe is using the files in uploads/pics
20:50 dinsdale07 foool, that's because it's just the base extension, there is a readme file. Here is a list module with doku: http://typo3.org/extensions/repository/view/category_pages/current/
20:50 feinripptraeger MyGoddess lager webspace might be a problem with the current host and I'm not too keen to move the page to another hoster
20:50 MyGoddess If you have no extension listings the file in fileadmin, however, you have to check for the ones in RTE.
20:52 foool dinsdale07 yess maybe I can do it with that call the categories A-C and D-F for instance
20:53 feinripptraeger MyGoddess, I could use "REF"-column as indicator
20:53 MyGoddess maybe, you can also have to full list of files if you try to create t3d exports... but I think about memory limit in this case ;)
20:54 dinsdale07 foool, I haven't actually finished a site with it but I kinda like the concept since it allows you to use all the content elements on normal pages. tt_news is very limiting for layout.
20:54 foool yes it is dinsdale07 I will try it tomorrow
20:54 foool thanks for the idea
20:55 foool it certainly looks good
20:55 erank MyGoddess: 100% score :p the check can be done with [globalVar = TSFE:page|tx_templavoila_to = 1]
20:55 erank thanks!
20:55 erank cya
20:56 foool I tried glossary but the content is stored in a sys folder and no RTE
20:57 feinripptraeger MyGoddess, thanks!
20:59 MyGoddess erank, hehe, np.
21:00 ndee is it possible to tell tt_news, that it shouldn't automatically hide new news entries?
21:01 MyGoddess default value in tca, no ?
21:01 ndee change it in the tca.php?
21:02 HardPhuck Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /Users/<removed>/Sites/typo3_src-4.2.1/t3lib/class.t3lib_db.php on line 795
21:02 ndee but when I update tt_news, that gets overwritten, no?
21:02 HardPhuck i get this error
21:02 HardPhuck where can i see what method made the call?
21:02 ndee HardPhuck: mysql query is wrong.
21:02 ndee enable sqldebug
21:02 HardPhuck where do i do that
21:02 ndee Install > All Configuration
21:02 ndee search for sqlDebug
21:07 HardPhuck lol the error is behind the typo3 must get to it somehow :)
21:08 ndee where can I set again that user X automatically sees module "list" instead of that useless overview page?
21:22 MyGoddess HardPhuck, as ndee said, you must enable debugging in typo3 to know the query. There are some php extensions which enables viewing the call stack.
21:22 HardPhuck yeah i enabled it, already fixing the error
21:23 HardPhuck will take some time i guess:)
21:24 MyGoddess depending of your skills at finding were the query is generated ;)
21:27 HardPhuck found it, but have some difficulties solving it as it's not my code
21:28 HardPhuck borrowed the category treeview code from ab_linklist
21:29 HardPhuck now modifying it to suit my needs
21:32 MyGoddess but you have the generated sql statement no ? so phpmyadmin or just the mysql cli can tel you the error, no ?
21:37 HardPhuck yes i got the error, i'm looking through the code now on how to solve it
22:36 HardPhuck i solved the error but my category list is empty, when it should have categories displayed :)
22:38 HardPhuck hm if i debug($treeViewObj); i see those items in an array
22:38 HardPhuck items that should be in the categories field

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.