Search the website and IRC logs

#TYPO3 IRC log from : Friday 7 November 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
02:37 twoten Hello everybody!
02:37 twoten anyone still awake?
02:38 twoten anyone here ever use yaml? (yet another multicolumn layout)
02:48 twoten anyone here ever use yaml? (yet another multicolumn layout)
03:22 owner_ I use it, it's not free though -
04:04 twoten do you find it easy to use?
07:28 bibin Does anybody know a regex to search for words which have non-repeating occurances for ex:if my word is sky not allow string such as sss.
07:46 gerards bibin: try .{1}
07:46 gerards or s{1}
07:57 nd____ better the latter. I guess the first wouldn't do it and either allow only one-char strings or you couple them, so you get every string again...
08:02 nd____ .[a-zA-Z]{1}
08:02 nd____ maybe...
08:12 milpoer morning (or moning in denmark)
08:13 milpoer anyone know if it's posible to enable such the the cwt-userprofile is public without logging in? and if its posible to have 2 templates depending on the user is logged in or not
08:50 _pedda_ good moning al :)
08:50 _pedda_ all
08:50 milpoer morning..
09:09 maholtz680 morning
09:30 _pedda_ moin maholtz
09:36 fred^^ I dont get this. Menus and page titles and whatnow are showing up in the correct language, but the content itself is showing up in the default language even though its translated in the BE
09:36 milpoer i have a problem with my seminar plugin, when I in BE want to set price or edit price, when saved the field changes to: NaN00 no matter what i type-in.. afterwards the field is 99999.99, don't know why, its the same for all price-fields. If i go directly to the database through phpmyadmin i can it directly and don't get an error so the DB is not incorrupt or what its called.
09:46 maholtz680 @milpoer: bug is not from seminar plugin but TYPO3 4.2.2
09:48 milpoer maholtz680 ok.. do you know how to fix it+
09:48 milpoer ?
09:49 maholtz680 afaik there is a patch in the bugtracker
09:49 milpoer ok.. thx.. im searching in it right now..
10:02 milpoer maholtz680 do you know where to put the small code-text? i tried in the jsfunc.evalfield.js but no changes
10:04 _pedda_ moin martin
10:04 maholtz680 @milpoer:did you find an bug with an patch? and do not know how to apply a patch?
10:04 maholtz680 @_pedda_: moin:)
10:05 milpoer maholtz680: i read the bug report as solved..
10:05 milpoer http://bugs.typo3.org/view.php?id=9524
10:07 maholtz680 why is it resolved?
10:07 maholtz680 because it has an dupblicate bug
10:07 maholtz680 #9497
10:07 milpoer ah..
10:07 milpoer my bad..
10:07 maholtz680 :) np
10:07 maholtz680 there are patch files - makes life easier
10:07 milpoer :) yes
10:08 milpoer but don't have ssh access to the installation, so i will need to change it manually :)
10:10 m4rtijn hi all
10:11 milpoer hi
10:22 m4rtijn t-7
10:22 boonkerz hello
10:22 milpoer hi
10:22 maholtz680 hi m4rtijn:)
10:23 m4rtijn why 680 anyway?
10:23 m4rtijn u born in 1980?
10:24 maholtz680 do not know - something my irc client makes, if it lost the connection and i have to reconnect
10:24 maholtz680 lol 1980:)
10:24 milpoer maholtz680 whats wrong with 1980 :) greath year
10:24 maholtz680 hehe
10:25 m4rtijn 1980 is the best year..
10:25 m4rtijn :)
10:29 manuelstofer hi, does anyone know how to include records with typo script in a multilingual site? is there a way without doing a condition for every language, that it automatical uses the right child of the record?
10:30 maholtz680 TemplaVoila?
10:30 maholtz680 if not, how do you include your columns?
10:30 manuelstofer yes with templatevoila
10:30 maholtz680 styles.content.get?
10:31 manuelstofer no i use lib.myRecord = RECORDS
10:31 manuelstofer with the id
10:31 manuelstofer and then i want it to use the correct record
10:31 manuelstofer i can do it by a condition for every language
10:31 manuelstofer but is anoying every time
10:32 manuelstofer i use it for example for the logo which links to a different main page for every language
10:36 Denyerec lo maholtz
10:47 maholtz680 manuelstofer: that is not the right way to do
10:54 manuelstofer so how are you doing this?
10:56 Rapp hi everybody!
10:57 untouch_ hello i got tt_news with default and another languages
10:58 Rapp since the upgrade to 4.2.2, i have the following problem: whenever i use the button "edit in rich text editor" instead of the edit pencil-symbol, i get an editor with the html source of the data block, and NO rich text editor. how can i fix this?
10:58 untouch_ is it actually possible to create a news post exclusive for the second language wich is not default
10:58 untouch_ or can i only create a default news post - then translate it and delete the default one?
10:58 maholtz680 @manuelstofer: i do not use templavoila, but i do not think, that it is an templavoila issue...
10:59 maholtz680 if you use CONTENT there is an field for language selection
10:59 untouch_ because when i chose to enter a new news post i cannot select a language in it
11:00 Rapp i think i found my problem: http://bugs.typo3.org/view.php?id=9497
11:02 milpoer is it possible to show "has paid" column for the seminar plugin under my event list? i cannot find it in the field list, but i think the information is relevant.. to see if i have paid or not..
11:06 m4rtijn Rapp - afaik 4.2.2 is a bit buggy, better use 4.2.1
11:06 untouch_ is it possible to enter a news type for the second language only?
11:06 untouch_ a newspost i mean
11:06 nublaii http://phpfi.com/374876
11:06 nublaii I'm trying to figure out where the outer div on that code is coming from...
11:09 nublaii on the template I don't have an outer div surrounding the 'ul'
11:11 maholtz680 @nublaii: than look in your typoscript object browser:)
11:17 nublaii that's the weird thing... I can't seem to find it...
11:17 nublaii I'm browsing setup
11:18 nublaii page, 10 (template), subparts
11:18 maholtz680 perhaps you have to check one condition
11:18 nublaii but I can't see that one...
11:18 maholtz680 have an look there - perhaps you work in an compatMode etc
11:19 nublaii could it have something to do with the fact that all other subparts are surrounded by a div?
11:19 nublaii this is an inherited typo3 install and I have to do a lot of fishing around... ;)
11:30 nublaii mmm... I found it on the tree (I had to fiddle a lot with the conditions,)
11:31 nublaii but I don't see where that extra markup can be coming from...
11:32 maholtz680 @nublaii: point your mouse to that entry - you get an tooltip
11:33 nublaii I think it's going to be the autoparser then...
11:33 nublaii I have to go up the tree to find out who is setting stuff there right?
11:35 maholtz680 i get st like : "defined in templatexy line 444577
11:40 m4rtijn hmm
11:40 nublaii I get some crazy line like 7765
11:40 lilalinux How can I make a menuentry for javascript:print()?
11:40 lilalinux I tried "External url", but that doesn't work
11:40 m4rtijn does anybody know some sh*tty drag and drop WSYIWYG html editor.. like dreamweaver
11:41 m4rtijn freeware - opensource
11:41 lilalinux m4rtijn: quanta
11:41 m4rtijn thx
11:42 lilalinux for linux of course ;-)
11:42 m4rtijn hehe.. darn
11:42 m4rtijn need some windows stuff
11:42 maholtz680 wysiwyg == quanta?
11:42 lilalinux maholtz680: isn't it?
11:42 maholtz680 afaik not
11:42 maholtz680 but ... perhaps,
11:43 maholtz680 didnt looked for that - but work a few years with quanta...
11:44 lilalinux m4rtijn: KompoZer
11:44 lilalinux maholtz680: you're right
11:45 lilalinux KompoZer supports win, mac and linux
11:45 m4rtijn ty
11:46 lilalinux ok, now back to topic ;-)
11:46 lilalinux how do I get a javascript:print() menuentry?
11:49 lilalinux and why is url a mandatory field for mailto:?
11:56 fred^^ Hmm.. I've set typo3 to show only pages with translation. However, when you are on a page and select another language which the page is not translated for, it outputs an error.
11:56 fred^^ Is it possible to do it in another, more logic way?
12:07 untouch_ http://typo3.liquidc.net/Impressum/ can you guys please report me what FLAG do you see at the top right?
12:08 untouch_ and what url do you get directed L0 or L4
12:08 fred^^ german
12:08 fred^^ L4
12:09 untouch_ for some reason pedda gets directed to L0 i always come to l4 too
12:09 untouch_ what could this be
12:09 maholtz680 L=4 german flag with chrome, L=0 english with firefox
12:09 untouch_ Mhh
12:10 untouch_ what the heck
12:24 _pedda_ i have L=0 german with firefox
12:24 _pedda_ ?!
12:44 lilalinux I've created a "TemplaVoila Template Object" as a sub-template of an already existing template. However, I can't choose that template when editing page attributes. Why?
12:46 fred^^ Is it possible to hide a pagecontent as a result of a condition?
13:13 m4rtijn fred^^ should be
13:13 fred^^ Yeah, should be, just have to find out the right syntax
13:14 m4rtijn .. theres an example in the 45mins doc
13:14 null__ if
13:14 null__ :)
13:15 maholtz680 @fred: whats your condition?
13:15 m4rtijn http://wiki.typo3.org/Ts45min#numRows
13:16 m4rtijn theres an example
13:30 lilalinux Is it possible to scale an altImgResource?
13:30 maholtz680 what is that? typoscript object table field?
13:31 lilalinux It's used in GMENUs when you want custom images for each manuentry
13:31 lilalinux menuentry
13:33 fred^^ TV is throwing errors at me when logged in with an restricted user. Trying to add a new content element in BE, and result is> Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /Users/<removed>/typo3conf/ext/templavoila/class.tx_templavoila_api.php on line 223
13:34 bibin Does anybody know a regexp to perform anagram.My query is like this SELECT * FROM `table_anagram` WHERE `words` REGEXP '[moment]{1}' .But i am getting repetition how to avoid this
13:35 martijn re
13:39 _pedda_ @untouch: link checked with ff2, ff3, ie6 , ie7, safari, camino on mac and win.. everything with your site seems to be fine..
13:39 _pedda_ wb
13:40 nublaii http://phpfi.com/374913
13:40 lilalinux bibin please give us an example
13:40 lilalinux of what you want to match
13:40 nublaii when I use that I don't get the <span>|</span> wrapping...
13:40 nublaii I get the <li> and the text 'subscribe', but not the spans...
13:41 lilalinux nublaii: maybe with stdWrap?
13:42 lilalinux OTOH: I have no clue what I'm talking about :-)
13:42 bibin lilalinux, SELECT * FROM `jos_anagram` WHERE `words` REGEXP '[moment]{1}'
13:42 nublaii hehe ;) doesn't work... already tried it tnx
13:42 nublaii ;)
13:43 _pedda_ dataWrap ?
13:43 _pedda_ let's make a quiz of it ^^
13:43 lilalinux bibin: An example that you want to match, not an example of your not working regex
13:44 bibin lilalinux, ok
13:44 m4rtijn ah quiz?
13:44 m4rtijn can I win something?
13:45 _pedda_ yes.. congratulations is the trophy ;)
13:45 m4rtijn then I pass
13:45 lilalinux bibin: do you mean a palindrome?
13:46 maholtz680 @nublaii: 10.wrap works! there must be another misttake
13:46 maholtz680 perhaps you overwrite is at another page?
13:46 bibin lilalinux, i want to select Moment,Men Mot,Men Tom,Ten Mom,Ten Mom,Net Mom for the word moment
13:47 _pedda_ @nublaii: is this the way you create all your navigations in typo3 projects ?
13:47 bibin lilalinux, i am talking about anagram
13:47 lilalinux k
13:47 nublaii nope... it's just a very specific piece
13:47 lilalinux I don't think you can do that with a regex
13:47 nublaii regular TEXT doesn't work...
13:47 bibin lilalinux, then
13:47 nublaii I guess the context is screwed or something
13:48 bibin lilalinux, any other way
13:48 maholtz680 @nublaii: what is the problem?
13:48 maholtz680 check html source twice!
13:48 m4rtijn and drink some coffee
13:48 m4rtijn always helps
13:48 lilalinux bibin: of course you could create an array with all possible anagrams programmatically
13:48 milpoer hi there.
13:48 m4rtijn t-4!
13:49 lilalinux and then use a where ... in ('Moment','Men',...)
13:49 milpoer anyone know if its possible to show the "has paid" information on seminars "my event" page ?
13:49 bibin lilalinux, i have a database containing angrams
13:49 lilalinux even better
13:50 lilalinux then you can use subselects
13:50 bibin lilalinux, i want to match the entered word with the values in the database
13:50 lilalinux WHERE foo IN (SELECT anagram FROM anagrams WHERE word='moment')
13:51 bibin lilalinux, this will select only one word
13:51 bibin lilalinux, i want to select all the matching words
13:52 bibin lilalinux, i think u got the problem
13:52 lilalinux please give us a real example, e.g. the tables in question
13:54 bibin lilalinux, do u know the regular expression to find the different permutations of a word
13:55 lilalinux bibin: that is not possible
13:55 lilalinux it's only possible for one particular word
13:56 lilalinux and that would simply enumerate all alternatives
13:58 bibin lilalinux, i cretaed a query like this" SELECT * FROM `jos_anagram` WHERE `words` REGEXP '[^m^o^m^e^n^t^]'" this gives all the permutations of moment except the word moment
13:59 lilalinux that's not even a regex
13:59 lilalinux the first caret complements the characters of the group
13:59 lilalinux what do the others do?
14:00 lilalinux and it would only match words of the length 1
14:00 lilalinux they would be interpreted literally
14:01 lilalinux all it does is to match words of the length one that match a b c d f g h i j k l n o p q r s u v w x y z ...
14:01 lilalinux and all other characters except caret of course
14:02 lilalinux s/match/are
14:02 lilalinux whatever, you can't use regex for that purpose
14:04 chefan oO
14:04 bibin lilalinux, in my query first m selects and make all permutations with the next letters is it?
14:04 chefan something you can't use regexp for?
14:04 chefan that is hardly imaginable
14:04 chefan regexp even make a decent coffee
14:04 lilalinux chefan: e.g. you can't match nested parantheses
14:04 lilalinux because that would require some sort of memory
14:05 chefan i am sure you can, i will think about it over the weekend :)
14:05 lilalinux you can of course match a limited number of nested parantheses
14:05 lilalinux chefan: I had to think about that for one semester ;-)
14:06 chefan did you have to debug 4 line regular expressions for generic code patching after a cat ran over a keyboard? :D
14:07 lilalinux there are regular languages, context sensitive ones, and context insensitive ones. and there are reasons why they exist ;-)
14:07 chefan there is something in the back of my head about recursive pattern matching
14:08 lilalinux we are talking about "regular expressions" not about variants ;-)
14:08 chefan but ok, unless i come up with an ugly but working solution, i'll stfu
14:08 chefan ah, ok
14:09 chefan so the statement is, with generic regular expressions you can't do that, but you don't state that there is no implementation af regexps that might be able
14:11 m4rtijn hmm, if I have a .jpg image in a CE.. but set the quality to gif/256 would that give any problems normally?
14:11 m4rtijn somehow the click/enlarge doesnt work
14:11 lilalinux chefan: these implementations wouldn't be regular anymore ;-)
14:12 milpoer i want to change such that the sr_fe_userregister plugin will put the image when creating an account into the tx_cwtcommunite_image field in the database.. anyone who know if its possible?
14:12 m4rtijn strange.. if I change the original image to GIF.. it works
14:13 bibin lilalinux, REGEXP '[^m^o^m^e^n^t^]'" i get the anagram but not moment as a word i use dictonary as the db
14:14 unbob Hey, I want to get the localized content from my extension, is there methods in typo to easily do this?
14:14 lilalinux bibin: give up :-)
14:14 lilalinux gotta go, bye
14:15 chefan lilalinux: ok, i just realized the knot. i did a mental downcast on can't use. for one i agree that there are things a regexp ALONE cannot do, and sometimes the regexp needs a bit of help
14:15 chefan chao lilalinux
14:16 bibin lilalinux, ok
14:19 chefan bibin: what are you trying to match there?
14:19 chefan ^ for negation affects the whole class, but only if used as the first character
14:20 bibin moment with the values Moment,Men Mot,Men Tom
14:22 chefan you want to match everything which contains the components needed to compose moment, regardless of position or direction?
14:24 bibin chefan, yep
14:39 unbob Hey, I want to get the localized content from my extension, is there methods in typo to easily do this? Or is this a stupid question nobody understands? :)
14:39 radigamov hello all, is there some manual how to get integrated PHPlist with TYPO3? I looked extension phplist_integration, but there is no manual and as I understood from the code developer added service for TYPO3, but how to use it I have no idea, could somebody help or point about how to use services :)
14:41 chefan bibin: is using regexp a part of the requirement or do you just want to do it in the most efficient way?
14:42 bibin i think the most efficient way is using regexp
14:42 chefan wrong
14:43 chefan one general thing about regexp
14:43 chefan they are hackers fun, developers nightmare
14:43 chefan and in a lot of cases they are as well a cpu as a memory hog
14:44 chefan i assume you thought about one generic regexp that you just throw the word at and it tells you if it matches to a word in the dictionary?
14:45 chefan one last question, does the match have to be exact, or does the haystack just have to CONTAIN the needle?
14:45 Jigal good afternoon TYPO3 fans :-)
14:45 chefan nice assumption
14:46 unbob I'm undecided
14:46 chefan if you're a fan?
14:46 unbob right.
14:46 Jigal you must be still somewhere in the steep learning curve :-D
14:46 chefan grep the source code, that helps with the decision :)
14:46 chefan Jigal: or grepped the source code ;)
14:47 chefan and anyone who thinks he left the learning curve behind should get therapy for his jesus complex :D
14:48 Jigal true, but it slowly turns into a bumpy ride after a long time!
14:48 Jigal My current "bump" is called tagpack... no manual, nothing... anyone here with experience to get met started?
14:49 unbob feel like I'm hitting bumps in the curves as well
14:49 chefan bibin: if your use case is trying to get matches for anagrams, there is a much more efficient method
14:49 chefan do you have access to the database? like in the ability to add a field?
14:49 bibin chefan, which one
14:49 bibin chefan, yep
14:50 chefan sort the dictionary entries and strip whitespaces
14:50 chefan make a key out of that field
14:51 chefan when looking for anagrams, just sort the characters in the word (or sentence) you are checking out and request the matching keys in the db
14:51 chefan the db will happily spit out all the anagrams it has for your term
14:51 chefan if there is a key on the field, even in quite timely fashion ;)
14:52 chefan now, if you have to compose possible anagrams from the words in the database, things get a bit more complicated
14:53 chefan that would take a slightly different approach, possibly with a couple of smart indexes to eliminate the possibilities most efficiently
14:55 chefan Jigal: best practice to my mind with "no manual" usually is checking the source code. if even that has no useful comments, check out alternatives
14:55 chefan if neither exist, your pretty much fucked :)
14:56 chefan in most cases analyzing others uncommented source code only serves for learning purposes in topics you have abslutely no idea about, to my mind
14:57 Jigal chefan: odd thing is also that in TER is version 0.3.3, in Forge svn is 0.3.2. (it says)
14:57 chefan erm, are you looking at that for production purposes?
14:58 chefan if so, i would strongly advise to write a mail to the maintainers to get some clarification before you mess with it
15:00 Jigal seems the only way to do; can't find any info about a newsgroup or mailinglist either... I want to use it with an extension I'm about to write.
15:00 Jigal Gotta leave for a meeting... Later!
15:29 unbob what? where is the endless stream of newbie questions? The river has dried up? We cant have that, so here's one:
15:30 maholtz680 lol
15:30 maholtz680 use typoscript for that;)
15:31 manuelstofer i get after each <h1> from content elements following html code inserted, does anyone know where this could be comming from? <br /><img src="clear.gif" width="1" height="5" border="0" class="spacer-gif" alt="" title="" /><br />
15:31 unbob I have a table and a uid to the record I want, but I want the localized data to that record, easiest way to do that is... ?
15:32 manuelstofer @ unbob what kind of record? from tt_content?
15:32 unbob no, an extension
15:32 manuelstofer unbob - i did right before the same for a tt_content record
15:32 unbob with language-fields
15:33 manuelstofer yes
15:33 unbob how did you do it?
15:34 manuelstofer i'm gona put the typoscript in pastie
15:35 unbob waait
15:35 unbob it's in my extension
15:36 unbob it's a frontend plugin
15:36 manuelstofer http://pastie.org/309534
15:36 manuelstofer so in php?
15:36 unbob yeah
15:36 manuelstofer then just with sys_language_field =
15:37 manuelstofer sorry sys_language_uid
15:38 manuelstofer where i18n_parent = [uid of original record] and sys_language_uid = [language uid]
15:39 manuelstofer unbob - i have some where a overlay function to fetch db records
15:40 manuelstofer unbob check http://pastie.org/309538
15:41 unbob thanks alot manuelstofer, I think that will do it :=)
15:41 manuelstofer the method has to be inside your pi_base class
15:41 unbob yeah, I see that
15:43 manuelstofer ah, and $this->db = $GLOBALS['TYPO3_DB'];
15:45 manuelstofer i still have the problem, that following html code gets attached after each h1 of content elements: <br /><img src="clear.gif" width="1" height="5" border="0" class="spacer-gif" alt="" title="" /><br />
15:46 manuelstofer where could this be comming from?
15:46 maholtz680 some old typosript configuration - search for entry spacer
15:47 manuelstofer thanks
16:21 manuelstofer finaly i found it, the static template "content (default)" was included
16:30 Denyerec From within an extension, what's the best way to output a debug string ?
16:30 Denyerec If I put a print_r it may affect thins.
16:30 Denyerec *things
16:30 Denyerec Was wondering if there's some kind of debug call.
16:31 maholtz680 t3lib_div::debug() does the same - but a little bit nicer
16:31 maholtz680 and there are extensions which cares for an devlog
16:31 maholtz680 but than your debug messages save to an db record
16:32 maholtz680 afaik there are some other extensions
16:32 maholtz680 i usually use t3lib_div::debug
16:35 HardPhuck you can also just use debug()
16:36 HardPhuck for short
16:36 nd____ From my class extending tslib_pibase I cannot use pi_getLL() -- I get empty strings. Any hint on how to solve this?
16:36 ckoehler need some reviews guys
16:36 ckoehler http://bugs.typo3.org/view.php?id=9052
16:37 wacky_1 Q: when adding a tt_news element, the date is shifted several hours. I've set the serverTimeZone, but is there a User timezone configurable somewhere ?
16:38 nd____ ckoehler: nice
16:38 nd____ Didn't try it, but the description sounds good.
16:38 ckoehler thanks
16:38 ckoehler i need +1 on the core list though
16:39 nd____ So when it times out it automaticly gets refreshed to the login box?
16:39 m4rtijn pooh, site online..
16:39 ckoehler no
16:39 ckoehler well
16:39 m4rtijn damn that was a long project....
16:39 m4rtijn shitty customers..
16:39 m4rtijn :)
16:39 ckoehler after the countdown expires, you get a login box
16:39 ckoehler looks very nice
16:39 fred^^ Is it possible to hide a pagecontent as a result of a condition?
16:39 ckoehler and works well
16:39 nd____ I believe it :)
16:40 HardPhuck which site
16:40 m4rtijn http://www.marco-geiersbach.de
16:41 manuelstofer nd__ did you set $this->LLkey ?
16:41 m4rtijn hehe, still needs some internet explorer finetuning..
16:41 m4rtijn fuck that.
16:41 m4rtijn :P
16:41 manuelstofer had also sometimes problems with pi_getLL
16:42 fred^^ haha, m4rtijn, i cant figure out how to run with that guy at the bottom
16:42 manuelstofer i needed to set $this->LLkey
16:42 fred^^ how was the customer_
16:42 HardPhuck nice
16:43 m4rtijn fred^^ - quickly go to left and right with your mouse
16:43 nd____ manuelstofer: Which would be what? No, I didn't
16:43 m4rtijn fred^^ - oldschool commodore style :)
16:43 manuelstofer hmm has to be the iso code of the current language
16:43 manuelstofer wait, i can put something in pastie
16:43 fred^^ Oh, you got some scary code, m4rtijn
16:43 m4rtijn fred^^ ?
16:43 nd____ Don't have to set that when using it from class.mykey_pi1.php directly
16:44 nd____ but I only have the problems when using it from my helper class
16:44 Denyerec thanks maholtz, HP
16:44 fred^^ For example, the menu, its lots of pictures. Not very accessible, not very semantic, and what not
16:44 m4rtijn I know..
16:45 m4rtijn and I dont rly care ;)
16:45 fred^^ :) Haha
16:45 m4rtijn the customer payed about half the sites worth
16:45 fred^^ Aha, I understand
16:45 m4rtijn ... cause its an old friend of my collegue
16:45 m4rtijn .. and hes not my friend..
16:45 m4rtijn :)
16:45 Denyerec uhm
16:45 manuelstofer nd___ this is how i alway initialys the language http://www.pastie.org/309581
16:45 Denyerec where should I see the output of debug() ?
16:46 fred^^ I understand, but still
16:46 m4rtijn yeah.. I know
16:46 m4rtijn hehe
16:46 manuelstofer works also perfect with realurl
16:46 fred^^ Actually I would think it would be easier just having a unordered list and run sIFR then creating those images
16:46 fred^^ But nevermind
16:46 fred^^ GOOD WEEKEND
16:46 fred^^ :D
16:47 fred^^ Im very close to releasing 3 sites thats been a challenge. Really looking forward to that
16:47 fred^^ On monday, hurrah
16:48 fred^^ Time to check out The Strokes, i've never tried them before
16:49 manuelstofer @nd___ works?
16:50 nd____ manuelstofer: Working on it... gimme a minute :)
16:51 nd____ manuelstofer: Yes, it does. Thanks alot (actually I just needed the loadLL()
16:51 nd____ On to the next problem... neverending story
17:03 |Phlogi| hi again :)
17:13 nd____ Any idea why a pi_linkTP() adds a no_cache=1 to my url?
17:16 |Phlogi| nd____: because you turned off caching with TS?
17:47 untouch_ config.sys_language_overlay = 0 is needed to make copying and creating new language CEs work correct -- but this seems to mess up with my tt_news single view breadcrumb titles second language
17:47 untouch_ does anyone know about that
17:57 _pedda_ cu all
18:06 ckoehler anyone see this before?
18:06 ckoehler Warning: reset() [function.reset]: Passed variable is not an array or object in /typo3/sysext/indexed_search/mod/index.php on line 439
18:07 ckoehler Warning: Variable passed to each() is not an array or object in /typo3/sysext/indexed_search/mod/index.php on line 441
18:07 ckoehler happens in the indexing BE mod, under TYPO3 sites
18:21 tCzern hi, anyone familiar with sr_feuser_register_2.5.19.t3x, I cannot get this to work properly
18:22 tCzern it registers a user, but instead of taking you to a confirm screen it tells you after a while that you are already registered :\
18:29 tCzern no one here?
18:30 tCzern this is the first and last time that I sell a Typo3 site to a client
18:31 Jahithber why ?? your client cannot handle it??? its too difficult to him ???
18:35 tCzern it's to difficult for me
18:35 tCzern and I cannot get support when I need it.
18:36 tCzern I cannot spend 15hours trying to figure out a function and charge a client 1 hour work
18:37 tCzern also, I am in the US, and most user of this channel are in Europe. It's always dead it here when I have a question
18:37 tCzern and yes, my client cannot handle it neither
18:38 tCzern in the user registration, there is the following option: If set, an email will be sent to the site administration when a registration is accepted by the administration.
18:38 tCzern why would I need to receive an email that confirms what I just did? WTF?
18:43 nd____ maybe to document what you or the admin in charge of the day just did?
18:43 nd____ Maybe to store who accepted the registration?
18:44 nd____ I can imagine that something like this is needed in more bureacratic countries like germany, india etc ;)
18:44 tCzern this is just an example
18:45 tCzern I followed the instructions: t registers a user, but instead of taking you to a confirm screen it tells you after a while that you are already registered
18:45 tCzern reviewed the manual several times, no idea what to do.
18:45 tCzern I'll have to tell my client that I cannot do it, great ...
18:47 ckoehler maybe you shouldn't do TYPO3 consulting if you don't know how
18:47 tCzern indeed. As I said, I won't do this again
18:47 ckoehler good :)
18:47 tCzern and I cannot learn Typo3 for 2 years to start a business then
18:48 ckoehler that said, look at the webempoweredchurch resources
18:48 tCzern it would be good if the manuals were better written
18:48 ckoehler http://webempoweredchurch.com/support/
18:48 ckoehler they have how-tos and stuff for no-nothing folks
18:48 ckoehler heh
18:48 tCzern ckoehler: I looked at your site, couldn't find documentation for this
18:48 ckoehler know-nothing
18:48 ckoehler it's more use than setup
18:49 ckoehler try an older version of the register ext
18:49 ckoehler it's not all that great sometimes
18:49 ckoehler bugs and whatno
18:49 ckoehler t
18:49 ckoehler it may be a bug
18:49 ckoehler you could also download the WEC starter package, install it locally, and take a look at the configuration there
18:49 tCzern it must be a bug, I was trying this for 10 hours and read the manuals 20 times, redid it
18:50 ckoehler wouldn't surprise me
18:50 ckoehler not TYPO3's fault though
18:50 ckoehler gotta go
19:34 milpoer hi
19:36 milpoer any seminars plugin people here ??
19:46 _pedda_ hi again :)
19:48 |Phlogi| hi hi
19:48 milpoer hi
19:48 milpoer any seminars users ??
19:54 |Phlogi| anyone ever tried out meta_feedit
19:55 owner_ hi milpoer, I'm just configuring seminars
19:55 milpoer maybe thats enogh :)
19:55 owner_ it's a huge plugin for sure, what you use it for?
19:56 milpoer for events registration at a college..
19:56 owner_ cool - I'm setting up a social event database mainly for FE users.
19:57 milpoer owner_: i have a problem with my backend "web">"events" the registering "tab" is not working, the event, speakers and Organisers work fine, but this single tab don't
19:57 milpoer owner_: its almost the same then..
19:57 |Phlogi| looks great
19:58 milpoer |Phlogi|: ??
19:58 milpoer owner_: does this tab work for you ??
19:58 owner_ milpoer, let me check whether it works on mine - I never used it before.
19:58 |Phlogi| I mean meta_feedit
19:59 milpoer |Phlogi|: ah.. ok :)
19:59 milpoer just confused me because i didn't see your first msg
20:00 |Phlogi| :)
20:00 |Phlogi| np
20:00 milpoer owner_: it is usefull when people has to paid for evnts, because, its the only way you backend have listet the combination of FE-user and Events, and wheater they have paid or not..
20:01 owner_ I understand - I think most of my events will be free so I haven't looked into it. But it seems to be working in my installation
20:02 milpoer owner_: :)
20:02 milpoer hmm..
20:02 owner_ I have a sysfolder called registrations in which I see the registrations in the list view
20:02 owner_ do you see your registrations in list view?
20:02 milpoer 2 sek
20:02 milpoer sec
20:02 milpoer nope.. my attendance list is empty,
20:03 owner_ i think you control in which folder you store the registrations with this plugin.tx_seminars.attendancesPID = 66
20:03 milpoer the wierd thing is that , if i create the registration BE, then it works fine.
20:04 owner_ this points to the sysfolder for my registrations which is 66 and I registered for it from the frontend.
20:04 milpoer i'll trye
20:04 milpoer try
20:06 milpoer owner_: thats solved the problem..
20:06 milpoer thx alot
20:07 milpoer maybe you can help me with another problem..
20:07 owner_ :-) no prob, I have a question in return though -
20:07 milpoer shot.
20:07 owner_ My problem is the organizers - if FE users create an event they have to select an organizer. I want that they are the organizer because they should be informed via e-mail.
20:08 owner_ from what I see organizers can be only created in the backend where the normal FE user doesn't have access.
20:09 milpoer i think i understand your question..
20:10 milpoer if i create an event frontend, with my FE-user, then choose you as organizer, then you want an email about it?
20:10 owner_ i've been looking through the docu - it seems to me that the FE user concept is very limited.
20:10 milpoer owner_: my thoughts too.. can every FE-user create an event ?
20:11 owner_ I wouldn't mind if the administrator of the site gets an e-mail, but the most important is that the FE creator gets an e-mail because he has to know about registrations and needs to be able to send e-mail to the attendees.
20:11 owner_ to your question, you can select a special frontend group which is allowed to create events.
20:11 milpoer i know..
20:12 milpoer but if you choose a VIP users the can see attendance list and emails
20:14 owner_ I don't want that though - I want the FE Event creator to be able to send e-mail to all attendndees without knowing their e-mails
20:14 milpoer oh..
20:14 milpoer now i see..
20:14 owner_ because it's a half public site ...
20:15 milpoer if it is an limited number of users that can create events, what about give them an BE-user? with limited access, such they only can take ware of the event/registrations.
22:51 milpoer owner_: u there ?

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.