[TYPO3-english] WS404 - 404 error handling

2011-02-16 Thread Morten Hagh
Hi list,

 

I've installed 404 Handler (ws_404) to handle multi language 404 errors, but
I just can't get it to work.
Am I missing something somewhere ?

I have set the page id in the extension configuration  to the page id of my
custom error page and via the install tool I've set:

$TYPO3_CONF_VARS['FE']['pageNotFound_handling'] =
'USER_FUNCTION:typo3conf/ext/ws_404/class.user_pageNotFound.php:user_pageNot
Found->pageNotFound';  

 

But when I type an invalid URL it show the default TYPO3 page not found
error.


Regards
Morten Hagh

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


Re: [TYPO3-english] FE-User Questions

2011-02-16 Thread N3
> Hi N3 or Jan?,
It's Jan ;-)

> > 1) is there a maximum number of front-end users? I am looking at about
> > 40,000 users. Each user will only log in once.
> 
> No problem for TYPO3 ... if you server can handle it.

Where might the bottleneck be? The database I guess? Will I have to take any
precautions?

> > 2) how many users can be online at the same time before the system
starts
> > to get slow? What can I do to improve performance?
> 
> You better ask how many requests can be done simultaneously. Keep in mind
> that FE-User related processing can not be cached as it is unique for each
> FE-User.

So what am I looking at: FE-User calls the site via the link --> is logged
in --> the form gets updated with the related data --> nothing (user fill
out the form) --> Form is submitted an data is written back to DB. That
doesn't seem like to much stress. Lets say 10.000 users update within the
first 24 hours, could that seriously bring any server down?


Regards
Jan

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


Re: [TYPO3-english] 4.5.0 and usability

2011-02-16 Thread Tomas Mrozek
> Now everything is in alphabetical order. Before they were in kind of
> groups, one extension properties in one group then the next and so on.

It seems to be grouped according to extensions/tables just fine. Looking
at it now, I have first properties for "Access Control Lists" (extension
be_acl), then "Alternative Page Language", "Backend Layout", and so on.

What is troublesome is naming of the fields. For example I have "Page
Content: Columns" three times in the list. One is for table columns, one
for content columns, one for image columns. It's then a hassle to set it
as I have to hover over the help icon for each of these fields to find
out which field it actually is.

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


Re: [TYPO3-english] 4.5.0 and usability

2011-02-16 Thread Steffen Gebert

On 16.02.11 09:17, Tomas Mrozek wrote:

Now everything is in alphabetical order. Before they were in kind of
groups, one extension properties in one group then the next and so on.
I think it's two issues. The rendering mode has been changed, you can 
revert this by setting

$TYPO3_CONF_VARS['BE']['accessListRenderMode'] = 'singlebox'.

However, this doesn't change the order back to the 4-4 state. So I 
assume that is has sth. to do with the TCA refactoring.




It seems to be grouped according to extensions/tables just fine. Looking
at it now, I have first properties for "Access Control Lists" (extension
be_acl), then "Alternative Page Language", "Backend Layout", and so on.

What is troublesome is naming of the fields. For example I have "Page
Content: Columns" three times in the list. One is for table columns, one
for content columns, one for image columns. It's then a hassle to set it
as I have to hover over the help icon for each of these fields to find
out which field it actually is.
It has always been this way. Maybe we can list the Section, in which the 
field is visible in between (so Columns could appear in Page Content: 
Image Alignment: Number of Columns). Nevertheless, with the ? it's now 
better than before.



Kind regards
Steffen

--
Steffen Gebert
TYPO3 v4 Core Team Member

TYPO3  inspiring people to share!
Get involved: http://typo3.org
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] 4.5.0 and usability

2011-02-16 Thread Tomas Mrozek
>> What is troublesome is naming of the fields. For example I have "Page
>> Content: Columns" three times in the list. One is for table columns, one
>> for content columns, one for image columns.

> It has always been this way.

Right... I've never noticed that because the fields weren't next to each
other in the list. :-)

Is this what you meant Katja? Not that it wouldn't be grouped according
to extension/core table (which it is) but that it's not separated into
logical groups WITHIN the extension/core table group?

> Nevertheless, with the ? it's now better than before.

I agree with that.

Tomas Mrozek

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


Re: [TYPO3-english] FE-User Questions

2011-02-16 Thread Xavier Perseguers

Hi,


So what am I looking at: FE-User calls the site via the link -->  is logged
in -->  the form gets updated with the related data -->  nothing (user fill


Have a look at this snippet:

http://www.sk-typo3.de/FE-Userlogin-per-Code.191.0.html

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


Re: [TYPO3-english] ext:T3BLOG for existing TemplaVoila-Website

2011-02-16 Thread Josef Florian Glatz

Am 15.02.2011 16:09, schrieb Dmitry Dulepov:

What kind of problems do you, guys, have?

Stefano Cecere wrote:

i was struggling with the same setup..

i am quite about to give up t3blog :(
but i hope to give a final last try tomorrow




Hi,

i've got following structure

home
-blog
-blog-detail
-tutorials

..and many more pids..


I want to display on "home":
-latest comments in my own special design for this pid
-latest entries with category xy in my own special design for this pid
-latest entries with category aa with just date and title

I want to display on "blog":
-a basic blog
--maincontent: listing of entries with pagebrowser
--sidebar: categories, tags, archive

I want to display on "tutorials":
-a basic blog with entries from category xy only which point to the 
detailpid



So, how should I include my T3Blog-Parts in my TV-Site? AND how can I 
style each other?



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


[TYPO3-english] R: ext:T3BLOG for existing TemplaVoila-Website

2011-02-16 Thread De Contardi Riccardo
If I remember correctly, you can include the single "widgets" as content 
elements in your page, adding to your TS template (include static from 
extensions):
T3BLOG main configuration
T3BLOG functionalities on your website.

Widgets are:
Archive, blog list, blogroll,calendar, categories, latest comments, latest 
posts, RSS, searchbox, social bookmarks, tag cloud, most viewed posts


Regards


Riccardo De Contardi - Web Developer
B Human Srl - www.bhuman.it
Via Canzio, 15 - 20131 Milano
TEL +39-02-20.23.271 - FAX +39-02-20.240.561





**

Chi riceve il presente messaggio e' tenuto a verificare se lo stesso non gli 
sia pervenuto per errore. In tal caso e' pregato di avvisare immediatamente il 
mittente e, tenuto conto delle responsabilita connesse all'indebito utilizzo 
e/o divulgazione del messaggio e/o delle informazioni in esso contenute, voglia 
cancellare l'originale e distruggere le varie copie o stampe.

The receiver of this message is required to check if he/she has received it 
erroneously. If so, the receiver is requested to immediately inform the sender 
and - in consideration of the responsibilities arising from undue use and/or 
disclosure of the message and/or the information contained therein - destroy 
the original message and any copy or printout thereof.


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


Re: [TYPO3-english] R: ext:T3BLOG for existing TemplaVoila-Website

2011-02-16 Thread Dmitry Dulepov

That's right.

De Contardi Riccardo wrote:

If I remember correctly, you can include the single "widgets" as content 
elements in your page, adding to your TS template (include static from extensions):
T3BLOG main configuration
T3BLOG functionalities on your website.

Widgets are:
Archive, blog list, blogroll,calendar, categories, latest comments, latest 
posts, RSS, searchbox, social bookmarks, tag cloud, most viewed posts


--
Dmitry Dulepov
TYPO3 core&security team member
E-mail: dmitry.dule...@typo3.org
Web: http://dmitry-dulepov.com/
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] HTML Area - link to content element

2011-02-16 Thread Marieke Vandamme 3

Dear, 

In bug (http://bugs.typo3.org/view.php?id=2844), Stanislas says:
you can link to any content element when creating a link with the RTE.

Can somebody tell me how you do so?
Many thanks, Marieke Vandamme

-- 
View this message in context: 
http://old.nabble.com/HTML-Area---link-to-content-element-tp30936637p30936637.html
Sent from the TYPO3 English mailing list archive at Nabble.com.

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


Re: [TYPO3-english] HTML Area - link to content element

2011-02-16 Thread Xavier Perseguers

Hi,


In bug (http://bugs.typo3.org/view.php?id=2844), Stanislas says:
you can link to any content element when creating a link with the RTE.

Can somebody tell me how you do so?


Click on the red arrow next to page title instead of on the page title 
itself...


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


[TYPO3-english] sr_feuserregistration with different FE usergroups

2011-02-16 Thread Kim Holberg Andersen

We have a requirement as follows:

1. FE user group gets automaticly approved and confirmed via email
2. Second group needs to be approved by admin, as they get access to 
more info than group 1.


How can this be done in sr_feuserregistration?


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


Re: [TYPO3-english] R: ext:T3BLOG for existing TemplaVoila-Website

2011-02-16 Thread Josef Florian Glatz

:-o WOW. oh.. hmm

THANKS! But how can I modify e.g. TagCloud?
I've found ext/t3blog/pi1/widgets/tagCloud/setup.txt and modify a copy 
in my own TS-setup.


thx in forward,
Josef Florian Glatz

Am 16.02.2011 12:30, schrieb De Contardi Riccardo:

If I remember correctly, you can include the single "widgets" as content 
elements in your page, adding to your TS template (include static from extensions):
T3BLOG main configuration
T3BLOG functionalities on your website.

Widgets are:
Archive, blog list, blogroll,calendar, categories, latest comments, latest 
posts, RSS, searchbox, social bookmarks, tag cloud, most viewed posts


Regards


Riccardo De Contardi - Web Developer
B Human Srl - www.bhuman.it
Via Canzio, 15 - 20131 Milano
TEL +39-02-20.23.271 - FAX +39-02-20.240.561





**

Chi riceve il presente messaggio e' tenuto a verificare se lo stesso non gli 
sia pervenuto per errore. In tal caso e' pregato di avvisare immediatamente il 
mittente e, tenuto conto delle responsabilita connesse all'indebito utilizzo 
e/o divulgazione del messaggio e/o delle informazioni in esso contenute, voglia 
cancellare l'originale e distruggere le varie copie o stampe.

The receiver of this message is required to check if he/she has received it 
erroneously. If so, the receiver is requested to immediately inform the sender 
and - in consideration of the responsibilities arising from undue use and/or 
disclosure of the message and/or the information contained therein - destroy 
the original message and any copy or printout thereof.




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


[TYPO3-english] R: R: ext:T3BLOG for existing TemplaVoila-Website

2011-02-16 Thread De Contardi Riccardo
> But how can I modify e.g. TagCloud?


Can't understand... pardon me, but your request seems  a bit too generic... 
what do you need to modify exactly?
The explanation of the various options in the TS setup  should be in the manual 
of T3Blog...

Best regards


Riccardo De Contardi - Web Developer
B Human Srl - www.bhuman.it
Via Canzio, 15 - 20131 Milano
TEL +39-02-20.23.271 - FAX +39-02-20.240.561



**

Chi riceve il presente messaggio e' tenuto a verificare se lo stesso non gli 
sia pervenuto per errore. In tal caso e' pregato di avvisare immediatamente il 
mittente e, tenuto conto delle responsabilita connesse all'indebito utilizzo 
e/o divulgazione del messaggio e/o delle informazioni in esso contenute, voglia 
cancellare l'originale e distruggere le varie copie o stampe.

The receiver of this message is required to check if he/she has received it 
erroneously. If so, the receiver is requested to immediately inform the sender 
and - in consideration of the responsibilities arising from undue use and/or 
disclosure of the message and/or the information contained therein - destroy 
the original message and any copy or printout thereof.


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


Re: [TYPO3-english] sr_feuserregistration with different FE usergroups

2011-02-16 Thread Andreas Becker
When you would use datamints_feuser you could add another field asking
people if they want to belong to this gruop. so the admin knows that he has
to veryfy and enable them.

Andi

On Wed, Feb 16, 2011 at 10:22 PM, Kim Holberg Andersen <
kim.holb...@gmail.com> wrote:

> We have a requirement as follows:
>
> 1. FE user group gets automaticly approved and confirmed via email
> 2. Second group needs to be approved by admin, as they get access to more
> info than group 1.
>
> How can this be done in sr_feuserregistration?
>
>
> Kim Holberg Andersen
> ___
> 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] R: R: ext:T3BLOG for existing TemplaVoila-Website

2011-02-16 Thread Josef Florian Glatz

Sorry!

I've insert T3Blog Tag Cloud Widget as Content Element "Blog Widget 
Selector". The output is correct.


But I want to modify the Output from the originally widget-TS to this one:

plugin.tx_t3blog_pi1.tagCloud {
maxColor = #94DF00
minColor = #E9FFBF


globalWrap = COA
globalWrap {
wrap = |
10 = TEXT
10 {
wrap = |Oft benutzte Keywords
field = title
}
20 = TEXT
20 {
field = data
}
}

list = TEXT
list {
			wrap = |

field = text
}

item = TEXT
item {
wrap = |
field = text
}
}


But nothing happens.

I don't know which TypoScriptpath I should overwrite.

thanks
Josef Florian Glatz


Am 16.02.2011 16:46, schrieb De Contardi Riccardo:

But how can I modify e.g. TagCloud?



Can't understand... pardon me, but your request seems  a bit too generic... 
what do you need to modify exactly?
The explanation of the various options in the TS setup  should be in the manual 
of T3Blog...

Best regards


Riccardo De Contardi - Web Developer
B Human Srl - www.bhuman.it
Via Canzio, 15 - 20131 Milano
TEL +39-02-20.23.271 - FAX +39-02-20.240.561



**

Chi riceve il presente messaggio e' tenuto a verificare se lo stesso non gli 
sia pervenuto per errore. In tal caso e' pregato di avvisare immediatamente il 
mittente e, tenuto conto delle responsabilita connesse all'indebito utilizzo 
e/o divulgazione del messaggio e/o delle informazioni in esso contenute, voglia 
cancellare l'originale e distruggere le varie copie o stampe.

The receiver of this message is required to check if he/she has received it 
erroneously. If so, the receiver is requested to immediately inform the sender 
and - in consideration of the responsibilities arising from undue use and/or 
disclosure of the message and/or the information contained therein - destroy 
the original message and any copy or printout thereof.




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


Re: [TYPO3-english] R: R: ext:T3BLOG for existing TemplaVoila-Website

2011-02-16 Thread Josef Florian Glatz

EDIT: Okay, with

plugin.tx_t3blog_pi2.tagCloud < plugin.tx_t3blog_pi1.tagCloud

after my typoscript all is fine. But why pi2? Is pi2 in Templavoila 
always in use?


Thanks in advance,
Josef Florian Glatz

Am 16.02.2011 17:00, schrieb Josef Florian Glatz:

Sorry!

I've insert T3Blog Tag Cloud Widget as Content Element "Blog Widget
Selector". The output is correct.

But I want to modify the Output from the originally widget-TS to this one:

plugin.tx_t3blog_pi1.tagCloud {
maxColor = #94DF00
minColor = #E9FFBF


globalWrap = COA
globalWrap {
wrap = |
10 = TEXT
10 {
wrap = |Oft benutzte Keywords
field = title
}
20 = TEXT
20 {
field = data
}
}

list = TEXT
list {
wrap = |
field = text
}

item = TEXT
item {
wrap = |
field = text
}
}


But nothing happens.

I don't know which TypoScriptpath I should overwrite.

thanks
Josef Florian Glatz


Am 16.02.2011 16:46, schrieb De Contardi Riccardo:

But how can I modify e.g. TagCloud?



Can't understand... pardon me, but your request seems a bit too
generic... what do you need to modify exactly?
The explanation of the various options in the TS setup should be in
the manual of T3Blog...

Best regards


Riccardo De Contardi - Web Developer
B Human Srl - www.bhuman.it
Via Canzio, 15 - 20131 Milano
TEL +39-02-20.23.271 - FAX +39-02-20.240.561



**

Chi riceve il presente messaggio e' tenuto a verificare se lo stesso
non gli sia pervenuto per errore. In tal caso e' pregato di avvisare
immediatamente il mittente e, tenuto conto delle responsabilita
connesse all'indebito utilizzo e/o divulgazione del messaggio e/o
delle informazioni in esso contenute, voglia cancellare l'originale e
distruggere le varie copie o stampe.

The receiver of this message is required to check if he/she has
received it erroneously. If so, the receiver is requested to
immediately inform the sender and - in consideration of the
responsibilities arising from undue use and/or disclosure of the
message and/or the information contained therein - destroy the
original message and any copy or printout thereof.






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


Re: [TYPO3-english] FE-User Questions

2011-02-16 Thread Ivano Luberti


Il 16/02/2011 9.12, N3 ha scritto:
>> Hi N3 or Jan?,
> It's Jan ;-)
>
>>> 1) is there a maximum number of front-end users? I am looking at about
>>> 40,000 users. Each user will only log in once.
>> No problem for TYPO3 ... if you server can handle it.
> Where might the bottleneck be? The database I guess? Will I have to take any
> precautions?
>

it heavily depends on the kind of processing your software performs.
Bottlenecks could be the database, the file system, the memory occupation.
Less likely it could be the processor.


>>> 2) how many users can be online at the same time before the system
> starts
>>> to get slow? What can I do to improve performance?
>> You better ask how many requests can be done simultaneously. Keep in mind
>> that FE-User related processing can not be cached as it is unique for each
>> FE-User.
> So what am I looking at: FE-User calls the site via the link --> is logged
> in --> the form gets updated with the related data --> nothing (user fill
> out the form) --> Form is submitted an data is written back to DB. That
> doesn't seem like to much stress. Lets say 10.000 users update within the
> first 24 hours, could that seriously bring any server down?
>
>

Can you assume that those accesses are reasonably distributed in the 24
hours?

BTW

A comprehensive evaluation would require to take into account a lot of
parameters involving many entities (HW, OS, DBRMS, Typo3, Apache)

That said, the most important thing to look at when using Typo3 id if
the pages of the web site you develop can be put in cache by Typo3.
For example there are certain extensions that when their plugin is used
make a typo3 page not be cacheable.

At the T3CAMP Italy held a few months ago in Bologna , I saw a very
interesting presentation made by Mauro Lorenzutti on this matter.








-- 
==
dott. Ivano Mario Luberti
Archimede Informatica societa' cooperativa a r. l.
Sede Operativa
Via Gereschi 36 - 56126- Pisa
tel.: +39-050- 580959
tel/fax: +39-050-9711344
web: www.archicoop.it
==

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


[TYPO3-english] R: R: R: ext:T3BLOG for existingTemplaVoila-Website

2011-02-16 Thread De Contardi Riccardo
Mhh... Maybe I'm wrong, but I guess that the
plugin.tx_t3blog_pi1.
refers to the properties of the objects you use when you choose to let T3Blog  
rewrite your whole page
plugin.tx_t3blog_pi2.
Refers to the properties of the "widgets" objects

> plugin.tx_t3blog_pi2.tagCloud < plugin.tx_t3blog_pi1.tagCloud

Your line is contained also in the file  /t3blog/static/t3blog/pi2/setup.txt
So I guess that this objects are mainly mere copies of their "pi1" 
counterparts, and I guess that you could have obtained the same results using 
directly

plugin.tx_t3blog_pi2.tagCloud{
 // all your TS here
}

Instead of making a copy of the object.
BTW: When you want to overwrite TS properties of the objects you use, or just 
see what objects are in use , the TSOB (TypoScript Object Browser) is your best 
friend :D
Best regards



Riccardo De Contardi - Web Developer
B Human Srl - www.bhuman.it
Via Canzio, 15 - 20131 Milano
TEL +39-02-20.23.271 - FAX +39-02-20.240.561


**

Chi riceve il presente messaggio e' tenuto a verificare se lo stesso non gli 
sia pervenuto per errore. In tal caso e' pregato di avvisare immediatamente il 
mittente e, tenuto conto delle responsabilita connesse all'indebito utilizzo 
e/o divulgazione del messaggio e/o delle informazioni in esso contenute, voglia 
cancellare l'originale e distruggere le varie copie o stampe.

The receiver of this message is required to check if he/she has received it 
erroneously. If so, the receiver is requested to immediately inform the sender 
and - in consideration of the responsibilities arising from undue use and/or 
disclosure of the message and/or the information contained therein - destroy 
the original message and any copy or printout thereof.


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


[TYPO3-english] Missing pages redirecting with code 303

2011-02-16 Thread Tomasz Melcer
Hello,

I am trying to get 404 code working properly. I am using TYPO3 4.5 from
the Introduction Package, which means RealURL and actually all its
default settings too (I haven't had time to customize it yet).

I followed the article from [1]. That is, I created a page "Page not
found" right under my Home page, with speaking URL set to page-not-found.

 [1] http://typo3.org/development/articles/improved-404-handling/

Then, using Admin Tools->Install->All Configuration, I modified variables:

[FE][pageNotFound_handling] = /page-not-found/
[FE][pageNotFound_handling_statheader] = HTTP/1.0 404 Not Found

(well, the second one was already in this form).

But when I actually connect to the host, I get 303 and redirection:

% telnet myhost 80
Trying myhost...
Connected to myhost.
Escape character is '^]'.
GET /this-does-not-exist/ HTTP/1.1
Host: myhost

HTTP/1.1 303 See Other
Date: Wed, 16 Feb 2011 17:18:50 GMT
Server: Apache/2.2.16 (Debian)
X-Powered-By: PHP/5.3.3-7
Set-Cookie: fe_typo_user=dae1862e71dc0eb04f79ef362ac5c090; path=/
Location: http://myhost/page-not-found/
Vary: Accept-Encoding
Content-Length: 0
Content-Type: text/html

If I understood the article correctly, at this point I should get status
code 404 and the error page itself in the response.

I probably missed something during setup, but googling didn't help much.
Is there anything I could have missed, or things I should check?

Thanks,

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


Re: [TYPO3-english] R: R: R: ext:T3BLOG for existingTemplaVoila-Website

2011-02-16 Thread Josef Florian Glatz

Thank you guys for help!

BTW: I've found a missing translation in the tagCloud-Widget 
http://forge.typo3.org/issues/13099


Regards,
JFG

Am 16.02.2011 17:29, schrieb De Contardi Riccardo:

Mhh... Maybe I'm wrong, but I guess that the
plugin.tx_t3blog_pi1.
refers to the properties of the objects you use when you choose to let T3Blog  
rewrite your whole page
plugin.tx_t3blog_pi2.
Refers to the properties of the "widgets" objects


plugin.tx_t3blog_pi2.tagCloud<  plugin.tx_t3blog_pi1.tagCloud


Your line is contained also in the file  /t3blog/static/t3blog/pi2/setup.txt
So I guess that this objects are mainly mere copies of their "pi1" 
counterparts, and I guess that you could have obtained the same results using directly

plugin.tx_t3blog_pi2.tagCloud{
  // all your TS here
}

Instead of making a copy of the object.
BTW: When you want to overwrite TS properties of the objects you use, or just 
see what objects are in use , the TSOB (TypoScript Object Browser) is your best 
friend :D
Best regards



Riccardo De Contardi - Web Developer
B Human Srl - www.bhuman.it
Via Canzio, 15 - 20131 Milano
TEL +39-02-20.23.271 - FAX +39-02-20.240.561


**

Chi riceve il presente messaggio e' tenuto a verificare se lo stesso non gli 
sia pervenuto per errore. In tal caso e' pregato di avvisare immediatamente il 
mittente e, tenuto conto delle responsabilita connesse all'indebito utilizzo 
e/o divulgazione del messaggio e/o delle informazioni in esso contenute, voglia 
cancellare l'originale e distruggere le varie copie o stampe.

The receiver of this message is required to check if he/she has received it 
erroneously. If so, the receiver is requested to immediately inform the sender 
and - in consideration of the responsibilities arising from undue use and/or 
disclosure of the message and/or the information contained therein - destroy 
the original message and any copy or printout thereof.




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


Re: [TYPO3-english] EXT ics_awstats: error message with "TYPO3 Crawler"

2011-02-16 Thread Stephan Bernhard

@ loek

thanks so much for your reaction.

you are right: in
class.tx_crawler_lib.php
there is a line
"$reqHeaders[] = 'User-Agent: TYPO3 crawler';"
which might be a hint for the problem.

but it's quite difficult for me to find out what might cause ics_awstats 
to break.


meanwhile the developer announced that he will take care of this problem.

stephan




On 15.02.2011 23:21, Loek Hilgersom wrote:

Hi Stephan,

I have not used crawler and ics_awstats together, but apparently crawler
creates a kind of log item that makes ics_awstats choke. To help
identify what causes the problem you could try fiddling with 'hand made'
lines in the log file to see what exactly makes awstats stop. Could it
be the identifier "TYPO3 crawler", the part with GET, or maybe just an
extra space somewhere?

Just some ideas to figure out what's going wrong, maybe gets you a step
further and an attempt to find out which one of the extensions should be
fixed.

Loek


___
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 Ernesto Baschny [cron IT]
Adrian Mot schrieb am 15.02.2011 12:30:
> 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?

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


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


Re: [TYPO3-english] sync of temp-files in a TYPO3 cluster

2011-02-16 Thread Andy Weber

Hey Kay,

that sounds very interesting! Can you specify the hook function, which I 
have to use for that?


Thanx!

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


Re: [TYPO3-english] sync of temp-files in a TYPO3 cluster

2011-02-16 Thread Olivier Dobberkau
Am 14.02.11 22:44, schrieb Andy Weber:

> So are there any other "clever" solutions? Is there a good alternative
> to rsync, perhaps in combination with icron?

cloudfront?
better varnish vcl?

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


[TYPO3-english] [TYPO3-dev] Extension auction

2011-02-16 Thread Bernhard Kraft
Hello everybody,

Maybe some of you know that I will leave the world of TYPO3. As my
interests and my life situation has changedI am heading for new
directions. So what still remains are a lot of extension created by me
for the TYPO3 community.

I guess many of you know how tedious it can be to take care of an
extension. You have to fix bugs and adopt it to changes in the TYPO3
core. So usually it takes you time to be the owner of an extension. But
on the other hand it also brings you some customers and a little bit of
fame.

As most of my extension have been more work than they made me money, and
we are living in a world where I have to pay for almost everything I am
going to sell them on an e-bay auction. Yes. An extension auction. But
ok. This could get seen as a donation for all the work on those extensions.

By giving the highest offer you get all rights on an extension as far as
the GPL allows this. Then the extension key on typo3.org (and
forge.typo3.org) will get transfered to your TYPO3 user account. Here is
the a list of extension you can purchase:

kb_imageedit
http://cgi.ebay.at/ws/eBayISAPI.dll?ViewItem&item=190502895612

kb_conttable
http://cgi.ebay.at/ws/eBayISAPI.dll?ViewItem&item=190502909660

kb_filequota
http://cgi.ebay.at/ws/eBayISAPI.dll?ViewItem&item=190502914211

kb_game_mahjongg
http://cgi.ebay.at/ws/eBayISAPI.dll?ViewItem&item=190502921728

kb_tv_cont_slide
http://cgi.ebay.at/ws/eBayISAPI.dll?ViewItem&item=190502922903


Some more will follow in 30 days as ebay allows me to submit more items

If you have any questions feel free to ask.


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


Re: [TYPO3-english] sync of temp-files in a TYPO3 cluster

2011-02-16 Thread Andy Weber

Am 16.02.2011 23:38, schrieb Olivier Dobberkau:

Am 14.02.11 22:44, schrieb Andy Weber:


So are there any other "clever" solutions? Is there a good alternative
to rsync, perhaps in combination with icron?


cloudfront?
better varnish vcl?

olivier

Hi Olivier,

cloudfront is no alternative for me.

Better varnish vcl? O.K. sounds interesting - maybe something like that 
works?
1. Check if a site is not in varnish cache (maybe its a new TYPO3 Site 
and therefore no tempfile is writen yet)

2. If true, send the "client" always to my first frontend server.
3. The first webserver wirtes the temp-file
4. incron realizes that und initialize an rsync to my second 
frontend-webserver
5. If an other client asks for the same site - he gets the cached one 
from varnish or varnish knows now that the site is not new and can ask 
my second frontend webserver for the site, too. (maybe if the cache time 
is exhausted?)


Mh, I don't know if this is a clever solution or even if this is a 
solution for a load-balancing system.


So what do you think?

regards
Andy


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


Re: [TYPO3-english] T3BLOG new post: cannot create content

2011-02-16 Thread Josef Florian Glatz

Thank you! It was TCAmanipulate :-o

Am 15.02.2011 10:28, schrieb Sebastiaan de Jonge:

Hi,

Are you by any chance using the TCAmanipulate extension? I had that
installed, it was giving me some problems (because of deprecated function
calls). I used the Tamper Data addon for Firefox to debug the HTTP requests
that were done. Since the CE elements are added via IRRE, this is all done
via AJAX (so you're not seeing what really happens). What would perhaps help
is to open the AJAX request in a new tab (via Tamper Data). This way I found
out what was wrong with my installation.

Cheers,
Sebastiaan

On Tue, Feb 15, 2011 at 9:52 AM, Josef Florian Glatzwrote:


Am 15.02.2011 09:18, schrieb Dmitry Dulepov:

  Hi!


Josef Florian Glatz wrote:


I'm using TYPO3 4.5.0 and T3BLOG 1.1.0 and when I create a post in the
backendmodule and try to add new post content (Your content / Create
new) nothin happens. It seems that there is no action when I click on
"Create new". I tried it also via Backendmodul List - no chance...

Do you have any suggestions?



Check if you have any javascript errors.

  Thanks for your answer dmitry!


There are no js-errors. very strange. I will try to reproduce it on another
TYPO3 installation.

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] [TYPO3-user-registration] sr_feuser_register Problems with usergroup selection on EDIT

2011-02-16 Thread Jan Loderhose

Hi,

I postet this one on typo3.projects.user-registration list. This one is 
fairly new and seems nearly deserted yet. That's why I double post it 
here. Please follow up on typo3.projects.user-registration. Get this new 
group runnnig! ;-)


--->cut<---

I need to offer a page to allow feuser to edit their membership to 
feuser groups, nothing more. But ...


- I cannot manage to unset the requirement of selecting a begroup at 
all. I need a solution that allows to deselect all groups.


- If I send the edit form with any combination of user group selection 
no selection is send to the server. I always get an error stating that I 
should select a user group.


Template Analyzer shows no error.
TypoScript Object Browser shows that my directives are included as 
intended. So maybe there's a problem with my configuration?


These are the constants:

plugin.tx_srfeuserregister_pi1 {
  email = xxx
  siteName = xxx

  formFields = usergroup
  requiredFields =
  useEmailAsUsername = 1
  generateUsername = 0
  generatePassword = 0
  codeLength = 8
  tableName = fe_users
  onChangeCountryAttribute =

  pid = 778
  pidTitleOverride =
  registerPID = 779
  editPID = 779
  confirmPID = 779
  confirmInvitationPID = 779
  confirmType = 0

  loginPID = 779
  linkToPID =
  linkToPIDAddButton =

  defaultCODE = EDIT

  enablePreviewRegister = 0
  enablePreviewEdit = 0
  enableAdminReview = 0

  enableEmailConfirmation = 0
  enableEmailOnApprove = 0
  enableEmailOnRefuse = 0
  enableEmailOnAdminRefuse = 0
  enableEmailOnRegister = 0
  enableEmailOnUpdate = 0
  enableEmailOnDelete = 0
  enableAdminNotifyConfirmation = 1
  enableAdminNotifyOnApprove = 1
  enableAdminNotifyOnRefuse = 1
  enableAdminNotifyOnRegister = 1
  enableAdminNotifyOnUpdate = 1
  enableAdminNotifyOnDelete = 1
  enableAdminNotifyOnEnter = 0
  enableAdminNotifyOnAdminAccept = 1
  enableAdminNotifyOnAdminRefuse = 1
  enableHTMLMail = 1
  enableEmailAttachment = 0

  enableAutoLoginOnConfirmation = 0
  enableAutoLoginOnCreate = 0
  autoLoginRedirect_url =
  dmailCheckedUponRegistration = 0

  userGroupUponRegistration = 12
  userGroupAfterConfirmation = 8,12
  userGroupAfterAcceptation = 8,12

  allowUserGroupSelection = 1
  allowUserGroupUpdate = 1
  allowMultipleUserGroupSelection = 1

  passwordAtLeast = 5
  passwordAtMost = 40
  usernameAtLeast = 6
  usernameAtMost = 50
  nameAtMost = 80
  maxImages = 0
  salutation = formal
  useMd5Password = 0

  module_sys_dmail_category_PIDLIST = 659

  useShortUrls = 0
  shortUrlLife = 30
  useLocalization = 1
  useLocalCountry = 0
  dateFormat = d.m.Y
  dateSplit = .
}

Here's the setup:
plugin.tx_srfeuserregister_pi1 {
  fe_userOwnSelf = 1
  fe_userEditSelf = 1
  delete = 1
}

The HTML-Template used is the original 
tx_srfeuserregister_pi1_css_tmpl.html shipped with the extension.


Any idea?

Thanx, Jan

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