Search the website and IRC logs

Search is currently not available.

#TYPO3 IRC log from : Thursday 14 May 2009

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
01:01 tomsdale a bit OT - what do you use for a groupware server for a small company. Just to share calendars and contact lists. Anything that integrates well with TYPO3?
06:50 d|g hi all
07:28 Research Hi
07:31 Research Can any one tell. i have two tables users and articles. I want to calculate the total article against a in users listing. Is it possible?
07:31 Research Plz guide me
07:31 Research in Admin panel
08:17 just2b you need a join
08:42 MasterYin Morning to everyone :)
08:48 just2b morning MasterYin
08:48 MasterYin hey just2b
08:49 MasterYin Do you have experience with Linkhandler?
08:49 just2b no, not yet
08:49 just2b it gets records into the popup for the links, right?
08:49 MasterYin I installed the extension because I want to enable linkin news
08:49 MasterYin yes
08:50 MasterYin There is a patch included for < 4.2 without this patch all my config has only effect for the default-link-manager not for the RTE-Link-Manager
08:51 just2b i dont use 4.1.x
08:51 MasterYin aktivating the patch I can see my extra tab in the rte but I'm getting an php error
08:51 MasterYin I also use 4.2.6
08:51 MasterYin just tried with activating the patch
08:52 just2b But it includes a patch to work also for 4.1.x !
08:53 MasterYin yes the patch is for make it run in 4.1.x but in 4.2.x not requiered
08:55 MasterYin but in my 4.2.6 instance I'm not getting any changes in the rte without activating the patch and after activating I got the changes (I can see the tabs) but clicking anywhere to link I get:
08:55 MasterYin Argument 2 passed to t3lib_div::implodeArrayForUrl() must be an array, null given, called in /var/www/pumacy.de/typo3conf/ext/linkhandler/class.tx_linkhandler_browselinkshooks.php on line 205 and defined in /var/www/typo3_src/typo3_src-4.2.6/t3lib/class.t3lib_div.php on line 1704
08:59 just2b DAM or tv?
09:15 MasterYin DAM
09:15 just2b disable it for a moment
09:15 just2b IMO DAM brings its own pagebrowser
09:17 MasterYin just a short question... what is DAM.... *shy*
09:17 MasterYin TV is templaVoila I think im not using it... im using the default rte and writing my templates native
09:23 just2b dam is digial asset management
09:26 _pedda_ hi all
09:27 MasterYin never heared anything about dam... what is that.... *shy*
09:28 MasterYin what does it do for me, where can I get it and where can I see if I have it to deactivate...
09:28 just2b google.at
09:28 just2b typo3.org/extensions
09:29 just2b if you dont have it, it is fine... not a requirement for linkhandler
09:34 MasterYin I dont have it...
09:34 just2b so dont worry
09:44 MasterYin any ideas to fix my problem?
09:44 just2b i dont use linkhandler
09:50 MasterYin I just checked in in my dummy-system.... there it works... i think one of my other extensions is blocking it... *search*
09:54 nd How do I get only the url from an typolink? Without <a ... and all?
09:55 just2b nd: returnLast = url
09:58 nd just2b: Great, thanks
09:58 just2b you are welcome ;)
09:59 MasterYin who to find out what line 4717 is... My TS-Object-Browser sais 1: Line 4717: An end brace is in excess. But where is this... i have a lot of different templates... how to know?
10:00 just2b template analyer > enable line numbers, click on the templates
10:02 MasterYin thx ;)
10:02 nd just2b: Worked with fluid yet?
10:04 just2b no
10:05 MasterYin error fixed :)
10:06 just2b what was it?
10:08 Research @just2b: In TCA how can i join
10:09 just2b you need the result somewhere, use a field user and add a userfunction
10:35 Research @just2b: Plz can you send me example how to use an userfunc in TCA
10:41 just2b look it up @ doc
10:53 spabhat Hi all
10:53 spabhat anyone with ideas on realurl integration for typogento?
10:57 Research Its core doc
10:58 Research @just2b: Can you send me link of that DOC?
11:01 just2b http://typo3.org/documentation/document-library/core-documentation/doc_core_api/4.1.0/view/
11:02 just2b or better lmgtfy.com?typo3+core+doc
11:16 _pedda_ can anyone tell me what iconv.output_encoding master Value is for ?
11:16 _pedda_ in php config
11:24 MasterYin how to get a wrap in a COA... 10.wrap does not work....
11:25 MasterYin got it... stdWrap.wrap
11:25 spabhat did you try stdWrap.wrap?
11:25 spabhat cool
12:19 gmtuser good morning fellows!
12:25 just2b lol, not really g
13:57 MasterYin Any Idea why this wrap does not work?
13:57 MasterYin temp.rechts = COA
13:57 MasterYin temp.rechts.10 < plugin.tx_myplugin_pi1
13:57 MasterYin temp.rechts.10.stdWrap.wrap = <!-- TYPO3SEARCH_end -->|<!-- TYPO3SEARCH_begin -->
14:00 pmk65 MasterYin: Most likely your plugin tx_myplugin_pi1 does not have stdWrap support.
14:00 pmk65 instead use temp.rechts.wrap = <!-- TYPO3SEARCH_end -->|<!-- TYPO3SEARCH_begin -->
14:00 MasterYin but I only want to exclude this plugin from indexing
14:04 MasterYin ideas how to enable this`?
14:12 pmk65 MasterYin: Use the options in Indexed Search. there's an option to exclude plugins from indexing. (In the EM)
14:14 MasterYin really? *searching*
14:15 MasterYin nice idea... thx
14:33 NMB i am experiencing a strange problem in typo3
14:34 NMB on pages on which i have my plugin installed, whenever i double click on those pages in the frontend website, i got the msg 'Page is being generated, wait for 30 secs'
14:34 NMB why is that happening?
14:35 NMB its not happeing on those pages where the plugin has not been embedded
14:35 NMB only on those pages where my plugin is installed
14:35 NMB anybody got a solution for that?
14:41 NMB hello anybody there?
14:42 MasterYin What Plugin is it?
14:43 NMB i have created my custom plugin
14:43 NMB it seems $GLOBALS["TSFE"]->set_no_cache(); is the problem
14:43 MasterYin It is a Cached plugin or not?
14:44 NMB i have removed it and it worked fine
14:44 NMB why is that?
14:44 MasterYin Do you need an uncached plugin?
14:45 NMB i am using it to show database related records with a select query
14:46 NMB does it need to have cached or uncached pluign
14:47 NMB i m confused
14:50 NMB MasterYin: do i need to create it as a cached plugin or not?
14:51 MasterYin It depends on how often your records change...
14:52 NMB if it changes not often then do i need to create a uncached pluign?
14:52 NMB sorry i mean a cache plugin
14:53 pmk65 NBM: Take a look at the articles here. They explain the caching methods of TYPO3, and describes the way you should do it correctly. -> http://en.wordpress.com/tag/no_cache/
14:53 pmk65 http://typo3.org/development/articles/the-mysteries-of-chash/
14:57 NMB ok thanx
15:34 dec___ one of my clients wants to run typo3 on windows... is this recommended or a tall possible?
15:34 dec___ at all*
15:42 pmk65 dec___: you can run it on windows without problems. (I run a local TYPO3/Apache on my Windows box)
15:43 pmk65 But if you use IIS, there might be some problems.
16:07 gmtuser does someone know where to find good (complete) doc about the possible elements in flexforms?
16:12 gmtuser none ?
16:16 pmk65 gmtuser: what do you mean by elements? the various tags?
16:18 gmtuser well I know how to define an input etc. but I am searching for a reference about the possible options and input kinds
16:22 pmk65 http://typo3.org/documentation/document-library/core-documentation/doc_core_api/4.2.0/view/4/2/#id4256737 http://wiki.typo3.org/Extension_Development,_using_Flexforms
16:23 pmk65 Flexforms are just XML representations of the TCA array, so by reading the API about the TCA fields, you'll also get info on the flexform field setups.
16:24 gmtuser great! :) THX
16:24 gmtuser exactly what I need ...
16:25 gmtuser must have been blind
16:25 pmk65 the only thing you can't do with FF (but can do with regular TCA), is to set palettes. (pallettes allows you to have several BE fields on the same line, instead of one field on each line)
16:27 pmk65 gmtuser: It takes several years to learn how to navigate the TYPO3 documents. :)
16:32 gmtuser lol ;)
16:34 ndee hi there, an extension has some properties, set thru some typoscript in the static folder. How can I totally "erase" those settings? I tried "plugin.extensionname <" but that didn't do a thing.
16:34 pmk65 plugin.extensionname >
16:35 ndee oh :D
16:35 ndee thanks
16:40 MasterYin Is there a way to enable retrieval of Pages in indexed_search when there is a mistake in the searchword like prolem instead if problem
16:42 pmk65 no. it only makes lookup on the word you entered
16:43 pmk65 fot that functionality, you'll ned some word stemming functions I think.
16:43 pmk65 if you want to code that yourself, take a look at this page.. http://snowball.tartarus.org/
16:48 Mnut Hi, i have problem with extension mini_news. I want to same news in every page. I have managed to add mini news in every page but the extension shows only the news that are stored in current page record. Can I target specified ID where I want to load the news?
16:50 Mnut well it works now
16:50 Mnut some problem with refreshing the page :P sorry about this
16:55 ndee anyone knows how I can disable the title meta tag?
17:04 Georges_Abitbol Is it possible to create email alert ot admin in backend without workspaces ?
17:04 Georges_Abitbol jsut an alert thaht something has benn modified
17:04 Georges_Abitbol I do not need confirmation of content
17:33 _pedda_ cu all
17:59 MasterYin Is google down?
18:06 gmtuser LOL @ MasterYin ... google would be the last working website if the internet would die
18:16 Tapier Hallo Leute ich grüße euch!! ;-) Ich brauche bitte hilfe auf deutsch.
18:17 Tapier Kann mir bitte jemand helfen?
18:18 Tapier ping
18:18 hermione_g Tapier: no
18:18 Tapier hay
18:18 hermione_g Tapier: ask your question and perhaps someone will answer
18:19 Tapier leider ist mein englich nicht ausreichend, spricht jemand deutsch?
18:22 hermione_g Tapier: I do. But I won't answer German questions.
18:24 Tapier yes German, sorry
18:30 Tapier p
19:35 chefk495 hi
19:52 chefk495 hi. i want typo3 to create a sitemap file with english and german sites. how can i do that?
19:52 chefk495 both languages in one file? is it possible?
21:16 dokma hey guys! anyone knows how to remove link to the default css for the purpose of creating direct mail page?
21:20 nd__ Anyone having or had problems with lib/div because of eval()?
21:20 Tapier_ spricht hier jemand deutsch? Ich brauch bitte hilfe bei typo3 4.2.3, gibt es da eine deutsche sprachdatei?
21:26 dokma ries: do you know how to remove the link to the default css?
21:26 Tapier_ does somebody speak here in German? I need please hilfe with typo3 4.2.3, is there there German sprachdatei?
21:26 dokma ries: need it for a direct mail page
21:26 ries what do you mean with link to ?
21:26 ries Tapier_: Just speak english or use the german forums
21:27 dokma <link rel="stylesheet" type="text/css" href="typo3temp/stylesheet_1b029b73d6.css" />
21:27 dokma the default css styles etc. I want to remove all <link> tags from my header
21:27 dokma as they get converted to attachments in the direct mail
22:27 Tapier_ yes

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.