Search the website and IRC logs

#TYPO3 IRC log from : Thursday 29 November 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
01:41 needhelp000 Hello I need Typo 3 Support could someone help me with on question
01:42 needhelp000 please
01:43 needhelp000 nobody?
01:45 num000 ask your question, if someone is here who can help you he will help you
01:47 needhelp000 i am really new in typo3, but i ve a really short time for setting up an extension i already created an frontend extension so i have an page ID and i need to get all Content from this page witch function will do this
01:49 num000 i don't understand your question really but read this here http://typo3.org/documentation/document-library/core-documentation/doc_core_api/4.1.0/view/
01:49 void needhelp000: content as it will be rendered by typo?
01:49 num000 you will have to handle marker subparts in order to get the content of that page
01:50 void no, there are another ways
01:50 void needhelp000: you can use CONTENT from within your code..
01:51 num000 void how do you mean
01:51 void num000: usually when you want content from particular page, you'd use CONTENT in your TS
01:51 void right?
01:51 num000 yes
01:52 num000 this guy is obviously trying to get content out of his extension
01:52 void so, why not get the same from extension?
01:53 void $this->cObj->CONTENT($conf);
01:53 num000 i see
01:53 needhelp000 yes my extension is aet up in the main content field, it gets an id from an external database witch is an id from a typo 3 db in the page table and this table has ttcontents the page elements this is what i need to send it in the content return at the end of may extension
01:54 needhelp000 i need all elments from tt_content for my page ID
01:54 void use that code ^^
01:55 void (but you need to write an $conf array, of course)
01:55 needhelp000 $this->cObj->CONTENT($conf);
01:55 void yes
01:55 void but there other ways too, depends on what you need
01:55 needhelp000 $this->cObj->CONTENT($conf);
01:55 needhelp000 and how could i give this
01:56 needhelp000 my page id
01:56 void do you need to get final html output or do you need to get database records
01:56 needhelp000 final html output and the page id i get is not the same page id than the current site has
01:56 void $conf = array('table' => 'tt_content', 'select' => array( 'pidInList' => $myid));
01:57 needhelp000 $my id = my page id
01:58 needhelp000 $conf gets what values?
01:58 void what?
01:58 needhelp000 $conf = array('table' => 'tt_content', 'select' => array( 'pidInList' => $myid));
01:59 needhelp000 $myid == page id
01:59 needhelp000 donts
01:59 void yes,
01:59 needhelp000 so witch value gets the $conf after this
02:00 needhelp000 you just define a array
02:00 needhelp000 but where is the html output
02:00 void that is a result of the call...
02:00 void $html = $this->cObj->CONTENT($conf)
02:01 needhelp000 well thats all
02:01 needhelp000 $conf = array('table' => 'tt_content', 'select' => array( 'pidInList' => $myid));
02:01 needhelp000 $html = $this->cObj->CONTENT($conf)
02:01 needhelp000 and done
02:02 needhelp000 with all page elements
02:02 needhelp000 ?
02:02 void yes
02:02 void at least, should be
02:03 needhelp000 cool do i ve to include an lib files or do this functions and variabls extend to my extension class
02:04 void depends on what you start... do you use tslib_pibase or lib/div?
02:04 needhelp000 pibase
02:06 void so.. i think is all included already
02:06 needhelp000 thx you very much ... am at last one question to you know a good refference or manual with such stuff for me
02:08 void TSRef ?
02:08 needhelp000 Well thank you so know i ve to get my bus is already 2 o clock
02:08 needhelp000 baye
02:09 needhelp000 bye
02:09 needhelp000 thanks
07:23 tsrepadmin good morning #typo3!!!
07:23 uffi good morning tsrepadmin :-)
08:14 asdf hallo zusammen
08:14 asdf hi all
08:39 uffi morning asdf
08:40 smeringe morning uschi. asdf? :)
08:40 uschi good morning folks
08:40 uschi morning smeringe
08:41 smeringe ah.. there was a user nick named asdf. sorry :)
08:42 uschi i was wondering about the question mark, so that riddle is solved now
08:43 smeringe heh. yeah. that almost seems rude now. wasn't my intention. I thought it was some unknown abbriviation for "all ya friendly people here".
08:44 uschi lol
08:56 uschi morning koomi_ :-)
08:57 koomi_ hey umc-away
08:57 koomi_ erm
08:57 koomi_ uschi:
08:57 koomi_ :)
08:59 uschi :-)
09:11 sulest hello typo
09:11 koomi_ hi sulest
09:12 sulest is somebody from burgaria
09:12 sulest or I'm the only one :)
09:13 sulest I need little help, but my english is poor
09:14 koomi_ just give it a try. we're pretty much used to weird english :)
09:15 asdf lol
09:15 sulest ok
09:15 sulest I have problem with creating the NEWS section on my page
09:16 asdf whats working til now and what not
09:17 sulest I have looked on ext for typo but it display news for curent page only
09:17 asdf how do u store the news?
09:18 sulest for short
09:18 asdf did u create a system folder for ur news?
09:19 sulest yes
09:19 sulest but then
09:19 sulest ?
09:19 asdf and u have defined more categories in this system folder?
09:19 sulest no
09:19 sulest onli one
09:19 asdf ok
09:19 sulest for latest news
09:20 asdf u store news and latest news in different folders?
09:20 asdf or all in one?
09:23 sulest 1 qestion? i dont need for tt_news plugin because i have 1 or 2 news max. for example: i use subparts.MARK = HMENU and subparts.MARK.value = 1 (this is the way tu display a menu) if there is a way to display directly content ot selected page
09:24 asdf yes, for sure
09:25 asdf if u want to show ur news under the menu go this:
09:25 asdf subparts.MARK = COA
09:25 asdf subparts.MARK.10 = HMENU
09:26 asdf subparts.MARK.20 = TEXT
09:26 asdf subparts.MARK.20.value = Latest News content Number 1
09:26 asdf subparts.MARK.30 <. subparts.MARK.20
09:26 asdf subparts.MARK.30.value = Latest News content Number 2
09:27 asdf or u can set the MARK.20 as a CONTENT object with selecting all data storen in a sysfolder
09:28 asdf the solution would look like this
09:28 asdf subparts.MARK.20 = CONTENT
09:29 asdf subparts.MARK.20.select.pidInList = {uid from sysfolder}
09:29 asdf subparts.MARK.20.select.orderBy = date
09:34 sulest 10x a lot
09:38 asdf to whom should i address the bill?
09:46 toms Hi there.
09:52 sulest what are this numbers 10 20 30?
10:05 asdf this are references to the COA Object
10:05 asdf check tsref for COA
10:13 sulest subparts.NEWS = COA
10:13 sulest subparts.NEWS.10 = HMENU
10:13 sulest subparts.NEWS.20 = TEXT
10:13 sulest subparts.NEWS.20.value = 10
10:13 sulest subparts.NEWS.30 <. subparts.NEWS.20
10:13 sulest subparts.NEWS.30.value = 11
10:14 sulest in the NEWS mark displays "10"
10:14 sulest i change subparts.NEWS.20 = TEXT with subparts.NEWS.20 = CONTENT
10:15 sulest but it dosent display anything
10:28 smeringe you would like to do subparts.NEWS.20.value = CONTENT if you want to display "CONTENT"
10:30 smeringe hum.. but that you got before.. asch.. didn't read the previous post as usual. sry :)
10:30 alexwx helo there
10:30 smeringe hi
10:32 alexwx i am looking for some extension direct for my needs, i need some categories to mange where I will have the flash games, and some information about it, there is a rating and diskusion for it, thanks for help
10:33 smeringe checked the TER alexwx?
10:33 m0oman moo!
10:33 smeringe wah!
10:33 smeringe hi m0oman
10:33 alexwx smeringe not now, i dont know what i have to finding
10:34 smeringe alexwx: http://typo3.org/extensions ?
10:37 smeringe ..and vaelkommen pmk65 :)
10:38 alexwx yea I know that but i dont know what i have to look for :) can you help?
10:38 smeringe alexwx: no, no clue :)
10:39 alexwx :)
10:40 smeringe everyone, give teppi|work a warm welcome!
10:41 teppi|work hello! :-)
10:41 alexwx simply I need some cateogies and some entries ext., the TCA I can update
11:17 sulest where is the f... problem i cant display the news MARK
11:17 sulest subparts.NEWS = COA
11:17 sulest #subparts.NEWS.10 = CONTENT
11:17 sulest #subparts.NEWS.20 = text
11:17 sulest #subparts.NEWS.20.value = 10
11:17 sulest #subparts.NEWS.30 <. subparts.NEWS.20
11:17 sulest #subparts.NEWS.30.value = 11
11:17 sulest # subparts.NEWS.20 = CONTENT
11:17 sulest # subparts.NEWS.20.select.orderBy = date
11:17 sulest # subparts.NEWS.20.select.pidInList = 9
11:17 sulest subparts.NEWS = HMENU
11:17 sulest subparts.NEWS.special = directory
11:17 sulest subparts.NEWS.special.value = 9
11:17 sulest subparts.NEWS.1 = content
11:22 smeringe sulest: please use http://phpfi.com for long code. What are you trying to achieve? seemes like two things in the code here..
11:25 teppi|work do somebody know how i can add an anchor menu to a page?
11:26 teppi|work with anchors to each content element
11:33 sulest smeringe ok
11:38 mike Hi all, I have a small issue - sorry if this is a newbie question
11:38 mike I would like to install an extension manually as the automatic feature did not work.
11:39 bonzini test
11:39 mike I tried to place the t3x file in the ext folder but it wasn't recognized
11:39 mike what should I do?
11:40 mike somebody?
11:45 mike hi
11:45 mike anybody here for a quick tip?
11:49 teppi|work hi mike
11:50 mike Hi
11:50 teppi|work you have to install the t3x file with the extension manager
11:50 mike yes, but it did not work...
11:50 teppi|work choose the extension manager
11:50 mike I did this already
11:50 teppi|work then choose install extension at the top
11:50 teppi|work ah no
11:50 teppi|work import extension
11:50 teppi|work there is a field: Upload extension file directly (.t3x):
11:50 mike yes, this is what I had done
11:51 teppi|work this will decompress the t3x file into the right folder
11:51 mike yes, did this also unfortunately it comes up with a memory error so I could not upload it that way
11:51 mike so I wanted to do this manually
11:51 teppi|work the t3x file has to be decompressed first
11:51 mike but I don't know what the t3x format is - apparently it is not zip
11:51 mike nor tar
11:51 teppi|work it can not be read directly ..
11:51 teppi|work yes
11:52 pulponair hi there
11:52 teppi|work which extension is it
11:52 mike t3x
11:52 pulponair is it possible to exclude a certain get parameter from the chash generation?
11:52 teppi|work maybe i can decompress it for you
11:52 teppi|work i mean which plugin
11:52 mike ok, but do you know what the format is?
11:52 mike is it ZIP really?
11:52 teppi|work no
11:53 teppi|work i dunno which format they use
11:53 teppi|work its not simple zip or tar
11:53 mike I guess I could have a look at the code and try to figure out... too bad it is not standard
11:53 teppi|work i will install the extension into one of my test installations .. just tell me the name of the extension ;)
11:54 mike on my site I have fantastico and I installed typo3 except it did not come with phpmyadmin ext preinstalled
11:54 teppi|work i send it to you as zip
11:54 mike so this is the phpmyadmin extension that I would like to install
11:54 teppi|work so you wanna have phpmyadmin?
11:54 teppi|work ok
11:54 teppi|work :)
11:54 mike yes
11:54 teppi|work mom
11:55 MasterYin clear
11:55 MasterYin hey Everyone
11:56 MasterYin Got a Problem with writing my latest Ext
11:56 MasterYin Anyone here to help?
11:56 mike sorry, I am here to install an already packaged ext... I am not at this point yet ;)
11:57 MasterYin *G*
11:57 toms I have content that shall be shown as a Website, but I like to store it in the fileadmin. If I make a link to it as an external URL the link is broken by typo. If I make a link to a file in fileadmin the file is provided as download, which is not what I want.
12:00 MasterYin I allready made my ext_conf_template.txt-File but now I can not get Access to my properties...
12:00 MasterYin (I'm writing an FE-Plugin)
12:02 alexwx hi there, in the search result the bullet list is wrong displayed, there no space between next lis entries, is possible to change it?
12:02 mike MasterYon, do you know where I can find what the t3x format is?
12:03 mike it's not zip, nor tar, nor tgz...
12:03 teppi|work mike,
12:03 teppi|work i send you a link with phpmyadmin
12:03 mike yes?
12:03 teppi|work as tar.gz
12:03 mike cool, where would you like to send it?
12:03 teppi|work arm .. sent
12:03 teppi|work http://gutenappetitindia.form4.de/fileadmin/phpmyadmin.tar.gz
12:04 MasterYin mike: what do you want to do with the t3x?
12:04 teppi|work he gets an error when he tries to install it with the extmanager ..
12:04 MasterYin ahhh
12:04 mike just wanted to understand how to install manually...
12:04 MasterYin a later ext file?
12:05 mike so teppi extracted the t3x for me
12:05 MasterYin I have never installed manualy....
12:05 teppi|work you have just to copy the phpmyadmin folder into typo3conf/ext
12:05 mike teppi: is that a brand new install of phpmyadmin?
12:05 mike do I need to configure anything?
12:05 teppi|work should be the last one i think
12:06 teppi|work nope i think it shuold work how it is
12:06 teppi|work but you have to click the add button in the extmanager
12:06 mike yes, uploading for now...
12:06 teppi|work hopefully the memory error was because of the extraction
12:07 mike I think it must be related to my webserver - a limit in the filesize of some sort...
12:08 teppi|work maybe you should try TER ..
12:08 teppi|work this extension downloads the extension directly from one webserver to your own .
12:08 teppi|work maybe this works
12:08 mike sorry but what is TER?
12:09 teppi|work TER Update Check
12:09 mike is that part of typo3?
12:09 teppi|work http://typo3.org/extensions/repository/view/ter_update_check/0.7.0/
12:10 asdf where is the need of a ter_update_check ext?
12:11 teppi|work you can check for all installed extensions whether there are updates ..
12:11 teppi|work as far as they are part of the official typo3 ext repository ..
12:12 mike trying this first
12:12 mike thanks teppi
12:12 teppi|work np
12:12 mike let's see if that works
12:12 teppi|work ok .. i will delete the tar.gz
12:12 asdf i would not upgrade any extension as soon as there is a new update available
12:12 mike yeah, thanks got it anyway
12:13 mike ok, ter installed
12:13 teppi|work asdf, i think it depends on the extension ..
12:13 asdf has anyone of u installed typo3 on an IIS or tried the DBAL for oracle or another database
12:13 asdf u are right
12:43 smeringe asdf, yes. Installed it on IIS, and tested it with DBAL together with mssql..
12:43 smeringe mssql is not to recommend with typo3 though
12:58 solshark Hello all. I have domain1.com (typo3-based site). I need install wordpress and access to wordpress by asdress domain1.com/blog How can i do this?
13:22 pulponair any caching gurus in here?
13:46 asdf @solshark, maybe u have simply to install wordpress and use a .htaccess rule to override url resolving for typo3 if someone enters domain1.com/blog
13:54 asdf @smering, i supposed that, how is t3 running on IIS? i think some features were not supported like url rewriteing for example
13:57 solshark asdf: But in this case i need install wordpress in typo3 document root?
13:59 asdf hmm, is it not possible to simply create a folder named blog and install wordpress inside it?
13:59 solshark asdf: I have 5 sites in one typo3 installation. If each from this sites needs own blog with domain1.com/blog domain2.com/blog domain3.com/blog ?
14:00 asdf i havent worked with wordpress allready, maybe there is a directive selection, or u have to install wordpress 5 times like blog1, blog2, blog3 and so on
14:01 asdf but the key would be the rewriting rule of ur htaccess
14:01 solshark asdf: Ok, thx for advice.
14:01 asdf nevermind
14:15 Civiliste Hi, I'vt got an "External URL" page, and I'd like to edit it from front end (for example to be able to change the link !). But even though I'm logged in, when I click on the item I get redirected.
14:16 Civiliste I was wondering if anyone here had the same problem and found a nice solution ;-)
14:17 asdf how did u embed the link into ur typo3? as a page?
14:17 Civiliste yes
14:18 Civiliste From frontend editing I could add a new page and select Type -> External Url, but now.. I cannot edit it !
14:18 asdf i dont know any way to do that, but if u create ur external links with a content-object (overriding a content object type via typoscript) u should also be able to edit it via frontend
14:19 asdf do u know what i mean?
14:19 Civiliste mmm sounds interesting, but I don't know how to do that (the overriding thing)
14:20 asdf is this a webpage which will be managed by a customer later on?
14:20 Civiliste well, it'll be managed by a "basic" webmaster who shouldn't need to see the back-end ;-)
14:21 asdf u know how to define output rendering for the content object -> header?
14:21 asdf via typoscript?
14:22 Civiliste not really..
14:22 asdf u have defined rendering of ur content objects?
14:24 Civiliste i'm afraid not...
14:24 asdf pls show me ur page, is it online?
14:28 Civiliste no, it's on a dev server. I'm trying to figure out what you mean with "define output rendering for the content object -> header", i'll be back in a minute
14:31 asdf if these external links are only in a specific section of ur page u should create an "extension template" for these sections, and override the tt_content.header object to serve u as a link module, for simple headers u can use the tt_content.text object and define the output of this the bodytext as not required but not rendering bodytext if it not exist
14:32 asdf sounds a bit weird, but i can explain it in detail if u want so
14:33 Civiliste I think I've found another solution: in template setup I test if a user is logged. If the user is logged, I add
14:33 Civiliste config.disablePageExternalUrl=1
14:33 Civiliste which disables the redirections... I'll try
14:34 asdf sounds good
14:36 Civiliste yes! It's working. Well thank you anyway !
15:06 alexwx helo
15:06 alexwx how to set in the backend in a TCA some option in a select box as default?
15:59 pesz hei
16:01 pesz configured rgsmoothgallery according to the manual, but it does not wanna work under tt_news
16:02 pesz simply nothing changed in the fe
16:04 pesz is it really enough to insert this code: plugin.tt_news.rgsmoothgallery < plugin.tx_rgsmoothgallery_pi1?
16:06 pesz i have ###NEWS_IMAGE### in the news template, and inserted a few images in a certain news item
16:15 pesz if i look at the source of the page, i can see 'div .news-single-img' just like before installing rgsmoothgallery
16:15 pesz what can be wrong?
16:18 umc-away pesz: what does that extension do ?
16:19 umc also, an interesting question from me... is it possible to configure in the backend to what page will www.domain.com point to ?
16:19 umc and change that whenever you see fit ?
16:21 pesz rgsmoothgallery shows a smooth image gallery
16:22 umc and it doesn't play along with tt_news ?
16:23 pesz umc: you can insert a new 'domain' to configure it
16:23 mark_swe umc add a domain record in list view for the page.
16:24 pesz not for me
16:24 umc for the page that I want to be shown by default when I type just the domain name ?
16:24 mark_swe yep
16:24 umc but even if it's the same domain ? I don't want more domains...
16:24 umc haven't played with domain records...
16:25 umc I'll give it a try :)
16:25 umc thanks
16:25 mark_swe the domain would supposedly be diffrent from you "main" domain
16:25 mark_swe pretty sure something will get schizo otherwise
16:26 pesz umc: maybe you should just change the type of your root page to shortcut and point it to the desired page
16:26 umc hm... maybe that would be better
16:26 umc but can I still have the template there ?
16:27 pesz sure
16:27 umc that would be great if it worked. I'll definetelly try that
16:27 pesz it must work
16:27 umc thanks for the tip
16:27 mark_swe yeah it does
16:27 pesz welcome
16:28 mark_swe as for the ttnew rgsmooth im not sure
16:29 umc but I used tt_news too... and I didn't need to change the template to add those markers...
16:29 mark_swe oh, sorry, weren't talking to you
16:29 mark_swe pesz according to typo3.org thats the way to do it.
16:30 pesz :)
16:31 mark_swe You probably looked there already?
16:31 pesz of course, i installed and configured it according to the manual
16:32 mark_swe yeah sorry, missed that line
16:32 pesz no prob
16:33 pmk65 pesz: Did you install the static template of rgsmoothgallery?
16:35 pesz pmk65: yeah, right after css styled content
16:37 pmk65 and you put this in your setup field: plugin.tt_news.rgsmoothgallery < plugin.tx_rgsmoothgallery_pi1
16:38 pesz yeap
16:38 pesz and i use timtab
16:39 animan hi
16:39 animan is it possible to show more that 4 images in tt_news' single view?
16:40 pmk65 pesz: how does it look if you look at theplugin. tt_news object using the TSOB (Object Browser). Does it contain the rgsmoothgallery code?
16:41 pmk65 animan: yes. Check the tt_news manual for which config option you need to increase the image limit.
16:41 pesz pmk65: yes, it does
16:42 pesz pmk65: what details are you interested in?
16:42 animan pmk65: i just did.. only thing that could have done this was plugin.tt_news.displayList.imageCount = 10, but it didn't work :/
16:43 animan or did i miss something?
16:43 pesz animan: use displaySingle instead
16:44 pmk65 animan: yes. you are setting displayList, not displaySingle
16:44 animan hmm.. worth to try :) thanks :)
16:44 pesz animan: displayList is about the list module
16:46 pesz or list view, sorry
16:46 animan mhmh, makes sense :)
16:49 animan it worked -- thanks pesz =)
16:49 animan and pmk65
16:50 pesz welcome
17:00 pesz bye
17:59 crypt0 hi I'm interesting in wrting a typo3 extension for a payment system but I'm new in Typo3 is there someone who want help me :-)
18:43 dino007 servus leute
20:37 null__ ge
21:21 Palle Hello
21:22 Palle Do anybody know hov to get two niceclums when I'm using the Form funktion ?
21:22 Palle columns*
21:26 Palle I would like to hade the "Label" in one column and the input fields in another.
21:26 Palle I tied with the Tabel form but did'nt get it to work
21:30 Palle Anyody speaks Swedish ?
21:51 titii hey there... some one using new realURI ext? i need help. some basic conf. because it doesnt work, the previuous version works, but not now... i dont know whats wrong... some information? thanks
21:54 titii hey
22:03 titii HEEY
22:08 marin hi, can someone help me with joboffers_feedit ??
22:11 marin http://www.car-aachen.de/index.php?id=362
22:12 marin how can i change the space between the description and the fields
22:25 null__ ein aachener :)
22:28 null__ marin: you do have a div#content with postion fixed, which is not supported by ie
22:29 marin richtig@null
22:31 null__ you could add a css-fie or change the inserted an cange the marig of tx-joboffersfeedit-pi1-form-field to 20px
22:32 null__ oh. tasta put
22:32 marin yea my problem was just that i dont know how to adapt it because there is no template and i am just a beginner
22:33 null__ ok
22:33 null__ you know how to go template in the backend? And know how to insert a css file
22:33 null__ ?
22:34 marin i know how to go to the template files in the backend.. i have just installed quixplorer
22:34 marin but i never worked with css files
22:36 marin .tx-joboffersfeedit-pi1-form-label, .tx-joboffersfeedit-pi1-preview-label {
22:36 marin float:left;
22:36 marin width:120px;
22:36 marin }
22:36 null__ add to this
22:36 marin just found that
22:37 null__ margin-left: 20px;
22:37 null__ and maybe a positition: absolute;
22:37 marin where exactly?
22:37 null__ should work
22:37 null__ somewhere in between
22:37 null__ after float:left;
22:38 null__ just play with it
22:38 null__ -20px, +20px;
22:42 marin perfect
22:43 marin thank you for that.. and just two more little problems :-)
22:44 marin when you go on the button with the three dots the calendar that appears doesn`t work
22:45 marin so i would like to fix it or to remove the button if it`s to difficult to fix it
22:48 marin still there null_ ?
22:53 null__ i am off
22:53 null__ #too much work
22:53 null__ gn8
22:55 marin n8
23:01 martinac is there someone else who can help me?
23:02 martinac http://www.car-aachen.de/eintrag_hinzufuegen/?no_cache=1
23:03 martinac i used feedit_joboffers
23:04 martinac and i have a problem with the calendar that appears, when you go on the butto with the three dots
23:04 martinac it doesn`t work

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.