Re: [TYPO3-english] scandinavian letters in domain and realurl

2011-03-09 Thread Katja Lampela

Hi Chris,

10.3.2011 9:19, Chris Müller kirjoitti:

perhaps you have to encode the domain to punycode:
http://en.wikipedia.org/wiki/Punycode

So try this as domain:
xn--exmple-cua.fi

You can encode a domain to punycode with a converter, e.g.
http://idnaconv.phlymail.de/index.php


Thank you so much, this solved the problem!!

--
With kind regards

Katja Lampela
*Lieska-tuotanto*
www.lieska.net

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


Re: [TYPO3-english] scandinavian letters in domain and realurl

2011-03-09 Thread Chris Müller

Hi Katja,

perhaps you have to encode the domain to punycode:
http://en.wikipedia.org/wiki/Punycode

So try this as domain:
xn--exmple-cua.fi

You can encode a domain to punycode with a converter, e.g.
http://idnaconv.phlymail.de/index.php

Regards,
Chris.

Am 10.03.2011 07:52, schrieb Katja Lampela:

Hi,

In Finland we can have scandinavian letters in domain. I have this one
site, exämple.fi, and this domain record with redirection to the domain
with no scandinavian letters:

exämple.fi -> example.fi

Now the redirection doesnt' work. Instead I get error:

Reason: RealURL error: unable to determine rootpage_id for the current
domain.

Even the realurl for this site is unabled, config.tx_realurl_enable = 0

Domain redirection without scandinavian letters works ok.



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


[TYPO3-english] scandinavian letters in domain and realurl

2011-03-09 Thread Katja Lampela

Hi,

In Finland we can have scandinavian letters in domain. I have this one site, 
exämple.fi, and this domain record with redirection to the domain with no 
scandinavian letters:

exämple.fi -> example.fi

Now the redirection doesnt' work. Instead I get error:

Reason: RealURL error: unable to determine rootpage_id for the current domain.

Even the realurl for this site is unabled, config.tx_realurl_enable = 0

Domain redirection without scandinavian letters works ok.

--
With kind regards

Katja Lampela
*Lieska-tuotanto*
www.lieska.net

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


Re: [TYPO3-english] problem with dmailsubscription

2011-03-09 Thread horace grant
On Wed, Mar 9, 2011 at 3:09 PM, horace grant  wrote:

> hi,
>
> i am using the dmailsubscription extension. i got everything to work like i
> want except for one problem.
>
> setting those lines:
>
> plugin.feadmin.dmailsubscription.email = ad...@domain.com
> plugin.feadmin.dmailsubscription.emailName = admin
>
> seems to cause some weird error. the "create saved" message doesn't show up
> anymore (no page gets rendered at all) and no verification email gets sent.
>
> without those two lines everything works fine but of course i would like to
> display a proper sender adress in the mails.
>
> what could be the reason for this?
>


i came across this bug report:
http://bugs.typo3.org/bug_view_advanced_page.php?bug_id=17622

switching off
substituteOldMailAPI
fixes the problem.

cheers,
horace



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


[TYPO3-english] Spacer/Menu Separator

2011-03-09 Thread Alex MacDonald
In older versions of Typo3, I've seen a page type called, "Spacer".

However, in my version of Typo3 (Version 4.5.0), the only thing I see that is 
remotely close to that is "Menu Separator".

Is that the same thing? If not, how do I use a spacer in version 4.5.0?

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


Re: [TYPO3-english] 4.4.4->4.5.2 blank backend

2011-03-09 Thread Kay Strobach
do you get any errors?

Am 09.03.2011 20:01, schrieb Ernesto Baschny [cron IT]:
> Hi Katja,
> 
> something is mixed up in your setup. Read the paths carefully in your
> original report. Why is t3lib_div from "typo3_src-4.4.4" being included
> in your 4.5.2 installation?
> 
> Check your symlinks and maybe some extension or PHP code which might be
> still referring to your old directory.
> 
> Cheers,
> Ernesto
> 
> Katja Lampela schrieb am 09.03.2011 15:30:
>> Hi,
>>
>> After upgrading the backend is blank, frontend works. Install tool works
>> too and I have displayErrors to 2
>> and my IP address in devIPmask, but no errors.
>>
>> Server error log gives for example:
>>
>> PHP Fatal error:  Cannot redeclare class t3lib_div in
>> /home/webadmin/typo3_src-4.4.4/t3lib/class.t3lib_div.php on line 230,
>> referer: http://www.myaddress.fi/typo3/backend.php
>>
>> PHP Fatal error:  Uncaught exception 'BadFunctionCallException' with
>> message 'TYPO3 Fatal Error: Extension key "lang" was NOT loaded!' in
>> /home/webadmin/typo3_src-4.4.4/t3lib/class.t3lib_extmgm.php:156\nStack
>> trace:\n#0 /home/webadmin/typo3_src-4.5.2/t3lib/config_default.php(920):
>> t3lib_extMgm::extPath('lang')\n#1
>> /home/webadmin/typo3_src-4.5.2/typo3/init.php(206):
>> require('/home/webadmin/...')\n#2
>> /home/webadmin/typo3_src-4.5.2/typo3/install/index.php(146):
>> require('/home/webadmin/...')\n#3 {main}\n  thrown in
>> /home/webadmin/typo3_src-4.4.4/t3lib/class.t3lib_extmgm.php on line 156,
>> referer:
>> http://www.myaddress.fi/typo3/install/index.php?TYPO3_INSTALL[type]=update
>>
>>
>> There is source code in blank BE page and the IE gives javascript error
>> (translated from finnish):
>>
>> 'TYPO3.state.ExtDirectProvider' is null or not an object
>> Row: 139
>> Mark: 4
>> Code: 0
>> URI: http://www.myaddress.fi/typo3/backend.php
>>
>>
>> 'TYPO3.Backend.ContentContainer' is null or not an object
>> Rivi: 349
>> Merkki: 2
>> Koodi: 0
>> URI:
>> http://www.myaddress.fi/typo3temp/compressor/modulemenu-a24756b88c9b6d146faa7705e4a7552f.js?1299674697
>>
>>
>>
>> 'TYPO3.Backend.ModuleMenuContainer' is null or not an object
>> Rivi: 113
>> Merkki: 3
>> Koodi: 0
>> URI:
>> http://www.myaddress.fi/typo3temp/compressor/modulemenu-a24756b88c9b6d146faa7705e4a7552f.js?1299674697
>>
>>
>>
>>
>>
> 


-- 
http://www.kay-strobach.de - Open Source Rocks
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] initializing facebook javascript from main page sdk for iframe autoresizing

2011-03-09 Thread Philipp Gampe
siddhant tewari wrote:

> Please tell where should i put this code as i cannot figure out how to
> add ones own javascript functions inside typo3.

In you TypoScript template:

page.includeJS.facebook (
  code without 

Re: [TYPO3-english] 4.4.4->4.5.2 blank backend

2011-03-09 Thread Ernesto Baschny [cron IT]
Hi Katja,

something is mixed up in your setup. Read the paths carefully in your
original report. Why is t3lib_div from "typo3_src-4.4.4" being included
in your 4.5.2 installation?

Check your symlinks and maybe some extension or PHP code which might be
still referring to your old directory.

Cheers,
Ernesto

Katja Lampela schrieb am 09.03.2011 15:30:
> Hi,
> 
> After upgrading the backend is blank, frontend works. Install tool works
> too and I have displayErrors to 2
> and my IP address in devIPmask, but no errors.
> 
> Server error log gives for example:
> 
> PHP Fatal error:  Cannot redeclare class t3lib_div in
> /home/webadmin/typo3_src-4.4.4/t3lib/class.t3lib_div.php on line 230,
> referer: http://www.myaddress.fi/typo3/backend.php
> 
> PHP Fatal error:  Uncaught exception 'BadFunctionCallException' with
> message 'TYPO3 Fatal Error: Extension key "lang" was NOT loaded!' in
> /home/webadmin/typo3_src-4.4.4/t3lib/class.t3lib_extmgm.php:156\nStack
> trace:\n#0 /home/webadmin/typo3_src-4.5.2/t3lib/config_default.php(920):
> t3lib_extMgm::extPath('lang')\n#1
> /home/webadmin/typo3_src-4.5.2/typo3/init.php(206):
> require('/home/webadmin/...')\n#2
> /home/webadmin/typo3_src-4.5.2/typo3/install/index.php(146):
> require('/home/webadmin/...')\n#3 {main}\n  thrown in
> /home/webadmin/typo3_src-4.4.4/t3lib/class.t3lib_extmgm.php on line 156,
> referer:
> http://www.myaddress.fi/typo3/install/index.php?TYPO3_INSTALL[type]=update
> 
> 
> There is source code in blank BE page and the IE gives javascript error
> (translated from finnish):
> 
> 'TYPO3.state.ExtDirectProvider' is null or not an object
> Row: 139
> Mark: 4
> Code: 0
> URI: http://www.myaddress.fi/typo3/backend.php
> 
> 
> 'TYPO3.Backend.ContentContainer' is null or not an object
> Rivi: 349
> Merkki: 2
> Koodi: 0
> URI:
> http://www.myaddress.fi/typo3temp/compressor/modulemenu-a24756b88c9b6d146faa7705e4a7552f.js?1299674697
> 
> 
> 
> 'TYPO3.Backend.ModuleMenuContainer' is null or not an object
> Rivi: 113
> Merkki: 3
> Koodi: 0
> URI:
> http://www.myaddress.fi/typo3temp/compressor/modulemenu-a24756b88c9b6d146faa7705e4a7552f.js?1299674697
> 
> 
> 
> 
> 

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


Re: [TYPO3-english] Put javascript in main page

2011-03-09 Thread Sergey Alexandrov

Number of ways:

1. Put it directly into HTML template

2. in the setup, marker like
SCRIPT = TEXT
SCRIPT.value (
... your stuff here ...
)

3. From withing your plugin, like
$GLOBALS['TSFE']->additionalHeaderData["js"] = 'type="text/javascript" 
src="'.t3lib_extMgm::siteRelPath($this->extKey).'swfobject.js">';


4. GLOBALS['TSFE']->additionalJavaScript[] which is an array

5877,000: http://www.google.com/search?q=typo3+add+javascript

:)

On 3/9/2011 12:27 PM, siddhant tewari wrote:

hi ,
 Can anyone suggest me how can one put javascript in the main page
of the website hosted with typo3 CMS.

regards
Siddhant
___
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] Templavoila-FCE random Sections?

I'm not quite how you're getting the content. But you can randomly order your 
select results in typoscript with RAND()

select {
 pidInList=1
 ...
 orderBy = RAND()
}

John

On Wednesday Mar 9  5:04 AM, at 5:04 AM, Josef Florian Glatz wrote:

> Hi,
> 
> I've got an simple FCE with Sections. Each Section represents an  with 
> content. How can I output this Sections in random order so that the 
> ul/li-listing is randomized on different pids.
> 
> Any suggestions how I can solve this?
> 
> thanks in advance, maybe anyone has a tipp for me :-)
> 
> -- 
> Regards,
> Josef Florian Glatz
> ___
> 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


[TYPO3-english] Put javascript in main page

hi ,
Can anyone suggest me how can one put javascript in the main page
of the website hosted with typo3 CMS.

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


Re: [TYPO3-english] 4.4.4->4.5.2 blank backend


Hi,

Thanks, but I forgot to add: clearing cache and deleting cache files don't help.

--
With kind regards

Katja Lampela
*Lieska-tuotanto*
www.lieska.net

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


Re: [TYPO3-english] 4.4.4->4.5.2 blank backend


Am 09.03.2011 15:44, schrieb Bjoern Pedersen:

Am 09.03.2011 15:30, schrieb Katja Lampela:

Hi,

After upgrading the backend is blank, frontend works. Install tool works
too and I have displayErrors to 2
and my IP address in devIPmask, but no errors.

Server error log gives for example:

PHP Fatal error:  Cannot redeclare class t3lib_div in
/home/webadmin/typo3_src-4.4.4/t3lib/class.t3lib_div.php on line 230,
referer: http://www.myaddress.fi/typo3/backend.php



If i remember correctly, I had something similar due to some broken
extension.
Either try manually clearing typo3conf/temp_* or
maybe google can find something?

Björn
My solution was clearing cache und browser refresh. I had the same 
behaviours on some TYPO3 installations on my dev-server.


--
Regards,
Josef Florian Glatz
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] problem with External Data Import ext


Hi,


I feel really stupid I just forgot to uncheck "substituteOldMailAPI".


And I had forgotten about that setting ;-)

Cheers

--

Francois Suter
Cobweb Development Sarl - http://www.cobweb.ch
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] problem with External Data Import ext

I feel really stupid I just forgot to uncheck "substituteOldMailAPI".
As punishment I'll stay silent for 1 day.

Thank you again

Nik

2011/3/9 François Suter 

> Hi,
>
>
>  The matter is that if i set to any value defaultMailFromAddress
>> and/or defaultMailFromName mails are not sent.
>>
>
> Well, I haven't adapted external_import to the new features of TYPO3 4.5,
> sorry. In particular the sending of the mail doesn't use the new
> SwitftMailer API and so does not use defaultMailFromAddress nor
> defaultMailFromName parameters.
>
> What I plan to do (now that I released version 1.2.0) is to switch to
> developing a 2.x version which would be compatible only with TYPO3 4.5 and
> use all the new features.
>
> I opened an issue about the mail problem, in order not to forget:
>
> http://forge.typo3.org/issues/13711
>
> Sorry about the inconvenience for now.
>
> --
>
> Francois Suter
> Cobweb Development Sarl - http://www.cobweb.ch
> ___
> 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] problem with External Data Import ext


Hi,


The matter is that if i set to any value defaultMailFromAddress
and/or defaultMailFromName mails are not sent.


Well, I haven't adapted external_import to the new features of TYPO3 
4.5, sorry. In particular the sending of the mail doesn't use the new 
SwitftMailer API and so does not use defaultMailFromAddress nor 
defaultMailFromName parameters.


What I plan to do (now that I released version 1.2.0) is to switch to 
developing a 2.x version which would be compatible only with TYPO3 4.5 
and use all the new features.


I opened an issue about the mail problem, in order not to forget:

http://forge.typo3.org/issues/13711

Sorry about the inconvenience for now.

--

Francois Suter
Cobweb Development Sarl - http://www.cobweb.ch
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] 4.4.4->4.5.2 blank backend

Am 09.03.2011 15:30, schrieb Katja Lampela:
> Hi,
> 
> After upgrading the backend is blank, frontend works. Install tool works
> too and I have displayErrors to 2
> and my IP address in devIPmask, but no errors.
> 
> Server error log gives for example:
> 
> PHP Fatal error:  Cannot redeclare class t3lib_div in
> /home/webadmin/typo3_src-4.4.4/t3lib/class.t3lib_div.php on line 230,
> referer: http://www.myaddress.fi/typo3/backend.php
> 

If i remember correctly, I had something similar due to some broken
extension.
Either try manually clearing typo3conf/temp_* or
maybe google can find something?

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


Re: [TYPO3-english] problem with External Data Import ext

Hi again,
going on in the exploring of external_import extension and I found a strange
behaviour (in my opinion of course).
Everything works just fine even report but, of course, the sender is the
default one.
I didn't find anywhere to set it specifically for this extension but on from
installation tool.
The matter is that if i set to any value defaultMailFromAddress
and/or defaultMailFromName mails are not sent.

Any clue?

Bests,
Nik

2011/3/8 François Suter 

> Hi,
>
>
>  The first run  complain that the cli user had not enough rights to update
>> tt_address (table that i need to update).
>> Then I updated cli_scheduler user rights to everything i found that could
>> make sense with tt_address table and in fact second run went smooth and it
>> inserted every record, but the third run and on complain that "Attempt to
>> modify record ### without permission. Or non-existing page."
>>
>> I checked again and again cli_scheduler user  rights and I also added db
>> mount of the page where addresses are, but nothing change.
>>
>> Any help?
>>
>
> There are three steps to setting the correct permissions:
>
> - access to the tables to update
> - the proper mount point(s)
> - the correct access rights (as per Web > Access module)
>
> According to what you describe, I would guess that it's the third step
> that's missing for you. You should make sure that your cli_scheduler user
> has the rights to modify contents for the given storage page (records stored
> on a page are considered to be content, even if it's not strictly content
> elements).
>
> Actually the best way to verify your rights setup is to use the User Admin
> tool to simulate the cli_scheduler and run an import manually from there (or
> even just modify/create a record manually). It's a bit simpler than having
> to run the scheduler every time.
>
> HTH
>
> --
>
> Francois Suter
> Cobweb Development Sarl - http://www.cobweb.ch
> ___
> 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

[TYPO3-english] 4.4.4->4.5.2 blank backend


Hi,

After upgrading the backend is blank, frontend works. Install tool works too 
and I have displayErrors to 2
and my IP address in devIPmask, but no errors.

Server error log gives for example:

PHP Fatal error:  Cannot redeclare class t3lib_div in 
/home/webadmin/typo3_src-4.4.4/t3lib/class.t3lib_div.php on line 230, referer: 
http://www.myaddress.fi/typo3/backend.php

PHP Fatal error:  Uncaught exception 'BadFunctionCallException' with message 'TYPO3 Fatal 
Error: Extension key "lang" was NOT loaded!' in 
/home/webadmin/typo3_src-4.4.4/t3lib/class.t3lib_extmgm.php:156\nStack trace:\n#0 
/home/webadmin/typo3_src-4.5.2/t3lib/config_default.php(920): 
t3lib_extMgm::extPath('lang')\n#1 /home/webadmin/typo3_src-4.5.2/typo3/init.php(206): 
require('/home/webadmin/...')\n#2 
/home/webadmin/typo3_src-4.5.2/typo3/install/index.php(146): 
require('/home/webadmin/...')\n#3 {main}\n  thrown in 
/home/webadmin/typo3_src-4.4.4/t3lib/class.t3lib_extmgm.php on line 156, referer: 
http://www.myaddress.fi/typo3/install/index.php?TYPO3_INSTALL[type]=update


There is source code in blank BE page and the IE gives javascript error 
(translated from finnish):

'TYPO3.state.ExtDirectProvider' is null or not an object
Row: 139
Mark: 4
Code: 0
URI: http://www.myaddress.fi/typo3/backend.php


'TYPO3.Backend.ContentContainer' is null or not an object
Rivi: 349
Merkki: 2
Koodi: 0
URI: 
http://www.myaddress.fi/typo3temp/compressor/modulemenu-a24756b88c9b6d146faa7705e4a7552f.js?1299674697


'TYPO3.Backend.ModuleMenuContainer' is null or not an object
Rivi: 113
Merkki: 3
Koodi: 0
URI: 
http://www.myaddress.fi/typo3temp/compressor/modulemenu-a24756b88c9b6d146faa7705e4a7552f.js?1299674697




--
With kind regards

Katja Lampela
*Lieska-tuotanto*
www.lieska.net

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


[TYPO3-english] problem with dmailsubscription

hi,

i am using the dmailsubscription extension. i got everything to work like i
want except for one problem.

setting those lines:

plugin.feadmin.dmailsubscription.email = ad...@domain.com
plugin.feadmin.dmailsubscription.emailName = admin

seems to cause some weird error. the "create saved" message doesn't show up
anymore (no page gets rendered at all) and no verification email gets sent.

without those two lines everything works fine but of course i would like to
display a proper sender adress in the mails.

what could be the reason for this?

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


Re: [TYPO3-english] Translate strings in template


05.03.2011 20:49, Victor Livakovsky пишет:

Are you sure that storing localized strings inside TypoScript template
is better that using llxml files for that? :)


Well, usually customers like to edit constants in TS template, than
changing contents of some files ;)
Sounds reasonable but I think that changing TypoScript template can be 
very dangerous. If you make an error in TS template the whole site can 
stop working. If you make mistake in llXML file, you will loose 
translated text nothing more.

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

[TYPO3-english] Templavoila-FCE random Sections?


Hi,

I've got an simple FCE with Sections. Each Section represents an  
with content. How can I output this Sections in random order so that the 
ul/li-listing is randomized on different pids.


Any suggestions how I can solve this?

thanks in advance, maybe anyone has a tipp for me :-)

--
Regards,
Josef Florian Glatz
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] tt_news - 2 list views on one page

c

On Wed, Mar 9, 2011 at 7:47 AM, Stano Paška  wrote:

> Hi Horace,
>
> you could check this setting:
>
> plugin.tt_news.excludeAlreadyDisplayedNews
>



that was it! now it works great!

thank you very much! :)

cheers,
horace




>
> Stano.
>
>
> On 9.3.2011 4:02, horace grant wrote:
>
>> hi,
>>
>> i use tt_news and i would like to display 2 list views on one page.
>>
>> the first list view is limited to 1 entry and it displays a random item of
>> a
>> certain category (event of the month).
>>
>> the second list view should display all entries.
>>
>> now i have a strange problem. the second list shows all entries except the
>> one that is displayed in the first list view.
>>
>> why does this happen and how can i prevent this? :)
>>
>> cheers,
>> horace
>>
>
> ___
> 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] Editing BE records with a FE form


Hi Stephen,

Why don't you delegate the editing of your records on another extension?

You have several options:

FE Form Edit API
http://typo3.org/extensions/repository/view/mth_feedit/current/

Or,

BE Login Simulation for FE Users, and thus allow them to edit the 
records with the feeditor or feeadvancededitor

http://typo3.org/extensions/repository/view/simulatebe/current/

Greetings,

.- Bernard

El 08/03/2011 15:12, Stephen Bungert escribió:

For an extension that I have created, I now need to allow editing/creating
new records in the FE. My clients have decided that doing it in TYPO3 is too
complicated and they want some kind of simple form on the website FE that
would allow them to create records.

There are no RTE's needed so the fields consist of just text with several
"group" fields which I render as check and radio boxes. This all worked fine
when editing an existing records,  but I have run in to problems when
creating a new record. There are several fields that need to be additionaly
created: tstamp, crdate, cruser_id and so on.

I set these to timestamps and leave cruser_id blank as I assume the BE user
uid is needed here not the FE user uid.

One of the fields that I see in phpmyadmin is l10n_diffsource which seems to
contain serealised data. I have not done anything to this field except set
it to an empty string. Will this matter long term, can I leave it blank? If
not is there some function I can call to create this data?




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