Search the website and IRC logs

Search is currently not available.

#TYPO3 IRC log from : Wednesday 2 June 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 29 30
00:08 danilorusso salve a tutti
00:08 danilorusso c'è qualche italiano
00:08 danilorusso ?
00:43 ironm it looks like TMENU creates different menu-links for http and https .. why? - the baseURL is set as it should be (with http[s]*)
00:43 ironm I had the same behavior with "simulate static documents" AND/OR https_enforcer
00:45 ironm The issue is: I try to use https (the same server tree as for http) typo3 4.3.3. - http works well BUT links on https pages don't have page-ids and only the "http-url" baseURL .. is it a bug or a feature? - thanks a log for any hints!
00:46 ironm The issue is: I try to use https (the same server tree as for http) typo3 4.3.3. - http works well BUT links on https pages don't have page-ids and only the "http-url" baseURL .. is it a bug or a feature? - thanks a lot for any hints!
08:34 snoy_ms Hey there, small tt_news question. I use the list view on a startpage. If i insert a text everything is fine. The text gets croped to 20 - 25 words. But when i input a link within the text, the text gets croped much more -> 5 - 10 Words. Anyone knows why ?
08:35 snoy_ms Does it count also the html code when cropping ?!?1
08:41 noway Hello from russia! I really need help putting products categories into the menu on the right (using TV & tt_products)
08:41 noway can anyone help?
08:41 noway plz
08:42 noway snoy_ms: sorry, Im a newbie((
08:47 snoy_ms noway: hey, you back :-). Have to leave for now. But try it again. I think someone can help you! Just be patient....
08:47 noway thx man)
09:27 iaj someone familiar with powermail ext?
09:27 iaj is there a way to specify the sender via typoscript?
11:05 PowerKiKi Hi there !
11:06 PowerKiKi I'm looking for TC Directmail developer (Daniel Schledermann)
11:07 PowerKiKi Anybody knows how I could contact him ? (the email mentioned in documentation seems to be outdated)
11:10 sorenmalling PowerKiKi: Didn't take me long to Google the name and find him on several social networks :)
11:10 sorenmalling http://dk.linkedin.com/pub/daniel-schledermann/4/885/357
11:11 PowerKiKi uhm... :-/ sorry about that
11:11 sorenmalling :D
11:11 PowerKiKi thx anyway :)
11:11 sorenmalling np :)
11:11 PowerKiKi btw, now I disturbed you, have you ever used a newsletter system in typo3 ?
11:12 sorenmalling I use Direct Mail
11:13 PowerKiKi ever tried TC Directmail ? how would it compare ?
11:13 PowerKiKi (i am quite new here)
11:15 sorenmalling I haven't used tcdirectmail so I can't tell anything about it sorry
11:16 PowerKiKi ok, thx :)
11:20 snoy_ms Hey all. Question here. I use the tt_news list module. The bodytext gets cropped, everything is fine so far. But...
11:20 snoy_ms when adding a link to the bodytext, it gets also cropped, but it seems that it counts also the html code
11:21 maholtz|WORK sure
11:21 snoy_ms maholtz|WORK: is there a solution to avoid this ?
11:21 maholtz|WORK but with 4.3 there has been a stdWrap property cropHtml (not sure about syntax) introduced
11:23 snoy_ms mhh, customer uses 4.2
11:24 maholtz|WORK so use stripHtml and crop after that
11:25 snoy_ms maholtz|WORK: i test it, thx ;-)
11:28 maholtz|WORK np:)
11:41 snoy_ms maholtz|WORK: ok, striphtHmlt works. But i think i need another solution. The author wants to include links. Is there another way ?
11:43 snoy_ms maholtz|WORK: i think i need something like -> cropButRespectHtml
11:43 maholtz|WORK update to 4.3
11:43 maholtz|WORK or afaik there is/was an extension by pmk?
11:43 snoy_ms maholtz|WORK: is there a new crop function out of the box within 4.3 ?
11:44 snoy_ms maholtz|WORK: ok i take a look http://typo3.org/extensions/repository/view/pmkhtmlcrop/current/
11:44 snoy_ms good to know
11:46 snoy_ms maholtz|WORK: it seems that pmkhtmlcrop is to avoid errors...mhh, i don't have problems with crop. I just want that it doesn't "count" the html part.
11:46 FloLeBlanc hi all
11:47 maholtz|WORK lol "just"
11:48 FloLeBlanc does someone have an example for automaketemplate for me where you use different templates based on a browser condition? (Typoscript) - can you put that in ANOTHER template? (not if/else in the template)
11:54 tPl0ch Hi, I have a question concerning TV sections and containers. I have a non mapped field "status" which is a select field that also determines rendering the whole container. What kind of TS Object is such a container?
11:54 tPl0ch I thought about using if.value.field = field_status // do magic
12:07 pmk65 snoy_ms: pmkhtmlcrop, works like the standard TS crop, but it only crops the text, not the HTML. (And it correctly closes nested html tags, so the cropped data is valid)
12:08 snoy_ms pmk65: so it seems that i didn't get an out of the box solution
12:08 pmk65 anyone experienced in TYPO3 RTE transformations? Im trying to remove empty tags (such as <strong></strong>) from the output of RTE, but I just can't get it to work correctly..
12:08 snoy_ms pmk65: it still counts the html...
12:10 pmk65 nope. if you set the cropt size to 20, it only counts the text, not the html tags. So it will only remove 20 chars of text.. (Otherwise you might be using it wrongly. In TYPO3 versions below 4.3 you should use it as a userfunc)
12:22 snoy_ms pmk65: ok, use 4.2 and maybe wrong usage.....i take another look at it
13:12 maholtz|WORK @pmk65: if you have a solution for removing that empty tags, please let me know
13:15 pmk65 maholtz|WORK: I think I'll have to write a custom transformation class, as I can't see any of the current config options can remove empty tagsets.
13:19 tPl0ch Does anybody know what type of TS object a TV section in an FCE has
13:19 maholtz|WORK good to know, at first glance i thought the rte should remove empty tags by default
13:22 Phlunk3 hi guys, has anyone made or know where I can find a pagination viewhelper for extbase?
13:23 tPl0ch http://pastebin.com/ZJ3TPAa3 <- lines 49-51
14:04 Phlunk3 okay I'm making my own pagination viewhelper now, but simple question hopefully someone knows.. . How am I meant to create links to typo3 pages within php now? I presume there are new methods for this in extbase?
14:06 maholtz|WORK i assume you should use typolink
14:07 Phlunk3 figured that wouldnt be used anymore, anyone can confirm? sorry am just new to extbase/fluid
14:16 noway hi guys!!!
14:18 maholtz|WORK @Phlunk3: afaik there should be a link viewhelper, perhaps have a look at that
14:18 teppi|work Phlunk3, there is an extra flow3 channel #flow3 maybe you get help there ..
14:18 noway I really appreciate any help getting catalog categories render as submenu items on a particular (shop) page using Templavoila and tt_products
14:21 noway can anybody help me? plzz!! If it is necessary I can transfer some WM
14:22 noway I really need to get it work
14:25 maholtz|WORK what means "transfer some WM" ?
14:26 noway webmoney
14:26 noway I mean I can pay if it is necessary
14:26 noway for help
14:27 noway _really_ need to get it work
14:27 noway almost yesterday already
14:31 teppi|work noway, maybe this is worth a try http://typo3.org/extensions/repository/view/nsb_cat2menu/current/
14:31 teppi|work don't know what your skills are etc. ..
14:32 noway thx man! Will give it a try)
14:33 pmk65 noway: You can also try this one (not published on TER) -> http://forge.typo3.org/projects/show/extension-pmkcat2menu
14:37 MasterYin Hey Everyone
14:39 MasterYin http://www.phlogi.net/f/t3/tsp/sp/-9aa864fb69/ <-- mein Template (Css-styled-content) does not work anymore...
14:44 pmk65 MasterYin: Don't use both page.stylesheet and page.includeCSS. Just use page.includeCSS for all your CSS.
14:45 MasterYin ok... but neighter the css of include.CSS is shown... also mein Template-File in the lib.Maintemplate is not used... it seams like every file-inclusion of ts does not work
14:45 noway pmk65: what's the difference? your opinion
14:45 pmk65 the 1st can only load 1 stylesaheet, where the 2nd can load several.
14:46 noway yep! thats an advantage
14:47 MasterYin just changed it to include.css but no changed in the FE
14:47 noway u are the leader)
14:47 noway cool)
14:49 pmk65 MasterYin: what version of TYPO3 are you using? As the includeCSS is a fairly new TS option.
14:49 MasterYin I'm using 4.3.3
14:51 sorenmalling MasterYin: What does lib.stylesheet and lib.mainTemplate look like?
14:52 MasterYin http://paste.phlogi.net/-bf47aa6b90/
14:54 xaver hi, i have a big problem win m$ win7 and IE8 User login with felogin and next click he is loged off and the seassion is still active. Its in different webs with 4.3.x (i dont know about 4.2 ...) and different users
14:56 MasterYin only in ie8 ? xaver ?
14:57 MasterYin Just an really wild guess (It solved a problem of me some weeks ago) do you use an favicon? Set the path absolute and not relative
14:57 xaver MasterYin: yes
14:59 Stollie Hi
14:59 Prot0 Hello
14:59 Prot0 ;-)
15:00 Stollie Is there an easy way to remove images (set in the RTE) from the list view of tt news
15:00 Stollie :p
15:00 MasterYin sorenmalling: Any Ideas?
15:00 Prot0 not in the RTE i guess
15:00 xaver Stollie: delete the marker
15:00 Prot0 change parseFunc settings
15:00 Stollie ok
15:00 Prot0 :-)
15:01 Stollie will take a look on that one
15:11 xaver MasterYin: js und css too?
15:11 xaver MasterYin: http://bugs.typo3.org/view.php?id=13470 maybe
15:12 MasterYin I solved a login-problem with setting the favicon-path absulute...
15:14 xaver MasterYin: no difference, only on 1 web ...
15:14 xaver but i have a dev and a productiv web
15:14 xaver 1 work this ...
15:15 MasterYin hmmm ... strange... but I'm really in stress to fix my own bug...
15:40 ironm Hi guys :)
15:41 ironm just testing typo3 4.4 beta3 .. NICE ... https websites work as expected (I had troubles with menu links with typo3 4.3.3 when using https-URLs)
15:43 ironm however somehow I missing the language_id in menu links ("old" typo3 4.3.3 TS-menu code) when running http or https. - Do I need to use any add_ons in the code to get die language_ids in menu links?
15:44 ironm s/die/the/
15:45 ironm would you recommend to use typo3 4.4 for new projects already???
15:45 ironm well .. thanks a lot in advance for any hints and comments! :-)
15:53 ironm nobody reading my questions?
15:53 ironm would you recommend to use typo3 4.4 for new projects already???
15:58 ironm another question :) .. is there some NEW and UPDATED documentation for typo3 4.4?
15:58 teppi|work http://typo3.org/download/packages/
15:59 teppi|work TYPO3 4.4 The current development release (for developers only) This version is currently under development and is scheduled to be released in mid-June 2010. You can find preview releases for this version further down.
15:59 teppi|work ....
15:59 ironm hi teppi|work :) .. at least one is alive .. thanks a lot for your answer
16:00 ironm teppi|work: did you try to use typo3 4.3.3 with an https-site and the same tree as the http-version?
16:00 teppi|work nope
16:01 ironm it looks like typo3 4.3.3 doesn't work properly in such case
16:02 teppi|work what means not properly?
16:03 ironm teppi|work: somehow the https enforcer package (last https extension NOT the https_enforcer) for https-login / registesr makes troubles
16:03 teppi|work this is a custom module so you cant make typo3 responsible for that
16:03 ironm teppi|work: I am getting only http-links without any suffix in menus
16:04 ironm teppi|work: I have tested it also without the https-Extension ...
16:04 ironm even if running in the https-mode and the BaseURL setting was correct
16:05 ironm teppi|work: with typo3 4.4 it looks better .. however I am missing the Language_ids in Menu-links
16:06 teppi|work sounds more like a problem with the extension as a problem with typo3 ..
16:06 teppi|work don't know maybe try another https extension
16:06 ironm teppi|work: in this case I don't use any extension !
16:06 teppi|work i used dmc_https ..
16:07 ironm you can run your sever as https ...
16:07 teppi|work hm ok .. never did that
16:07 teppi|work :-)
16:07 ironm and use the same tree as for http .. HOWEVER the problem with the missing language_id in menu links is valid for http AND https
16:07 ironm in 4.4
16:08 teppi|work dont know .. i had no problems with using https ..
16:08 teppi|work if baseurl and stuff like that were set correctly ..
16:09 ironm what version of typo3 and what extensions do you use for https teppi|work ?
16:09 teppi|work <teppi|work> i used dmc_https ..
16:10 teppi|work typo3 4.2.1
16:10 ironm merci :-)
16:11 ironm teppi|work: maybe in connection with "simulate static documents" or realurl ?
16:11 ndee why was rtehtmlarea converted to a sysext?
16:11 teppi|work ironm, realurl
16:14 TheEternalAbyss can someone tell me how to make typo3 stop putting "index.php?=xx" behind anchor links in my images (when using the images content element)
16:14 TheEternalAbyss using version 4.2.10
16:15 ironm no idea TheEternalAbyss :-/
16:16 noway pmk65: dummy question is why svn export http://forge.typo3.org/repositories/browse/extension-pmkcat2menu/trunk pmkcat2menu --force says: svn: OPTIONS of 'http://forge.typo3.org/repositories/browse/extension-pmkcat2menu/trunk': 200 OK (http://forge.typo3.org)
16:16 noway root@osys:/usr/share/typo3/typo3_src-4.3/typo3/ext#
16:18 noway pmk65: cause they say on the site "You can find the Subversion repository at https://svn.typo3.org/TYPO3v4/Extensions/pmkcat2menu"
16:19 noway an IRC fan)
16:19 pmk65 noway: You can grab the Forge extension in t3x format from here -> http://sourceforge.net/projects/typo3xdev/files/T3X/extensions/
16:19 pmk65 It's updated every sunday.
16:19 TheEternalAbyss damn.....it's messing up my anchor links :(
16:19 noway pmk65: sounds good)
16:19 xaver MasterYin: the bugfix helped :)
16:20 pmk65 direct link > http://sourceforge.net/projects/typo3xdev/files/T3X/extensions/pmkcat2menu-trunk_typo3xdev.t3x/download
16:21 noway pmk65: any svn addr so I could update via svn export on server?
16:21 noway pmk65: ))
16:23 noway pmk65: like a folder
16:23 noway in ext/
16:23 pmk65 https://svn.typo3.org/TYPO3v4/Extensions/pmkcat2menu
16:23 TheEternalAbyss i might have to remove the image ce and turn it into a ul:li deal...which is a pain cause it defeats the whole purpose of having a cms if I have to code it all by hand
16:24 noway pmk65: awfull! thanks
16:25 pmk65 TheEternalAbyss> the image/text CE wraps a lot of useless stuff around the image (It's required as there's so many different ways you can present the image/text) But if you only use a few of the layouts, you could redefine the TS for that CE, so that it only wraps it in the divs you want.
16:28 noway flipping..
16:36 TheEternalAbyss wrapping isn't the problem
16:37 TheEternalAbyss <a href="index.php?id=274#Option1"> has to be <a href="#Option1">
16:37 TheEternalAbyss that's my problem
16:37 TheEternalAbyss i have a script to control the scrolling using jquery
16:38 TheEternalAbyss but the script can't handle the index.php?id=274 with the anchor
16:39 TheEternalAbyss so I'm at a loss
16:39 ironm TheEternalAbyss: does a similar CMS like typo3 exist? .. but based on tomcat, xml and java
16:39 TheEternalAbyss honestly I don't know
16:39 TheEternalAbyss i think drupal has jquery built in and some js, but I have no idea
16:40 TheEternalAbyss if it were up to me I wouldn't use any cms
16:40 noway I don't like huge java clusters btw
16:40 ironm really nice design noway ;-)
16:41 noway thx
16:41 Phlunk3 and now I leave, thx for the heads up maholtz|WORK, the link viewhelper showed me the way!
16:41 ironm TheEternalAbyss: the point are if there are a great number of extensions/applications you could use with the CMS .. like shops, news, forums etc ...
16:42 noway Phlunk3 see ya
16:42 noway shit... Im too late(
16:42 TheEternalAbyss if I need a shop I'll use an ecommerce system
16:43 TheEternalAbyss news you can code yourself easily
16:44 noway I think tt_products more relative and is _multilinhual_
16:44 noway *multilingual
16:44 TheEternalAbyss half the stuff I can do myself, I don't need a cms. a cms is only useful since non coders and have access to content. that's the whole point. However, it puts coders like myself in a bind because I have to debug the damned thing everytime I need to do something which wastes my time more than anything else
16:44 ironm TheEternalAbyss: what do you mean witn "an ecommerce system" ... a ready solution from a service provider?
16:45 TheEternalAbyss well like zencart
16:45 noway no no
16:45 noway too much backdoors))
16:45 TheEternalAbyss i don't need the host to provide it. as long as they use standard hosting protocols you can install any third party
16:45 TheEternalAbyss well it's just an example
16:45 ironm noway: do you mean tt_products?
16:45 noway ironm: yes!
16:45 TheEternalAbyss i'm not using xencart
16:45 TheEternalAbyss zencart*
16:46 TheEternalAbyss Meganto is another one
16:46 noway ironm: I ment too much backdoors in *ecommerce
16:46 teppi|work magento
16:46 TheEternalAbyss Magento*
16:46 ironm it doesn't sounds good! .. what would you suggest to use instead noway ?
16:46 TheEternalAbyss i've looked at magento and it seems pretty snazzy actually
16:46 ironm noway: I thought you meant tt_products... not *ecommerce
16:46 teppi|work TheEternalAbyss, btw .. wouldnt it a better idea to customize the jquery plugin ?
16:46 noway ironm: oscommerce, zencart, ecommerce and so on are full of leaks and lag code!!
16:47 TheEternalAbyss there's also a plugin
16:47 TheEternalAbyss for typo3 and magento both
16:47 TheEternalAbyss to interact with each other which is cool
16:47 TheEternalAbyss but back to my problem
16:47 noway ironm: so did I when I rereaded log
16:48 ironm is magento a eShop or a CMS?
16:48 TheEternalAbyss i can't have the freakin index.php=id?274 before my anchor. id there anything I can do besides turn it into a ul:il and hanc code it?
16:48 TheEternalAbyss iron: bit of both actually
16:48 noway TheEternalAbyss: maybe some pointers to the page will help?
16:49 TheEternalAbyss but prmarily eshop
16:49 TheEternalAbyss noway: pointers?
16:49 TheEternalAbyss what do you mean
16:49 noway emm...just a second)
16:49 TheEternalAbyss ok
16:50 noway source point
16:50 noway sounds like this)
16:51 TheEternalAbyss source point...how do I do that?
16:54 noway On every content item on page .. switching to english.. Startingpoint:
16:54 noway yes
16:54 TheEternalAbyss hmm
16:58 TheEternalAbyss how is that supposed to help though
16:59 noway ..
17:01 TheEternalAbyss sorry I'm just a bit confused
17:01 noway so am I
17:04 TheEternalAbyss if you could clarify I'd appreciate it
17:04 noway clarify?
17:04 TheEternalAbyss explain
17:04 noway yes
17:04 noway plz
17:05 TheEternalAbyss calrify means to explain
17:05 TheEternalAbyss let's start over
17:06 TheEternalAbyss because I have no idea what we are talking about
17:06 noway I don't know what to say)
17:06 noway yes
17:06 noway so have I
17:06 noway )
17:06 noway I've just tuned up recently)
17:06 noway sorr
17:06 noway y
17:06 TheEternalAbyss my problem is this: I have an image content element. I need that each image has anchors
17:07 noway processing..
17:07 noway let's try
17:07 TheEternalAbyss but when typo3 loads the page, instead of having #Option1 as a link
17:07 ironm how did you solve the admin access noway ? .. I use an extra https-server in another domain
17:07 TheEternalAbyss I have index.php=id?274#Option1 as my link, which screws up my jquery plugin
17:08 TheEternalAbyss i just need #Option1
17:09 noway My images in content say No thumb generated and are not showing. I can't help you, sorry
17:10 teppi|working could'nt you manipulate the links with javascript .. this would make the links work without js too ..
17:10 teppi|working should be a relative simple function
17:10 teppi|working @ TheEternalAbyss
17:10 TheEternalAbyss noway: ok I have no clue what you're talking about
17:11 TheEternalAbyss teppi: I'd hate to add even more javascript
17:11 TheEternalAbyss i think i'll just code the menu by hand and turn it into a ul:li deal
17:11 TheEternalAbyss cause apparently I can't have a column of images with links in typo3
17:17 snoy_ms TheEternalAbyss: which js plugin do you use ?
17:18 teppi|working TheEternalAbyss, another idea would be to install realurl maybe the plugin could handle urls like that..
17:18 teppi|working dunno
17:19 TheEternalAbyss localscroll for jquery
17:19 TheEternalAbyss i have realurl, but I had to disable it, because the settings were messed up
17:19 TheEternalAbyss I haven't gotten around to adjusting it
17:21 TheEternalAbyss hmmmm
17:21 snoy_ms TheEternalAbyss: you mean index.php=id?274#Option1 doesnt work, because it refresh the website, or does the effekt not run ?
17:22 TheEternalAbyss i think both
17:22 TheEternalAbyss I'm stumped
17:22 TheEternalAbyss I changed it into a ul
17:22 TheEternalAbyss so the link is correct
17:22 TheEternalAbyss it has just the anchor now
17:22 snoy_ms ok
17:23 snoy_ms TheEternalAbyss: i think the index.php=id?274#Option1 just refreshed your site....thats why it doesn't work
17:24 snoy_ms or like teppi says, just remove the index.php=idxxx with javascript
17:25 snoy_ms post a link when you get it..... :-)
17:25 snoy_ms afk
17:26 TheEternalAbyss i removed the index.php etc
17:27 TheEternalAbyss it still doesn't work
17:27 TheEternalAbyss http://thierry-technology.com/index.php?id=274
17:37 teppi|working TheEternalAbyss, the click onto the link needs a return false; ...
17:37 teppi|working otherwise it will link to another page because you have set a baseurl
17:38 TheEternalAbyss oh...how do I make it return false?
17:38 teppi|working onclick="return false;" .. something loike that
17:38 TheEternalAbyss oh
17:38 TheEternalAbyss right after the anchor..right
17:38 TheEternalAbyss ok lemme try that
17:38 teppi|working dont know if the jquery plugin will still work then
17:38 teppi|working :D
17:39 teppi|working but as i said without js this will not work
17:39 teppi|working you should keep that in mind
17:40 TheEternalAbyss it doesn't
17:40 TheEternalAbyss let me try something...
17:42 teppi|working i mean your anchors will generally not work like you are trying to do it now
17:43 TheEternalAbyss without the jquery they work
17:43 TheEternalAbyss if I type thierry-technology.com/index.php?id=274#Option1 in my address bar, it'll work
17:44 noway menu
17:44 noway I can't get It work((
17:47 schmorss Hello!
17:48 TheEternalAbyss .........well screw this. jquery is fail
17:48 teppi|working TheEternalAbyss, I recommend you try to find a js-plugin which could handle URLs like typo3 generates .. :-)
17:48 teppi|working jquery rocks :p
17:49 teppi|working btw
17:49 TheEternalAbyss these are links i've done
17:49 TheEternalAbyss not generated by typo3
17:49 schmorss Is there any chat for newbies?
17:49 schmorss Like getting help?
17:49 TheEternalAbyss this is it schmorss
17:49 noway ))))))
17:49 schmorss O then.
17:49 ironm schmorss: probably not .. try to ask ;-)
17:50 ironm does one of you already use typo3 4.4 ?
17:51 schmorss installation fails with db-configuration for mysql. Always getting The current username, password or host was not accepted when the connection to the database was attempted to be established! Must be my problem.... :(
17:51 schmorss But cant find the reason
17:51 TheEternalAbyss did you import your db using myphpadmin?
17:52 TheEternalAbyss er phpmyadmin
17:52 schmorss created a schema typo3 with mysql itself and granted it *.* all privileges reduced the password not uisng !#* or other chars anymore but does not work for root nor typo3 schema
17:53 ironm schmorss: can you login manualy to your DB? .. like: mysql -u <typo3admin> -p <name_of_your_typo3_db>
17:53 noway schmorss: paste localconf
17:53 noway er..
17:53 schmorss Yes works allright for both accounts, from user level and from root level
17:53 schmorss localconf.php?
17:53 noway not all
17:54 schmorss which?
17:54 noway only $db
17:54 schmorss line?
17:54 noway maybe syntax mistake
17:55 noway got such strings?
17:55 noway $typo_db = 'NAME';
17:55 noway $typo_db_username = 'USERNAME';
17:55 noway $typo_db_password = 'PASS';
17:55 noway $typo_db_host = 'localhost';
17:55 schmorss only has 4 entries before ## INSTALL SCRIPT EDIT POINT TOKEN
17:55 schmorss does not contain any such lines...
17:56 atmos4 hi, someone has a link how to add custom character styles for htmlarea
17:56 noway add them and look typo3-dummy/localconf.php for example
17:56 ironm schmorss: like http://www.phlogi.net/f/t3/tsp/sp/localconf/
17:56 noway ironm: yep!
17:56 atmos4 I finbd the syntax more than confusing X-)
17:57 noway ironm: btw postgres via dbal adodb still does'n work for me((
17:57 ironm schmorss: in "/etc/your-domain.org/debian-db.php" y0
17:57 ironm you have to type your db access details
17:58 schmorss inside that <?php ... ?> above the point -TOKEN I presume?
17:58 ironm noway: I would also prefer to use postgreSQL
17:58 schmorss and exactly as given there, not with typo3_conv...
17:59 noway ironm: slony)
18:00 schmorss $typo_db_username = typo3;
18:00 schmorss $typo_db_password = xxxxx;
18:00 schmorss $typo_db = typo3;
18:00 schmorss $typo_db_host = localhost;
18:00 schmorss like that?
18:01 ironm yes schmorss
18:01 noway schmorss: brw u can try to use postgresql))
18:01 noway schmorss: maybe u are lucky
18:02 atmos4 I added this to page ts config, but now character style selector is greyed out: http://paste.phlogi.net/-32bcc35921/
18:02 ironm schmorss: http://www.phlogi.net/f/t3/tsp/sp/debianconf/
18:02 atmos4 someone has an idea what I'm missing?
18:03 ironm no idea atmos4 .. sorry :-/
18:03 atmos4 I want to have custom character styles color1 and color2, named "Violett" and "Hellrot"
18:06 noway ironm: maybe u can help me? I don't know what and where put what code to make cat2menu exts work
18:06 noway *what code and where
18:08 ironm noway: I don't know this extension (cat2menu) but normally you have to extend the CONSTANTS and SETUP part of your root template with some constants or TScode
18:09 schmorss hey it works! You are magic! Now it works (a little bit longer)
18:09 ironm noway: there should be a manual /extensions manager -> loaded extensions -> ... "
18:10 ironm noway: second - go to typo3/ext/cat2menu .. and look around ..
18:11 ironm noway: second - go to typo3conf/ext/cat2menu .. and look around ..
18:11 ironm not typo3 ! .. *SORRY*
18:13 noway ironm: not((( But I would like
18:22 ironm what would you like noway ?
18:23 ironm noway: GB>? ;-)
18:23 noway i'm in stuck
18:23 noway (
18:40 atmos4 hmm, I've come as far as to be able to select custom character styles from withtin the rte
18:40 atmos4 bus on ce I apply them to selected text nothing happens ...
18:42 atmos4 argh htmlarea config is a real pain
18:47 ironm atmos4: I would say typo3 is a "real" pain *g*
18:48 atmos4 nah, you get used to it, but some exts use really overcomplicated config
18:48 ironm I am kidding a bit atmos4 ;-)
18:48 atmos4 normally adding custom styles should have to be aded in only one place, not 5 or 6 different
18:49 ironm you will have more fun when you start using typo3 4.4 *lol*
18:49 ironm @ atmos4
18:49 atmos4 in a good or bad sense? =)
18:50 ironm good AND bad :)
18:53 atmos4 hmm maybe styles arent applied because an outdated css is loaded by rte, lets try disable browser cache
18:54 acasto you trying to change aspects of the RTE?
18:54 ironm atmos4: for some reason I am missing the language_id in menus (TMENU) ... even the language has been set and I can control it on the screen (like : &L=4) .. ONLY my own language menu works es expected .. well .. I use such the following code for the language switch: http://paste.phlogi.net/langswitch/
18:54 atmos4 argh, that did the trick
18:55 atmos4 ironm: you mean links don't include the active language?
18:55 ironm yes atmos4
18:55 ironm for typo3 4.3.3 the same menu code works as expected .. includes the active language
18:55 atmos4 hmm I've had that problem when no translation of the page existed
18:55 atmos4 even if you have shortcut pages they need a translation
18:56 ironm maybe something has changed in typo3 4.4
18:56 ironm I have created some translations for few pages
18:57 atmos4 nromally there's no custom setup required to have the links go to the correct language
18:57 ironm probably you use NOT typo3 4.4 atmos4 .. right?
18:57 atmos4 no 4.3.3
18:57 atmos4 do you use shortcut pages or plain pages int he menu?
18:57 ironm I don't have such link-problems with typo3 4.3.3
18:58 atmos4 btw. disabling cache made my custom stlyes work in rte, so it was because of outdated css
18:59 atmos4 and I only needed two hours ;-)
19:00 ironm atmos4: it a simple menu code http://paste.phlogi.net/vmenuts-1/ .. working for 4.3.3 .. but NOT for 4.4 :-(
19:00 atmos4 ironm: I'll take a lookl at what code I last used for language switching
19:01 ironm it would be great atmos4 .. I could test it for you ;-) .. just with typo3 _4.4_
19:02 ironm well .. I have switched off the cache: config.no_cache = 1
19:03 atmos4 ironm: my code for language switcher: http://paste.phlogi.net/-f583a86c17/
19:03 ironm thanks a lot atmos4 ! :))
19:04 snoy_ms TheEternalAbyss: did you get it to work ?
19:05 ironm atmos4: I don't use "special = language" in my langueage switcher code .. maybe it is the reason why it doesn't work with the new beta3 of typo3 4.4
19:05 TheEternalAbyss no
19:05 TheEternalAbyss not on my page at least
19:05 ironm s/e//
19:06 TheEternalAbyss http://jsfiddle.net/zbBKh/10/
19:06 TheEternalAbyss works here tho
19:07 atmos4 ironm: good luck, away now cya
19:10 snoy_ms TheEternalAbyss: when i click the page reload
19:11 TheEternalAbyss yea it doesn't work on my site
19:11 snoy_ms onclick="return false;"
19:11 snoy_ms otherwise it doesnt work, because of the index.php
19:11 TheEternalAbyss retrun false doesn't work
19:11 TheEternalAbyss cause it'll prevent the link from doing anything
19:11 TheEternalAbyss I tried
19:13 snoy_ms TheEternalAbyss: you set the wrong url
19:13 snoy_ms TheEternalAbyss: http://thierry-technology.com/#Option1 ???
19:14 snoy_ms ahh soory
19:14 snoy_ms iam wrong
19:14 snoy_ms sorry...
19:14 TheEternalAbyss it's ok
19:16 TheEternalAbyss i don't know what else I can do
19:19 snoy_ms TheEternalAbyss: at first, please try to fix the javascript errors
19:19 snoy_ms TheEternalAbyss: if you open the firebug (firefox) you can see that it hold on
19:20 snoy_ms TheEternalAbyss: you need to debug this...
19:20 snoy_ms TheEternalAbyss: arrhg, its the lightbox...
19:20 snoy_ms TheEternalAbyss: you cant fixed that
19:21 ironm is there a KNOWN issue with missing language_id in TMENU (menu-links) for typo3 _4.4_ beta3? .. thank you in advance for any hints!
19:23 snoy_ms TheEternalAbyss: i think your problem are all these javascript lib's you include
19:23 snoy_ms TheEternalAbyss: alot of effect.... 8)
19:23 snoy_ms TheEternalAbyss: effects
19:24 snoy_ms TheEternalAbyss: for usebility i wouldn't implement to much of them
19:35 noway ironm: http://santehoptstroy.ru/index.php?id=23&tx_ttproducts_pi1[cat]=2&cHash=16ad2a8307b649e417849e70c57dfd82
19:35 noway ironm: check out plz
19:35 ironm ok
19:35 noway what Im doing wrong?
19:39 ironm well .. it looks nice .. I can't follow what do you mean to do wrong noway
19:40 TheEternalAbyss great jsfiddle is actign up now...
19:40 TheEternalAbyss why does the world hate me
19:40 noway ironm: are u kidding?
19:40 noway ))
19:41 ironm noway: it looks like a tt_product shop ;)
19:42 ironm +s
19:43 ironm what version of php dou you use noway ?
19:43 ironm I had some problems with php 5.3 and ttproducts
19:44 noway PHP 5.3.2-1 with Suhosin-Patch (cli) (built: Mar 13 2010 22:18:25)
19:44 noway Copyright (c) 1997-2009 The PHP Group
19:44 noway Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies
19:44 noway with Suhosin v0.9.31, Copyright (c) 2007-2010, by SektionEins GmbH
21:08 ironm is it a KNOWN issue with missing language_id in TMENU (menu-links) for typo3 _4.4_ beta3? .. thank you in advance for any hints!
21:31 ironm somebody around?
21:32 ironm can I display the value of the active language with such statement like: temp.printunsec.10.value < GP:L
21:33 ironm and later MARKER < temp.printunsec
21:33 ironm is it a KNOWN issue with missing language_id in TMENU (menu-links) for typo3 _4.4_ beta3? .. thank you in advance for any hints!

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.