[TYPO3] Test for Treelevel inside a TMENU item

2007-04-11 Thread Livius Agrippa
Hi, I want to create a menu with a "complex" picture after the active item. But I want to remove this when the subitem is selected Here is the code: #the left menu # Menu cObject temp.menu = HMENU temp.menu.entryLevel = 1 temp.menu.wrap = |   # First level menu-object, textual temp.menu.1 = TM

Re: [TYPO3] Test for Treelevel inside a TMENU item

2007-04-11 Thread Livius Agrippa
Hi JoH, Thank you very much for the information. I didn't pay attention to the TypoScript very closely. Best regards, Livius JoH asenau wrote: >> I want to create a menu with a "complex" picture after the active >> item. But I want to remove this when the subitem is selected > > So you should

[TYPO3] A question about extension

2007-04-18 Thread Livius Agrippa
Hi, I want to create an extension in order to add new fields in the table be_users. I want to extend this table because I work at a website which doesn't have fe_users. But I want to have these extra information in multiple languages. Considering these requirements, I have a problem with the logic

Re: [TYPO3] MySQL question

2007-04-22 Thread Livius Agrippa
27;; $result = $GLOBALS['TYPO3_DB']->exec_SELECTquery($select,$table,$where); Thank you, Livius Oliver Rowlands wrote: > Hi Livius, > > What version of mysQL are you using? > > Sub-selects have only been available in mySQL since version 4.1. > >

[TYPO3] MySQL question

2007-04-22 Thread Livius Agrippa
Hi, I want to create a service for the cal extension but I encountered a mysql problem. Can someone tell me what is wrong with this mysql statement, because I don't have any idea. SELECT name, email FROM fe_users WHERE disable = "0" AND deleted = "0" AND fe_users.uid IN (SELECT uid_foreign FROM t

[TYPO3] Example with flexform

2007-05-07 Thread Livius Agrippa
Hi, I try to create an extension which use flexform. This extension should process select statements on other database than typo3-install database. Also I try to populate the items in the flexform with information from the other database. Are there more examples with itemsProcFunc functions simil

Re: [TYPO3] Example with flexform

2007-05-08 Thread Livius Agrippa
Dmitry Dulepov wrote: > Livius Agrippa wrote: >> I try to create an extension which use flexform. This extension should >> process select statements on other database than typo3-install database. >> >> Also I try to populate the items in the flexform with information

Re: [TYPO3] Example with flexform

2007-05-08 Thread Livius Agrippa
Dmitry Dulepov wrote: > Livius Agrippa wrote: >> Thank you for your answer. What I wanted to say was the fact how can I >> reuse some information from the main class of the extension. >> I want to hove some general fields for the extension where the user can >> insert co

Re: [TYPO3] Example with flexform

2007-05-09 Thread Livius Agrippa
Dmitry Dulepov wrote: > Hi! > > Livius Agrippa wrote: >> My extension uses a flexform. But I cannot get rig of the default >> "Starting Point". >> I don't need this but I don't find anywhere a reference about this field. >> >> Can y

[TYPO3] BE-users rights

2007-05-14 Thread Livius Agrippa
Hi, I try to set the BE-users rights but I have 2 problems (questions). 1. Every user can edit his personal page but also when he tries to insert an internal link, he can link only with his personal pages. How can it be set that the users are allowed to insert links to any internal page? 2. I h

[TYPO3] filter items in BE for extension

2007-06-05 Thread Livius Agrippa
Hi, I want to filter the items based on the type of be-user. The non-admin be user should have access only to their personal items of extensions in sysfolder (based on cruserid). Is it possible to implement this? can someone point me in the right direction? Second problem is not so urgent but a

[TYPO3] Picture gallery

2007-07-03 Thread Livius Agrippa
Hi, I searched for an image gallery which looks like this: http://debianadmin.com/copper/displayimage.php?pos=-874 but made with javascript (I don't want to refresh the page everytime when a new image is called). I saw that are many extension in the repository for dealing with galleries but so

[TYPO3] simulateStaticDocuments

2007-07-03 Thread Livius Agrippa
Hi, This is the second question from today :). I try to switch the website to simulateStaticDocuments and everythings goes fine. But I have one more desire. Can I insert in link also the name of the parent page? Ex. if the page Contact is under the page "About us" the link will be www.test.com/A

Re: [TYPO3] simulateStaticDocuments

2007-07-04 Thread Livius Agrippa
Hi Tapio, I searched for a solution and also I think that the best solution is to use realurl. But after the first look, it seems so hard to configure this extension. Are there any already tested Typoscript for this extension? regards, Livius Tapio Markula schrieb: > Livius Agrippa kirjoi

[TYPO3] RealURL problem

2007-07-17 Thread Livius Agrippa
Hi, I try to use this extension (realURL) together with realurlmanagement. Everything works fine and this extension is very good but I have a problem with it. When I am logged in BE (in the same browser in different tab) the menu in FE doesn't work anymore. If I log out from BE everything ret

Re: [TYPO3] RealURL problem

2007-07-18 Thread Livius Agrippa
e. I hope there is a solution for this problem, Livius Andreas Becker schrieb: > Hi Livius > > What happens if you turn of realurl or/and tunoff realurl manager? > Have you tried? > > Andi > > 2007/7/17, Livius Agrippa <[EMAIL PROTECTED]>: >> >> &g

[TYPO3] Convert all the email addresses to images

2007-07-24 Thread Livius Agrippa
Hi, I want to convert all email address into images and when such an image is clicked the mail application will be opened. Is there any extension which can do this or anybody knows how can I do this? Best regards, Livius ___ TYPO3-english mailing list

Re: [TYPO3] Convert all the email addresses to images

2007-07-24 Thread Livius Agrippa
Christopher Torgalson wrote: > Hi there, > > On 7/24/07, Livius Agrippa <[EMAIL PROTECTED]> wrote: >> Hi, >> >> I want to convert all email address into images and when such an image >> is clicked the mail application will be opened. >> Is there any

Re: [TYPO3] Convert all the email addresses to images

2007-07-24 Thread Livius Agrippa
Hi Christopher, Thank you very much for the information. I changed the code and I used the typolink function. Christopher Torgalson wrote: > Hi, > > On 7/24/07, Livius Agrippa <[EMAIL PROTECTED]> wrote: >> Christopher Torgalson wrote: >> > Hi there, >&g

[TYPO3] Condition in globalVar

2007-10-23 Thread Livius Agrippa
Hi, I want to construct an if-else statement based on TSFE:id = 1 and GP:L=1 I have a site with 2 languages and it shows on every page the last update date. But right now, I want to show this information only on some pages (it is better to say that I don't want to show this date on 4-5 pages).

Re: [TYPO3] Condition in globalVar

2007-10-24 Thread Livius Agrippa
Darko Jr. Gonzalez wrote: > [globalVar = TSFE:id > 0]&&[globalVar = TSFE:id < 11] > lib.flash = RECORDS > lib.flash.tables = tt_content > lib.flash.source = 183 > [global] > > this means that this tt_content will appear on all pages with id>0 and id<11 > (1,2,3,4,5,6,7,8,9,10) > > > [globalVar =

Re: [TYPO3] Condition in globalVar

2007-10-24 Thread Livius Agrippa
Hi Joey, Your observation is good and thank you. But another problem. This line: [globalVar = TSFE:id = 2,3,4,5] doesn't work as it should. All the pages pass this condition. If I write only one id, the condition works as it should. I think I should write: [globalVar = TSFE:id = 2][globalVar = TS