Search the website and IRC logs

#TYPO3 IRC log from : Wednesday 17 December 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 31
00:04 dinsdale07 nhaskins, Didn't know that one but opted for ingmar_admpanelwrap now. The icons of fe_panel are nice though. The admin panel icons look a bit old school
00:06 nhaskins I just googled it honestly:)
00:06 nhaskins I've got a pretty bizarre problem with templavoila (I assume). I posted 2 screenshots so you can see what I mean.
00:06 nhaskins mlmi.org/error.png mlmi.org/no-error.png
00:06 nhaskins For code what I'm getting is
00:06 nhaskins <a href="about_us/about_us.html"><img src="<a href="about_us/about_us.html" >uploads/tx_templavoila/home_01.jpg</a>" style="" /></a>
00:06 nhaskins <p>
00:06 nhaskins <b class="title">A title</b>
00:06 nhaskins <br />block of text<br />
00:06 nhaskins </p>
00:06 nhaskins <a href="about_us/about_us.html"><img src="<a href="about_us/about_us.html" >uploads/tx_templavoila/button_03.jpg</a>" /></a>
00:06 nhaskins and what I want is
00:06 nhaskins <a href="about_us/about_us.html"><img src="uploads/tx_templavoila/home_01.jpg" style="" /></a>
00:06 nhaskins <p>
00:06 nhaskins <b class="title">A title</b>
00:06 nhaskins <br />block of text<br />
00:06 nhaskins </p>
00:06 nhaskins <a href="about_us/about_us.html"><img src="uploads/tx_templavoila/button_03.jpg" /></a>
00:06 nhaskins Any idea what could cause something like that?
00:08 nhaskins The relevant code from my html template is
00:08 nhaskins <div>
00:08 nhaskins <a href=""><img src="" style="" alt=""></a>
00:08 nhaskins <p>
00:08 nhaskins <b class="title">title</b>
00:08 nhaskins <br /><span>text</span><br />
00:08 nhaskins </p>
00:08 nhaskins <a href=""><img src="images/button.jpg" alt=""></a>
00:08 nhaskins </div>
00:09 samek oh yeah
00:09 samek we just love when u past 3+ lines
00:10 nhaskins is there a better way?
00:12 samek use pastebin.com or something
00:15 nhaskins Ok, never seen something like that before, but I'll remember it for future
00:26 nhaskins http://pastebin.com/m67607b9
02:19 kasper I have a couple of questions about typo3
02:28 kasper one is if it possible to use more than one template. I want the first page simple with just a logo and a choice of languages. Once the language is chosen a different template along with the menus in that language
02:30 kasper I guess that is the second question can I have more than one language?
02:48 kasper I have a couple of questions about typo3
02:48 kasper one is if it possible to use more than one template. I want the first page simple with just a logo and a choice of languages. Once the language is chosen a different template along with the menus in that language
02:48 kasper I guess that is the second question can I have more than one language?
02:55 ries Denyerec: Sombody from sun microsystems just send me a mail :)
03:00 Denyerec :D
03:48 dinsdale07 nhaskins, hm, seems to be missing the img tags if you're still around. is this tt_news or what?
08:18 maholtz|WORK morning
08:45 turuburu guten morgen alles
09:06 randomresult good morning
09:15 porkpie hi guy's just upgraded for 4.1.2 to 4.2.0 and I am having problems in the BE ... The page is not rendering correctly ... also when I use the RTE it just sits there saying the editor is loading ..... can anyone help please :S
09:26 maholtz|WORK perhaps updste to 4.2.3?
13:06 turuburu http://typo3.org/documentation/document-library/installation/doc_inst_upgr/1.0.0/view/6/2/
13:06 turuburu ?
13:06 turuburu Fix: Manuall remove the temp_CACHED_*.php files manually via FTP or the filesystem. Then hit the page again.
13:06 turuburu should i delete all typo3temp contents?
13:06 turuburu where are these files?
13:14 turuburu :S
13:18 pmk65 turuburu: cache files is located in the typo3conf/ folder
13:21 turuburu pmk65: thanks. deleting them did not help
13:21 turuburu i dont know
13:21 turuburu maybe the only solution is to reinstall typo3 at a good directory this time
13:22 tf how can i make something like this? http://paste.phlogi.net/-65bd8c0daf/ This doesnt work.
13:22 turuburu as i downloaded the file source+dummy, i unzip in ubuntu and then installed from there. then because the tree-page view had problem i rename it to typo
13:29 turuburu UNIX/CGI detected: NO
13:29 turuburu does this play any negative role?
13:31 m4rtjn no
13:44 turuburu maybe the problem "your login has expired" it is connected?
13:44 turuburu everytime i go to create user i get this message
13:47 m4rtjn do you have a database connection? :p
13:47 m4rtjn else - go to the installtool and create a new admin user there
13:47 m4rtjn installtool - database tab
13:48 turuburu ofcouse i have db conection
13:48 turuburu i made new admin user from installtool
13:48 turuburu again the user settings do not appear
13:49 turuburu anyway, thanks for your efforts guys
13:49 turuburu i will reinstall from begining
13:49 turuburu thanks a lot everybody :)
13:58 redsystem Hi! i've written my own extention with kickstarter and createt a new database table. does someone know a nice tutorial, how i can format the output of the database elements? I just want to wrap the elements with html tags and list them.
13:59 m4rtjn erm.. theres a good book aparently
14:00 m4rtjn online docs are not really any good on that topic
14:00 m4rtjn as far as I know
14:04 tPl0ch does anybody have a good tutorial on how to configure sendmail just to send emails. I get a hillarious timeout when using t3lib_htmlmail
14:05 redsystem actually all i want to know is: where do i format the output of the frontend-plugin? do i have do to this using php in one of those config files kickstarter has generated or can i do this in the backend using typoscript?
14:10 redsystem did you try this: http://typo3.org/documentation/document-library/extension-manuals/maag_sendmail/1.1.1/view/toc/0/ @tPl0ch
14:14 zilenCe hello. Somehow user login does not work after upgrade to typo3 4.1.7. The Users SysFolder does not have the "users" images any longer. I put styles.content.loginform.pid = 2 to the top page but it does not work either
14:14 zilenCe just doesn't give me any message whatsoever - is there a way to trace the error or something else to fix it?
14:19 sorenmalling zilenCe: Try install the extension devlog. If the extension uses devlog to log what's happening, you might be able to get something out of it
14:19 randomresult dum di dum...
14:20 randomresult anyone has experience with that kind of update (this versions) ?
14:22 redsystem you mean exept "never change a running system"? ;) no sry
14:23 randomresult lol
14:23 randomresult well if the customer wants a new version... he gets it
14:25 zilenCe hm. that extension seems not to work for me in that case, sorenmalling
14:26 zilenCe thing is that it worked before the update (3.7 to 4.1.7), but frontend login does not work, nor does it throw any warnings
14:27 zilenCe and in case anyone wants to know, the system was not running as it seems modern browsers (firefox 3(.1)) are not so compatible with the backend as they used to be
14:27 zilenCe :D
14:35 redsystem btw. does somebody know a nice texteditor for linux which can work directly on files on a ftp? or is there a ftp plugin for gedit?
14:37 tf anyone knows how i can generate an id list dynamically for excludeUidList
14:38 tf it only works when i write ..excludeUidList = 1,2,3,4
14:38 No5251 redsystem: for which desktop?
14:38 sorenmalling redsystem: Blæuefish should do the trick
14:38 sorenmalling redsystem: I mean Bluefish :)
14:39 redsystem ubuntu 8.10 (gnome), thanks i'll this
14:41 No5251 redsystem: you also can use gvfs to mount external ressources and use any editor you like
14:41 No5251 is it possible to wrap the error messages of th_mailformplus by typoscript?
14:43 chefan Blæuefish is a cooler name. makes people finally switch to utf8
14:44 JohPie what kind of problem get I, if I delete all files in typo3tmp?
14:45 redsystem bluefish seems to be a kind of wysiwyg-editor. maybe not that bad, but i like gedit. and gvfs sounds interesting
14:45 JohPie redsystem: I use the texteditor of krusader
14:45 JohPie and it works..
14:46 chefan redsystem: editor for what purpose?
14:46 redsystem work directy on files on a ftp
14:47 chefan tried jedit?
14:47 JohPie kate also can work with files on a ftp-Server
14:47 chefan starts out as a pretty nifty editor and depending on what you plug in scales up to be a lightweight ide
14:48 JohPie you only must use the adress to open like ftp://(obscured mail address)/file.txt
14:51 redsystem that is exactly what i'm looking for, thanks. Syntax Highlighting for LaTeX is also supportet. perfect ;)
14:52 JohPie if you want a good editor for LaTeX use kile
14:53 JohPie has someone an answer for my question?
14:55 zilenCe hello again :D
14:55 zilenCe I guess I found the problem
14:56 zilenCe our passwords are encoded as "password(...)" in mysql - when I change mine to plain text it works (I did not set up that typo3 thing) - is there an option or an extension that makes the login with the mysql password function work?
14:56 zilenCe there is one that works with md5 - so Iwonder if there is one for password too
15:00 redsystem hm, maybe the encrytion code is lost after the update? (i don't know how saving passwords work, i'm just guessing ;) )
15:01 zilenCe they are stored using SET password=PASSWORD('mypass')
15:01 zilenCe so there is no encryption
15:03 randomresult ok. i have now updated the typo3 version
15:03 randomresult one problem:
15:03 randomresult i have pages where content is shown which is aktually on another page
15:04 randomresult in the old version, there was a mark... this pages shows content from another site ... click here to jump to this page
15:04 randomresult now it only shows an empty page in the backend
15:04 randomresult frontend still shows the content
15:04 randomresult is there any possibility to get this "mark" back?
15:05 redsystem did you clear the site-cache?
15:05 randomresult cleared all cahces
15:05 randomresult it is in the backend
15:06 randomresult the backend does simply show no informations that this page displays content from another
15:06 randomresult it is typo3 4.2.3
15:06 randomresult i merged advanced and normal pages ... as 4.2 dont have the pagetype advanced no more
15:09 randomresult hmmm...
15:09 randomresult cant find anything
15:11 chefan zilenCe: mysql switched to a password encryption method of it's own
15:12 chefan i am not sure if there is documentation about the exact method, but you could always use the PASSWORD() function in an sql query as a workaround
15:13 randomresult anyone an idea how to get the information back, that the current page (in the backend) shows content from another page in the pagetree?
15:13 randomresult or where to search for an solution?
15:13 zilenCe chefan: I'm currently working on that
15:14 zilenCe I guess class.t3lib_userauth is the place to go
15:14 zilenCe it is ugly but I first fetch the password and replace $loginData['uident']
15:14 zilenCe it is a small site anyway, no harm gets done :D
15:15 zilenCe it really seems to work :D
15:17 randomresult anyone around using typo3 4.2.3 and a page which shows content from another page?
15:17 zilenCe I have to admit, as being used to program the stuff myself (framework and stuff), typo3 is a monster
15:17 zilenCe it is .. big
15:17 randomresult but it is ... nice
15:20 zilenCe from what I found is that it is too complex for most people. My coworkers don't really understand the basics but they have to insert content and stuff.
15:26 redsystem i'vw just started working with typo3 and yes, it is complex. i'm not really used to where to do what. there are templates wich have areas with other templates, there are static templates which have to be included etc...
15:28 redsystem and typoscript is - like in the tutorials said - very confusing when you are used to c++ or c# ;)
15:30 redsystem for example, i don't know how i get rid of that "background-color:..." tag in the body tag of the html code
15:40 randomresult someone knows realurl well?
15:40 mikhas of course
15:40 randomresult my typo3 renders /directory/name.html
15:40 randomresult but i want it to have /name/
15:40 randomresult without html in the end
15:41 mikhas that is done in realurl.conf
15:41 randomresult this url works
15:41 randomresult rt.de/ateam/
15:41 randomresult typo3 renders: t.de/ateam.html
15:41 randomresult and this does not work
15:41 randomresult 'pagePath' => array( 'type' => 'user', 'userFunc' => 'EXT:realurl/class.tx_realurl_advanced.php:&tx_realurl_advanced->main', 'spaceCharacter' => '-', 'languageGetVar' => 'L', 'expireDays' => 7, ###### include your rootpage id here 'rootpage_id' => 1, ),
15:42 randomresult ahhhr... soorrrrryyyy
15:43 randomresult hmmm were can i paste some code which is not TS?
15:43 randomresult http://paste.phlogi.net/-a4d882597f/
15:43 randomresult here is my code from the real_conf
15:44 mikhas have you got the htaccess stuff working?
15:44 mikhas (have you configured apache?)
15:45 randomresult mikhas: yes i have it working
15:45 randomresult which means without .html the page is found
15:45 randomresult but typo3 produces the wrong links
15:47 mikhas maybe they are simply cached, as they might be created before you had the correct realurl.conf. You should then try to empty the encode/decode-cache. use the "info" tool for this -> Speaking url management
15:47 randomresult ok i will
15:48 mikhas meaning, if you can enter "domain.tld/level1/level2" and that works fine, but the url's generated previously by typo3 are wrong, this is your best bet.
15:48 randomresult welll i cleared the speaking url management
15:49 randomresult and the temp.conf from typo3conf
15:49 randomresult now cache ...
15:49 randomresult and then try :)
15:49 randomresult still wrong links
15:50 Tsoots it's a single line in your realurl config file
15:50 randomresult can u tell me?
15:50 randomresult http://paste.phlogi.net/-a4d882597f/
15:50 Tsoots just cannot remember the name of the option but should be obvious when you see it
15:50 randomresult this is my conf
15:50 Tsoots that's not the config file
15:50 Tsoots realurl.php or something like that
15:50 randomresult thats part of the config file
15:50 Tsoots check it out
15:51 randomresult i have realurl_autoconf.php
15:51 randomresult and realurl_conf.php
15:51 mikhas randomresult: I simply use this ( http://news.typo3.org/about/realurl-configuration/ ) and tweak it.
15:52 mikhas randomresult: you only need one of the *conf.php (which is selected in the install-tool of realurl.
15:52 mikhas randomresult: you really should check out the manual, it seems you have missed bits and pieces of how realurl works.
15:53 Tsoots defaultToHTMLsuffixOnPrev
15:53 Tsoots If set, then the last directory part of the virtual path being made will be turned into the filename suffixed ?.html? IF the filename part is non-existing.
15:53 randomresult mikhas: it is not my first realurl config
15:54 randomresult tsoots: i dont want to have .html
15:54 randomresult thats my point
15:54 Tsoots err
15:54 Tsoots then you probably want to make it false
15:54 randomresult mikhas: this realurl config makes syntax error :)
15:55 mikhas randomresult: yeah, I know.
15:55 randomresult great !
15:56 mikhas randomresult: delete all after ?>
15:56 randomresult i have restored my old...
15:57 randomresult well this one i use... works perfect on another install on the same server ...
15:57 randomresult same typo3 version
15:57 randomresult same realUrl
15:58 m4rtjn how can I add an "|" again in TMENU ?
15:58 randomresult ?
15:58 m4rtjn in wrap = <li> | </li>
15:58 m4rtjn I want another "
15:58 m4rtjn |
15:58 randomresult u want to show an |
15:58 m4rtjn yea
15:58 randomresult mom
15:58 m4rtjn ascii?
15:59 randomresult &#124;
15:59 m4rtjn very cool, thx
15:59 randomresult this should work
15:59 randomresult so now... ur turn :) fix my realurl prob
15:59 mark_s Hi all, I am from Germany and we have a new customer in the US. Do you know a good hoster where we can run typo3?
15:59 randomresult *g*
15:59 m4rtjn hehe
15:59 randomresult mark_s in the us?
16:00 mark_s yes, sorry I forgot
16:00 randomresult mark_s : sorry no
16:00 m4rtjn mark_s - forget it with the finances in the US atm. you'll never get payed ;)
16:00 randomresult m4rtjn : lol
16:01 m4rtjn hmm, why is my nick m4rtjn
16:01 mark_s no, it is a friend of ours. We make the homepage for his business (chocolates). So we get paied in naturals :-D
16:02 m4rtijn hehe, thats much better then getting paid in dollars.. with that shitty echange rate
16:02 mark_s ok, but first we need a good hoster. Any experiences?
16:02 randomresult ok... now i dont understand nothing more... i have 2 menues... on is rendered correct ... one is not
16:02 randomresult ?
16:03 randomresult ok... it is not my install... maybe something else is wrong
16:03 m4rtijn mark_s - nope
16:04 randomresult fuck... it is a hard coded menu... no wonder realurl does not work
16:04 randomresult these hippies...
16:04 randomresult tsts
16:04 mark_s ok, thank you. So I keep asking google.
16:04 randomresult i hate nerds in typo3
16:05 pmk65 randomresult: check your localconf.php and see if there's more than one inclusion of a realurl setup.
16:05 randomresult pmk... the menu which was not working is hard coded
16:05 randomresult so there is the problem
16:05 randomresult it is not my install... so i didnt realise that one could be such an idiot
16:06 mikhas randomresult: haha, typolink is your friend. :-)
16:06 randomresult problem is: the one who did the web... is ... lets call him a noob
16:06 pmk65 I had problems with the autoconfig that realurl adds. It added it even if I said no in the EM. and the result was a mix of 2 realurl setups (My own and the autosetup), which resulted in weird behaviours. Once I got rid of the autosetup everything worked.
16:10 m4rtijn damn hippies
16:15 mikhas pmk65: could be that realurl and typo3 reads localconf.php differently (if there are double instances of realurl-config in it)
16:15 mikhas but just a guess out of the blueö.
16:15 mikhas blue*
16:17 untouch_ anyone ever used cal?
16:17 untouch_ calendar base
16:17 pmk65 mikhas: Realurl's config is just a PHP array, So if you load another realurl config, some of the parts overwrites the 1st array if the config option is identical.
16:19 mikhas pmk65: yeah, but I have had trouble (I don't think it was realurl though) where localconf.php was read in one way and written to in another - i.e. the wrong instance of the double parameter was written to.
16:33 untouch_ how can i get the detail view to another page working with cal base
16:33 untouch_ so that if i click on a date i come to the detail list view on a extra site
16:50 m4rtijn hmm, png24 is smaller then gif and jpeg
16:50 m4rtijn in photoshop export..
16:50 m4rtijn I didnt know that..
16:55 mdmanu somethimes tv looses all mappings when i transfer to the life host. does anyone know how to avoid this?
17:10 dinsdale07 mdmanu, that's unusual - are you using an old version. Is it possible that TV doesn't find the template file anymore maybe?
17:18 mdmanu no it finds the file, my TV version is 1.3.4. but the problem seems to be phpmyadmin. when i transfer with mysql through shell then it works fine.
17:20 Cy Hi everybody
17:20 Cy After years of using MTB I decided to switch to TV
17:20 randomresult hi there
17:21 randomresult cy: good!
17:21 randomresult i love tv
17:21 randomresult and it is very easy
17:21 Cy Now I have a question about markers... I am very used to ###Marker###
17:21 Cy but I read that in TV it's not possible to use
17:21 randomresult u dont need them no more
17:21 randomresult cy : language?
17:22 Cy I wonder how can I archive the same result than with a Marker, using TV. Let me put an example
17:22 Cy randomresult: My language?
17:22 randomresult yes your language
17:22 Cy Spanish
17:22 randomresult hrmpf
17:22 randomresult mom telefon
17:22 Cy :D why?
17:22 randomresult cause i wrote tutorials in german
17:23 Cy Ops, not my strongest lang :D
17:23 Cy anyways <embed src="fileadmin/templates/swf/menu.swf" quality="high" flashvars="xmlid=###PAGEALIAS###.29.html">
17:23 Cy How do I solve that within TV?
17:24 mdmanu Cy - i use the extension rb_flashobject to insert flash
17:25 mdmanu its not the best solution to hard code a flash in ur template
17:25 Cy mdmanu: I just need to change that simple tag within the line... isn't there an easier way0
17:25 Cy ?
17:26 mdmanu u can use typoscript Object Path in TV
17:26 untouch_ i put a jpg with the size of 800 X567 px into my textpic CE and the perfectlightbox doesnt work with that size
17:26 untouch_ anyone know where i can calibrate this
17:27 mdmanu cy -like ad there something like lib.pagealias than u can do it with typoscript
17:27 Cy Are you aware if there is any small tuto on this matter?
17:27 untouch_ if i use a gif it works
17:29 mdmanu cy - go to modyfy DS/TO add new element map it to the flashvars and set editing type : typoscript object path
17:29 Cy mmm let me try that mdmanu
17:32 Cy mdmanu: did that now... but I mess myself once it comes to mapping. How could I map that?
17:32 Cy Just let's me via the div
17:33 randomresult i once did it with a dirty trick
17:33 randomresult not to do it like this... but...
17:33 Cy Tell me randomresult
17:34 randomresult <embed src="fileadmin/templates/swf/menu.swf" quality="high" flashvars="xmlid=<div class="mapthis"></div>.29.html">
17:34 Cy lol... good point
17:34 randomresult well in that case... it worked for me :)
17:34 Cy So is that the only way? cause I don't seem to be able to find it as easy as in MTB
17:35 Cy Surely... I am going to use it now until I can find something proper
17:35 randomresult you can also do an COA
17:36 randomresult 10 = TEXT 10.value = <embed src="fileadmin/templates/swf/menu.swf" quality="high" flashvars="xmlid= 20 = urmarker 30 = TEXT 30.value = .29.html">
17:36 randomresult upps
17:36 randomresult sorry...
17:36 Cy Yeah that's another option... but I prefer the first one
17:36 Cy looks cleaner in TS
17:37 randomresult hmmm let me think
17:37 randomresult there is something with atributes
17:38 mdmanu cy - as atribute
17:39 Cy But can't map the <object>
17:39 mdmanu cy - put mapping type to atribute
17:39 randomresult maybe that works
17:39 mdmanu should work
17:39 randomresult you should be able ... but... hmmm
17:40 randomresult i never tried with object
17:40 Cy But when it comes to map it, can't map the object
17:40 randomresult have u changed the mapping type
17:41 Cy yep
17:41 Cy let me try doing it again
17:41 randomresult hmmm
17:41 Cy yeah
17:41 Cy tried again and just divs and imgs
17:41 Cy not objects
17:42 randomresult suck
17:42 Cy sux big time
17:42 randomresult well... there is an solution
17:42 Cy All this is just to put the alias for the XML_MENU
17:42 Cy as a param of the flash movie
17:42 Cy but seems a pain with TV
17:43 randomresult then try my dirty hack
17:43 Cy I am trying it and looks like works
17:43 Cy let me fully test it
17:43 randomresult *hopes*
17:44 mdmanu best would be to use rb_flashobject for validation
17:44 randomresult ... i once did something similar...
17:44 randomresult but i do not remember what it was
17:44 randomresult *think*
17:45 Cy Wooops
17:45 Cy <param name="FlashVars" value="xmlid=<!--###ba472627073a1257a7537ddb2a8b0a5f###-->.3.html" />
17:46 Cy What's that ba thing?
17:46 Cy ba47...
17:46 randomresult what u try to put in that div?
17:46 Cy nothing yet
17:46 Cy and already I got that?
17:47 randomresult welll... maybe... that has to do with that div
17:48 Cy These are the little things that make me spend the 80% of the project time in just finding stuff on how it works...
17:48 Cy and the other 20% is really work
17:48 Cy 80-20 rule
17:53 mdmanu cy - try do it whit a div mapped inner and add the whole flash in typoscript , if its not working to map the atribute
17:53 mdmanu or better mapped outer
17:55 Cy I mapped outer
17:55 Cy that's what I got.
17:56 Cy So basically there is no clean solution for this in TV?
17:58 randomresult is this a thing that changes often?
17:58 randomresult if not why dont u make it whole in ts?
17:58 randomresult like i said... make a lib.yourelement
17:58 randomresult and place an COA in there
18:01 Cy Well... and that will not require a mapping?
18:01 Cy (yes it changes on every page generation)
18:02 randomresult well... u need a mapping ... but insert an typoskript object path
18:03 randomresult and this path includes the ts
18:03 Cy That's what I did
18:03 Cy I mean without a COA
18:03 Cy just a TEXT
18:03 Cy but didn't work with the "dirty" hack
18:03 randomresult just replace ur embed with a normal div
18:03 randomresult and then tell this div to include the ts
18:03 randomresult and there place the coa
18:04 randomresult lib.urlib = COA
18:04 randomresult lib.urlib {
18:04 randomresult 10 = TEXT
18:04 randomresult 10.value = beginning of ur embed
18:04 randomresult 20 = whatever
18:04 randomresult 30 = TEXT
18:05 randomresult 30.value = end of ur embed
18:05 randomresult }
18:05 Cy That's not nice really... i think I'll dismantle all this
18:05 Cy and just go back to MTB
18:05 uschi what is wrong about that COA?
18:05 Cy I didn't meant your coa wasn't nice :D
18:05 randomresult i dont get the point too
18:05 randomresult maybe ushi has an solution
18:06 Cy I mean that TV is just not suiting that simple and common need
18:06 Cy so don't see why use a more complicated system than MTB
18:06 Cy (at least more complicated for me)
18:06 randomresult for u
18:06 randomresult :)
18:06 Cy exactlu
18:06 randomresult and for me, this was never an common need
18:06 randomresult i love TV
18:06 Cy Well it was in all my sites due the need of Flash menues
18:07 randomresult hmmm
18:07 randomresult wait
18:07 mdmanu i also like to use TV
18:07 mdmanu its quite fast
18:07 Cy Did you ever used MTB in the past?
18:08 randomresult yeah for sure
18:08 randomresult i am working with typo3 since 3.5
18:09 Cy me too... so do you find faster to develop TV?
18:10 randomresult yeah
18:10 randomresult sure
18:10 randomresult u need an CE? make html ... map it in 5 minutes ull have it!
18:10 randomresult nice previews for pages ... no problem
18:11 randomresult but ask ushi if she has an solution for ur problem
18:11 randomresult as far as i know, she uses tv too
18:11 Cy uschi: Do you have any solution for swapping markers by content into a <object > into TV?
18:11 Cy Thanks randomresult
18:11 randomresult ur welcome
18:12 mdmanu bye - going home
18:12 randomresult bye
18:12 randomresult have a nice evening
18:12 randomresult :)
18:13 uschi markers in TV?
18:13 mdmanu thanks
18:13 randomresult paste ur code cy
18:13 randomresult then she will understand
18:13 Cy Let me paste a second what I wrote before
18:13 Cy <embed src="fileadmin/templates/swf/menu.swf" quality="high" flashvars="xmlid=###PAGEALIAS###.29.html">
18:13 Cy I need to swap that bit within the object by the pagealias
18:14 Cy and I can seem to be able to map an attribute within an <object>
18:14 Cy under TemplaVoilà
18:14 uschi and that piece of code is in your tv-template???
18:14 Cy yes
18:15 Cy now, that comes from an MTB setup
18:15 randomresult i told him to map an div and build this with an coa in a lib
18:15 Cy I would change accordingly, but the randomresult's solution of swapping the ###pagealias### but a div didn't work
18:15 uschi k, then instead of having xmlid="###something###" map that attribute to a typoscript object path
18:15 Cy and also doesn't look very clean
18:16 randomresult but how to map this atribute
18:16 randomresult ?
18:16 Cy But the thing is that TV is not giving the chance to map a <object>
18:16 randomresult gimme a sec. i will try in one of my installs...
18:19 randomresult hmmm
18:19 Cy any result?
18:19 randomresult just a sec
18:19 Cy ah ok
18:23 randomresult gimme 2 mins pls
18:30 randomresult damn... something is completely wrong...
18:31 randomresult i need to redo too tired ... :) sorry. another 1 min...
18:31 Cy hehehe Thanks for your help
18:34 randomresult well... no...
18:34 randomresult i dont know why... but he looses the 29.html
18:34 randomresult but ...
18:34 randomresult i dont get the point why
18:35 Cy So if TV had an option for that I'd be more than happy
18:35 Cy I wonder why not.... there must be something
18:35 randomresult im sure there is...
18:41 Cy Yes, but... wonder where to look at... this project needs to be delivered soon :(
18:41 randomresult could u pls paste the code for ur marker?
18:42 randomresult the code wich fills ur marker?
18:42 Cy I have just that in MTB
18:42 Cy not in the TV template now
18:42 Cy but was something simple
18:42 Cy lib.tag = TEXT
18:43 Cy lib.tag = whatever
18:44 randomresult http://dev-web.analogserver.de/index.php?id=7
18:45 randomresult look there
18:45 randomresult very simple ts
18:45 Cy looking
18:45 randomresult under magento products
18:45 randomresult its an empty flash... so look in the source code
18:45 Cy mmm
18:45 Cy good!
18:45 Cy hod did you do that'
18:46 randomresult made with an coa
18:46 randomresult :)
18:46 Cy Can you please copy paste?
18:46 randomresult http://paste.phlogi.net/-cd03756a61/
18:47 randomresult i simply removed the embed tag from the html and placed a div instead
18:47 Cy Yeah I see
18:47 randomresult and this div contains a lib
18:47 randomresult and the lib is placed in ts
18:48 randomresult what i pasted
18:48 Cy So you map the div as?
18:48 Cy Typoscript object right?
18:48 randomresult yupp
18:48 Cy div outer
18:48 randomresult well... i didnt mind about that dib.... it is inner ... but leme check
18:48 randomresult a sec pls
18:49 randomresult outer works as well
18:50 randomresult so u want there to be a static word?
18:51 randomresult or should there be somethiing dynamic in this marker?
18:51 randomresult brb
18:52 Cy something dinamic
18:52 Cy the page:alias
18:53 randomresult so u dont work with realurl?
18:53 randomresult but... then use 20.data = page:alias
18:53 randomresult or something
18:54 randomresult or field = page:alias ?
18:54 randomresult i dont remember
18:54 Cy yep I have the code for that
18:54 Cy thanks a lot for your help randomresult
18:54 Cy Let me try and I'll let you know
18:54 randomresult yeah cool
18:55 randomresult always glad if i can help
18:55 randomresult which is in fact not too often :)
18:57 randomresult well i tied it ... has to be 20.data = page:alias
18:59 randomresult *tried
19:08 Cy I can't seem to get it working
19:08 randomresult what is the prob?
19:08 Cy it's not displaying the content in the COA
19:08 Cy let me enumerate teh steps followed
19:08 Cy I created a div and removed the full line
19:08 Cy this is called <div id="pagealias">
19:09 Cy </div>
19:09 randomresult </div>
19:09 randomresult :)
19:09 randomresult good
19:09 Cy after I modified the DS/TO
19:09 Cy created a new field
19:09 Cy field_pagealias
19:09 Cy that's its name
19:10 Cy typoscript object
19:10 Cy and div:outer rules
19:10 Cy then mapped it and saved the thing
19:10 Cy then in my TS I added this
19:10 randomresult did u gave the object a lib?
19:10 randomresult wait
19:10 Cy yep
19:10 Cy checking
19:10 randomresult normaly it is filled with lib.myobject
19:11 Cy ahhh
19:11 randomresult there u go
19:11 Cy Thanks!! hehehe
19:11 Cy sorry just started today with TV
19:11 randomresult u need to klick update... then this field is shown
19:11 randomresult no prob
19:14 Cy Thanks need to close the office now
19:14 Cy Bye now
19:14 randomresult worked?
19:14 Cy it did!!
19:14 randomresult great
19:14 randomresult cu
19:14 randomresult will leave now too
19:17 randomresult so everyone... good night
19:17 randomresult im heading home now!
20:14 dinsdale07 does anyone know howto create a quicksearch in mm_forum which leads to another page to display the results?
20:19 fred^^ Hello, I have two tt_news list elements, one with limit 1 and one with limit 6. I've set excludeAlreadyDisplayedNews. My problem is as following: There is one pagebrowser, and it seems its working fine, except for one problem: The first list element with limit 1 counts the pointer from 0. So, the second LIST element shows the next 6 articles, while the first LIST shows the next article, counted from 0+POINTER. You can see wh
22:14 turuburu hi guys
22:21 turuburu how can i install other-than-english languages for backend interface?
22:31 turuburu guten abend
22:37 nhaskins @ turuburu - click on "user settings" in the right column
22:37 just2b use the translation setting in EM first
22:38 turuburu nhaskins: user settings have only english as choice
22:38 turuburu just2b: what is EM?
22:39 turuburu extension manager
22:39 turuburu ok i found
22:39 turuburu sorry
22:42 turuburu thanks

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.