Search the website and IRC logs

#TYPO3 IRC log from : Monday 2 November 2009

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
09:29 snoy_ms Anyone knows a good extension for a quiz? For example: One question and two or three answers. Problem: The Quiz have to check every answer. Its for Kids. They have to click until they find the correct answer.
10:13 jbaptiste_j Hello folks, the topix says 4.2.9 I tought 4.2.10 was current
10:16 kraftb hello and good morning !
10:19 fuchur you too
10:19 kraftb thx ;)
10:51 marcuslind I asked about this last week but I never got good answer. I'm programing an extension and in one stage a receiver will get a mail where they will have the option to "Confirm" or "Deny" information by <a href> links. I want this info to go to a .php function. 1 option was to make a .php file in the fileadmin directory and set the URL of the link to "phpfile.php?confirm=yes" (replace confirm=yes with a randomized md5 string). But this solution isnt
10:52 marcuslind So how do I link information to a PHP function of an extension?
11:25 teppi|work marcuslind, your question is cutted at : But this solution isnt ...
11:25 marcuslind teppi|work:
11:25 marcuslind bah cant paste
11:25 teppi|work :-)
11:26 marcuslind I said it's not good enough. I want to integrate it to the plugin and not make a "quickfix" by importing a file to the fileadmin folder.
11:26 marcuslind I want the URL to go to a function of the extension
11:26 marcuslind I dont want to create a custom .php file in the fileadmin folder and link it there.
11:26 teppi|work yeah and why dont you just make a link to a page where the plugin is linked in ..?
11:26 marcuslind So how do I create links from the mail that will go to a .php function of the extension that will update a database depending if they press "Confirm" or "Deny"
11:27 marcuslind Because the plugin require you to be logged on as a user
11:27 teppi|work then make another one ..
11:27 marcuslind Or do you mean creating a new frontend plugin, implementing that to a new page that's not visible in the menu?
11:28 teppi|work jep ..
11:28 marcuslind can I do ?p=189491848 links even though it's using permalinks?
11:28 marcuslind send $_GET[]
11:29 teppi|work äh pardon?
11:29 teppi|work dont understand
11:30 marcuslind I'm using RealURL, so my adress looks like http://example.se/project/01 and not /project.php
11:30 marcuslind is it possible to send $_GET variables using permalikns?
11:30 marcuslind example http://example.se/project/01?md5=98194898148asfasfd&id=01
11:31 teppi|work why not?
11:31 teppi|work everything after example.se are GET-Vars
11:32 teppi|work i dont know how you build your links
11:32 marcuslind It's enough saying the last part. :)
11:32 teppi|work but if you use the typo3 links functions
11:32 teppi|work the links will be rendered right
11:32 teppi|work based on your actual real url conf
11:35 teppi|work marcuslind, links in plugins should be rendered that way: http://typo3.org/fileadmin/typo3api-4.0.0/df/d65/classtslib__cObj.html#ab6cc28d90fc5e9d04756bdb5c0e6717
11:35 marcuslind teppi|work: thanks.
11:36 teppi|work you will get a cObj-object with $this->cObj ..
14:18 jbaptiste_j Another strange thing, If I navigate inside my typo3 site, the "previous page" button in my browser works in IE8 but not in Firefox (??)
15:44 xaver hi
15:44 xaver anybody know a youtube channel extansion?
16:01 Georges_Abitbol I add an issue that should be really simple. I want an ts object (hmenu I think) displaying the page title of level 1 when user is on page level 1 and more. Could anyone help me
16:04 teppi|work Georges_Abitbol, http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/8/11/
16:04 teppi|work entryLevel
16:05 teppi|work special = rootline
16:05 teppi|work and http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/10/8/
16:06 teppi|work and donotlinkit = 1 .. should do the magic i suppose
16:16 _pedda_ hi all
16:20 Georges_Abitbol thx teppi|work . I'll take a look. I've test browse and special but this is rootline.
16:37 _pedda_ does someone use sk_pagecomments + tt_news ?
16:38 _pedda_ klicking on a comment teaser entry shows a strange behaviour
16:39 _pedda_ seems as if sk_pagecomments couldn't distinguish differents news-records
16:39 _pedda_ two comments from two different news records will appear on the same news-record on the single-view-page if clicked from the comment-teaser
16:43 dirk` hey!
16:43 dirk` if i change something infileadmin/templates/mytemplate/index.php why does it not show up at the site?
16:43 dirk` i cleared all caches
16:43 dirk` & including my browsers cache
16:45 MyGoddess what's this index.php ?
16:45 dirk` its a fault of me :)
16:45 dirk` i edited index.html
16:45 dirk` there is no index.php :)
16:45 dirk` sry :)
16:46 MyGoddess Wath kind of template did you use ? automaketemplate or templavoilà or ... ?
16:47 dirk` templavoilà as far as i can see (i did not set this up, i only have to administer it)
16:50 MyGoddess dirk`, you must update the templavoilà record.
16:51 MyGoddess Using the templavoilà module.
16:54 dirk` ah ... i found soumething
16:54 dirk` is it the modify DS / TO button?
16:57 MyGoddess no.
16:57 MyGoddess It's update mapping, and then juste save and return.
16:57 MyGoddess in the third tab.
16:58 dirk` aaaaah :)
16:58 dirk` this worked! thanks!
16:59 dirk` bye!
17:49 ries hey guys.. anybody knows this? can I click on a link within a HTML page, and copy 'some' text to the clipboard?
17:52 MyGoddess ries, there is a javascript call to do this. But I didn't know it. You may google it ;)
17:52 ries MyGoddess: doing right now... seems IE only
17:54 sebast hello, I created my second extension with kickstarter but it wont show up the dummydata that is wrote in class.extensionname... where to find the reason?
17:56 teppi|work sebast, do you get php parse errors if you put some errors into the extension?
17:57 sebast no, I only see the header from the plugin. I wrote a misspelled command and I didnt get an errormessage
17:59 sebast tippi|work what do you think where to look at the error?
18:01 sebast teppi|work ?
18:02 teppi|work sebast, i think the plugin is not included correctly
18:03 sebast I put it in as a plugin on one page. I will try a second entry...
18:03 teppi|work there have to be some entries in the ext_tables.php and ext_localconf.php
18:04 teppi|work in the localconf you should have a line starting with: t3lib_extMgm::addPItoST43(...
18:04 teppi|work and in the ext_tables
18:05 teppi|work like here: http://typo3.org/extensions/repository/view/cag_longlists/current/info/ext_tables.php/
18:05 teppi|work :-)
18:05 teppi|work and the theren might be the last chance
18:05 teppi|work that you havent cleared the cache
18:05 teppi|work but i suppose you did that already
18:06 teppi|work *n
18:09 sebast oh man, you saved my day... :)
18:09 sebast it was the cache... that simple... I think I worked too long not with typo... :)
18:09 sebast so thanks a lot...
18:09 teppi|work hehe
18:09 teppi|work np
19:36 snoy_ms is it a known bug ? install tool login problems ?
19:37 snoy_ms if i try to login, i get the url .../typo3/install/index.php?TYPO3_INSTALL[type]=about
19:37 snoy_ms if i use ../typo3/install/index.php?TYPO3_INSTALL[type]=extConfig&password=joh316 everything works fine
19:38 snoy_ms could that be a php problem ? i just have this problem on some server
19:38 snoy_ms servers
20:21 Spacecube hi there
20:22 Spacecube anyone using powermail ext?
20:37 schabracke not yet, but is it simplier than directmail?
20:40 pmk65 Spacecube: I have used it a couple times.
20:41 pmk65 schabracke: powermail is a form ext, where directmail is a newsletter ext..
20:41 schabracke excuse me - i just read it in the docs - my mistake
20:43 schabracke but hello again
20:47 Spacecube pmk65: i cannot add more fields....got tht message that max_post is exceeded... changed it in php.ini from 8M to 16M (for testing)...still doesn't work and i want to use IRRE
21:01 Spacecube pmk65: solved...didn't know that suhosin is installed.... but it still doesn't save german letters like ? ? ?
21:02 pmk65 Spacecube: arre your site and DB utf-8?
21:11 Spacecube only have Webmin access and i cannot see collation there :(
21:15 schabracke hmm one question: i got no umlauts within my direct mail newsletters?
21:15 schabracke i tried iso-8859-1 and utf-8
21:15 schabracke neither worked??
21:21 Spacecube pmk65: collation for powermail tables are latin1_swedish_ci
21:22 pmk65 then the db is not utf
21:23 Spacecube but why does it work with normal content text?
21:23 Spacecube oh and with page names it works too
21:30 schabracke @pmk65: is that the solution for my problem too? cause all other textfiles are displayed correctly except the direct mail newsletter
21:32 pmk65 I always get some problem,s if db and be0/fe is not set to utf-8, so I always set it to utf-8 at start.
21:32 pmk65 switching to utf later is not that easy. (There's some guides on the web, but it requires full access to the server)
21:33 schabracke you make me cry
21:33 pmk65 http://wiki.typo3.org/index.php/UTF-8_support
21:33 schabracke but why is everything else displayed correctly?
21:33 Spacecube it's just bad if you change later...you have to go thru every content and fix texts, schabracke
21:34 snoy_ms is the template file saved in utf-8 or iso ?
21:34 snoy_ms could this be a problem ?
21:34 snoy_ms ohh there is no template file, or
21:34 schabracke man its gettin worse and worse
21:34 snoy_ms no, my fault
21:34 pmk65 http://wiki.typo3.org/index.php/UTF-8_support#Convert_an_already_existing_database_to_UTF-8
21:34 schabracke im going to bed :)
21:34 snoy_ms at this time ?
21:34 snoy_ms lol
21:35 schabracke hehe
21:35 schabracke im just frustrated, cause i thought that there is just a problem with direct mail cause i got umlauts everywhere else
21:35 schabracke but if i have to change my db, im a broken man
21:36 pmk65 schabracke: does the text come from RTE?
21:37 pmk65 if so you could try converting it to entities.. ü = &uuml;
21:38 schabracke wait a minute
21:38 pmk65 you can change the lib.parseFunc_RTE and use the "short" property to change all ü to the entity value.
21:40 schabracke guys! i know what was wrong
21:40 schabracke in th rte everything was correct
21:40 schabracke BUT i wrote a newsletter and saved it
21:41 schabracke AFTERWARDS i changed in the config from iso to utf
21:41 snoy_ms lol
21:41 schabracke and the existing newsletter didnt take the changes+
21:41 snoy_ms next time try to use utf8 charset
21:41 schabracke no, no lol its more like *grml*
21:41 snoy_ms for typo3 and db.
21:41 schabracke yes i used utf
21:41 snoy_ms like pmk65 says
21:42 schabracke but it didnt take the changes
21:43 pmk65 so does it work now? otherwise try this -> http://pastie.org/680540
21:43 schabracke yes pmk it works now! but seriously this is crap isnt it?
21:44 pmk65 no. switching between iso ant utf screws up the existing content, unless you convert that too.
21:45 schabracke okay, i understand thank you!
21:49 skurfuerst good evening everbody :)
21:50 schabracke helloo
21:52 Spacecube gotta go...thanx for help :o)
21:52 Spacecube byebye
21:52 schabracke bye!
22:40 schlauch hello can anyone tell me how i can figure out a postback value in an extension
22:40 schlauch like, i generate a link , &spid=[value] is passed
22:41 schlauch and i want to do something like if($this->piVars['spid']) but this doesnt seem to work
22:41 schlauch ideas?
22:49 schlauch oh right, seems to work with t3lib_div::_GP('spid')
22:49 schlauch nvm
22:54 MyGoddess schlauch, to generate the link, the parameter name must be like : 'name="' . $this->prefixId . '[spid]"'.
22:54 MyGoddess in the context of the plugin.
22:57 schlauch MyGoddess, thanks, generating the correct link worked, i just wondered how i can get that value after the postback happened
22:57 schlauch but it should be ok now
22:57 schlauch hopefully

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.