Re: [TYPO3-english] How to change the default image upload folderuploads\pics?

2010-07-15 Thread Victor Livakovsky
Hi, Morten. Since the image is not available for the editor in the backend. I guess that attaching means uploading the same image again from a local computer. There is nothing wrong with this approach except that you need a local image achieve which basically mirrors the uploads/pics folder.

Re: [TYPO3-english] Tip a Friend inside a TypoScript menu?

2010-07-15 Thread Victor Livakovsky
Hi. It will not work this way. Such syntax {$lib.tipAFriend} getches value of constant called lib.tipAFriend Why you just don't want to make it as COA, first part will be a HMENU and second will be lib.tipAFriend? ___ TYPO3-english mailing list

Re: [TYPO3-english] TS print link in TYPO3 4.4

2010-07-15 Thread Victor Livakovsky
Created a new bug report: http://bugs.typo3.org/view.php?id=15134 ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

[TYPO3-english] 'feedit' manual

2010-07-15 Thread Victor Livakovsky
Hi, List. Just a simple question: where can I find some kind of manual for 'feedit' extension? Just installing it in EM doesn't change anything. Regards. ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org

Re: [TYPO3-english] 'feedit' manual

2010-07-15 Thread Victor Livakovsky
Hi, List. Just a simple question: where can I find some kind of manual for 'feedit' extension? Just installing it in EM doesn't change anything. Regards. okay, found myself: config.admPanel = 1 must be set in TS Better use 'feeditadvanced' :)

Re: [TYPO3-english] Page title with GPvar

2010-07-15 Thread Victor Livakovsky
Hi. headerData.5 = TEXT headerData.5.data.field = {GPvar:tx_myextension_pi1[keyword]} headerData.5.dataWrap = title | /title You should write it this way: headerData.5 = TEXT headerData.5.data = GP : tx_myextension_pi1 | keyword headerData.5.wrap = title | /title Didn't tried this code,

Re: [TYPO3-english] 'feedit' manual

2010-07-15 Thread Victor Livakovsky
Hi. I don't know if you speek german. I have described feedit here: http://typo3.sfroemken.de/typo3-tutorials/typo3-einrichten/admpanel.html?L=0 Short description: If you activate admPanel in main template you get a little Tool in frontend to change pageproperties, links, cache and

Re: [TYPO3-english] Tip a Friend inside a TypoScript menu?

2010-07-15 Thread Victor Livakovsky
Hi. Maybe there is a more elegant way? Just split it to different 'lib.whatever' and map after each other. Also last TEXT object may be in a template directly, since it is a static content. ___ TYPO3-english mailing list

Re: [TYPO3-english] TS print link in TYPO3 4.4

2010-07-13 Thread Victor Livakovsky
Hi, OK, changelog contains the fix: * Fix typolink.addQueryString.method=GET (see bug #3241) But in my case the bug still appears. Can someone confirm, that he has same issue with typolink.addQueryString, so I can write another bug report? Victor Livakovsky wrote: Was this fix included

Re: [TYPO3-english] Overlay 'media' field in pages properties

2010-07-13 Thread Victor Livakovsky
Hi, Oliver. Many-many thanks for your great fix! Works like a charm even in TYPO3 4.4 :) I packaged it up as an extension which you can download from here: http://www.liquidlight.co.uk/ter/pagel10n/T3X_pagel10n-1_0_1-z-201007130944.t3x It should be appearing in the TER in the next 24 hours

Re: [TYPO3-english] Problem with 'Translation handling' in TYPO3 4.4

2010-07-13 Thread Victor Livakovsky
Hi. Maximum execution time of 40 seconds exceeded in /www-data/t3lib/class.t3lib_div.php on line 5980 this is your problem … increase max_execution_time in your php.ini I don't think, that it's a case. But increased to 100 and still getting same issue. Do you (or anybody :)) have any

Re: [TYPO3-english] Overlay 'media' field in pages properties

2010-07-12 Thread Victor Livakovsky
Hi, Oliver. I tried config.sys_language_softMergeIfNotBlank = pages:media (I think this option does same as t3lib_pageSelect::getPageOverlay()), but that didn't work in TYPO3 v. 4.4 I think it's because pages are localized not in same way as other records. So, yes, can you, please send me

[TYPO3-english] Problem with 'Translation handling' in TYPO3 4.4

2010-07-12 Thread Victor Livakovsky
Hi, List. I'm working with 4.4 release and wanted to add localized French texts to the web via 'Translation Handling' option in EM. But, when I selected 'French' from a list and clicked 'Save selection' the page never loaded. And now I can't load the EM. After waiting I've got: Fatal error:

[TYPO3-english] Overlay 'media' field in pages properties

2010-07-09 Thread Victor Livakovsky
Hi, List. Is it possible to configure TYPO3 use data in 'media' filed from default language without removing 'media' from [FE][pageOverlayFields] ? I need to allow user define different image for alternative page record, but if no image is specified - the one from default record should be

Re: [TYPO3-english] config.baseURL match

2010-07-07 Thread Victor Livakovsky
Hi I think, Sergio wants to use HTTP_HOST in config.baseURL - not in a condition. So, the solution should be this: baseURL.data = getIndpEnv : HTTP_HOST Cheers. You could always use the userfunc, check in your function if host = test* But I can't get it: is there a way I can use

Re: [TYPO3-english] config.baseURL match

2010-07-07 Thread Victor Livakovsky
Hi. So, the solution should be this: baseURL.data = getIndpEnv : HTTP_HOST Cheers. There are two problems with this: 1. config.baseURL does NOT have .stdWrap, so the above code simply will not work [1], and You're right - I didn't look at TSref before answer. It has 'string' type. 2.

Re: [TYPO3-english] How to Compress CSS/JS components with gzip in 4.40 ?

2010-07-01 Thread Victor Livakovsky
Hi Would you be so kind to copy/paste th relevant section and post it as a reply to this thread ? Sorry, I didn't read carefully your post and didn't noticem that you complain about FE compresssion. The changes are in BE compression. ___

Re: [TYPO3-english] How to Compress CSS/JS components with gzip in 4.40 ?

2010-06-30 Thread Victor Livakovsky
Hi. I couldn't find any specific documentation about this feature, could someone exlain how this works ? How can i test if FE compression works, is the Yslow test reliable ? Since version 4.4 there are some changes to compression. Have a look at NEWS.txt - there is a detailed explanation

[TYPO3-english] Allow BE users access only parts of TemplaVoila's DS

2010-06-29 Thread Victor Livakovsky
Hi, list. We have a website, which has 5 content areas in TV page module and I need to create a BE usergroup, which needs to add and edit contents of only 4 of these 5 areas. How can I implement such a functionality? TYPO3 4.3.3 TV 1.4.4 Thank you in advance for responces.

Re: [TYPO3-english] pop-up menus not working in IE

2010-06-23 Thread Victor Livakovsky
Hi again. You may try some of jQuery solutions. F.e. this: http://javascript-array.com/scripts/jquery_simple_drop_down_menu/ Compatibility: IE6+, Firefox 1.5+, Opera 8+, Safari 3+, Chrome 0.2+ So, you'll not have to write tons of CSS patches for different IE versions. Regards.

Re: [TYPO3-english] TYPO3 4.4.0

2010-06-23 Thread Victor Livakovsky
Hi, I just downloaded the introduction package and set it up. It worked perfectly and I got the test site. When I click any of the links in the top menu (like Get Started or Examples) I get an 404 error. What's wrong with my installation? I don't know the contents of introduction package, but

Re: [TYPO3-english] Content scheduler extension

2010-06-21 Thread Victor Livakovsky
Hi, Ralf. i think the condition (please look in TSref for exact form) [hour = 7 AND 11] and so on, should help you in your TS Thank you for a hint! I didn't thought about that :) ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org

Re: [TYPO3-english] Typo3 4.2.6 upgrade?

2010-06-21 Thread Victor Livakovsky
Hi. If you still need advises on upgrade, have a look here: http://wiki.typo3.org/index.php/Upgrade ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] pop-up menus not working in IE

2010-06-21 Thread Victor Livakovsky
Hi. When implementing it into TYPO3, all works fine, except with IE (Internet Explorer, all versions): http://caq.edu.ec/2010/ I'm quite sure, that this issue has nothing to do with TYPO3. It's rather related to CSS. Try to play with 'z-index', 'position' and 'display' properties.

[TYPO3-english] Re-activate t3editor

2010-06-21 Thread Victor Livakovsky
Hi, list. Is it possible to make Deactivate t3editor checkbox be non-checked by default? I've deactivated t3editor for TS templates, when web had 4.2 version of core, because editor almost killed my nerves, but since version 4.3 it became better and I wish to use it, but every time I need to

Re: [TYPO3-english] Indexed Search

2010-06-18 Thread Victor Livakovsky
Hi again, Lee :) Template Transition is set to hide in menus. I use that page to change template settings from the home page to the rest of the site, as well as store paragraphs which are used on several pages. Again, the Template Transition is set to hide in menu. My problem is that when I

Re: [TYPO3-english] tt_news 3.0.1 strange caching problem

2010-06-18 Thread Victor Livakovsky
Hi. The typo3 site in question only have phpmyadmin and tt_news which has been added separately. No powermail. Now there are 2 pages under the same template, one for latest view and another for list view. If I visit latest news the list view disappear. If I clear the cache and visit list view

Re: [TYPO3-english] Template Issue

2010-06-18 Thread Victor Livakovsky
Hi, Lee. Thanks for always being willing to help. I'll get indexed_search fixed yet. I am not using realURL at the moment so I do not have the Exclude checkbox. I just have a page that is checked not to show in menus, but yet the page appears in the path of indexed_search results. Hm.. I'm

Re: [TYPO3-english] tt_news and multilanguage RSS feed

2010-06-17 Thread Victor Livakovsky
Hi, Philipp you have to configure the config.linkvars for the page tt_news uses ... xmlnews.config.linkvars = L That helped! Many thanks :) ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org

[TYPO3-english] tt_news and multilanguage RSS feed

2010-06-16 Thread Victor Livakovsky
Hi, List. I'm using tt_news 3.0.1 and TYPO3 4.3.3. The website is multilingual (German and Englsih) with such settings: config.sys_language_mode = content_fallback config.sys_language_overlay = hideNonTranslated Page TS config: mod.web_layout.defLangBinding = 1 And tt_news setup: Constants:

Re: [TYPO3-english] indexed_search results templating

2010-06-15 Thread Victor Livakovsky
Hi, Lee. INDEXED_SEARCH IS NOT USING THE DEFAULT TEMPLATE. I HAVE TRIED SETTING A TEMPLATEFILE (plugin.tx_indexedsearch.templateFile) AND STILL NOTHING. IN FACT, NO INDEXED_SEARCH CONFIGURATION HAS ANY EFFECT. I CANNOT SHOW/HIDE RULES (ALWAYS OFF), I CANNOT SHOW THE ADVANCED LINK UNDER THE

Re: [TYPO3-english] indexed_search results templating

2010-06-14 Thread Victor Livakovsky
Hi, Lee. 1. Right now the output displays Searchword and Searchresults. Where do I edit the language to make Search Word and Search Results (two words). Actually, I can't see, where you've found 'Searchword' and 'Searchresults', but any label may be overridden this way:

Re: [TYPO3-english] RealURL 1.9.2 shows PHP warnings

2010-06-10 Thread Victor Livakovsky
Hi, Dmitry. Fixed in svn, the bug was in the bug tracker. You can ignore this warning, it does not affect anything. Aha, I found it: 14644 Thank you for an explanation :) ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org

[TYPO3-english] RealURL 1.9.2 shows PHP warnings

2010-06-09 Thread Victor Livakovsky
Hello, List. Just updated RealURL from 1.8.1 to 1.9.2 on one of my multilanguage multidomain websites and getting lot of following warnings, when page is called for a first time: Warning: Missing argument 2 for tx_realurl::isString(), called in

Re: [TYPO3-english] RealURL 1.9.2 shows PHP warnings

2010-06-09 Thread Victor Livakovsky
One more issue of this installation: sometimes page-pathes are generated as non-realURL (index.php?id=XX). This happens only for the first domain (which has root page id = 1). And mostly after a page is called as non-realURL page. F.e. I have page News (id=12). If it was called first time

Re: [TYPO3-english] adding new user having template access permission

2010-06-08 Thread Victor Livakovsky
I am trying to add a new user to have an access on specific site. I want to add webtemplate access to this user, but I don't see this option available on the modules section to be added. Does any one know how to allow this option ? Hi. As far as I know, template section is awailable for admin

Re: [TYPO3-english] tt_news SINGLE and LATEST on same page

2010-06-04 Thread Victor Livakovsky
You've read the online manual, that is rendered from EXT:tt_news/doc/manual.sxw But there is aslo another manual, which isn't available online: EXT:tt_news/doc/tt_news_3.0_changes.sxw Philipp advised you to read the second and provided a link:

Re: [TYPO3-english] Problem on menus translations

2010-06-04 Thread Victor Livakovsky
Hi, Antonio. Have a look at config.sys_language_mode at TSref and it's default value: [default] - The system will look for a translation of the page (from Alternative Page Language table) and if it is not found it will fall back to the default language and display that. So, when you click on

Re: [TYPO3-english] Where to set mb_internal_encoding

2010-05-31 Thread Victor Livakovsky
Since I cannot access php.ini, the only thing to do is to set mb_internal_encoding('utf-8') in php-files. Somebody recommended to do this in the main index.php... But is this the right place? As Dmitry said, it should be in .htaccess: php_value mb_internal_encoding UTF-8

Re: [TYPO3-english] converting to utf-8

2010-05-25 Thread Victor Livakovsky
Hi, I'm looking for a way to convert existing site from iso-8859-1 to utf-8. I get all the pages and page contents nicely converted (after changing the charset in install tool) with the extension convert2utf8. But it doesn't convert tt_news records. Any recommendation/ideas/hints how to

Re: [TYPO3-english] Realurl + multilang: urls mixed up

2010-05-25 Thread Victor Livakovsky
Hello people, We have a dutch - french website, using RealURL (1.5.3) wich is working ok. But in one sitetree we have a problem now where url segments get mixed up with wrong domains. For example www.mydutchdomain.com/pagepath-blabla/frenchsegment.html: works ok

Re: [TYPO3-english] Overwriting CSS-styled-content

2010-05-24 Thread Victor Livakovsky
Hi I would like to overwrite a single class in the default stylesheet. Is that possible? I tried this: plugin.tx_cssstyledcontent._CSS_DEFAULT_STYLE ( dd.csc-textpic-caption {margin:10px 0 10px 0;} ) But that overwrites the entire stylesheet... Any suggestions? Why just not include it into

Re: [TYPO3-english] LinkParameter

2010-05-07 Thread Victor Livakovsky
Just accidentally found one more option, when browsing TSref, so let it be in this topic for further requesters: In a CONFIG section you may find: USERNAME_substToken (string) - The is the token used on the page, which should be substituted with the current username IF a front-end user is

Re: [TYPO3-english] Localization problem

2010-05-07 Thread Victor Livakovsky
I have set up multiple languages on a site. I also have a TS script generating images from the pageheader files list. In my default language that is working, but when switching to anoter language the images is disappearing. How can I have this image in all languages without using the info

Re: [TYPO3-english] LinkParameter

2010-05-05 Thread Victor Livakovsky
Hi I am a little stuck with this after some not success experiences... I would like to pass the name of the user logged in with a link. Is there any extension or easy way to do this, as it for example is done in direct-mail (###USER_NAME###)?... If I understood you correctly, you want to

[TYPO3-english] 'negate' menu item if 'media' is empty

2010-05-04 Thread Victor Livakovsky
Hi, members of a list. I have a menu, which shows an image, set in 'media' field of a page as a part of menu item. And those pages, that doesn't have any images in 'media' field shouldn't appear in menu. I partially achieved this with such TS: lib.imgMenu = HMENU lib.imgMenu { 1 = TMENU

Re: [TYPO3-english] 'negate' menu item if 'media' is empty

2010-05-04 Thread Victor Livakovsky
I guess this is the bad guy here: beforeImgLink = 1 I also thought about this, but that link appears even with fully deactivated beforeImg. So it comes from TMENU by default. 3) use allStdWrap.if instead of just stdWrap.if to deactivate the whole item And this greatly helps to

[TYPO3-english] Formhandler and file uploading

2010-05-03 Thread Victor Livakovsky
Hi, List. I'm using a formhandler extension v. 0.9.7 and want to use it's file upload and storing features. The first issue I have with Tx_Formhandler_PreProcessor_ClearTempFiles. When it is enabled, I'm getting the following error: Fatal error: Access level to

Re: [TYPO3-english] RealUrl 1.8.0 and TYPO3 4.3.2 display blank pages

2010-04-19 Thread Victor Livakovsky
Jogvan Olsen j...@atlanticvideo.dk ???(?) ? ?:mailman.1.1271524349.29885.typo3-engl...@lists.typo3.org... Hi List I am aware of that there are a couple of threads with the same subject, but I can't find any solution to the problem. My situation: I had a site running

Re: [TYPO3-english] Newsletter

2010-04-14 Thread Victor Livakovsky
Hi list I funny thing has accourd in my newsletter (tcdirectmail). Some recieves '=' in the text like this: ' 2= 000 besøgende siden starten i februar og mange dejlige tilmeldinger til N= yhedsbrevet'. Some recieves a correct newsletter others don't. Why does that happen and how do I

[TYPO3-english] 'NONE' keyword in showAccessRestrictedPages parameter

2010-04-01 Thread Victor Livakovsky
Hi, list. Just want to make sure, that I'm understanding this parameter correctly. As TSref says for showAccessRestrictedPages: If the value is NONE the link will not be changed and the site will perform page-not-found handling when clicked (which can be used to capture the event and act

Re: [TYPO3-english] Custom class in tmenu according to uid page

2010-02-22 Thread Victor Livakovsky
Hello, I would like to put a specific class according to the uid from the page. My menu should look like this: div class=corporate/div # Corporate div class=hr/div # HR div class=knowledge/div # Knowledge .. My typoscript: temp.myMenu = HMENU temp.myMenu .1 = TMENU temp.myMenu .1 {

Re: [TYPO3-english] Custom class in tmenu according to uid page

2010-02-22 Thread Victor Livakovsky
--- Original Nachricht --- Absender: Marieke Vandamme Datum: 22.02.2010 15:49: Using: key.field = uid it works! Thanks a lot! Hardcoded break point This would be the first site where uids didn't change. It might take 2 more minutes to get a flexible solution. But would be worth,

Re: [TYPO3-english] Custom class in tmenu according to uid page

2010-02-22 Thread Victor Livakovsky
Hardcoded break point This would be the first site where uids didn't change. It might take 2 more minutes to get a flexible solution. But would be worth, i.e. less trouble. Yes, that's not perfect, but what would you propose for making concrete page be wrapped with certain class?

[TYPO3-english] RealURL + sr_language_menu produces wrong path segments

2010-02-19 Thread Victor Livakovsky
Hi, list. I have a multilanguage web with RealURL enabled. And here is the situation: speaking URL path segment of a German page (default) is 'german-page', Endlish page has 'english-page' in path segment. When I'm viewing German version of a website, everything is fine. German page displayed

[TYPO3-english] Direct Mail plaintext with images

2010-02-02 Thread Victor Livakovsky
Hello, list. I have a simple question, but can't find a solution for it. The question is: is it possible to include images from the content as attachments - not as links to the web into plaintext version of a mail? Thank you in advance. ___

[TYPO3-english] New line in plaintext Direct Mail

2010-01-28 Thread Victor Livakovsky
Hello, list. I've started using of Direct Mail extension. HTML version of mail looks perfect, but plaintext version contains no new lines. All the text form plaintext template and content come in one long line... If I send a Quickmail and add there a new lines, they appear in a mail. But if I

[TYPO3-english] 4.2.10 Install Toll problems

2009-12-17 Thread Victor Livakovsky
Hi, List! I have a problem, that appears from time to time at different TYPO3 installations after upgarde from any 4.2.x to 4.2.10. Install Tool becomes unaccessible, pop-up window appears every time, when I enter correct password and press 'Log In', and after that I can see same login form.

<    1   2   3