Search the website and IRC logs

#TYPO3 IRC log from : Saturday 13 March 2010

Year: 2007 2008 2009 2010 2011 2012
Month: Jan Feb Mar Apr May Jun Jul Sep Oct Nov Dec
Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
03:01 schwaiger someone knows a whay to disable direct upload inside extension tca
14:21 raven24 somebody here who can help me with extbase/fluid ?
14:35 snoy_ms maybe?
14:35 snoy_ms but iam also new to extbase and fluid
14:36 snoy_ms ok, i think raven is off......me too...
14:50 tmkd hi, can you tell me what does this symbol '>' mean. this is code
14:50 tmkd http://dpaste.com/171539/
14:51 tmkd please write to priv
14:53 timdeluxe tmkd: it means to empty everything which was defined before
14:54 timdeluxe f.e. if there was a pid_list defined on any other place in TS, it is cleared and the next line fills it with 55
16:21 bogomip Why is it not possible any longer to map a simple "Content Element" in TemplaVoila in newer versions?
17:49 schwaiger someone knows a good startingpoint for learning extbase ?
17:50 phil1 schwaiger there is a tutorial somewhere
17:50 schwaiger ok some hints where to find ?
17:51 schwaiger extwase looks a little strange as rails developer but realy interesting
17:52 tmkd do you know tt_news3?
17:53 schwaiger no
17:54 phil1 schwaiger: I am trying to find it
17:54 schwaiger thx phil
17:54 tmkd are you joking?
17:55 tmkd you are dont know what is tt_news extension?
17:56 tmkd i have problem with this
17:58 phil1 schwaiger: http://www.slideshare.net/jocrau/get-into-the-flow-with-extbase-2004846 is a start, but there was a text manual also
17:58 schwaiger many thanks
17:59 phil1 and here is even more :P http://www.slideshare.net/group/typo3/slideshows
18:00 schwaiger thx so muh good start
18:01 phil1 here is the PDF I was looking for https://svn.typo3.org/TYPO3v4/CoreProjects/MVC/doc_extbase/Documentation/Manual/en/quickstart/quickstart.pdf
18:02 phil1 tmkd: what is your problem
18:03 schwaiger oh yes i thoght you mean tt_news v3
18:03 tmkd phil1: i am using tt_news 3
18:04 tmkd i have system folder called NewsStorage
18:04 tmkd there are news
18:04 tmkd on one page i conigure content as tt_news , and there in tt_news record i show NewsStorage
18:05 tmkd i set show all categories, and when i enter to page i see 'no news in the list'
18:05 tmkd phil1: what can be wrong
18:05 schwaiger cleared your cache or no_cache in t s?
18:07 tmkd i cleared cache few times
18:07 tmkd strange situation
18:08 tmkd in the past it works, but then i have one page with LATEST_HEADERs
18:08 tmkd when i click on one typo redirect me to SINGLE news
18:08 tmkd and then i could click Back to see all news
18:09 tmkd but LATEST_HEADERS need to be on every page on website, so i write typoe script which insert news in every page, and from this time i have troubles
18:09 tmkd to show news list i need only set page pid where are stored news ?
18:16 Conic is here someone who uses tt_news v3 ?
18:18 phil1 yeah
18:20 phil1 this might help plugin.tt_news.displayList.excludeAlreadyDisplayedNews = 0
18:20 phil1 tmkd: can you show us your TS?
18:21 phil1 please post it to http://t3paste.org/ and show is the link
18:25 tmkd ok
18:26 tmkd sory, for this page i dont have typoscript
18:26 tmkd i am clicking:)
18:26 tmkd but other page with typo works
18:27 tmkd phil1: hmm, or say how to write typoscript in some part of one page
18:28 tmkd to slide small news part around other pages i am using typoscript
18:28 tmkd lib.myNews = plugin.tt_news
18:30 phil1 ?
18:30 phil1 I don't get what you are trying to do ...
18:30 tmkd ok, i have to places to show news
18:30 tmkd end 7 subpages
18:30 phil1 yes
18:31 tmkd one place shows always only headers o newest news
18:31 phil1 ok
18:31 tmkd so i have some <div> mapped to lib.myDivNews
18:31 tmkd and send to this news
18:31 tmkd like this lib.myDivNews = plugin.tt_news{...}
18:32 tmkd but..
18:32 tmkd i have also second place
18:32 tmkd only on one page, and i want to show there all news
18:32 phil1 hm, you should use lib.myDivNews < plugin.tt_news
18:32 tmkd ok
18:32 tmkd i make mistake while i was typing
18:32 tmkd soryy
18:32 phil1 is ok, we al do
18:33 phil1 *all* :D
18:33 tmkd news headers works
18:33 phil1 :)
18:33 phil1 the other stuff too?
18:33 tmkd but, to show all news in one page i am using graphical wizard
18:34 phil1 the page/content plugin ?
18:34 tmkd and i dont know how to tell "him" that news are on sys folder called NewsStorage
18:34 phil1 you could always write:
18:35 tmkd pid_list = some_number?
18:35 tmkd in the setup filed?
18:35 phil1 plugin.tt_news.pid_list = ### some number / page uids
18:35 phil1 might work too
18:35 phil1 better: should work too
18:36 phil1 if you write plugin.tt_news.pid_list = 1,2,3
18:36 tmkd unfortunately it will not.. i am telling you
18:36 tmkd i will try
18:36 tmkd wait a while
18:36 phil1 all instances of tt_news will always use these sysfolders ... ok I am waiting :)
18:39 uriahheep hrm... for some reason the login form does not automatically translate when i go to the french version of the page...
18:40 tmkd phil1: dont work
18:40 tmkd shit..
18:40 tmkd i hate this framework
18:40 uriahheep a translation has been made for both the element and its containing element...
18:40 uriahheep don't know where to go from here :S
18:40 tmkd phil1: can you tell me how you will do this?
18:43 uriahheep has anyone had such a problem before?
18:46 uriahheep never mind, another noob mistake by yours truly
18:58 uriahheep uh... how can i create a reference to a content element that is already on a page via typoscript?
19:39 Conic is there a way to allow all editors access all categories in tt_news?
19:40 Conic since v3 i have to give everyone extra access to the categories, which becomes very much work if there are hundreds of categories and editors ^^
19:40 Conic if there a way to turn that off?
19:45 HardPhuck how do i add a class to the image which is in text with image top left
19:45 HardPhuck i forgot :S
20:06 Conic isn't there a possibility to grant full access to all categories of tt_news ???
20:07 phil1 tmkd: still here?
20:07 phil1 Conic: not sure :|
20:08 Conic phil1: this is really annoying if an editor creates a category an has no access to it :D
20:08 Conic and we have too many categories, too many editors, and too many new categories each day to handle this right management
20:09 Conic so i would like to simply turn it off...
20:10 Conic i need something like
20:10 Conic plugin.tt_news.options.allowAllCategories = 1
20:10 Conic :D
20:11 tmkd phil1: yes
20:11 tmkd i am still here
20:19 tmkd phil1: do you have some answer?
20:53 tmkd phil1:
21:01 tmkd phil1:
22:35 HardPhuck ries you here?

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.