Re: [TYPO3-english] EXT:form redirect

2012-07-22 Thread Victor Livakovsky
Hi, Christian. I found in Ressources/Private/Language/locallang_controller.xlf this part: trans-unit id=tx_form_view_mail.success xml:space=preserve sourceThe form has been sent successfully by mail/source /trans-unit plugin.tx_form_pi1._LOCAL_LANG.default.tx_form_view_mail.success = text or

Re: [TYPO3-english] flux and fed with image preview in BE

2012-07-20 Thread Victor Livakovsky
Hi, Alexander I solved it this way: img src=/{f:uri.image(src:'uploads/tx_foo/{image}', maxWidth: 100, maxHeight: 100)} alt= / Ah, yes, that makes sence. Thank you for a hint! ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org

Re: [TYPO3-english] Mail Forms

2012-07-17 Thread Victor Livakovsky
Hi, Paolo. You better switch to powermail for your task, since following is not possible with default TYPO3 form. ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] Fed how to use Fluid Content Elements

2012-07-16 Thread Victor Livakovsky
I've had a similar issue and I found the reason. In my case my root page was defined as root (globe icon in page-tree), it was a shortcut to first subpage, which contained a rootlevel TS template - this was blocking TS configuration to be read and that's why nothing appeared in FCE dropdown.

Re: [TYPO3-english] Fed how to use Fluid Content Elements

2012-07-12 Thread Victor Livakovsky
Hi, Mark. I've had a similar issue and I found the reason. In my case my root page was defined as root (globe icon in page-tree), it was a shortcut to first subpage, which contained a rootlevel TS template - this was blocking TS configuration to be read and that's why nothing appeared in FCE

Re: [TYPO3-english] Why are my Backend Layouts not inherited?

2012-07-12 Thread Victor Livakovsky
Hi, Oliver. I usually create a Storage Folder and set root page to use it is storage page. Later I put my BE layouts into that folder and then they are available everywhere ;) ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org

Re: [TYPO3-english] Extension development (database fields question)

2012-07-09 Thread Victor Livakovsky
Hi, Ahmed. The problem I have is that after I have created the skelton structure of the extension using kick starter and I have added a few records in the backend the uid of the record is always on the left, and any other fields from the database table I select to show are always on the right,

Re: [TYPO3-english] (beginer) How to transform tt_news catMenu (nested mode) in a html select dropdown with link to category ?

2012-07-09 Thread Victor Livakovsky
Hi, Vincent. Nice to hear, that I was helpful :) it's better but there are still two problems :( 1./ the typolink are not good 2./ there are not categories titles between option... and /option Yes, that's a bit tricky part. These 'field' things tells the core, that it should take value from

Re: [TYPO3-english] Using different domains for different languages

2012-07-09 Thread Victor Livakovsky
Hi, Stephen. Is it possible to set up hmenus to show link to different domains based on the L var? You may use RealURL for this purpose. Check it's manual about '_DOMAINS' section. ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org

Re: [TYPO3-english] Using different domains for different languages

2012-07-09 Thread Victor Livakovsky
Is it possible to set up hmenus to show link to different domains based on the L var? You may use RealURL for this purpose. Check it's manual about '_DOMAINS' section. Sorry, I didn't see your answer, that you're not using RealURL. ___

Re: [TYPO3-english] indexed_search no results found

2012-07-06 Thread Victor Livakovsky
Hi, Matthew. Where else might I look to undo no cache options Site Crawler may have set? Take a look at at EM - indexed_search - configuration - disbaleFrontedIndexing option. It must be unset. Since, you say, that titles are getting to index, then your pages are cached, just not indexed

Re: [TYPO3-english] indexed_search no results found

2012-07-06 Thread Victor Livakovsky
Hi, Jigal. The best tutorial for getting indexed_search running is: http://xavier.perseguers.ch/en/tutorials/typo3/articles/indexed-search-crawler.html Wow! Really great tutorial. I didn't even know, that it is possible to index database records, which are not cached! Thank you for a link.

Re: [TYPO3-english] indexed_search no results found

2012-07-05 Thread Victor Livakovsky
Hi, Matthew. Thanks for your reply. It seems that it is *sort of* working. I discovered that you can do a search on the title of any page and get a result, but it doesn't seem any of the page contents are being indexed. I have tried to add !--TYPO3SEARCH_begin--!--TYPO3SEARCH_end-- flags

Re: [TYPO3-english] (beginer) How to transform tt_news catMenu (nested mode) in a html select dropdown with link to category ?

2012-07-05 Thread Victor Livakovsky
Hi, Vincent. plugin.tt_news { displayCatMenu { catmenu_stdWrap.wrap = div class=trieurselect id=categoryTrieur|/select/div catmenuHeader_stdWrap.wrap = option value= select a category /option catmenuItem_ACT_stdWrap.wrap = option value=| selected=true|/option

Re: [TYPO3-english] Re trieve the stored data from back end module and displayed in frontend

2012-07-04 Thread Victor Livakovsky
Hi. Please help somebody to solve my problem. I created one back end module through extension builder. I want to retrieve the data and wrap to the particular div using typo script. Is it possible to access the created table data directly through typo script or need to create new front end

Re: [TYPO3-english] about Futuristic Template Building

2012-07-03 Thread Victor Livakovsky
Hi, tom Can you give me a link of the introduction(documentation) for the one you mentioned? You can check this website: http://fedext.net/ - it is about FED framework, which uses 'gridelements' as well. But first you should learn some basics about FLUIDTEMPLATE:

Re: [TYPO3-english] TYPO3 Multilanguage configuration with multiple domains

2012-07-02 Thread Victor Livakovsky
Hi, Riccardo. This configuration works fine everywhere, except... the home page, where the language menu: Still has this behavior: when I am in italian (L=0): ul class=clearer clearfix id=langMenu listrong Italiano /strong/li li a href= http://en.mysite.dev.com/;English/a /li li a href=

Re: [TYPO3-english] How can to use the extension Front End UserRegistration?

2012-07-02 Thread Victor Livakovsky
Hi, Jost. a good alternative might be datamints_feuser. Its quite easy to set up and should have the features you need in most cases. I agree, really nice extension. The only big disadvantage - HTML code is hardcoded in PHP, so it is a nightmare for HTML/CSS people to make it look

Re: [TYPO3-english] Formhandler: no email is sent

2012-07-02 Thread Victor Livakovsky
Hi, Lamb. finishers.1.class = Finisher_Mail finishers.1.config { admin { templateFile = TEXT templateFile.value = fileadmin/template/main/html_forms/email.html to_email = myem...@mydomain.com sender_email = email subject = subject } }

Re: [TYPO3-english] Scriptmerger extension not working for css filestypo3 v 4.5.3

2012-07-02 Thread Victor Livakovsky
Hi, I am currently running typo3 4.5.3 version. My script merger version is 3.2.4. As far, as I remember, there was such an issue in early 4.5 releases, so just update to the latest minor version of 4.5 brunch. ___ TYPO3-english mailing list

Re: [TYPO3-english] Changing adding order of new items in multipleselect box

2012-06-29 Thread Victor Livakovsky
Hi, Is it possible to change adding order of new items in select box with Tsconfig? Insted to add on bottom - add them on top. Or it is only possible with ItemsProcFunc? I'm not sure about your case, but, probably, you're using: someObject.value := addToList(4,5) You may try to use:

[TYPO3-english] TCA type=group, internal_type=db, show records from current language only

2012-06-20 Thread Victor Livakovsky
Hi, list. Recently I run into a problem: extension has a flexform, where user selects a category (db record), which should be operated at FE. I'm using type=group with internal_type=db. No MM relations here is set, since I need only one category selected at FF. Website has 5 languages and

Re: [TYPO3-english] Wrong path for css files when merged usingscriptmerger extension

2012-06-11 Thread Victor Livakovsky
Hi. If I'm right, it was some core issue of old releases. Try to update your TYPO3 core to the latest version in the branch. ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] dd_googlesitemap help

2012-06-05 Thread Victor Livakovsky
Hi, Stewart. My homepage is a shortcut going from id=1 to id=6 and I don’t understand what to do below: If your home page is a shortcut, TYPO3 will automatically load Google sitemap in the context of the shortcut destination. Typically it results in a trucated sitemap (only pages below the

[TYPO3-english] Usage of stdWrap cache in TYPO3 4.7

2012-06-05 Thread Victor Livakovsky
Hi, List. Today I played a little with new TYPO3 4.7 feature of caching via stdWrap. Quite nice and tasty feature, but after a while I realized, that it's not so useful, as I thought. My first intention was to implement it for HMENUs on the website, but later I found, that TYPO3 already

Re: [TYPO3-english] typo3 4.7.x; how to install local t3x

2012-05-28 Thread Victor Livakovsky
Hi, Mohamed. http://www.easymoments.de/uploads/media/typo3-4.7-neuerungen.pdf there is all what´s new in typo3 4.7.0 Really nice article. But I'm missing one thing: page 44 shows, that it's possible to add cache tags to a page. However, I can’t see such a field in my page properties at

Re: [TYPO3-english] Caching Framework questions

2012-05-21 Thread Victor Livakovsky
Hi, Jigal. If you need caching in your extension enetcache [1] can be useful for you. It makes the caching framework available for extensions. [1] http://typo3.org/extensions/repository/view/enetcache Thank you for the link. I read the manual, and it seems to be a really great tool for

Re: [TYPO3-english] Split within menu

2012-05-17 Thread Victor Livakovsky
Hi, Jan. You may do that a bit different: 1.NO.stdWrap.override.cObject = COA 1.NO.stdWrap.override.cObject { 10 = IMAGE 10 { params = class=fst file.import = uploads/media/ file.import.field = media file.import.listNum = 0 file.height = 252

[TYPO3-english] Caching Framework questions

2012-05-17 Thread Victor Livakovsky
Hi, list. I've faced a problem, when I need to reuse results of resource-eating processing multiple times with multiple page-loads. Since I don’t want to reinvent the wheel, I decided to try caching framework possibilities.

Re: [TYPO3-english] can anyone help me to check this php code?

2012-05-16 Thread Victor Livakovsky
But the thing is: When get the keyword, it never be an array, so is_array($this-piVars['keyword']) always returns false. Use t3lib_div::trimExplode(' ', $this-piVars['keyword']); ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org

Re: [TYPO3-english] pagebrowse

2012-05-04 Thread Victor Livakovsky
Hi, Robert. Can anybody please point me to a step-by-step tutorial of how to implement Dmitiris pagebrowse - or even the TYPO3-regular one from the piBase? I really don't know how to search anymore... Simply use code of method 'getListGetPageBrowser()' from manual and pass number of pages

Re: [TYPO3-english] pagebrowse

2012-05-04 Thread Victor Livakovsky
Hi, Robert. Well... really simple ... probably for an experienced EXT developer, but not for a newbie. EG: where is one expected to put that code snippet of getListGetPageBrowser? When I put it in my pi1-class, I get an error about some undefined class. But pagebrowse is installed, and - if I

Re: [TYPO3-english] TCA type-field and required fields

2012-04-27 Thread Victor Livakovsky
you should open a report here: http://forge.typo3.org/projects/typo3v4-core/issues Here it is: http://forge.typo3.org/issues/36660 Added more detailed description, so it will be easy to catch the issue. ___ TYPO3-english mailing list

[TYPO3-english] HTML5 File Upload at BE in 4.7

2012-04-27 Thread Victor Livakovsky
Hi, List. As 4.7 release notes says, there is now a possibility to use new'n'cool HTML 5 file uploader at BE. Maybe, I'm too stupid, but I can't find, where I can use it... I checked Filelist module as well, as TCE forms upload fields. Tried in latest FF and Chrome. Activated and de-actibated

Re: [TYPO3-english] HTML5 File Upload at BE in 4.7

2012-04-27 Thread Victor Livakovsky
Hi, Stefan. As 4.7 release notes says, there is now a possibility to use new'n'cool HTML 5 file uploader at BE. Maybe, I'm too stupid, but I can't find, where I can use it... I checked Filelist module as well, as TCE forms upload fields. Tried in latest FF and Chrome. Activated and

Re: [TYPO3-english] TCA type-field and required fields

2012-04-26 Thread Victor Livakovsky
Is there any way to tell the core do not allow user switch the type, until he has filled required fields? Or disallow core to save record, when type is switched? Forgot to mention: TYPO3 4.7.0 Maybe, I'm wrong, but some older releases (4.2.x) were not allowing switch type, unless required

Re: [TYPO3-english] TCA type-field and required fields

2012-04-26 Thread Victor Livakovsky
Hi, Kay. Maybe, I'm wrong, but some older releases (4.2.x) were not allowing switch type, unless required fields were not filled up. Is it correct? No they just told about unsaved changes and asked the user to save before switch ;) Yeah, you're right! So, there is no way to switch the

Re: [TYPO3-english] Content showing inside div element problem

2012-04-25 Thread Victor Livakovsky
Hi, Toni. What i want is when i add new content in BE below existing one to see that new content in ANOTHER div id=box col2/div which have float left on em so they nest on each other 4 boxes in row. Let’s assume, that you're adding content via subparts, like this: page.10.subarts.CONTENT

[TYPO3-english] TCA type-field and required fields

2012-04-25 Thread Victor Livakovsky
Hi, list. I'm using a TCE type-feature, when some table contains so called type-field, which defines different views of same record at BE and in FE as well. When such a type field is changed, whole form is reloaded and record saved, but here comes a problem: record is saved on form reload,

Re: [TYPO3-english] Typoscript insertData language issue

2012-04-19 Thread Victor Livakovsky
Hi, Peter. My configuration: page.40 = TEXT page.40 { value = Author: {page:author} lang.nl = Auteur: {page:author} insertData =1 typolink.parameter.field = author_email } Is this because there is no getText function possible with the lang property? Do I have to break the language

Re: [TYPO3-english] Exclude from speaking URL won't work.

2012-04-18 Thread Victor Livakovsky
Hi, Jeppe. http://www.domain.com/web2012/news/single-news/archive/a-story.html This is what I get out of tt_news. single-news is the page title. I would like to hide as much as posible. I would like to do something likes this: http://www.domain.com/web2012/news/a-story.html You can't

Re: [TYPO3-english] FLUIDTEMPLATE f:translate and XLIFF

2012-04-10 Thread Victor Livakovsky
Hi, Chris. it seems to be a bug. I reported a similar issue some days ago with Typoscript: http://forge.typo3.org/issues/35093 Yes, your issue seems to be related to mine. Here is the one, I've created: http://forge.typo3.org/issues/35830 ___

Re: [TYPO3-english] New typo3.org extension repository

2012-04-09 Thread Victor Livakovsky
Hi, Steffen. Thank you for an answer. Nice to know, that problem is known and will be solved :) Regards. ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

[TYPO3-english] FLUIDTEMPLATE f:translate and XLIFF

2012-04-09 Thread Victor Livakovsky
Hi, list. Once again I have a question about fluid. Is it possible to use .xlf files in FLUIDTEMPLATE f:translate viewHelper? If so, what filepath should I specify for multilanguage website? I.e., I have two xlf files: fileadmin/locallang.xlf ?xml version=1.0 encoding=utf-8 standalone=yes ?

Re: [TYPO3-english] language switcher with typoscript :: prevar gets lost if linked to default language

2012-03-30 Thread Victor Livakovsky
if i visit www.domain.com/de/myPage/ everything woks fine - also the links in my menues and all the links inserted by editors via RTE link to pages like www.domain.com/de/anotherPage/. so there the language prevar does not get lost. any clues, why my language switcher doesn't work like i

Re: [TYPO3-english] Passing dynamic data to FLUIDTEMPLATE

2012-03-30 Thread Victor Livakovsky
Tried to make it this way: variables { ccId = TEXT ccId.value = 272 } f:cObject typoscriptObjectPath=lib.single_content data={ccId} / but this code doesn't work. So, as I understand, it is not possible to pass TS objects to fluid? Well, after two days of fighting I found, what was

Re: [TYPO3-english] Passing dynamic data to FLUIDTEMPLATE

2012-03-30 Thread Victor Livakovsky
Hi, Kay. you may pass TS Objects to fluid with f:cObject, but the way back is not known to me. BUT you may create a custom viewHelper, which contains your cObject ;), then you can pass whatever param you like :) Thank you for the answer! I recently found the reason of an issue - it is in my

Re: [TYPO3-english] Passing dynamic data to FLUIDTEMPLATE

2012-03-30 Thread Victor Livakovsky
Hi, Sören You have to pass the variables as arguments to the partial: f:render partial=Xyc/Properties arguments={myvar:myvalue} / See: http://wiki.typo3.org/Fluid#f:render Ah! That was the missing brick in my Fluid knowledge's wall. Thank you so much!

[TYPO3-english] Passing dynamic data to FLUIDTEMPLATE

2012-03-29 Thread Victor Livakovsky
Hi, lsit. I'm developing a website with FLUIDTEMPLATE and would like to pass some data, that comes from TS. F.e. I have following setup: lib.single_content = RECORDS lib.single_content.tables = tt_content lib.single_content.source.current = 1 With such a line in my template content element is

Re: [TYPO3-english] FED Fluid Content Elements appearance

2012-03-27 Thread Victor Livakovsky
Is it possible to deactivate default FCEs (Display: Geocoded Address and Map, Layout: Columns, etc.) and activate custom ones instead in New Content Element wizard? Found related issue: http://forge.typo3.org/issues/34538 For those, who might need this feature, you can see temporary workaround

[TYPO3-english] FED Fluid Content Elements appearance

2012-03-26 Thread Victor Livakovsky
Hi, list. I continue my experiments with fed and flux, and I love it more and more :) The only question I have now: Is it possible to deactivate default FCEs (Display: Geocoded Address and Map, Layout: Columns, etc.) and activate custom ones instead in New Content Element wizard? Now I have

Re: [TYPO3-english] Multilanguage tag attributes in FLUIDTEMPLATE

2012-03-23 Thread Victor Livakovsky
Hi, Kay use f:translate viewhelper inline. wiki.typo3.org/Fluid Didn't knew about inline usage. Thank you for pointing me up! Actually, more useful website for me became today fedex.net, since wiki doesn't have description of all attributes and usage cases. And for those, who might

[TYPO3-english] Multilanguage tag attributes in FLUIDTEMPLATE

2012-03-22 Thread Victor Livakovsky
Hi, list. I'm building website using FLUIDTEMPLATE. And I want to create a homepage link by using f:link.page viewHelper: f:link.page pageUid=6 class=sprite-logo title=Home Page /f:link.page The question is: how can I make title=Home Page be translatable? Thank you in advance.

[TYPO3-english] BE record localization with related records

2012-03-13 Thread Victor Livakovsky
Hi, List. I'm looking for an obvious thing, but can't understand, is it my fault or missing core feature. I have an extension, which consists of couple of tables, which are linked to each other via MM and not-MM relations. TCA: 'system_category_id' = array ( 'exclude' = 0,

Re: [TYPO3-english] Extend menu only for subitems on a specific ID

2012-02-17 Thread Victor Livakovsky
Hi, Morten. I have a menu that extends 3 levels, but for a page on level 3 (ID: 166) I want the menu to be extended with that page's subitems so it will extend to level 4. Sounds, like you should use 'alwaysActivePIDlist' property of HMENU object.

Re: [TYPO3-english] marker to fill with content or imagecycle?

2012-02-09 Thread Victor Livakovsky
Hi, Axel. to fetch this as a content element from an other page (this page contains a content element with this extension in an configured form)like this: 20 = CONTENT 20 { table = tt_content select { # where = pid=288 AND uid=603 } } Default value of 'pidInList' property

Re: [TYPO3-english] Redirection of login page

2012-02-09 Thread Victor Livakovsky
Hi, Colin. It appears that the extension 'redirection' for redirecting a login page is no longer available. How do I handle login re-direction now ? All the redirection handlers are now inside of system login extension (starting from TYPO3 4.3, I guess).

Re: [TYPO3-english] Synchronising front-end and back-end layouts

2012-02-07 Thread Victor Livakovsky
Hi, Graham. Our pages use 3 layouts selectable by individual editors. Under 4.5 editors currently see both front-end and back-end selector boxes. I would like to remove this duplication and just show the back-end selectors. I would then refer to the back-end selector when rendering the page.

Re: [TYPO3-english] Synchronising front-end and back-end layouts

2012-02-07 Thread Victor Livakovsky
Sorry, I've read your post more careful and got the real problem. I con see only one way: run MySQL UPDATE on 'pages', where you'll set backend_layout field accordingly to layout field. Something, like this: UPDATE pages SET backend_layout=1 WHERE layout=1 (surely you need to use correct ids

Re: [TYPO3-english] Variables in RTE?

2012-01-11 Thread Victor Livakovsky
Hi, David. Thank you Xavier but where can I find this documentation related to that feature? Is it in RTE documentation or in TYPO3 one? Googling for typo3 rte markers gave me this: http://typo3.sfroemken.de/typo3-tutorials/tipps-und-tricks/variablen-im-rte.html It is in German, but code is

[TYPO3-english] config.absRefPrefix and minificator script

2012-01-05 Thread Victor Livakovsky
Hi, list. I'm using TYPO3 4.6.3 and due to changes at RealURL manual, I've exchanged config.baseURL = http://{$BaseUrl}/ with config.absRefPrefix = http://{$BaseUrl}/ So far so good, but after some time I've found, that default CSS and JS isn't inside merged and minifed css and js files (I

Re: [TYPO3-english] config.absRefPrefix and minificator script

2012-01-05 Thread Victor Livakovsky
Hi, Steffen. baseURL and absRefPrefix aren't the same options with distinct names ;) absRefPrefix is independent of your host name, so it's / in case your TYPO3 installation is in your document root, /foo/bar/ in case if it's reachable through http://example.org/foo/bar/ etc. Thank you for

Re: [TYPO3-english] tt_products: overwrite page's title with product title

2012-01-03 Thread Victor Livakovsky
Hi. Here is my TypoScript: page.headerData.10 = TEXT page.headerData.10 { field = ###PRODUCT_TITLE### noTrimWrap = |title|/title| stdWrap.htmlSpecialChars = 1 } I'm sure, there is no field ###PRODUCT_TITLE### in current cObject. You should fetch the title from tt_products table

Re: [TYPO3-english] Salted hashes and security

2011-12-17 Thread Victor Livakovsky
Hi, Philipp. Yes, this message is partly wrong. Can you open an issue on http://forge.typo3.org/projects/typo3v4-core/issues Here is the issue, opened: http://forge.typo3.org/issues/32650 ___ TYPO3-english mailing list

Re: [TYPO3-english] Salted hashes and security

2011-12-16 Thread Victor Livakovsky
Hi, Markus. What is the exact message shown by the report? The message is shown in Security section: Backend user password hashes - Insecure During the configuration check of saltedpasswords the following issues have been found: Warnings about your configuration SaltedPasswords might

Re: [TYPO3-english] Problems with locallang.xml translation since 4.6

2011-12-15 Thread Victor Livakovsky
Hi, Sören. Simplified xml file (for formhandler): ?xml version=1.0 encoding=utf-8 standalone=yes ? T3locallang meta type=array typemodule/type descriptionLanguage labels for plugin tx_formhandler/description /meta data type=array languageKey index=default type=array label

[TYPO3-english] Salted hashes and security

2011-12-15 Thread Victor Livakovsky
Hi, List. I just started using TYPO3 4.6, where 'rsaauth' and 'saltedpasswords' extensions are installed from very beginning. That's nice and good for security. But I can't understand, why system report claims, that website is insecure, when I set BE.forceSalted and unset BE.updatePasswd?

Re: [TYPO3-english] Clear FE user session data on logoff

2011-12-13 Thread Victor Livakovsky
Hi, Jigal. If you want to store data about a logged in user you can use setKey('user', $name, $data). This will even survive between logins. Yes, I also was looking into this, but I don't need so long life of data, so I rejected this way and made it a bit different: $name variable contains

Re: [TYPO3-english] Strange RealUrl multiple domain problem

2011-12-13 Thread Victor Livakovsky
Hi, Marieke. Just a general question: are you using '_DEFAULT' configuration? If so, it may be your problem. ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

[TYPO3-english] Clear FE user session data on logoff

2011-12-09 Thread Victor Livakovsky
Hi, list. I wonder, if there is a way to instruct the core to remove session data of current FE user, when he logs of? I'm intensively using at one of the webs: $GLOBALS['TSFE']-fe_user-setKey('ses', $name, $data); and that data stays in a session even, if user logs out. So, if another user

Re: [TYPO3-english] Powermail scrambling message text

2011-12-08 Thread Victor Livakovsky
Hi, Celso. The problem seems to be in Typo3 as a general. I have just tested using the Typo3 built-in Form system and still get the double encoded message... Not sure, that this is the reason, but try to play with 'transport' settings in install tool - maybe change to sendmail or smtp.

Re: [TYPO3-english] Facebook connect

2011-12-07 Thread Victor Livakovsky
Hi, Jan. is there a working extension that would allow users to login via Facebook and it would create fe_user records? Looked at today's TER updates and found 'dix_easylogin' - I think, it may be good for you ;) ___ TYPO3-english mailing list

Re: [TYPO3-english] cHash removed from backlink

2011-12-02 Thread Victor Livakovsky
Hi, Morten. Can I by mistake have made a setup that have removed it, either in TS or in my gallery plugin? I have set; var $pi_checkCHash = true; and my backlink is being generated with $this-pi_linkToPage($this-pi_getLL(back), $this-conf[cats.][pid_cats], '',

Re: [TYPO3-english] extenstion generate thumbnails

2011-11-30 Thread Victor Livakovsky
Hi, Morten. It should be USER. Is there a simple way to check it? You can have a look at TSOB in Template menu - there you'll see, how your plugin is defined. Also for USER objects you should have: $this-pi_checkCHash = true; in your PHP code. Can it be that I hadn't set

Re: [TYPO3-english] Help with multilingual TYPO

2011-11-30 Thread Victor Livakovsky
Hi, Felix. I hope my screenshot clears it up for you: http://img202.imageshack.us/img202/6335/typo3multilingual.jpg Try to play with config.sys_language_mode and config.sys_language_overlay In most cases my setup uses this: config.sys_language_mode = content_fallback

Re: [TYPO3-english] mailformplus - change mail address

2011-11-30 Thread Victor Livakovsky
Hi, Kay. Can someone lead me to the front door for this task in version 4.0.15 of mailformplus and 4.5.3 of TYPO3? Well, you better switch to 'fromhandler' extension, which is a successor of 'mailformplus'. And it contains 'Tx_Formhandler_Finisher_Mail' class, where you can set up needed

Re: [TYPO3-english] extenstion generate thumbnails

2011-11-29 Thread Victor Livakovsky
Hi, Morten. But it look like that will run every time I click an image for a large view and that takes a very long time. Are you running your plugin as USER or USER_INT object? I see, that you generate cHash in your links, but may be your plugin is accidentally defined as USER_INT and

Re: [TYPO3-english] FW: DAM File Secuirty

2011-11-28 Thread Victor Livakovsky
Hi, Colin. I am wanting to use DAM in a situation that needs good security. IF DAM doesn't allow me to set File access on each file per user, then I'll have to write an extension. Have a look at dam_frontend extension - it should fit your needs.

Re: [TYPO3-english] custom TS conditions

2011-11-25 Thread Victor Livakovsky
Hi, Tomasz. From TS syntax in-depth study I know that I can parse my TS and add custom conditions like [TYPO3 IS GREAT]. The problem is that I don't know how to tell TYPO3 about my class. Such conditions looks more interesting to me than userFunc. Can you help me? As far, as I understood

Re: [TYPO3-english] Very huge realurl Table

2011-11-24 Thread Victor Livakovsky
For those, who will find this thread and have same issue. I've meet it too. And in my case problem was in 'wfqbe' extension, which is inserted on every page and displays only last 5 records from external db. But table, that 'wfqbe' uses from that external db is really huge, so extension

Re: [TYPO3-english] Realurl broken after moving site to new domain

2011-11-22 Thread Victor Livakovsky
Hi, Oliver. Have a look at your realurl configuration (typically, typo3conf/realurl_conf.php) and change the old domain name to a new one. ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org

Re: [TYPO3-english] file upload in FE

2011-11-22 Thread Victor Livakovsky
Hi, Leen. At this time I can not get the value of from the file upload field to be remembered. Just a suggestion: do you have enctype=multipart/form-data in your form-tag? ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org

[TYPO3-english] current property of stdWrap

2011-11-20 Thread Victor Livakovsky
Hi, list. I've started re-reading of TS manuals - want to improve the way, I'm using it :) And I'm stuck with current value - I don't get, how can I use it? I found this article [1] of Dmitry, that explains a meaning of this value and how to manipulate it, but I still can't see an advantage

Re: [TYPO3-english] SYS_LASTCHANGED vs. tstamp

2011-11-18 Thread Victor Livakovsky
Hi, Marco. So what is the difference between SYS_LASTCHANGED and tstamp. When will those fields update? I also was interesting in this and found a method in class.tslib_content.php called: function lastChanged($tstamp). Here are lines from it's description: * Sets the SYS_LASTCHANGED

Re: [TYPO3-english] microdata inside of htmlarea

2011-11-18 Thread Victor Livakovsky
thanks for your help. The span class is inside, but I dont get it managed, to include microdata, they get filtered out. Is there a way to disable this, or can I add the microdata keywords into the rte? Ah, now I 've got, what you need. Sorry, didn't understand from the very beginning.

Re: [TYPO3-english] Category menu for contents belonging to more than 1 category

2011-11-18 Thread Victor Livakovsky
Hi, Robert. Check any tagging extension, like 'tagpack' or 'vge_tagcloud'. It should fit your needs ;) ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] Max image width constant

2011-11-17 Thread Victor Livakovsky
Hi, Stephen. My preffered way is: # Different MaxW for different columns tt_content.image.20 { maxW maxW.cObject = CASE maxW.cObject { key.field = colPos 0 = TEXT 0.value =

Re: [TYPO3-english] microdata inside of htmlarea

2011-11-17 Thread Victor Livakovsky
Hi. I want to use the htmlarea to insert predefined textstyle tags for the insert of microdata in my RTE. I created the class = micro which is selectable through the RTE but how can I wrap the microdata inside the span? Here is the way: First, create some rte.css: span.blue {

Re: [TYPO3-english] Templavoila 1.6

2011-11-17 Thread Victor Livakovsky
Fatal error: Class 'tx_templavoila_div' not found in /my/path/to/typo3conf/temp_CACHED_psc27a_ext_tables.php on line 1647 Thry to kill manually all temp_CACHED_* files in your typo3conf dir. ___ TYPO3-english mailing list

Re: [TYPO3-english] Slow Queries From TT-News

2011-11-10 Thread Victor Livakovsky
Hi, Louis. As far, as I understood, these part of queries are generated by enableFields() of tslib_cObj class, which comes from core, and, I believe, core members know, what they are doing. Most I'm scared about AND tt_news.pid IN(835,2905,...) - there is really large number of pids. You

Re: [TYPO3-english] Going to the login page

2011-11-10 Thread Victor Livakovsky
Hi, Colin. How do I make every page go to the 'login' page if a user hasn't logged in ? You may allow access for every page (except one with login form) only for some FE usergroup, and use config.typolinkLinkAccessRestrictedPages TS option. See more in TSref [1] [1]:

Re: [TYPO3-english] Front end editing embarrasment

2011-11-08 Thread Victor Livakovsky
Thank you so much. I'll re do my page with templa volia, add a login and then give myself admin rights in both fe be. Hopefully, it will all come alive. :) You don't need to be logged in at FE to see the frontend editing options. You just need to be logged in at BE from same domain and use

Re: [TYPO3-english] RealURL Configuration Help

2011-11-02 Thread Victor Livakovsky
Hi, Rod. Possible solutions: 1. Read the manual of realurl. 2. Use some pre-configuration, like cbrealurl extension. 3. Take this basic configuration and extend it to your needs by reading the manuel anyway ;) $GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['realurl'] = array ( 'domain.tld' = array (

[TYPO3-english] FLUIDTEMPLATE partials

2011-11-01 Thread Victor Livakovsky
Hi, list. I'm now learning benefits of FLUIDTEMPLATE and would like to use it in my next project to feel the difference between it and usual TEMPLATE or TV. So far so good, but I can't get the meaning of partials concept. What are they used for? Examples across the internet don't tell much:

Re: [TYPO3-english] FLUIDTEMPLATE partials

2011-11-01 Thread Victor Livakovsky
Hi, Jigal. So far so good, but I can't get the meaning of partials concept. What are they used for? As far as I've understood they are used for parts of an HTML template you want to use for more than one entire template. If you have 3 or 4 templates which have one or more parts in common,

Re: [TYPO3-english] FLUIDTEMPLATE partials

2011-11-01 Thread Victor Livakovsky
Hi, Kay. With EXT:fed you can use something similar to tv fces based on fluidtemplate Started to read the manual - seems really promising ext! Nice :) Thank you for a hint. ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org

Re: [TYPO3-english] FLUIDTEMPLATE partials

2011-11-01 Thread Victor Livakovsky
Ok, I think, now I've got the meaning: instead of placing some static HTML into every template or in TS, put it to partial It doesn't have to be static. Just see it as building blocks which are shared by several templates. If you change the partial these changes will be used in all templates

Re: [TYPO3-english] htmlmail-setRecipient How to use a string (coding for ext)

2011-10-28 Thread Victor Livakovsky
Hi, Leen. Not an answer to your message, but just a suggestion: try to use new 't3lib_mail_Message' class instead of htmlMail. You may find more info here: http://buzz.typo3.org/teams/core/article/your-first-blog/ ___ TYPO3-english mailing list

Re: [TYPO3-english] Loading pictures

2011-10-27 Thread Victor Livakovsky
Hi, Colin. Do you have dam extension installed? If so, you better disable default media selector and use only dam one - I remember something similar, when I tried to add image with default selector. ___ TYPO3-english mailing list

[TYPO3-english] Multiple records creation wizard

2011-10-27 Thread Victor Livakovsky
Hi, list. I'm using TYPO3 4.5.6 and I wonder, is there any extension or possibility to create multiple records of any type, like it is done in Functions - Wizards - Create multiple pages? Thanks in advance. ___ TYPO3-english mailing list

  1   2   3   >