[TYPO3-english] RealUrl redirect after renaming page

2011-04-05 Thread Georg Schönweger
Hi,

Sometimes me (and many other users) are changing the page title of a
page. Now i would like to tell REALURL to redirect old address of page
to new one after renaming the page.
Example:
old page title: my page -- ../my_page/
new page: my new page -- ../my_new_page/
now every call to ../my_page/ should be redirected with 301 to
../my_new_page/
This way you don't have duplicated content, no broken links ecc.

I searched via google and found out that this should be the normal way
realurl is handling renamed pages;
http://dmitry-dulepov.com/article/typo3-seo-keep-your-links-working.html
http://dmitry-dulepov.com/article/realurl-made-easy-part-2.html
...
But in my case it doesn't work. Did realurl in recent versions changed
this behaviour? In my case i can access the old url version and the new
one without any redirects. How to tell realurl to redirect old address
to new address? Is the same also possible for lookUpTables in postVarSets?

relevant config:
  'www.plottershop.it' = array(
'init' = array(
'enableCHashCache' = 1,
'adminJumpToBackend' = false,
'enableUrlDecodeCache' = true,
'enableUrlEncodeCache' = true,
'emptyUrlReturnValue' = '/',
),
'pagePath' = array(
'type' = 'user',
'userFunc' =
'EXT:realurl/class.tx_realurl_advanced.php:tx_realurl_advanced-main',
'spaceCharacter' = '_',
'languageGetVar' = 'L',
'autoUpdatePathCache' = true,
'rootpage_id' = 95,
),
// would be nice if also in postVarSets old Url's get redirected to
new ones
'postVarSets' = array(
'article' = array(
array(
'GETvar' = 'tx_ttnews[tt_news]',
'lookUpTable' = array(
'table' = 'tt_news',
'id_field' = 'uid',
'alias_field' = 'title',
'addWhereClause' = ' AND NOT deleted',
'useUniqueCache' = 1,
'useUniqueCache_conf' = array(
'strtolower' = 1,
'spaceCharacter' = '-',
),
'enable404forInvalidAlias' = true,
'autoUpdate' = true,
),
),
)
)
)
);

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


[TYPO3-english] BE unzip in Filelist

2011-04-05 Thread Historia

Hello,

Is it possible to unzip a file directly in the backend? I have the 
functionality in the server and the correct path in the Install tool. 
When I click on fileinfo I get the list of the files which are in the 
zip files.


But there is no possibility to unzip.

I don't think to go to the console, unzip, chown is the only way to do it.

I run Typo3 4.5.2 on Suse 11.1 virtual root server

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


Re: [TYPO3-english] BE unzip in Filelist

2011-04-05 Thread Josef Florian Glatz

Am 05.04.2011 10:06, schrieb Historia:

Hello,

Is it possible to unzip a file directly in the backend? I have the
functionality in the server and the correct path in the Install tool.
When I click on fileinfo I get the list of the files which are in the
zip files.

But there is no possibility to unzip.

I don't think to go to the console, unzip, chown is the only way to do it.

I run Typo3 4.5.2 on Suse 11.1 virtual root server

Thanks


hi

ext:kb_packman should be nice for you!

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

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


Re: [TYPO3-english] BE unzip in Filelist

2011-04-05 Thread Historia

Hello Josef,

used that happily for some time, but it is labelled obsolete. So I 
thought there must be something else instead.


One hour in Google didn't help.

So I thought there might be a switch somewhere in the Backend or the 
Install.


If there is nothing else I will use that.

Thanks

Am 05.04.2011 11:35, schrieb Josef Florian Glatz:

Am 05.04.2011 10:06, schrieb Historia:

Hello,

Is it possible to unzip a file directly in the backend? I have the
functionality in the server and the correct path in the Install tool.
When I click on fileinfo I get the list of the files which are in the
zip files.

But there is no possibility to unzip.

I don't think to go to the console, unzip, chown is the only way to do
it.

I run Typo3 4.5.2 on Suse 11.1 virtual root server

Thanks


hi

ext:kb_packman should be nice for you!

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



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


Re: [TYPO3-english] BE unzip in Filelist

2011-04-05 Thread Steffen Gebert

used that happily for some time, but it is labelled obsolete. So I
thought there must be something else instead.
I think Andreas marked all his extensions obsolete, before quitting his 
TYPO3 activities. I think it still should work.



So I thought there might be a switch somewhere in the Backend or the
Install.
No, there's no built-in option to support unzipping in the file list. 
There's an option unzip_path in the Install Tool, but that's only used 
for internal things ((un)compressing T3X/T3D files etc IIRC).



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] tt_news and localization

2011-04-05 Thread Boris Gulay
04.04.2011 18:02, Boris Gulay пишет:
 I have tt_news plugin on a page that has two languages: default and
 Russian. In both localizations plugins share the same settings. Same
 page is used to store news items. I have on news item in default language.
 In the FE there is no content in plugin's position at all. What I'm
 doing wrong?
I have made some investigatnions (I've put tracing code into main_news
in EXT:tt_news/pi/class.tx_ttnews.php:126) and I found that plugin entry
point function main_news in not even called for this page!
What I'm doing wrong?
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] BE unzip in Filelist

2011-04-05 Thread Josef Florian Glatz

Am 05.04.2011 10:52, schrieb Historia:

Hello Josef,

used that happily for some time, but it is labelled obsolete. So I
thought there must be something else instead.

One hour in Google didn't help.

So I thought there might be a switch somewhere in the Backend or the
Install.

If there is nothing else I will use that.

Thanks

Am 05.04.2011 11:35, schrieb Josef Florian Glatz:

Am 05.04.2011 10:06, schrieb Historia:

Hello,

Is it possible to unzip a file directly in the backend? I have the
functionality in the server and the correct path in the Install tool.
When I click on fileinfo I get the list of the files which are in the
zip files.

But there is no possibility to unzip.

I don't think to go to the console, unzip, chown is the only way to do
it.

I run Typo3 4.5.2 on Suse 11.1 virtual root server

Thanks


hi

ext:kb_packman should be nice for you!

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




It works in TYPO3 4.5.2 testsystem on my integrationserver

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


Re: [TYPO3-english] BE unzip in Filelist

2011-04-05 Thread Historia
Thanks, so it has no security reason and is only a mark that it is not 
developed further.


I tested the extension already on a 4.5.0 installation and all worked fine.

It is strange that I have to add an extension like quixexplorer to do 
such a simple task which can easily handled by the core. Otherwise the 
info wouldnt support the zip filelist.


Thanks for the answers

Am 05.04.2011 12:33, schrieb Steffen Gebert:

used that happily for some time, but it is labelled obsolete. So I
thought there must be something else instead.

I think Andreas marked all his extensions obsolete, before quitting his
TYPO3 activities. I think it still should work.


So I thought there might be a switch somewhere in the Backend or the
Install.

No, there's no built-in option to support unzipping in the file list.
There's an option unzip_path in the Install Tool, but that's only used
for internal things ((un)compressing T3X/T3D files etc IIRC).


Kind regards
Steffen



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


Re: [TYPO3-english] Croping GIFBUILDER with TEXT inside

2011-04-05 Thread Ralf-René Schröder

das GIFBUILDER Object TEXT kennt die Funktin crop nicht !!!
wohl aber die Funktion text, denn die hat stdWrap
probier also mal (ungetestet)

file = GIFBUILDER
file {
  ...
  10 = TEXT
  10{
text.field = header
text.crop = 4|...
...
  }
}


--
Ralf-René Schröder
http://if-20.com  ... YAML templates for TYPO3
__
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] BE unzip in Filelist

2011-04-05 Thread Steffen Gebert

On 05.04.11 13:27, Historia wrote:

Thanks, so it has no security reason and is only a mark that it is not
developed further.


No Extensions with (publicly) known security issues are in TER. Either 
they get fixed or removed.


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] Croping GIFBUILDER with TEXT inside

2011-04-05 Thread Enrique Moreno Tent
You were totally right. THe answert was text.stdWrap.crop (Silly me!)

Thanks!

2011/4/5 Ralf-René Schröder ralf.r...@online.de

 das GIFBUILDER Object TEXT kennt die Funktin crop nicht !!!
 wohl aber die Funktion text, denn die hat stdWrap
 probier also mal (ungetestet)

 file = GIFBUILDER
 file {
  ...

  10 = TEXT
  10{
text.field = header
text.crop = 4|...
...
  }
 }


 --
 Ralf-René Schröder
 http://if-20.com  ... YAML templates for TYPO3
 __

 ___
 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] Croping GIFBUILDER with TEXT inside

2011-04-05 Thread Patrick Rodacker

Hi Enrique,

Am 05.04.11 12:59, schrieb Enrique Moreno Tent:


 10 = TEXT
 10{
 text.field = header
 crop = 4|...


Have a look at the TSref documentation [1] and you will see, that the 
GIFBUILDER object TEXT does not support the .stdWrap function but the 
text attribute does, so if you change the line


crop = 4|...

to

text.crop = 4|...

it should work.

HTH
Patrick

[1] 
http://typo3.org/documentation/document-library/core-documentation/doc_core_tsref/4.3.2/view/1/8/#id2527812

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


[TYPO3-english] Title issue, and adding records issue

2011-04-05 Thread Rickard N

Hi! 

To begin with, I'm new to Typo3 and I don't know how to access html editing in 
typo3.
I have two issues, one with the showing title on the webpage I'd like to adjust 
and the other about adding records in several languages. 

On the search engines each side of my web site right now show up with company 
name and menu titel. I don't want that as I want each site to show the side 
title. For instance the index side show up as Nordic Discovery - Home. The 
meaning is that the page should show the side title which is Nordic Discovery - 
Rent of canoes and kayaks in Sweden. Beaver and moose safaris 
The thing is that Rent of canoes and kayaks in Sweden. Beaver and moose safaris 
is written in the Titel - Tag field in the SEO manager. 
Looking at the html document I can see that both the sides menu title and the 
sides title is written as side title on two different places. Please check the 
first and the last sentence in the cut from the attached document below. (Taken 
from view source)


titleNordic Discovery - Home/title  link rel=stylesheet 
href=typo3conf/ext/sb_config/fileadmin/css/main.css type=text/css 
media=screen, projection, print / 
!--[if IE] 
  link rel=stylesheet href=typo3conf/ext/sb_config/fileadmin/css/ie.css 
type=text/css media=screen, projection, print / 
![endif]-- 
!--[if lte IE 6 ] 
link rel=stylesheet 
href=typo3conf/ext/sb_config/fileadmin/css/ie6.css type=text/css 
media=screen, projection, print / 
![endif]-- 
  link rel=stylesheet href=typo3conf/ext/sb_config/fileadmin/css/print.css 
type=text/css media=print / 
  link rel=stylesheet type=text/css media=screen 
href=typo3conf/ext/sb_config/fileadmin/js/superfish/css/superfish.css / 
link rel=stylesheet type=text/css media=screen 
href=typo3conf/ext/sb_config/fileadmin/js/superfish/css/superfish-vertical.css
 / 
  
  
!-- (en) Add your meta data here -- 
!-- (de) Fuegen Sie hier ihre Meta-Daten ein -- 
  
!--[if lte IE 7] 
  
![endif]-- 
script type=text/javascript 
src=http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js;/script 
script type=text/javascript 
src=typo3conf/ext/sb_config/fileadmin/js/menu.js/script 
script type=text/javascript 
src=typo3conf/ext/sb_config/fileadmin/js/superfish/js/superfish.js/script 
titleRent of canoes and kayaks in Sweden. Beaver and moose 
safaris/title 


In all pages it has been changed in the metadata but as you can see above there 
is smth that overrides it. 
 
The second problem: I have made translations of a page and copied content. How 
do I add new records on the translated pages so it only shows there? (which 
should'nt show on the original language or others) (and making the record in 
original language then hiding didnt work for me either)
 
I'm aware of that this might be foolish questions but I didnt have much luck 
reading and searching info on the net about it at all. All help with sorting 
out the problems would be much appreciated. 

Regards 
Rickard




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


Re: [TYPO3-english] BE unzip in Filelist

2011-04-05 Thread Jigal van Hemert

Hi,

On 5-4-2011 13:27, Historia wrote:

It is strange that I have to add an extension like quixexplorer to do
such a simple task which can easily handled by the core.


You have actually mentioned the reason why it is possible to use 
extensions. The core could include all functionality every desired by 
anyone in the world. This would make it a huge and unusable system. 
Instead you can install extensions which can do the tasks which you miss 
from the core system.


--
Kind regards / met vriendelijke groet,

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


[TYPO3-english] backend won't load after fix for Expected parameter $conf['scriptSuffix'] was not given.

2011-04-05 Thread Thijs Hakkenberg

Dear list,

I've upgraded an site from 4.2.x to 4.5.2. I did this step by step, 
between all versions running the update manager.

From version 4.3.x the backend wouldn't load after logging out.
I've proceeded upgrading to 4.5.2, hoping the error would go away, but 
this was not the

No errors are generated in the error_log
I've tried deleting the temp_cached files in typo3conf en emptied typo3temp

The frontend and install tool work without problems.
It looks like some eternal redirect problem, in w3m:


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


Re: [TYPO3-english] backend won't load after fix for Expected parameter $conf['scriptSuffix'] was not given.

2011-04-05 Thread Steffen Gebert

Hi Thijs,

can you provide some more details?

Is the subject of your message the error message, which appears?


 From version 4.3.x the backend wouldn't load after logging out.

Can you describe this process a bit more in detail?


It looks like some eternal redirect problem, in w3m:

w3m?


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] backend won't load after fix for Expected parameter $conf['scriptSuffix'] was not given.

2011-04-05 Thread Thijs Hakkenberg
Small addition; I've uncommented line 46 in 
typo3/sysext/cms/tslib/content/class.tslib_content_phpscriptinternal.php 
for the

Expected parameter $conf['scriptSuffix'] was not given
error

On 5-4-2011 17:24, Thijs Hakkenberg wrote:

Dear list,

I've upgraded an site from 4.2.x to 4.5.2. I did this step by step, 
between all versions running the update manager.

From version 4.3.x the backend wouldn't load after logging out.
I've proceeded upgrading to 4.5.2, hoping the error would go away, but 
this was not the

No errors are generated in the error_log
I've tried deleting the temp_cached files in typo3conf en emptied 
typo3temp


The frontend and install tool work without problems.
It looks like some eternal redirect problem, in w3m:


help!
___
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] backend won't load after fix for Expected parameter $conf['scriptSuffix'] was not given.

2011-04-05 Thread Steffen Gebert

On 05.04.11 17:33, Thijs Hakkenberg wrote:

Small addition; I've uncommented line 46 in
typo3/sysext/cms/tslib/content/class.tslib_content_phpscriptinternal.php
for the
Expected parameter $conf['scriptSuffix'] was not given
error


Okay.. that's a bug:
http://forge.typo3.org/issues/25145

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


[TYPO3-english] 4.5.2 and cache not clearing

2011-04-05 Thread Katja Lampela

Hi,

I have a strange problem with a new 4.5.2 installation.
The cache just doesn't get cleared even though I hit all the clear cache 
buttons.


For example I completely deleted from server the html template with no 
effect on site. Tested with multiple browsers. In BE with Web/View 
module the view is accurate.


What might cause this?


--
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] backend won't load after fix for Expected parameter $conf['scriptSuffix'] was not given.

2011-04-05 Thread Thijs Hakkenberg
Yes, but seperated from the backend issue. 

When visiting the backend (will supply it for this time;
http://dierenrecht.org/typo3 ) it will keep loading. 

On Tue, 05 Apr 2011 17:38:23 +0200, Steffen Gebert
steffen.geb...@typo3.org wrote:
 On 05.04.11 17:33, Thijs Hakkenberg wrote:
 Small addition; I've uncommented line 46 in
 typo3/sysext/cms/tslib/content/class.tslib_content_phpscriptinternal.php
 for the
 Expected parameter $conf['scriptSuffix'] was not given
 error
 
 Okay.. that's a bug:
 http://forge.typo3.org/issues/25145
 
 Kind regards
 Steffen
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] 4.5.2 and cache not clearing

2011-04-05 Thread Katja Lampela

Hi,
Deleting manually temp_CACHED_... files in typo3conf doesn't help. What 
is the file temp_fieldInfo.php, may I delete it safely?

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


Re: [TYPO3-english] 4.5.2 and cache not clearing

2011-04-05 Thread Katja Lampela
Okei found out this has been discussed. Refreshing whole BE and after 
that clearing cache helps. Solution is being made I suppose.



5.4.2011 19:08, Katja Lampela kirjoitti:

Hi,

I have a strange problem with a new 4.5.2 installation.
The cache just doesn't get cleared even though I hit all the clear cache
buttons.

For example I completely deleted from server the html template with no
effect on site. Tested with multiple browsers. In BE with Web/View
module the view is accurate.

What might cause this?



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


[TYPO3-english] Multidomain, cooluri and formhandler

2011-04-05 Thread Alexander Dorn
Hi everyone,

I got the following issue on a multidomain site (atm 2 sites) using the 
formhandler extension.

There is a contact form on each site. On the first site everything works fine. 
When the form is submitted the user is redirected to the validation page and 
the mail is sent to the recipient.

On the second site every request looks like this

GET domain.tld/kontakt  302 Moved Temporarily
GET domain.tld/kontakt  200 OK.

or

GET domain.tld/portfolio302 Moved Temporarily
GET domain.tld/portfolio200 OK.

When the form is submitted on this page, following request are sent:

POSTdomain.tld/kontakt  302 Moved Temporarily
GET domain.tld/kontakt  200 OK.

The post request won't be processed and the user sees the empty form.

How can I get rid of the 302 redirect? Is this the internal Typo3 processing 
for multidomain sites?

Any ideas? 
Thanks Alex


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


Re: [TYPO3-english] Multidomain, cooluri and formhandler

2011-04-05 Thread Katja Lampela

Hi Alex,

To get some answers to this, you should start a new thread for this. Don't 
reply, but start a new.

--
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