Search the website and IRC logs

#TYPO3 IRC log from : Thursday 11 February 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
00:08 SilentAssassin hey why does the script pass instead of <a href= (for menus) i have &lta href blabla
00:09 SilentAssassin suddenly ^^
00:10 SilentAssassin using templavoila
01:17 Yan anyone around?
01:36 SilentAssassin how do i get rid of the csc_default
07:35 dimaip Hey guys! Anyone willing to help me out with extbase kickstarter?
08:44 DoDoNL I have a question about real URL
08:45 DoDoNL We're building a website which is multilungual
08:45 DoDoNL It has to be in Dutch, German and English
08:46 marcuslind Hi boys. Got a script delivered by a client that wants it implemented on their sites. Got a problem though. It's a piece of Javascript saying "document.write('<img src="'+window.location.protocol+' ..........". For some reason TYPO3 is inputing "fileadmin/templates/producer/template1/" infront of +window.location.protocol+.
08:46 marcuslind Anyone know why?
08:46 DoDoNL The problem is that Dutch is the default language
08:46 marcuslind DoDoNL: Why is that a problem?
08:46 DoDoNL marcuslind: Still typing :-)
08:47 DoDoNL When you click the flag in the header of the page, you'll be sent to the current page in the selected language. I created a test page in all languages (title-nl, title-de, title-uk)
08:47 DoDoNL When you are on the dutch version of this page and you click the uk or german flag, the url is correct
08:48 DoDoNL But wehn you are on the UK page and you click the dutch version, you are redirected to http://www.mydomain.nl/title-uk
08:48 DoDoNL I've been trying to solve this for too long, so if someone can help me, PLEASE!
08:49 DoDoNL marcuslind: The last lines are the real problem
08:58 marcuslind Why do you have 3 pages?
08:59 marcuslind It's better to have 1 page with 3 translation on them
08:59 marcuslind on it*
08:59 marcuslind So the URL becomes http://www.mysite.nl/home/?L=english
09:00 marcuslind DoDoNL:
09:03 DoDoNL No, it does show the real page, but the url is not translated
09:03 marcuslind About my own problem. It seems as the JavaScript I inserted (document.write('<img src="'+window.location.protocol+'//........)) adds the template-folder infront of +window.location.protocol+. Is there a workaround for this? It believes that I'm trying to link something on my own site but the script tries to create a http:// link. The errored-result becomes fileadmin/templates/producer/template1/http://www.urlforthescript.com/
09:03 DoDoNL Without realurl it would be www.mysite.nl/?l=1&id=50
09:04 DoDoNL We registered the .nl, .com and .de domain and because of this change it shows the right content
09:04 DoDoNL *changing
09:07 FloLeBlanc hi all
09:09 FloLeBlanc marcuslind: do you insert the javascript in your html template or via typo3 or via the html editor?
09:09 marcuslind in the html template
09:09 marcuslind in the bottom infront of </body>
09:09 marcuslind above
09:09 FloLeBlanc interesting.. it prefixes javascript? never had that issue
09:10 marcuslind I'm trying maybe inserting it through the TS now. How do I do this? Is it just page.10.20.value(<script></script)
09:10 marcuslind I want to insert it in the bottom of everything else. IT should be in the end.
09:10 FloLeBlanc would think so if you try to insert it at a specific point, but I never tried that so I don't know
09:12 marcuslind FloLeBlanc: It worked. When I inserted it through TS it didnt set any prefix
09:12 marcuslind I just used page.20.value(script-code)
09:15 FloLeBlanc marcuslind: thx for the info and congratulations
09:15 FloLeBlanc now I need to find someone who uses tt_news 3.0.X and multiple categories for BE users :)
09:16 marcuslind I dont :'<
09:38 kraftb hello !
09:38 FloLeBlanc hi kraftb
09:38 kraftb hi flo ...
09:38 FloLeBlanc do you happen to use tt_news 3.0.X with be_users assigning more than 1 category?
09:40 DoDoNL Anyone who knows how to use realurl with multilingual websites?
09:41 PiMB sure
09:41 FloLeBlanc DoDoNL: doesn't the manual mention this?
09:41 PiMB you have to add some variables to the realurl conf array
09:42 kotelette DoDoNL: that should not be a problem (see the new clickandbuy website, realurl with multi language: www.clickandbuy.com)
09:42 DoDoNL FloLeBlanc: Can't seem to find it
09:43 DoDoNL kotelette: We have multiple websites (domain.nl, domain.com and domain.de)
09:43 FloLeBlanc kotelette: the guys that never write you back when you contact their service? :)
09:43 DoDoNL The default language is dutch, but the URL's on the english and german websites are dutch too
09:44 PiMB yes.
09:44 PiMB do you have a custom realurl configuration array in your localconf.php?
09:44 DoDoNL I'll have a look
09:44 kotelette FloLeBlanc: Hehe, that's not nice, maybe I should write them a mail :)
09:45 kotelette but I'm not attached to them directly
09:45 DoDoNL PiMB: There is a line: $TYPO3_CONF_VARS['EXT']['extConf']['realurl'] = [serialized array]
09:45 FloLeBlanc hehe good for you, they wouldn't write you back ;)
09:46 PiMB DoDoNL, serialized array?
09:46 PiMB hmm. okay. so it's done automagically probably
09:47 kotelette btw. I need to add some 'onclick' javascript to every a-, img-tag etc., could this be realized with some userFunc?
09:47 FloLeBlanc kotelette: wrap?
09:47 kotelette ahhh thx
09:48 DoDoNL PiMB: There is a lot of data which is serialized
09:48 PiMB :)
09:48 kotelette DoDoNL: you can overwrite realurl settings in your localconf by defining something like '$TYPO3_CONF_VARS['EXTCONF']['realurl']['_DEFAULT']'
09:49 PiMB just let me pastebin my array
09:49 PiMB just a sec
09:49 DoDoNL kotelette: What we want is something like this: www.domain.com/title-uk | www.domain.nl/title-nl | www.domain.de/title-de
09:49 DoDoNL Now it always shows domain.com/title-nl | domain.de/title-nl
09:49 PiMB standard behaviour
09:51 kotelette i think you can change this in localconf $TYPO3_CONF_VARS['EXTCONF']['realurl']['_DEFAULT']['prevars']
09:51 DoDoNL PiMB: I also have a realurl_conf.php file which contains: $GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['realurl'] = array( [tons of data] )
09:51 PiMB http://www.phlogi.net/f/t3/tsp/sp/realurlconf/
09:51 kotelette we map the language uid to a prefix like DE_de
09:51 kotelette 'preVars' => array(
09:51 kotelette array(
09:51 kotelette 'GETvar' => 'L',
09:51 kotelette 'valueMap' => array(
09:51 kotelette 'WW_en' => '0',
09:51 kotelette 'DE_de' => '1',...
09:51 kotelette oops
09:51 PiMB this is (part of) the realurl conf we use over here.
09:52 PiMB and like kotelette is flooding is a way to prepend your titles with /nl/title-nl and /de/title-de
09:52 PiMB ;)
09:52 kotelette :)
09:52 DoDoNL kotelette: I have these lines too: http://pastebin.com/m5cd9b580
09:52 PiMB that's the one.
09:53 PiMB the only thing you need extra is the line : 'languageGetVar' => 'L' in your pagePath section of that array.
09:53 PiMB (see my previous pastebin)
10:15 FloLeBlanc can someone tell me how to increase the size of a select box via the TCA in a correct way? (does someone have an example for a PageTS?)
10:16 FloLeBlanc page.TCEFORM.tt_news.category.config.select.size = 5 didn't do what I need
10:17 PiMB I don't think you can do that standard like that.
10:17 PiMB but I found a great extension for editing any TCA value via pageTS called tcamanipulate.
10:18 FloLeBlanc thx PiMB I'll check that one out
10:22 marcuslind Anyone know why there is two linebreaks between my </script> and </body>? In my templatefile there are no linebreaks but in the source-code on the frontend there are two. I believe this mess up the analytic-script.
10:22 marcuslind TYPO3 adds two linebreaks
10:40 FloLeBlanc I don't get it... according to http://typo3.org/documentation/document-library/references/doc_core_tsconfig/4.1.0/view/1/3/ size is an attribute of the select box. page.TCEFORM.tt_news.category.config.minitems = 1 works, but page.TCEFORM.tt_news.category.config.size = 5 doesn't
11:14 ZaFantasy hi. Why Im getting 0 in my url ? ...com/ponudba/0/sri-lanka/?no_cache=1 ? Here is my realurl conf file and how I create url... http://pastebin.com/m36c866f
11:17 marcuslind How do I use mysql_real_escape_string() when developing in TYPO3? What is the $dbconnection variabel that is needed? mysql_real_escape_string($content, $dbconnection);
11:18 marcuslind $GLOBALS['TYPO3_DB']?
11:21 snoy_ms marcuslind: hey, which function do you mean ?
11:22 snoy_ms marcuslind: mysql_real_escape_string() ?
11:22 marcuslind ye
11:22 marcuslind and it requires 2 parametres
11:22 marcuslind a database-connect
11:22 marcuslind and a content to check for illegal characters.
11:22 marcuslind "illegal"
11:22 snoy_ms is it a typo3 function or a php one ?
11:22 marcuslind http://php.net/manual/en/function.mysql-real-escape-string.php
11:23 marcuslind It's a PHP function
11:23 snoy_ms why do you use it ?
11:23 marcuslind because I want to prevent SQL injections
11:23 snoy_ms if you develop in typo3 use there functions !!
11:23 marcuslind Well tell me then what's the function for this in TYPO3?
11:23 snoy_ms ok. second
11:23 marcuslind thanks.
11:24 snoy_ms take a look at the wonderfull sql functions in t3lib/class.t3lib_db.php""
11:26 snoy_ms also the one in t3lib/class.t3lib_div.php
11:26 snoy_ms using the t3lib_div goes like this -> $getMyParams = t3lib_div::_GET();
11:26 snoy_ms i dont know if your new in ext. development
11:27 snoy_ms by the way. The t3lib_db.php functions are save
11:29 snoy_ms marcuslind: example to use select and fullquotestring
11:29 snoy_ms http://pastebin.com/d661c56a3
11:29 snoy_ms i hope you can use these informations
11:30 snoy_ms calling a db function -> $GLOBALS['TYPO3_DB']->exec_SELECTquery(....)
11:31 snoy_ms before using php functions, or build own one use typo3 functions....
11:33 marcuslind So the fullQuoteStr() works like mysql_real_escape_string()? It will remove all ' / * characters?
11:33 marcuslind Also, what is the $table variabel for? Should that be my ext-table?
11:34 marcuslind What if I'm not using any DB tables for this extension?
11:35 marcuslind snoy_ms:
11:35 snoy_ms marcuslind: So the fullQuoteStr() works like mysql_real_escape_string()? YES
11:36 snoy_ms function fullQuoteStr($str, $table) {
11:36 snoy_ms return '\'' . mysql_real_escape_string($str, $this->link) . '\'';
11:36 snoy_ms }
11:36 marcuslind Ye, I need to include a $table-variabel to call that function
11:36 marcuslind dont I?
11:36 snoy_ms * @param string Table name for which to quote
11:36 snoy_ms sorry
11:36 snoy_ms @param -> string ->Table name for which to quote
11:37 snoy_ms example fullQuoteStr($pageID,'tx_extension_key')
11:38 snoy_ms u see, i use a var like pageID and the table tx_extension_key
11:38 snoy_ms it's the table name !
11:38 snoy_ms so, you can use any table
11:38 snoy_ms fullQuoteStr($pageID,'my_table')
11:39 snoy_ms ok ?
11:41 marcuslind I used quoteStr() because I didnt need the ' around my string.
11:41 marcuslind $username = $GLOBALS['TYPO3_DB']->quoteStr($_POST['username']);
11:41 marcuslind That worked.
11:41 marcuslind I didnt enter any table/link
11:42 snoy_ms oki doki
11:44 FloLeBlanc does anyone know how to remove the author from the plaintext version of direct_mail?
11:48 snoy_ms sorry never used it..
11:48 ZaFantasy Why Im getting 0 in my url ? ...com/ponudba/0/sri-lanka/?no_cache=1 ? Here is my realurl conf file and how I create url... http://pastebin.com/m36c866f
11:53 FloLeBlanc lol when I try to find a hint on how to fix the plaintext template and remove the author for direct_mail I stumble upon my own question in #typo3 that got logged by ries :)
12:07 niticu hello everyone!
12:08 niticu I have one big question, I'd be so grateful if someone could point me into the right direction
12:08 niticu I'm using tt_news, and I want to change the upload folder (which is uploads/media by default)
12:09 niticu so after checking the manual, I come up with the following:
12:09 niticu plugin.tt_news.newsFiles.path = fileadmin/my_path
12:09 niticu but it's ignored!
12:09 niticu When I upload new files, they keep on going to uploads/media instead.
12:10 niticu I'm also using DAM, which might have something to do with the problem
12:10 niticu ideas?
12:21 Denjerek Anyone care to help a poor fool with a preg_match_all query ?
12:21 Denjerek I've got the following string:
12:21 Denjerek somefunction('this is what I want to match',{true/false});
12:21 Denjerek and I would like to get : this is what I want to match
12:21 Denjerek so far I've tried this:
12:22 Denjerek preg_match_all("/(\'(.*)\',)/", $string, $arr);
12:22 SilentAssassin hi i have a question i have a section to display multiple COs ... but i want to write a separator between the 2 COs ... so i opened the Data structure XML in flexible content data structure... put a line in the <TypoScript> ... </TypoScript>
12:22 SilentAssassin but it doesnt do anything
12:22 SilentAssassin for example i put 10 = TEXT ... 10.value = blabla
12:22 Denjerek But it's returning several results rather than just the string I want.
12:37 schabracke hello!
12:39 ZaFantasy Why Im getting 0 in my url ? ...com/ponudba/0/sri-lanka/?no_cache=1 ? Here is my realurl conf file and how I create url... http://pastebin.com/m36c866f
12:39 SilentAssassin why doesnt optionsplit work with typoscript in flexible content data structure :S
13:02 FloLeBlanc SilentAssassin: it does with tt_news 3.0.1 f.e ;)
13:04 SilentAssassin yeah but i wanna know how the flexible content and typoscript work.... how to apply script on a Container For Objects... :S
13:05 SilentAssassin for example how would I put the entire container in a <h5> ... (just to know how it works)
13:05 SilentAssassin I tried to put in the TypoScript tags 10 = CONTENT 10.stdWrap.current = 1 10.wrap = <h5> | </h5>
13:05 SilentAssassin obviously that doesnt work :S
13:17 ndee does anyone know how to get the realurl_autoconf.php ? I re-installed the RealURL Extension but it just won't create the automatic configuration.
13:18 animan ndee, wasn't there a separate ext that did that? i'm not sure
13:19 marvin_1 hi
13:19 PiMB ndee, check your configuration in your extension manager, I believe automatic generation needs to be enabled.
13:19 marvin_1 does anyone knows how to disable the ve_guestbook in timtab? i always get an error after simply uninstalling it
13:20 ndee animan: http://typo3.org/documentation/document-library/extension-manuals/realurl/1.7.0/view/1/4/ <-- nah, realurl should include it.
13:35 animan ok :)
13:35 animan check for conf then, as PiMB said :)
13:35 ndee I only got the autoconf to run once in a different installation but I don't know what the reqs are for it to run :/
13:48 marvin_1 is there any better blogging solution than timtab? it's kinda old and kinda strange
13:48 SilentAssassin man i dont understand this... how i change text according to if the "if" gives me true or false
13:49 SilentAssassin it says... "returns true" but where and how to use it :D
13:49 ZaFantasy Why Im getting 0 in my url ? ...com/ponudba/0/sri-lanka/?no_cache=1 ? Here is my realurl conf file and how I create url... http://pastebin.com/m36c866f
13:50 pmk65 marvin_1: t3blog -> http://typo3.org/extensions/repository/view/t3blog/current/
14:03 marvin_1 i've read some things about t3blog and it seems that it makes even more problems than timtab.
14:03 marvin_1 but i might give it a try when i get some time
14:06 SilentAssassin and how you make the section render lets say only first 3 elements inside section?
14:06 SilentAssassin please :)
14:20 animan anyone knows how i could display keywords in tt_news list view? html template doesn't seem to have a marker for that
14:20 ZaFantasy is possible to change page title in my extension ?
14:21 animan ZaF, sure it is. But isn't it easier to change page title just with TS?
14:28 marcuslind I'm using awstat and previously on another installation we got a lot of domains instead of IP-adresses on the list of visitors. Like server.mydomain.com has visited. Now it's only printed 213.40.74.23 instead. Why is this? Can I enable awstat to write domains (if there are one) instead of IP-adresses?
14:28 marcuslind Couldnt find any config-info about that
14:29 SilentAssassin why i have the feeling that those TypoScripts shits they dont even get executed inside the Templavoila xml
14:30 animan oh, there IS a marker for keywords. it just wasn't mentioned in the template
14:30 marcuslind marvin_1: You can create a blog with tt_news and a guestbook.
14:43 tPl0ch Hi, I am having problems with mailformplus
14:43 tPl0ch It just does not send out the post request and will not render any errors defined in the ts template
14:47 SilentAssassin heheh
14:48 SEBAR Hi. Does anyone in which script the tt_address extension takes his content displayed in the backend?
14:50 SEBAR Does anyone know....
14:50 marvin_1 marcuslind: i thought that timtab just does that: take tt_news and a guestbook (i use comments) and create so a blog
14:52 animan can anyone recommend an ext that shows the number of comments after newsarticle and by clicking on it allows to add a comment?
14:55 animan "comments"?
14:56 marcuslind marvin_1: Maybe it does, I dont know. When I needed a blog for our company website I just took tt_news and hooked on a guestbook on it.
14:56 marcuslind that's how I did it and it worked OK
14:56 marcuslind I had some problems with publishing images the way I wanted in each post though
14:56 marcuslind Wordpress is way better
14:56 marcuslind ^^
15:07 Yan How do I remove the tags <a name="c348"></a> from the FE rendered content?
15:07 Yan Also, any good tutorial on how to add a search box to the FE?
15:14 marcuslind So I'm creating a login-extension and I need to set the session to true. Ofc I dont want to create my own session, I want to use TYPO3s so it works well with access etc. Do I set this "Login = True" by setting $GLOBALS['TSFE']->fe_user->user['uid'] to the users ID?
15:14 marcuslind and then voila, the user has successfully logged in
15:14 marcuslind ?
15:19 animan hmm.. "comments" asks for a pagebrowser template, but I don't have it. Is it a separate ext? -- http://www.kitarrikool.eu/english/index.php?id=100&tx_ttnews[tt_news]=17&cHash=c3c0d0b342ffe0d20e909932b2047de0
15:20 tPl0ch MailformPlus problem: http://pastebin.com/m55f16f9b http://www.phlogi.net/f/t3/tsp/sp/-46adce2edb/ this should show the error message for the emailsource input, but it doesn't. Anybody has a clue why this is not working?
15:22 tsiden Hi - I have question
15:23 tsiden in sr_feuser_register when user confirm registartion to his e-mail come in 3 letters
15:23 animan ok, all clear. it needed universal pagebrowser ext
15:23 tsiden one about confirmation and one about cancelling
15:29 marcuslind So anyone know how I set a user to "logged in" with typo3 ext developing? I tried setting the $GLOBALS['TSFE']->fe_user->user['uid'] but that doesnt set the session to "ON".
15:30 tPl0ch OMG why is mailform not doing the easiest stuff
15:30 tPl0ch I am not sure if this is not a bug
15:31 tPl0ch since I only added the smalles parts of TS (which work i.e. for the required_marker, but not for server side validation
15:31 tPl0ch *smallest
15:32 marcuslind tPl0ch: Can't you do that with Powermail?
15:33 tPl0ch marcuslind: I used mailform plus on other sites with no problem, so I am baffled right now that it just won't work whatever I do
15:33 marcuslind :/
15:33 marcuslind I havent worked with mailformplus so i cant help you. Sorry
15:33 marcuslind :/
15:33 tPl0ch :(
15:33 Yan Formhandler is better.
15:33 marcuslind I still need help with creating a feuser session though! =D
15:35 marcuslind I'm creating my own login-extension for a project of mine (since I dont like felogin which is bugging still in 4.3.1). All standard PHP stuff is done, Now I just need to set the session when the username and password are successful.
15:35 marcuslind No one know how to set this session?
15:38 SilentAssassin this typo3 is making me nervous... and mostly the TS reference when i click somewhere the window closes
15:38 PiMB marcuslind
15:38 PiMB sure I do..
15:38 PiMB http://snippets.typo3.org/c/227/
15:40 marcuslind PiMB: You're the writer of that?
15:42 PiMB nope sorry mate
15:42 tPl0ch marcuslind, I installed powermail now on t3 4.3.1 . It won't let me create a plugin content element
15:42 tPl0ch it's not in the dropdown list
15:43 SilentAssassin is typo3 even used in business? if it is worth learning it
15:43 marcuslind You created a content element and then set it as "plugin"? That's the dropdown list you're talking about?
15:43 marcuslind SilentAssassin: Depends what country you live in.
15:43 tPl0ch yup
15:43 tPl0ch marcuslind, ^
15:43 marcuslind tPl0ch: Weird. I'm using 4.2.9 on the sites I have powermail on though.
15:44 marcuslind Havent tested it on 4.3.1
15:44 tPl0ch marcuslind, I have the powermail backendmodule
15:44 tPl0ch but I can't select the damn plugin
15:44 Denjerek Any netbeans users in ?
15:44 Denjerek having trouble with this code completion:
15:44 Denjerek http://pastebin.com/m5557e2be
15:47 kotelette Does anyone know how to exclude page type divider from realurl?
15:47 PiMB marcuslind, login script worked?
15:47 SilentAssassin marcuslind what has country do with it...
15:48 PiMB TYPO3 is popular in some countries..
15:52 marcuslind SilentAssassin: Well like PiMB says. TYPO3 is more popular in some countries then in other. In Sweden you will be more usefull and atractive on the market if you're good on Wordpress, Joomla or Drupal as an example.
15:53 marcuslind PiMB: Ye it worked well, now I just need to insert another thing. With this script it just checks username and password, I want it to check another parameter
15:53 marcuslind but I'll probably find out how to do that in a sec.
15:53 marcuslind :)
15:53 PiMB_ In Germany, and growing in Holland you will be interesting for TYPO3.
15:53 SilentAssassin yeah i know what you mean... i just mean if it is worth learning if i can do something real with it... because the way the docs are organized and stuff its not very impressing
15:53 PiMB_ and yeah, TYPO3 is used in companies
15:53 ndee is it with tt_news somehow possible to use the first image of the images-field without the ###NEWS_IMAGES### marker?
15:54 PiMB_ documentation isn't everything.
15:54 Denjerek SilentAssassin: typo3 is a brilliant CMS, with an absolutely appalling track record for documentation and marketing.
15:54 PiMB_ gotta dive into extensions and/or core to learn hard stuff..
15:54 PiMB_ basics is documented, rest isn't
15:54 PiMB_ not really.
15:54 Denjerek Joomla, Wordpress, Drupal, they all have the whiz-bang, the community-led forums, documentation, etc.
15:55 ndee typo3 is for rockstars :D
15:55 Denjerek but they all fall down on the actual enterprise "Doing things" end
15:55 PiMB_ and that's where TYPO3 steps in ;)
15:55 johnson_hh hi, scince i updated to 4.3 the shortcut icon in the top bar is gone
15:55 ndee the learning curve is just very steep.
15:55 Denjerek Typo3, on the otherhand, has a cryptic website, dodgy documents, no forum and a marketting team that couldn't sell water to a beached whale.
15:55 johnson_hh does anyone know how to get shortcuts back?
15:55 Denjerek However, Typo3 spanks the pants off pretty much any other CMS.
15:56 Denjerek Sad really. If Typo3 could hire Drupal's PR team they'd take over the world :)
15:56 PiMB_ lol @ Denjerek, might be over the top with the description of TYPO3 accessories ;)
15:56 Denjerek I'm sure everyone can detect perhaps just a little comedic hyperbol
15:56 Denjerek *hyperbole
15:56 Denjerek It's the first system I've ever used where I had to learn how to read the doucumentation.
15:57 Denjerek But, once done, the rewards were there.
15:57 tsiden Hi - I have a problem
15:57 johnson_hh does anyone know how to enable shortcuts back again in 4.3?
15:57 tsiden i began to install sr_feuser_register
15:58 tsiden and when user try to register he receives 2 letters
15:58 tsiden one about confirmation
15:59 tsiden and one about cancelling registration
15:59 tsiden so in db fe_user created and deleted quickly
15:59 tsiden what may be?
16:05 SilentAssassin yeah holy shit i ran on a core document... finnaly something usefull
16:06 marcuslind PiMB_: are you familiar with the fetchUserRecord()? At typo3.org it says that I can add a extra parameter ($username, $extraWhere, $dbUserSetup). I set $extraWhere = 'AND activated="1"'. Doesnt work though so I guess I missunderstand it.
16:10 marcuslind Ah i found it. TYPO3 said that the $extraWhere should be the second variabel, when I set it as the third it worked perfectly
16:10 marcuslind Thanks for the help. I really appreciate it a lot.
16:12 many glad to be of help
16:12 many what did we do?
16:13 PiMB_ marcuslind, checkthe class reference of typo3..
16:13 PiMB_ http://www.typo3-unleashed.net/api_online.html
16:14 marcuslind PiMB_: I was reading here http://typo3.org/fileadmin/typo3api-4.0.0/d6/d59/classtx__sv__authbase.html#b1a4642c3553aaf068df913ef072464a
16:14 marcuslind there it says fetchUserRecord($username, $extraWhere, $dbUserSetup)
16:15 PiMB_ 4.0.0 might not be uptodate mate :)
16:15 marcuslind Oh.
16:15 marcuslind *-)
16:15 marcuslind haha.
16:15 marcuslind Well anyway, I fixed it
16:15 marcuslind :)
16:15 many reminded me of some customersite. l.user coming to the admin: "did you change the vpn password?" "what vpn password?" "er, well, the vpn one... vpn.. vpn? err, i mean vnc... (2 seconds silence) err, nevermind, i figured what i'm doing wrong.."
16:15 TheEternalAbyss would there be a reason a specific content element would not have the edit icon?
16:17 kotelette Is there any way to exclude page type divider from realurl?
16:18 Denjerek TheEternalAbyss: as an admin or an editor ?
16:18 Denjerek As an admin - I should think not.
16:18 Denjerek As an editor, permissions.
16:19 TheEternalAbyss as admin
16:19 TheEternalAbyss which is why i'm thrown for a loop here
16:22 SilentAssassin You should read the PDF-document "content_rendering.pdf" on the topic. .... ??? where is that? :D
16:36 SilentAssassin 403 Forbidden you dont have access... how i make the site accesable from internet?
16:38 StaffanE SilentAssassin: you have access - the file rights are probably wrong
16:39 SilentAssassin i mean when i do it as localhost:xxxx it works but when i go to www.whatismyip.com ... redirect port 80 from world to the 8005 in private net.. i cant connect
16:42 StaffanE SilentAssassin: OS?
16:43 SilentAssassin Windows XP ... i seemed to fix it .. in the Typo3 control menu ... i turned on "Allow network acces"
17:18 SilentAssassin how can i configure the rich editor for adding media , images and flash objects etc..
17:18 SilentAssassin the default doesnt have it
17:22 ct529 hi!
17:22 ct529 is there a way of removing all the id and classes that typo3 puts automatically on the tags that wrap around content blocks (<div>)?
17:30 ct529 you know .... all the id="csXXXX" and so on and so forth
17:30 SilentAssassin i would like to know that too...
17:38 ct529 SilentAssassin: mmmm .... I hope there is a setting for it, but do not know how
17:39 SilentAssassin i doubt you find answer in here... i use typo for 4 days... and so far i got only once help here :D
17:42 loswillios hi
17:43 loswillios so I installed 4.3. Is fluid now the preferred way for templates or still templavoila?
17:46 sgalinski classic templating or templavoila; fluid is for modern extensions that are developed with extbase
17:46 loswillios aha
17:48 loswillios i thought fluid is an alternative to marker based templates
17:48 tPl0ch oh my, what could be the problem that no post data is sent whatsoever
17:48 tPl0ch I have a form that submits to itself
17:48 tPl0ch but firebug does not show any post data being sent to the server
17:49 tPl0ch as well as mailform plus is not showing any received data in debug mode
17:49 tPl0ch http://pastebin.com/m7241ed1c
17:51 tPl0ch this is the form in question
17:58 ct529 I suppose it has to do with the tt_content.stdWrap.dataWrap
17:59 ct529 the other question is: is there a way to implement multiple languages on the same tree in typo3?
17:59 tPl0ch ct529, yes, and it is simple to implement multiple languages in the same tree
18:00 TheEternalAbyss that actually is kind of my question
18:01 TheEternalAbyss I have a custm extension that was given to me
18:01 TheEternalAbyss and it's....weird. At least weird to me cause they made a multilingual extension to only go from german to english and back
18:01 TheEternalAbyss I'd rather have something better
18:03 TheEternalAbyss ok i have two links at the top of my page
18:03 TheEternalAbyss and for the life of me i have no idea where they are being generated from
18:03 TheEternalAbyss lol
18:18 SilentAssassin how can i make a normal user have rights to access stuff on page with the admin panel?
18:47 ct529 is there a simple way of (1) removing id and class from all div tags which wrap content blocks (typo3 puts some id="cXXXX" attributes and so on)?
18:49 TheEternalAbyss argh, ok this isn't really a typo3 problem, but why is my favicon NOT showing up in firefox, but shows up fine in every other browser out there
18:49 TheEternalAbyss O.o ?
18:49 SilentAssassin okei im fed up... the "so cold" user groups they tottaly dont work :D
19:06 ries Well, who want's to help a SilentAssassin in the first place :D
19:25 TheEternalAbyss he signed off a while ago ries
19:26 ries TheEternalAbyss: yes I know... not that I waited for that, but somebody with Assassin in it's name.......
19:26 ries :D
19:36 TheEternalAbyss lol
19:37 TheEternalAbyss i was wondering...http://typo3.org/documentation/tips-tricks/multi-language-sites-in-typo3/ what this shows here, is the multi language and one tree option built into 4.3 only?
19:40 TheEternalAbyss actually my question would be, if I created that and my only language listed is either default or english, how do I add new languages?
19:41 der_On hallo. I have a small question regardin css_styled_content: how do I disable the default wrapping div this extensions adds around every content element?
19:52 TheEternalAbyss if you could do mutlilanguage with templavoila and static_info_tables, why would you make a custom language switching extension.....
20:05 ries TheEternalAbyss: there is always a default language, and you add one language in the root to get a second language
20:09 pmk65 der_On: Those are for anchor links, so you can link directly to the content elements. You can use the Template Analyzer to look at the code for css_styled_contend. You should be able to find the wrap there.
20:13 der_On pmk65: I've looked in the object browser and in the forum. I've found out that css_styled_content adds to tt_content.stdWrap, but there a dozens of values inside that
20:14 der_On pmk65: and my css_styled_content version (1.0.0) adds a wrapping div around each content-element wich is very disturbing
20:21 TheEternalAbyss ries: yea but I'm having a hard time to get it working. My site now says I don't have a configured site at the root
20:21 TheEternalAbyss I'm following this tutorial: http://www.training-typo3.com/2008/12/15/typo3-multi-language/
20:21 TheEternalAbyss but I'm stuck at the point of adding a sysfolder and then a pagecontent element
20:22 TheEternalAbyss I added the element, but I get no listing of languages available to me :(
20:25 TheEternalAbyss under "languages to select from" I have nothing. What do I put in there?
20:27 TheEternalAbyss wait i think I found it.
20:44 TheEternalAbyss http://paste.phlogi.net/pnc/
20:44 TheEternalAbyss coudl someone explain to me why my page says it's nt configured?
20:45 TheEternalAbyss not*
20:54 TheEternalAbyss :( I can't get my site to show up anymore
21:02 vjousse Hi
21:03 vjousse I've got a problem with indexed_search
21:03 vjousse it seems that it finds the results to my request because it is displaying :
21:03 vjousse Search for "accueil"
21:03 vjousse Displaying results 1 to 4 out of 4
21:04 vjousse but there is no result
21:04 vjousse <div class="tx-indexedsearch-res"></div>
21:04 vjousse it's just empty
21:07 vjousse In my result template I've got this
21:07 vjousse subparts.milieu-special < plugin.tx_indexedsearch
21:08 vjousse hum
21:08 vjousse ok, I'm just dumb.
21:08 ndee anyone knows if it's possible with tt_news to show the same news, twice on a page?
21:11 TheEternalAbyss ndee: i think you just need to modify your template to have two template objects (even if they do the same exact thing)
21:11 TheEternalAbyss I'm not sure though
21:11 ndee excludeAlreadyDisplayedNews=0 was the solution
21:11 TheEternalAbyss http://paste.phlogi.net/pnc/ <-- any help with this please?
21:11 ndee although in the manual, it says the default=0
21:11 ndee but that's somehow not true
21:11 TheEternalAbyss ndee: ah cool
21:11 TheEternalAbyss yea i've noticed documentation is a bit lacking at times with extensions
21:11 ndee but thanks anyway :)
21:11 TheEternalAbyss :)
21:12 ndee yeah, that's true :)
21:12 ndee what's the problem with your TS?
21:15 TheEternalAbyss my site won't show up
21:16 TheEternalAbyss i get an error
21:16 TheEternalAbyss The page is not configured! [type= 0][]
21:16 TheEternalAbyss :(
21:17 TheEternalAbyss I'm trying to make the site a multilingual site
21:17 TheEternalAbyss I followed this tut: http://www.training-typo3.com/2008/12/15/typo3-multi-language/
21:17 TheEternalAbyss but no dice
21:30 lindbergh hallo chan
21:33 TheEternalAbyss i don't get this
21:42 lindbergh anyone can help me with some site copying issues?
21:44 TheEternalAbyss been debugging an hour now, good luck to get a response lind
21:44 TheEternalAbyss :\
21:48 Thasmo xD
21:49 TheEternalAbyss I have yet to find a CMS that doesn't piss me off :(
21:53 pmk65 TheEternalAbyss> Do you have page.typeNum = 0 defined?
21:53 TheEternalAbyss defined where
21:53 pmk65 if you have realurl activated, then try disabling it. then it's easier to see if the correct GET parms is set
21:54 pmk65 in your TheEternalAbyss> TS setup.
21:54 TheEternalAbyss the site was given to me to modfiy
21:54 TheEternalAbyss I presume it is since my site loaded just fine until I tried to make it a multilingual site
21:55 pmk65 you need to do some modifications to the TS setup in order for multilanguage to work..
21:58 pmk65 here's an example from the setup of my testsite. (it has 2 languages English and Danish) -> http://www.phlogi.net/f/t3/tsp/sp/-69598100ea/
22:17 TheEternalAbyss thanks
22:17 TheEternalAbyss I'll look at it
22:17 TheEternalAbyss i have to go now
22:17 TheEternalAbyss bye
23:27 SilentAssassin i have 2 <div>s one for first level pages... and one for the second... the first one works the second sucks... lib.menu2 = HMENU ... lib.menu2.2=TMENU lib.menu2.entryLevel = 2 ... etc
23:27 SilentAssassin the second div ends up always empty
23:38 carranca Hi, i want to use a php based CMS in conjunction with a PHP framework for rapid development... I've seen and liked symfony as a framework and typo3 seems like a nice CMS. Does anyone knows if those two can play nicely together?
23:43 SilentAssassin http://pastebin.com/m3b7217a0 what is wrong with this
23:44 SilentAssassin or rather http://pastebin.com/m74571078

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.