[TYPO3-english] Geting BE user group in Typoscript

2012-10-17 Thread ktt
Hello, Is it possible to get BE user group in Typoscript? Or just simply to use userFunc? Thank you in advance, Kast ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

[TYPO3-english] Hiding web submodule icon without disabling funtionality

2012-10-15 Thread ktt
Hello, I created a backend module as web submodule. Now it appears in the left menu unde 'Web'. Module mostly functions in background without direct interaction via interface from user, therefore I would like to hide the icon in 'Web' list. Is it possible to hide the icon without affecting

[TYPO3-english] change typo3temp/GB to typo3temp/pics

2012-10-02 Thread ktt
Hello, Layered images, generated by Gifbuilder being saved to typo3temp/GB. Is it possible to change the directory to typo3temp/pics without applying the patch? Thank you in advance, Kast ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org

[TYPO3-english] $TYPO3_CONF_VARS from localconf.php in Typoscript

2012-08-09 Thread ktt
Hello, Is there any way to get $TYPO3_CONF_VARS values from localconf.php into Typoscript - for example in extension setup.txt? Thank you in advance, Kast ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org

[TYPO3-english] Changing adding order of new items in multiple select box

2012-06-27 Thread ktt
Hello, 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? Thank you in advance, Kast ___ TYPO3-english mailing list

[TYPO3-english] TCA by content uid

2012-06-21 Thread ktt
Hello, is it possible to set TCA changes only for particular content uid? Thank you in advance, Kast ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] 4.5.3 backend is blank..

2012-01-10 Thread ktt
Hello, 4.5.10 behaves the same way like 4.5.3. I just noticed this behaviour while upgrading from 4.5.0 to 4.5.3, so thought it would be more exact to name the version where the behaviour was first noticed.. - Original Message - From: Xavier Perseguers xav...@typo3.org To:

[TYPO3-english] [Solved] Re: 4.5.3 backend is blank..

2012-01-10 Thread ktt
- Original Message - From: Steffen Gebert steffen.geb...@typo3.org To: typo3-english@lists.typo3.org Cc: Sent: Tuesday, January 10, 2012 9:43 AM Subject: Re: [TYPO3-english] 4.5.3 backend is blank.. On 10.01.12 09:28, ktt wrote: Hello, 4.5.10 behaves the same way like 4.5.3. I just noticed

Re: [TYPO3-english] 4.5.3 backend is blank..

2012-01-09 Thread ktt
katja.lamp...@lieska.net To: typo3-english@lists.typo3.org Cc: Sent: Monday, January 9, 2012 8:47 AM Subject: Re: [TYPO3-english] 4.5.3 backend is blank.. Hi, 6.1.2012 11:38, ktt kirjoitti: Hello, On update of TYPO3 from 4.5.0 to 4.5.3 strange thing happened - backend become blank. No errors

[TYPO3-english] 4.5.3 backend is blank..

2012-01-06 Thread ktt
Hello, On update of TYPO3 from 4.5.0 to 4.5.3 strange thing happened - backend become blank. No errors in PHP nor in Apache logs, SQL and BE debug are silent as well. typo3temp and temp_CACHED... were cleared as well. Compression is set to false: $TYPO3_CONF_VARS['FE']['compressionLevel'] =

[TYPO3-english] Forcing TYPO3 JS compressor?

2011-11-08 Thread ktt
Hello, I'm trying to debug EXTjs javascripts of the backend. Is there any way to force TYPO3 to compress changed ext-all.js and ext-core.js and upload them to typo3temp? Thank you in advance, Kast ___ TYPO3-english mailing list

[TYPO3-english] Local extbase(SL) vs system extbase

2011-10-10 Thread ktt
Hello, I noticed local older extbase overrides system extbase extension. Is there any way to make system extbase main without deinstalling local extension(I would need temporary deinstall all dependant extensions as well - it really uncomfortable). Thank you in advance, Kast

[TYPO3-english] Powermail and SMTP

2011-08-26 Thread ktt
Hello, Hoster disabled PHPMail function and Powermail stopped sending emails. Can Powermail work via SMTP? It seems there is not much info about it.. Thank you in advance, Kast A. ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org

[TYPO3-english] Changing(intercepting) other extension fields in TCA

2011-08-09 Thread ktt
Hi, Is it possible to modify other extensions' TCA fields by installing a new extension? For example change tt_news Category field, so after installation of hijacking extension it will look differently and behave in different way? Thank you in advance, Kast A.

[TYPO3-english] Changing default language in Templavoila

2011-08-02 Thread ktt
Hello, How to change default language in Templavoila? I did changes in TS template - config.sys_language_uid = 1 config.locale_all = en_GB.UTF-8 config.language = en Previous was German L=0. But German still appears as main language in backend, and English being shown as localisation. In

Re: [TYPO3-english] Changing default language in Templavoila

2011-08-02 Thread ktt
Hi Jigal, Thank you very much for extensive response. In TYPO3 the concept of localization is a bit complex. Records for various languages are technically speaking not equal. Without extra localization all content is in the default language, but it is not really connected to any language

Re: [TYPO3-english] Changing default language in Templavoila

2011-08-02 Thread ktt
Il 02/08/11 09.44, ktt ha scritto: Hello, How to change default language in Templavoila? I did changes in TS template - config.sys_language_uid = 1 config.locale_all = en_GB.UTF-8 config.language = en Previous was German L=0

[TYPO3-english] Integer value from Templavoila FCE form

2011-07-10 Thread ktt
I succesfully pass string values from FCE form to FCE's Typoscript: temp.mytitle=TEXT temp.mytitle.field=field_mytitle_first_part But it doesn't work with digits: temp.mydigit=INT temp.mydigit.field=field_digits My form: typeinput/type size10/size checkbox/checkbox evaltrim/eval Are there

[TYPO3-english] Check for tt_content image type with numRows?

2011-06-10 Thread ktt
Hello, I'm able to check for content in the left column and use default if there is none. temp.MyContent = COA temp.MyContent { 10 = COA 10 { if.isFalse.numRows styles.content.getLeft 10 = CONTENT 10 { table = tt_content select.pidInList = 392

[TYPO3-english] Indexed search and UTF-8

2011-05-23 Thread ktt
Hello, After conversion of a database to utf-8 collation utf8_general_ci, Indexed search behaviour become quite strange: with -- config.renderCharset = utf-8 config.metaCharset = utf-8 config.sys_language_uid = 0 config.language = dk config.locale_all = dk_DK

[TYPO3-english] Images are not showing in frontend

2011-05-16 Thread ktt
Hello, After update to 4.5.2 images are not showing. I copied image url and tried to open it, but got these errors: Warning: require(PATH_typo3sysext/cms/ext_autoload.php) [function.require]: failed to open stream: No such file or directory in

[TYPO3-english] TemplaVoila ERROR: Couldn't find Template Object with UID 1.

2011-05-14 Thread ktt
Hello. I updated Templavoila to 1.5.4 and TYPO3 from 4.4.6 to 4.5.2 and getting this trivial TemplaVoila error: Couldn't find Template Object with UID 1. Please make sure a Template Object is accessible. But in root page properties Page Template Structure: and Use Template Design: have their

[TYPO3-english] Image from root page media field to all pages

2011-05-06 Thread ktt
Hello, I try to fetch image from page media field.    25 = IMAGE    25 {          file.import = uploads/media/          file.import.field = media          file.import.listNum = 1       } How to pass the image from root page media field to each subpage? So each subpage could display the Image

[TYPO3-english] Powermail Thank you! pop-up message window

2011-04-21 Thread ktt
Hello, Are there any ways to make a pop-up Javascript confirmation message after successful form submit? It seems default configuration doesn't have that. Regards, Kast Andras ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org

[TYPO3-english] Conditional menu with page id

2011-03-15 Thread ktt
Hello, I would like to build conditional HMENU where some links to pages would be styled according to page id. What conditionals should I use - if, CASE? Thank you in advance, Ktt ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org

[TYPO3-english] tt_news image size in LIST and SINGLE modes

2011-03-03 Thread ktt
} Are there any ways to display bigger image in SINGLE mode? Or it's a bug? Thank you in advance, Ktt ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

[TYPO3-english] TYPO3 backup SVN or GIT

2011-01-13 Thread ktt
Hello, Are there any realible TYPO3 website backup with SVN or GIT solutions? There is Full backup extension, (http://typo3.org/documentation/document-library/extension-manuals/w4x_backup/0.9.2/view/) but it requires manual administration and doesn't have versioning. Thank you in advance, Ktt

[TYPO3-english] Link with RealURL

2010-12-27 Thread ktt
//a/div ) Is it possible? Thank you in advance, Ktt ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

[TYPO3-english] Caption problem in tt_content

2010-12-08 Thread ktt
. Is it possible to fix it? Thank you in advance, Ktt ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

[TYPO3-english] TemplaVoila and /upload/pics override

2010-12-01 Thread ktt
Hello, I uploaded a picture to fileadmin/images/ and after adding it to Text w/image element, the path being overwritten with /uploads/pics How to override this to my traditiona fileadmin path? Is it TemplaVoila issue? Thank you in advance. Ktt

Re: [TYPO3-english] TemplaVoila and /upload/pics override

2010-12-01 Thread ktt
-text Regards, ktt --- On Wed, 12/1/10, Kay Strobach ty...@kay-strobach.de wrote: From: Kay Strobach ty...@kay-strobach.de Subject: Re: [TYPO3-english] TemplaVoila and /upload/pics override To: typo3-english@lists.typo3.org Date: Wednesday, December 1, 2010, 9:14 PM Hi, not a templavoila

Re: [TYPO3-english] TemplaVoila and /upload/pics override

2010-12-01 Thread ktt
Hi, I searched the list - there were similar problems. The problem was quite strange - I turned Image quality processing to None and it worked. I guess, those errors appeared because of Image Magick configuration.. Regards, Ktt --- On Wed, 12/1/10, Christopher Torgalson bedlamho...@gmail.com

[TYPO3-english] RTE TSconfig magic

2010-11-25 Thread ktt
showButtons = * hideButtons = blockstyle, blockstylelabel, chMode ... Thank you in advance, Ktt ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

[TYPO3-english] TYPO3 javascript order

2010-11-14 Thread ktt
Hello, I use javascript to center the page, but it activates only after the page is loaded. Is there are any way to manage javascript executing order in TYPO3 and eexcute them before the content is loaded? Thank you in advance, Ktt

[TYPO3-english] Link to file in menu

2010-10-14 Thread ktt
Hello, Is it possible to make a link to a file in menu in Typoscript way? Or should I write a custom PHP script like here http://www.typo3wizard.com/en/snippets/menus/create-menus-using-data-from-other-tables-than-pages.html and place a file in any column? Thank you in advance, Ktt

Re: [TYPO3-english] Extending DAM

2010-09-24 Thread ktt
, Ktt --- On Thu, 9/23/10, Jigal van Hemert ji...@xs4all.nl wrote: From: Jigal van Hemert ji...@xs4all.nl Subject: Re: [TYPO3-english] Extending DAM To: typo3-english@lists.typo3.org Date: Thursday, September 23, 2010, 9:15 AM Hi, On 23-9-2010 1:43, ktt wrote: How could I add custom fields

[TYPO3-english] Extending DAM

2010-09-22 Thread ktt
Hello, How could I add custom fields to DAM and display them in a separate tab? It seems there is not much documentation on this topic. Regards, Ktt ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://lists.typo3.org/cgi-bin

[TYPO3-english] Customisation for image gallery

2010-09-21 Thread ktt
customizable image gallery without writing an extension? The cases with browser extension are also interesting: http://typo3.org/documentation/document-library/extension-manuals/browser_tut_basics_en/3.4.1/view/ Thank you in advance, Ktt ___ TYPO3

[TYPO3-english] Redirection to several sr_feuser groups

2010-09-14 Thread ktt
Hello, I would like to have two groups of users, lets' say: Gardeners and Beekeepers. Is it possible to create redirection onlogin for each users group with sr_feuser, or shoul I create separate login boxes and pages for them? Thank you in advance, Ktt

[TYPO3-english] Capture last visited page id with Typoscript

2010-07-07 Thread ktt
Hello, Is it possible to capture last visited page id with Typoscript? Regards, Ktt ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

[TYPO3-english] Import .t3d without extensions

2010-06-22 Thread ktt
/including extensions from t3d in TYPO3 panel. Regards, Ktt ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

[TYPO3-english] Sign in - Log out, Register links

2010-06-11 Thread ktt
Hello, I would like to place Sign in if user not logged, Log out if user is logged and Register links on top of each page. sr_feuser has login box but is it possible to use only links? I saw kc_loginstatus extension, probabaly there are other solutions? Regrds, Ktt

[TYPO3-english] Standard Searchbox and blank results

2010-06-01 Thread ktt
? Thank you in advance, Ktt ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

[TYPO3-english] Getting extension generated URL with parameters

2010-05-26 Thread ktt
it into DMS ###FOR_URL###. What are the best methods to do this? Maybe it is possible to configure RealUrl in such a way it would pass URL's with parameters? Regards, Ktt ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http

[TYPO3-english] Marker not replaced (DirectMail subscription)

2010-05-23 Thread ktt
, ###FIELD_email###, with a link to the administration of your profile Usually this happens if extensions templates are not included page template, but here it's not he case... Also it's quite strange Address (tt_address) items show id= with the mouse over. Thank you in advance, Ktt

Re: [TYPO3-english] Marker not replaced (DirectMail subscription)

2010-05-23 Thread ktt
-exec_SELECTquery#853 // t3lib_DB-debug#234 --- On Sun, 5/23/10, ktt kestuti...@yahoo.com wrote: From: ktt kestuti...@yahoo.com Subject: [TYPO3-english] Marker not replaced (DirectMail subscription) To: TYPO3-english@lists.typo3.org Date: Sunday, May 23, 2010, 7:21 PM Hello, I insert email and name

[TYPO3-english] parasitic tags a id=c44/a

2010-05-22 Thread ktt
uid and are empty.. Regards, Ktt ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

[TYPO3-english] 2 variants of extension on the same page with different configurations

2010-05-17 Thread ktt
Hello, Is it possible to use two variants of extension on the same page? Can I refer to extension by column where it is inserted? Regards, Ktt ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman

Re: [TYPO3-english] Base Calendar(cal) alphabetic listing of events

2010-05-14 Thread ktt
It is possible to make menu work on tt_content as well. I found this: http://www.typo3wizard.com/en/snippets/menus/create-menus-using-data-from-other-tables-than-pages.html Regards, Ktt --- On Fri, 5/14/10, Peeter Rahuvarm pee...@kraabus.ee wrote: From: Peeter Rahuvarm pee...@kraabus.ee

[TYPO3-english] Base Calendar(cal) alphabetic listing of events

2010-05-13 Thread ktt
Hello, How could I make this? Modify the Calendar source, or just make a HMENU menu? Ragards, Ktt ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

[TYPO3-english] tx_events or how to edit frontend plugin with kickstarter

2010-05-10 Thread ktt
Hello, I detected strange frontend plugin tx_events in one installation. I would like to attach diferent styles to it and change behaviour. Is it possible to use kickstarter for this? Regrds, Kioshin ___ TYPO3-english mailing list

[TYPO3-english] phpbb_auth problems

2010-05-09 Thread ktt
? Thank you in advance, Ktt ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

[TYPO3-english] include custom CSS with Automaketemplate

2010-04-30 Thread ktt
= TEMPLATE temp.headTemplate { template = plugin.tx_automaketemplate_pi1 workOnSubpart = DOCUMENT_HEADER } Maybe it is possible to include custom CSS with Automaketemplate? Thank you in advance, Ktt ___ TYPO3-english mailing list TYPO3-english

[TYPO3-english] sr_feuser - user able to register, but not to login

2010-04-27 Thread ktt
you in advance, Ktt ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] sr_feuser - user able to register, but not to login

2010-04-27 Thread ktt
Thank you! And for other Unable to login errors I found strange behaviour - MD5 five was disabled in Constants. After enabling MD5 it worked. So it didn't parsed plain passwords for some reason. Ktt --- On Tue, 4/27/10, Jigal van Hemert ji...@xs4all.nl wrote: From: Jigal van Hemert ji

[TYPO3-english] Automaketemplate and sr_feuser_register extension

2010-04-25 Thread ktt
Hello, Is it possible to use Automaketemplate and sr_feuser_register in common? Since I need to insert sr_feuser_register fields with !-- ###SUB_ERROR_FIELD### -- but Automaketemplate cuts it and displays ###SUB_ERROR_FIELD_myNewFieldName### Thank you in advance, Ktt

[TYPO3-english] Automaketemplate and editors convienence

2010-04-19 Thread ktt
Hello, I prefer create templates with Automaketemplate, but is it possible to make it convienent for editor to load particular template for a page and insert content without defining it's uid in Typoscript in the template editor? Or should I choose TemplaVoilla? Thank you in advance. Ktt

[TYPO3-english] Add or remove custom columns in Pagecontent

2010-04-19 Thread ktt
Hello, I there any extension to add or remove custom columns in a TYPO3 Pagecontent (backend)/ Regards, Ktt ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

[TYPO3-english] Moving templates to sysfolders

2010-04-17 Thread ktt
Hello, I created templates and would like to move them to particular sysfolders is it possible? Regards, Ktt ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

[TYPO3-english] Custom links in HMENU wrapiing

2010-04-14 Thread ktt
= li class=activespan|/span/li } lib.mainMenu.1.CUR { allWrap = lispan|/span/li doNotLinkIt = 1 } I would like to preserve class=active in a link tag in HMENU wrapper. Is it possible to cusotmize HMENU links? Thank you in advance, Ktt

[TYPO3-english] How to override tt_content styles

2010-04-12 Thread ktt
Hello, I would like to disable or override tt_content styles. That's the most recommended method to do this? Or maybe it is possible to assign styles to tt_content elements by uid? Thank you in advance, Ktt ___ TYPO3-english mailing list