Search the website and IRC logs

#TYPO3 IRC log from : Monday 8 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:02 Syrinx_ hi again
00:04 Syrinx_ Is there people in here ? :s
00:04 Syrinx_ french *
00:47 ries Syrinx_: no, but we speak good english here ;)
08:20 superscotty19 hey everyone - can anyone help me with the freesite extension?
08:46 animan hi. can someone here help me out with little typoscripting?
08:46 animan i need to get an event name from the database and show it as a page title
08:56 freddy__ hi - is it possible to use the sql command 'delete from cache_hash' to make the database less in size, without doing harm to the content of the site ?
08:56 PiMB yes
08:56 freddy__ ah... lovely, this table is growing and growing and that is bad when I want to do a backup over internet with the database.
08:57 PiMB you should use the clear_cache buttons in the top right of your TYPO3 install
08:58 PiMB Morning BejjWrk
08:58 PiMB still happy together?
08:58 freddy__ whats wrong then if clearing the cache from the website does not clear the cache_hash in the database ?
08:58 PiMB not sure if it should do it.
08:58 PiMB but you could use the sql statement as well
08:58 PiMB I believe this is possible on all cache_* tables
08:59 freddy__ PiMB: ah... it does :)
08:59 BejjWrk morning
08:59 PiMB :)
08:59 BejjWrk PiMB: yup
08:59 freddy__ PiMB: thanks
08:59 PiMB np mate
08:59 animan hi. can someone help me with little typoscripting?
08:59 PiMB sure
09:00 PiMB what do you need?
09:00 animan i need to get an event name from the database and show it as a page title
09:00 PiMB sure
09:00 animan :)
09:00 PiMB so do you have anything yet?
09:01 animan atm i have this - http://www.phlogi.net/f/t3/tsp/sp/-fb2101041b/
09:02 animan it does make the title tags but doesn't get the event name
09:02 BejjWrk PiMB: I wish I could apply some programming rules on her daughter tho lol. She needs constrains.
09:05 PiMB @animan, just a sec, will take a look (just in at the office after a week of skiing, so need some catching up to do)
09:06 animan np :)
09:06 PiMB BejjWrk sure you would, to bad you can't add extensions ;)
09:07 BejjWrk PiMB: tx_sleeplittlegirl :>
09:07 PiMB something like that.
09:08 PiMB well, there is the option of a 'hook' but that might not be a to good a solution ;)
09:08 BejjWrk lol
09:08 animan Bejj: http://en.wikipedia.org/wiki/Neuro-linguistic_programming ? :D
09:09 BejjWrk lol yes animan , thanks :P
09:09 BejjWrk its perfect!
09:13 crazydude hi there is it possible to let typo3 render a plain page with no content and no tags at all? i want to print out an rss feed with my extension but i use smarty templates. so i dont need the stuff that typo3 prints out. any idea?
09:14 PiMB yes it is.
09:14 PiMB you mean the <html><head><body> stuff?
09:17 crazydude yes
09:17 PiMB disable it via config.disableallheader = 1
09:18 PiMB or something ;)
09:18 crazydude nice. thanks i wil test it ;-)
09:18 crazydude will
09:26 crazydude okay it works with --> disableAllHeaderCode = 1
09:27 PiMB that's the one ;)
09:37 PiMB animan
09:37 PiMB you're still there?
09:37 PiMB sorry for the wait.
09:37 PiMB what about this?
09:37 PiMB http://www.phlogi.net/f/t3/tsp/sp/-0932eaffd0/
09:37 PiMB damn, made a typo..
09:38 PiMB should be page.headerData.3 < temp.pagetitle of course
09:38 Marquel morning.
09:38 PiMB morning
09:39 Marquel i have a problem w/ a multi-language site. i followed this guide: http://typo3.org/documentation/document-library/core-documentation/doc_l10nguide/1.0.0/view/ - but setting &L=x doesn't change output. i'm using typo3-4.3.1 and templavoila.
09:42 Marquel did i miss something important?
09:51 animan thanks PiMB!
09:51 animan however, it doesn't still want to show the title for some reason. maybe I'm asking the event title from wrong place?
09:52 Marquel on a side note: mozilla-firefox 3.6 does no longer display web->page->editor, though the page's sources contain it very well?
09:58 crazydude i see. the problem is now that typo3 doesnt render the output of my plugin itself. i placed it as content element in the backend. do i have to add it with typo script or how should this work?
10:01 animan PiMB: my realurl conf gets the event name like this - http://www.phlogi.net/f/t3/tsp/sp/ke_yac_realurl/
10:11 ndee http://pastebin.com/d18c31b30 <-- the 2nd level doesn't get rendered. What am I missing?
10:12 ndee ist it because it's a special-directory menu?
10:15 Marquel (the classic page module works, templavoila does not)...?
10:27 Marquel nobody?
10:47 sorenmalling Anyone here with optionSplit knowledge, that can tell me why this optionSplit leaves every image with a width of 464 and not 205 after the first one --> 464c || 205c
11:09 PiMB animan, sorry for the delay.
11:09 PiMB I had a meeting.
11:09 PiMB I guess I see what's wrong with the title thingu
11:09 PiMB andWhere.data = GPvar: uid
11:09 PiMB should be andWhere.data = GPvar:tx_keyac_pi1|showUid
11:10 PiMB so yeah, the getting was wrong
11:11 PiMB sorenmalling shouldn't it be 464c |*| 205c then?
11:13 sorenmalling The single image for the 2. and 3. news is still rendered with 464 px width
11:13 PiMB pastebin the ts, would you
11:15 sorenmalling I only got ts for pid_list and singlePid, the rest is set up in the flexform
11:15 PiMB so this option is set in flexform?
11:15 PiMB you can't set an optionsplit in there right?
11:16 sorenmalling It's supported from tt_news 3.0.0 :)
11:16 PiMB ah,
11:16 PiMB haven't worked with that yet ;)
11:16 sorenmalling Really nice feature, if I could only get it to work the way i want it to :P
11:16 sorenmalling This is my first go with it to :P
11:17 PiMB it should work with the || though
11:17 PiMB (according to tsref)
11:18 Marquel nobody with templavoila here?
11:18 PiMB nope sorry
11:18 sorenmalling Marquel: Yes
11:20 Marquel i have a problem with typo3-4.3.1/templavoila-1.4.1: trying to add new content to a page in templavoila's page module does not work in firefox-3.6. the content is there (shows up in page's sources) but is not displayed...
11:21 sorenmalling Not displayed in the frontend or somewhere else?
11:21 animan PiMB: hmm.. for some reason <title> tags do not get rendered at all :/
11:22 Marquel sorenmalling: backend.
11:22 sorenmalling Do you create it with the Page module or the List module?
11:22 animan Marqual: I have TV, but I'm using FF355
11:23 PiMB animan, what you mean 'at all'..
11:23 PiMB brb
11:23 animan when I look at the source code then there is no <title>..</title>
11:24 Marquel sorenmalling: page.
11:24 Marquel animan: strange thing is: using konqueror works flawless. also if i display the frame in a new tab....
11:26 ndee on a page, I can set some files in the page properties. How can I access them for using them in a menu?
11:26 Marquel sorenmalling: i don't even get content type selector. just plain nothing.
11:27 sorenmalling I think i've seen a bug on bugs.typo3.org with this issue, hang on
11:27 Marquel sorenmalling: i have time....
11:28 sorenmalling Try have a look at this report http://bugs.typo3.org/view.php?id=13052
11:36 Marquel sorenmalling: thx. the described line in the original bug report fixed the problem for me. :)
11:36 sorenmalling Great :)
11:37 Marquel sorenmalling: now one more thing. i've created additional languages for a localized one-tree site, following http://typo3.org/documentation/document-library/core-documentation/doc_l10nguide/1.0.0/view/ - but changing L in the URL doesn't change output?
11:38 sorenmalling Have you put the other languages in your ts template so your installation knows what sys_language_uid to use when a specific L is in the url=?
11:42 ndee http://pastebin.com/d587bcf98 <-- I would like now to output the 5 = IMAGE in the wrap, how can I do that?
11:43 Marquel sorenmalling: this is my TS code for the site's template: http://dpaste.com/156088/
11:53 david_b hello hello. is there a way to teach RealURL to convert mydomain.com/index.php?id=442 into a speaking url?
11:53 cdngfrog david_b: yep, that's what realurl does. Have a look into the manual
11:55 david_b yeah i mean, realurl is already up and running. and it's working properly, but what i mean is, that if i enter a url like mydomain.com/index.php?id=442 into the browser it should rewrite it like htaccess could do it
11:56 david_b do you know what i'm talking about?
12:00 cdngfrog the only thing you could do is to redirect
12:00 cdngfrog but anyway - why do you want to do that?
12:00 david_b my SEO said, that this counts as duplicate content and should be avoided.
12:00 david_b be "redirect" you mean a htaccess redirect?
12:01 cdngfrog no, HTTP
12:01 cdngfrog where do you have such urls?
12:03 david_b they are listed in google
12:04 pmk65 david_b: have you tried this? http://typo3.org/extensions/repository/?tx_terfe_pi1[view]=search&no_cache=1&tx_terfe_pi1[sword]=ara_feurlfrombe
12:04 david_b mh i think this isn't solving my problem
12:04 pmk65 if the urls is generated in the FE, then you got some crappy written extensions installed.
12:04 Marquel sorenmalling: no idea?
12:05 david_b my realurl-URLs are generated just fine
12:05 david_b all through the whole site it works fine
12:05 david_b but google finds the otherwise not visible pages
12:07 cdngfrog well, you can't manipulate the google cache...
12:07 david_b so over time these urls should disappear?
12:07 cdngfrog and manipulating the URL after someone clicked on it is pretty useless
12:07 cdngfrog yep
12:08 david_b ok and cdngfrog what did you mean by "http-redirect"?
12:08 pmk65 david_b: most likely you got a crappy ext that doesn't use typolink for generating links..
12:09 cdngfrog pmk65: his links are just fine
12:09 cdngfrog pmk65: google has the old URLs in cache
12:09 cdngfrog david_b: http://en.wikipedia.org/wiki/URL_redirection
12:09 cdngfrog david_b: but that doesn't solve your "problem" either
12:10 david_b mh damn i may know where the id=xxx links are coming from
12:10 david_b i use rggooglemap. and in the googlemap-bubble the link to the pages is written with "id=xx"
12:11 david_b does someone know how i can change this
12:11 cdngfrog mh, so it sould only be a few, not all urls?
12:11 cdngfrog david_b: use typolink()
12:12 david_b yeah it should only be a few of them. but google also shows me pages which aren't linked from googlemap
12:13 david_b i would use typolink but the way i right now generate links for the googlemap is in the html-template
12:14 david_b and the typolink is only working in an extension
12:14 david_b and not in the html-template
12:14 cdngfrog yepp
12:15 david_b right now i wrote something like http://mydomain.com/index.php?id=###PID### into the template for the link
12:16 david_b does someone have a hint how and where i can change this, so i can use typolink?
12:16 cdngfrog well, maybe you're lucky and rggooglemaps has some hooks you can use
12:19 david_b ok let's hope.
12:19 david_b thanks for your help
12:26 tPl0ch hey guys, how would I do this with HMENU / TMENU http://pastebin.com/m690297b6
12:26 tPl0ch the li in the flyout div are subpages of the current nav item
12:27 tPl0ch I don't know how I can get the subpages of a current nav item
12:28 tPl0ch or better, how I would format them
12:29 sorenmalling Anyone here with optionSplit knowledge, that can tell me why this optionSplit leaves every image with a width of 464 and not 205 after the first one --> 464c || 205c (using tt_news 3.0.1)
12:41 milpoer hi.. i use tt_news like almost everybody else, however my multilanguage is not working for the news items, in list view i have check "localization view", but the "localize to:" column does not comtain any flags that i can use to translate a specifik news item. any hints ?
12:41 milpoer something i have missed ?
12:45 PiMB animan, sorry mate, was out to lunch
12:45 PiMB that's strange that there is no output.
12:46 PiMB could you pastebin your exact TS? maybe i've made some typo that i didn't notice
12:49 animan np, i was at lunch as well :)
12:49 animan http://www.phlogi.net/f/t3/tsp/sp/-0c000ad60d/
12:59 pmk65 tPl0ch: use expAll = 1 That way the submenu will be expanded.
13:02 Denjerek Hey chaps
13:02 Marquel animan: do you have localization working?
13:10 tPl0ch pmk65: how do I format the flyout then?
13:10 tPl0ch I add expAll to HMENU or TMENU?
13:16 PiMB pidInList should have the number of the record you are trying to collect (probably sysfolder)
13:29 tPl0ch pmk65: I need the submenu to be added inside the li item
13:29 tPl0ch expAll just adds all items as normal navigation items
13:30 pmk65 tPl0ch: Then use wrapItemAndSub to wrap the submenu in the same wrap at the mainmenu item.
13:30 animan PiMB: OK, now it points to the sysfolder where the event records are. But wierd that it doesn't want to render anything :/
13:31 PiMB yeah strange.
13:31 PiMB just a sec. trying to do this on my site.
13:31 PiMB to see if something comes up.
13:33 FloLeBlanc hi all
13:33 FloLeBlanc can someone tell me how allow be_users to assign multiple categories in tt_news 3.0.1? I found only other examples in the manual and clicking on the "TS" button leads me to a page which states that there is no info :)
13:41 PiMB animan
13:41 PiMB http://paste.phlogi.net/-7d0b97980e/
13:42 PiMB I've got this one working for me
13:42 PiMB so code is right.
13:42 PiMB what you need to change is line 5: table
13:42 PiMB line 9: pid of sysfolder of records
13:42 PiMB line 11: change the variabele that is in the url
13:42 PiMB line 21: change the field of what you want to use in the title
13:46 Marquel bbl. thx for all your help :)
13:48 tPl0ch pmk65: If I use wrapItemAndSub, it does that for the parent navigation object as well, but not only the children
13:48 pmk65 Is anyone using a Glossary extension?
13:50 tPl0ch pmk65: http://pastebin.com/m69cffa99
13:50 tPl0ch I dunno how to get this structure
13:51 pmk65 tPl0ch: you could try adding a new HMENU/TMENU inside the 1st level TMENU (for the ACT state) and let this menu render the 2nd level.
13:51 pmk65 Or find a better JS script for your flyout menus.
13:51 tPl0ch pmk65: it's css only
13:51 tPl0ch ;)
13:52 tPl0ch actually I only have to get the structure right, rest is done via css
13:52 tPl0ch but I might just add a second Hmenu
13:53 snoy_ms Small extension TCA question. Is it possible to build a variable TCA field? For example: I say in my flexform that i need 7 input fields. Now it would be great to see 7 input fields when i want to save a new record, but all data fields can be saved in one comma separated string.
13:53 snoy_ms Is that possible ?
13:54 snoy_ms at the moment i have just one TCA field for one table field. But i need a variale number of fields
13:56 pmk65 tPl0ch: Not tested, but something like this -> http://www.phlogi.net/f/t3/tsp/sp/-471ba98489/
13:56 snoy_ms afk
13:57 pmk65 snoy_ms: Make a custom fieldtype that can add dynamic fields, and then store the values as a serialized array in a single DB field.
13:57 FloLeBlanc no one using tt_news 3.0.1 with multiple categories?
13:57 PiMB animan, is it working?
13:57 animan nope :P
13:58 Krabat Hello together. I have a problem, and dont know how do solve it. We just moved a few server and now we the problem that we cant log in to ower backend. the frontend is working fine but when we try to log in to the backend, a massage apears, saying: "Login-error or sesion timedout". We tried on several computers, cleared cache and tryed the [IPmaskList] trick in the localconf... but nothing worked jet.. has someone an idea?
13:58 animan still no title tags
13:59 snoy_ms pmk65: thanks. Is that TCA or Flexform -> "Make a custom fieldtype that can add dynamic fields"
13:59 snoy_ms pmk65: you mean tca, or ?
13:59 pmk65 snoy_ms: doesn't matter. Flexform is more or lesss identical to TCA.
14:00 PiMB animan, could you send me the url that you're using to enter the page?
14:00 snoy_ms pmk65: "serialized array in a single DB field", sounds good. Have you a link, or a snipped ?
14:01 pmk65 Here's an example on how to setup custom TCA/FF fields: -> http://lists.typo3.org/pipermail/typo3-project-templavoila/2009-October/004298.html
14:01 snoy_ms pmk65: nice one. thanks ;-)
14:03 pmk65 http://www.devshed.com/c/a/PHP/The-Basics-of-Serializing-Objects-in-PHP/ http://php.net/manual/en/function.serialize.php http://blog.ninedays.org/2008/05/11/php-serialize-unserialize-whats-it-do-whats-it-for/
14:05 pmk65 snoy_ms: One important thing when using serialized data, is that it can become a quite long string, so make SURE your DB field can handle it. (I once made a mistake where the DB field was too small, and as a result it cut off part of the serialized data. Which I first discovered when I had to export the data. :( )
14:06 ries serialized fields sucks in DB's....
14:09 tPl0ch pmk65: it was a bit easier than your approach -> http://www.phlogi.net/f/t3/tsp/sp/flyout_navigation/
14:12 animan PiMB: what do you mean? the page, where I use this TS (as ext template) is this - http://www.oef.org.ee/sundmused/sundmus/1/2010/2/open-estonia-foundations-20th-birthday.html
14:13 pmk65 Is anyone using a Glossary extension? I need someone to betatest a new (autoparse) glossary ext Im working on.
14:13 animan an "singleview" page of ke_yac calendar
14:13 PiMB well, you use the gpvar of the ke_yac extension
14:13 PiMB so if that isn't correct then nothing is displayed.
14:14 PiMB the table name should be correct.
14:14 PiMB field should exist
14:14 animan yep. they all exist since realurl makes this readable url out of this
14:14 PiMB and the GPvar:tx_keyac_pi1|showUid should comply with your url (f.i.: &tx_keyac_pi1[showUid]=123
14:14 animan http://www.phlogi.net/f/t3/tsp/sp/ke_yac_realurl/
14:15 PiMB but then you're wrong on the table name mate.
14:15 PiMB check the line 4 of the realurl pastebin
14:15 PiMB that says tx_keyac_dates
14:16 PiMB ..
14:16 PiMB damn, you did that
14:16 PiMB my bad
14:17 PiMB isn't page.headerData.3 overwritten somewhere else?
14:17 PiMB try page.headerData.3 = TEXT
14:17 PiMB page.headerData.3.value = test text for TS test
14:19 animan it works
14:20 animan that test text gets rendered
14:20 PiMB damn..
14:20 PiMB okay.
14:21 PiMB so somethings wrong with the input then.
14:21 PiMB could you disable realurl for that page and see if the gpvar is correct?
14:22 todor Hi, I'm trying to insert an animated gif object in typo3 page, but after I insert it as an image, the gif is static, so it doesn't move... how to do it so it would move???
14:23 todor I also tried to insert it as a html with this code: <img src="/fileadmin/Images/Adds/imgad.gif" /> but in this case it works, but the animation turns only ones and stops
14:24 todor any hints?
14:28 animan PiMB: http://www.oef.org.ee/index.php?id=120&tx_keyac_pi1[showCal]=1&tx_keyac_pi1[showUid]=11&cHash=9945881179
14:29 pmk65 todor: make sure that TYPO3 doesn't resize your image. If it does, you'll loose any animation frames.
14:29 pmk65 any= all
14:33 PiMB animan
14:33 todor I know that
14:33 PiMB the pidInList is that the page of the single view?
14:33 todor it doesn't resize
14:33 PiMB or the page where the records are?
14:34 animan where the records are
14:34 todor the gif is put as it is
14:35 PiMB it's 120?
14:37 animan 120 is the page where the singleview is, sysfolder is 118
14:37 PiMB in the pastebin you've send me it says 120
14:38 PiMB in the pidInList
14:38 animan i was experimenting with the pids
14:38 animan :P
14:38 PiMB :)
14:39 PiMB well mate.
14:39 PiMB that's a strange thing then
14:39 animan fist i thought that the site has some sort of sourceoptimizer that eats some code
14:40 animan but it doesn't seem to be the case
14:42 PiMB well you're able to set the headerData via normal TEXT
14:42 PiMB and I can set the headerdata with the fe_users table
14:42 PiMB so no problem there.
14:42 PiMB so it works
15:14 animan very strange
15:22 david_b is there a way to find out with typoscript conditions wether the page which gets called - is called via the realurl-URL or via index.php?id=333?
15:27 arne_ hi
15:28 arne_ is it possible, to select all subpages of a page with the tt_content select-option? at the moment i select the subpages diretly with pidInList. but i want to select them automatically.
15:29 arne_ i want to display the last three subpages of page 387.. but cant find the way to accomplish this
15:30 arne_ can someone help me?
15:31 arne_ this is my current ts config: http://pastie.org/814617
15:46 arne_ has nobody an idea?
15:51 pmk65 arne_: why don't you use a HMENU/TMENU object for that?
16:03 arne_ pmk65 i tried it this way, but didnt find a way to select the title of the page, too..
16:06 arne_ is there no way like "select.parentId = XX"..??
16:15 pmk65 arne_: The menuitem is the title of the page. You could use a HMENU .special = 387, then set alternativeSortingField = sorting desc and finally limit the results to 3 (maxItems=3)
16:22 arne_ pmk65: thanks, it works.. now i remember that my problem was to return the body of the page, not the title.. i have now the titles of lastest 3 pages, could you tell me how to get the content?
16:22 arne_ pastie: http://pastie.org/814680
16:28 pmk65 arne_: thats a bit trickier, specially if you use Templavoila.
16:29 pmk65 if you don't use TV, you could just select all tt_content records which has a pid equal to the uid of the page.
16:30 arne_ i (think i) dont use templavoila
16:30 pmk65 But for TV, the active elements are stored as XML in a field in the pages tabel. So you can't access that directly from TS.
16:30 PiMB you would know ;)
16:30 arne_ i know .. ;-)
16:31 pmk65 If you do use TV, then you can use a small ext I wrote a while back, which can access TV XML data from TS.
16:31 pmk65 http://forge.typo3.org/projects/show/extension-pmktsvoila
16:32 arne_ i wrote the ts markers directly in the template so i dont think i use TV.
16:32 arne_ so i could try the solution with tt_content
16:34 arne_ i get crazy when im working with ts
16:52 animan PiMB! I got this working!!! Finally :D
16:52 PiMB :
16:52 PiMB :)
16:52 PiMB great
16:52 PiMB what was it
16:52 animan i started from scratch and followed different examples. wanna see what finally worked?
16:52 PiMB sure
16:54 animan http://www.phlogi.net/f/t3/tsp/sp/2_days_of_brain_cracking/
16:55 PiMB great
16:55 PiMB takes 2 days. but you'll never forget :)
16:56 animan yp
17:31 arne_ is it possible in tt_content to make a select.where alias like "%xxx%"?
17:31 arne_ to check a part of the alias?
17:31 arne_ so that i get all records with alias news_XXXX?
17:39 Denjerek animan?
17:39 Denjerek PiMB ?
19:45 Yan What is the file that I need to look at for the lib.parseFunc_RTE?
19:47 pmk65 tsref
19:47 Yan I need to edit something in the parsing library of the RTE
19:47 Yan What is the file to do that?
19:47 pmk65 http://typo3.org/documentation/document-library/core-documentation/doc_core_tsref/4.3.0/view/1/5/#id2510046
19:48 pmk65 the default settings is in css_styled_content
19:48 pmk65 you can use the Template Analyzer to see it.
19:49 pmk65 lib.parseFunc transforms the DB output to FE use.
19:51 Yan I want to allow the tags dl, dt and dd
19:51 Yan but I hate to do it with the := addToList (dl, dt, dd)
19:51 Fles Anyone going to T3board in here?
19:53 pmk65 Yan> there's a special addon ext for HTMALarea
19:53 pmk65 http://typo3.org/extensions/repository/view/rtehtmlarea_definitionlist/current/
19:55 Yan doesn't work with 4.3
19:56 Yan why can't they add it just like any ul or ol?
19:57 pmk65 I use TinyMCE RTE myself.
20:01 Yan does it work with TinyMCE?
20:01 pmk65 definition lists is not as simple as ol/ul lists..
20:07 Yan ok, another issue.
20:08 Yan I write <dl> and in the DB it's saved as <dl>, but in the frontend, it's displayed at &lt;dl&ht;
20:08 Yan by in the RTE, it's stil lin <>
20:18 pmk65 Yan> have you enabled the tags in lib.parseFunc?
20:23 Yan lib.parseFunc.allowTags := addToList( dl, dt, dd )
20:38 Getty Someone here working with the jwcalendar plugin and could tell me some information about the database layout concept?
20:39 Getty (read the code doesnt count, i want to avoid that ;) )
20:51 romx Hello can any one help me?
20:53 romx WHO IS WILLING TO HELP ME IN ONE ISSUE?
20:55 johnson_hh hi, how can i vertically place the images in the middle of the text?
20:56 romx regardless text?
20:56 johnson_hh no, if the text is longer than the image the image should be in the middle
20:57 johnson_hh i have set the position to Beside text, left
20:57 johnson_hh and it always sticks to the top
20:57 romx it is DIV?
20:58 johnson_hh yes, the image is in this div: csc-textpic-imagewrap
20:58 romx try table cell to center verticaly
20:58 romx )
20:58 romx you ask in typo3
20:58 romx ?
21:06 Francesco___ hi, anybody managed to show video in tt_news with pmk_shadowbox extension ?
21:07 Francesco___ in tt_news media section there's not a image links fields then i cannot link a video to an image
21:13 Lind-- Anyone familiar with the new felogin extension that comes standard with 4.3.0?
21:13 Lind-- having problems with the redirect
22:45 kraftb hello !

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.