Re: [TYPO3-english] localized subtitle with typoscript

2010-10-24 Thread Adrian Mot

Hi Krystian,

Did you add "Alternative Page Language" record to the page? I just 
tested your script on TYPO3 4.4.4 and it works fine with alternative 
language.


Anyway, you could use the following script do display the current page 
title/subtitle:


temp.content_header = TEXT
temp.content_header.data = page:subtitle

Best regards,
Adrian

On 24.10.2010 15:49, Krystian Szymukowicz wrote:


hi

I need to use localized subtitle for current page.


I use such code and it works with page:title

temp.content_header >
temp.content_header = HMENU
temp.content_header {
special = list
special.value.data = TSFE:id
1 = TMENU
1.NO.stdWrap.data = page:title
1.NO.doNotLinkIt = 1
}




But the subtitle is always from default language.

temp.content_header >
temp.content_header = HMENU
temp.content_header {
special = list
special.value.data = TSFE:id
1 = TMENU
1.NO.stdWrap.data = page:subtitle
1.NO.doNotLinkIt = 1
}



Does anyone knows why ?
Thank for any clue.


btw: to be sure I added "subtitle" to 
$TYPO3_CONF_VARS['FE']['addRootLineFields'] but it changes nothing.




--
grtz
Krystian Szymukowicz
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Send Notify back to FE user in registration form

2010-10-25 Thread Adrian Mot

Hi Chivy,

I guess the easiest way to configure it is using the constant editor. 
All functionalities are briefly described there, but it would be a very 
good idea to check the extension manual before. You will find everything 
in there.


Best regards,
Adrian

On 25.10.2010 12:24, Lim Chivy wrote:

Hello all,

I have used sr_feuser_register extension for registration form. I 
would like to know for you all how to configure it, if it needs to 
send nofication e-mail (account has been enabled) to Frontend user 
after the Administrator accept his request by clicking the link in 
admin e-mail.


I would appreciate it if you can help me.

Kind regards,
Chivy
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Seminar Manager Extension and paypal payment

2010-10-25 Thread Adrian Mot



The extension documentation gives a code example of how to do this but as soon
as I use it I get fatal errors about syntax.

Hi Bob,

What is exactly the fatal error?

It's registered like this in ext_localconf.php:
$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['seminars']['listView'][]='EXT:seminarspaypal/Hooks/class.tx_seminarspaypal_Hooks_MyEvents.php:'.'&tx_seminarspaypal_Hooks_MyEvents';
You need to make sure that 
EXT:seminarspaypal/Hooks/class.tx_seminarspaypal_Hooks_MyEvents.php 
really exists (ex: 
typo3conf/ext/seminarspaypal/Hooks/class.tx_seminarspaypal_Hooks_MyEvents.php)


Best regards,
Adrian
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] startingpoint custom extensions TYPO3 4.5

2011-02-15 Thread Adrian Mot

Hello everybody,

I have upgraded from 4.4 to 4.5 and now the Startingpoint (Pages) field 
from the custom extensions is missing.


I thought first that these were disabled by default in 4.5, so I have 
changed the ext_tables.php in the ext folder:

$TCA['tt_content']['types']['list']['subtypes_addlist'][$_EXTKEY.'_pi1']='pi_flexform,pages';

The result was that the Startingpoint was added below the flexform (as 
it was in 4.4), but whenever I try to add a page there (either via popup 
or autocomplete) I receive a JS alert:


Formfields missing:
 fName: [object NodeList]
 fName_list:[object NodeList]
 type:undefined
 fName:data[tt_content][44][pages]

I also tried a fresh 4.5 setup, and then adding an extension to test it, 
but the same result comes up.


I could do it the easy way just to implement a new flexform field for 
this purpose, but I am really keen on knowing what am I doing wrong.


Do you have any idea about the above issue?

Thanks,
Adrian
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] startingpoint custom extensions TYPO3 4.5

2011-02-15 Thread Adrian Mot

Hi Kay,

No, I do not have it installed.

Regards,
Adrian

On 15.02.2011 13:36, Kay Strobach wrote:

Hi do you have date2cal installed?
If yes remove it.

Kay

Am 15.02.2011 12:30, schrieb Adrian Mot:

Hello everybody,

I have upgraded from 4.4 to 4.5 and now the Startingpoint (Pages) field
from the custom extensions is missing.

I thought first that these were disabled by default in 4.5, so I have
changed the ext_tables.php in the ext folder:
$TCA['tt_content']['types']['list']['subtypes_addlist'][$_EXTKEY.'_pi1']='pi_flexform,pages';


The result was that the Startingpoint was added below the flexform (as
it was in 4.4), but whenever I try to add a page there (either via popup
or autocomplete) I receive a JS alert:

Formfields missing:
  fName: [object NodeList]
  fName_list:[object NodeList]
  type:undefined
  fName:data[tt_content][44][pages]

I also tried a fresh 4.5 setup, and then adding an extension to test it,
but the same result comes up.

I could do it the easy way just to implement a new flexform field for
this purpose, but I am really keen on knowing what am I doing wrong.

Do you have any idea about the above issue?

Thanks,
Adrian



___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] startingpoint custom extensions TYPO3 4.5

2011-02-15 Thread Adrian Mot

Hi Kay,

Firefox 3.6.13, Windows 7

Same behavior on IE8 and Safari 4.0.3 and I guess other browsers as well.

Regards,
Adrian

On 15.02.2011 14:23, Kay Strobach wrote:

Hi,

which browser do you use?

Regards
Kay

___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] startingpoint custom extensions TYPO3 4.5

2011-02-16 Thread Adrian Mot

Hi Ernesto,

You are absolutely right. I have not checked the other tabs.

Thanks,
Adrian

On 16.02.2011 22:50, Ernesto Baschny [cron IT] wrote:

The "pages" field is now always rendered by default, so you don't need
to add it specifically as you've done. Adding it in fact might be the
cause of the JS error because the field will be then present twice in
different tabs.

The tab of this field is called "Behaviour" and the field is labeled
"Record Storage Page".

Cheers,
Ernesto

___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english