[TYPO3] TYPO3-english Digest, Vol 47, Issue 8

daniela jovceva adolorata at yahoo.com
Fri Aug 3 08:26:18 CEST 2007


how can I make some plugin or something simular to count or to have statistic's about how many visitors I have on some page of few pages?
Thanks,Dani

----- Original Message ----
From: "typo3-english-request at lists.netfielders.de" <typo3-english-request at lists.netfielders.de>
To: typo3-english at lists.netfielders.de
Sent: Thursday, August 2, 2007 8:03:04 PM
Subject: TYPO3-english Digest, Vol 47, Issue 8

Send TYPO3-english mailing list submissions to
    typo3-english at lists.netfielders.de

To subscribe or unsubscribe via the World Wide Web, visit
    http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
or, via email, send a message with subject or body 'help' to
    typo3-english-request at lists.netfielders.de

You can reach the person managing the list at
    typo3-english-owner at lists.netfielders.de

When replying, please edit your Subject line so it is more specific
than "Re: Contents of TYPO3-english digest..."


Today's Topics:

   1. Re: how to generate link (Jan Bednarik)
   2. Re: extendedshop single view (Katja Lampela)
   3. Re: RealURL and .htaccess (Jan Bednarik)
   4. Re: extendedshop single view (Mauro Lorenzutti)
   5. TYPO3 Security Bulletin 20070716-1: Cross Site Scripting
      vulnerability in faq (Julian Kleinhans)
   6. Re: RealURL and .htaccess (Oliver Rowlands)
   7. Re: extendedshop single view (Katja Lampela)
   8.  website title lost (Katja Lampela)
   9. Re: TYPO3 Security Bulletin 20070716-1: Cross Site Scripting
      vulnerability in faq (Dmitry Dulepov)
  10. How to put a template into an extension? (anthony caskey)
  11. Re: RealURL and .htaccess (Alexander)
  12. Ajax in BE module (Dominik Smatana)


----------------------------------------------------------------------

Message: 1
Date: Thu, 02 Aug 2007 14:24:53 +0200
From: Jan Bednarik <info at bednarik.org>
Subject: Re: [TYPO3] how to generate link
To: typo3-english at lists.netfielders.de
Message-ID:
    <mailman.1.1186057526.29662.typo3-english at lists.netfielders.de>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

> Did you take a look at t3lib_div::getUserObj()? ;-)

Nope. But I haven't seen anyone using it in their extensions. So I guess 
this function, even it may be good function, is a bit useless.

Anyway, next time I will need to create an instance, I will use this 
function ;).

-- 
Jan Bednarik
www.bednarik.org - web about Typo3 in czech


------------------------------

Message: 2
Date: Thu, 02 Aug 2007 15:26:00 +0300
From: Katja Lampela <katja.lampela at lieska.net>
Subject: Re: [TYPO3] extendedshop single view
To: typo3-english at lists.netfielders.de
Message-ID:
    <mailman.1.1186057561.2846.typo3-english at lists.netfielders.de>
Content-Type: text/plain; charset=ISO-8859-1

Got it! It was the simulateStaticDocuments, so when I unabled it,
everything works ok.

My setup is

config {
 simulateStaticDocuments = 1
 simulateStaticDocuments_noTypeIfNoTitle = 1
 simulateStaticDocuments_addTitle=0
}

I gotta examine this a bit if there is a way to pass the variables...
- Katja


>>   
> 
> the correct configuration is the following one:
> 
> - a single page for products list and details. In this page you have to
> store all the products you want to list in this page and you have to
> insert the plugin and select the "Products list". In this page you'll
> see the list of the products and, for each product, a link to the
> detailed page (that is the same but with a productID parameter). Pay
> attention to the startingpoint field (it must be empty).
> 
> you can have a lot of this pages.
> 
> Is this your configuration?
> 
> Regards,
> 


------------------------------

Message: 3
Date: Thu, 02 Aug 2007 14:26:42 +0200
From: Jan Bednarik <info at bednarik.org>
Subject: Re: [TYPO3] RealURL and .htaccess
To: typo3-english at lists.netfielders.de
Message-ID:
    <mailman.1.1186057635.29662.typo3-english at lists.netfielders.de>
Content-Type: text/plain; charset=KOI8-R; format=flowed

> RedirectMatch Permanent ^/productsIndList.aspx?nodeID=2357$ 
> http://www.domain.com/products/business/categories/30.html

I'm not good in mod rewrite (that's why I created CoolURI), but I guess 
you need to add [L] so it'd stop processing next rules:

RedirectMatch Permanent ^/productsIndList.aspx?nodeID=2357$ 
http://www.domain.com/products/business/categories/30.html [L]

-- 
Jan Bednarik
www.bednarik.org - web about Typo3 in czech


------------------------------

Message: 4
Date: Thu, 02 Aug 2007 15:08:50 +0200
From: Mauro Lorenzutti <mauro.lorenzutti at webformat.com>
Subject: Re: [TYPO3] extendedshop single view
To: TYPO3 English <typo3-english at lists.netfielders.de>
Message-ID: <46B1D762.6020706 at webformat.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Katja Lampela ha scritto:
> Got it! It was the simulateStaticDocuments, so when I unabled it,
> everything works ok.
>
> My setup is
>
> config {
>  simulateStaticDocuments = 1
>  simulateStaticDocuments_noTypeIfNoTitle = 1
>  simulateStaticDocuments_addTitle=0
> }
>
> I gotta examine this a bit if there is a way to pass the variables...
> - Katja
>
>   

Ok, you are not constructing the url correctly to pass parameters. Tryo 
to change it by adding this line in your TS setup:

config.simulateStaticDocuments_pEnc = md5

Please, let me know if it wors.

Regards,

-- 
 Mauro Lorenzutti


e-mail:  mauro.lorenzutti at webformat.com

---------------------------------------------------------
WEBFORMAT srl | Corte Europa, 12 | I-33097 SPILIMBERGO PN
     Tel +39-0427-926.389  --  Fax +39-0427-927.653
       info at webformat.com  --  http://www.webformat.com
---------------------------------------------------------



------------------------------

Message: 5
Date: Thu, 02 Aug 2007 15:59:06 +0200
From: Julian Kleinhans <jk at marketing-factory.de>
Subject: [TYPO3] TYPO3 Security Bulletin 20070716-1: Cross Site
    Scripting vulnerability in faq
To: typo3-english at lists.netfielders.de
Message-ID:
    <mailman.1.1186063166.423.typo3-english at lists.netfielders.de>
Content-Type: text/plain; charset=ISO-8859-15; format=flowed

Hi list,

i have a little problem. My customer has changed the core from the faq 
ext version 0.0.7
Before i can update this ext to the new bugfixed version 0.0.8 i must 
save the changes.

I would create a patch, but therefor i need the original 0.0.7 Version. 
But the 0.0.7 in the TER is the same as 0.0.8. I think the autor has 
overwritten it :(

Can someone send me the old 0.0.7 Version "WITH" the bug ? Than i can 
create a patch before i update to the new Version 0.0.8

It would be very nice ;)

greetz
julian


------------------------------

Message: 6
Date: Thu, 02 Aug 2007 15:16:54 +0100
From: Oliver Rowlands <oliver at liquidlight.co.uk>
Subject: Re: [TYPO3] RealURL and .htaccess
To: typo3-english at lists.netfielders.de
Message-ID:
    <mailman.1.1186064214.20106.typo3-english at lists.netfielders.de>
Content-Type: text/plain; charset=KOI8-R; format=flowed

Hi Alexander,

You can not target the query string with Apache's mod_alias Redirect and 
RedirectMatch directives.

You will have to use mod_rewrite instead:

RewriteCond %{QUERY_STRING} nodeID=2357 [NC]
RewriteRule ^productsIndList\.aspx$ http://domain.com/page.html? 
[NC,R=301,L]

A few explanations:
- The NC flag means the match is case insensitive;
- The R=301 flag forces a permanent redirect (HTTP 1/x 301 Moved 
permanently) which is important if you care about your SEO;
- The L flag stops the rewriting process without applying any other rules;
- The '?' at the end of the redirection URI prevents mod_rewrite from 
automatically appending the GET parameters from the old URI.

If you need to redirect more than just a few URIs you might want to 
consider using a redirect map instead. I wrote this HOWTO a few of 
months ago which explains the process:

http://lists.netfielders.de/pipermail/typo3-english/2007-May/039509.html

BTW: Jan, the [L] flag only applies to mod_rewrite directives not mod_alias.

Hope this helps,

Oliver

Alexander wrote:
> Hello list.
> I have some problems with RealURL configuration and redirections. I need 
>  place some redirects into my .htaccess file, but now RealURL has 
> priority. How can I do this, I mean how to make priority for .htaccess. 
> I need to read .htaccess settings first then RealURL settings.
> 
> Regards, Alex


-- 
Oliver Rowlands
:: Liquid Light ::

E - oliver at liquidlight.co.uk
W - http://www.liquidlight.co.uk

T - 00 44 (0)845 6 58 88 35
F - 00 44 (0)845 6 58 44 35


------------------------------

Message: 7
Date: Thu, 02 Aug 2007 18:16:20 +0300
From: Katja Lampela <katja.lampela at lieska.net>
Subject: Re: [TYPO3] extendedshop single view
To: typo3-english at lists.netfielders.de
Message-ID:
    <mailman.1.1186067781.26998.typo3-english at lists.netfielders.de>
Content-Type: text/plain; charset=ISO-8859-1

Oh yes - you are great, works perfectly, thank you!!
- Katja



Mauro Lorenzutti kirjoitti:
> Katja Lampela ha scritto:
>> Got it! It was the simulateStaticDocuments, so when I unabled it,
>> everything works ok.
>>
>> My setup is
>>
>> config {
>>  simulateStaticDocuments = 1
>>  simulateStaticDocuments_noTypeIfNoTitle = 1
>>  simulateStaticDocuments_addTitle=0
>> }
>>
>> I gotta examine this a bit if there is a way to pass the variables...
>> - Katja
>>
>>   
> 
> Ok, you are not constructing the url correctly to pass parameters. Tryo
> to change it by adding this line in your TS setup:
> 
> config.simulateStaticDocuments_pEnc = md5
> 
> Please, let me know if it wors.
> 
> Regards,
> 


------------------------------

Message: 8
Date: Thu, 02 Aug 2007 19:17:38 +0300
From: Katja Lampela <katja.lampela at lieska.net>
Subject: [TYPO3]  website title lost
To: typo3-english at lists.netfielders.de
Message-ID:
    <mailman.1.1186071459.10531.typo3-english at lists.netfielders.de>
Content-Type: text/plain; charset=ISO-8859-1

hi everyone,

I have a new strange problem; the website title given in the template
isn't there (don't know if it ever was - I'm just building the site).
Only the page title is in the title tag.

I have a main template and the template "snippets" are included as
"include basis template" and I have css_styled_content and
simulatestatic configured and working.

I've tried putting the website title only in the main template (root
page) or on all the templates or on only one of the snippets templates,
but the website title just doesn't appear.

This is really strange since I usually just copy from previous site the
templates so everything should be normal and fine.

Thanks for any idea of what might cause this.
- Katja


------------------------------

Message: 9
Date: Thu, 02 Aug 2007 19:18:44 +0300
From: Dmitry Dulepov <dmitry at typo3.org>
Subject: Re: [TYPO3] TYPO3 Security Bulletin 20070716-1: Cross Site
    Scripting vulnerability in faq
To: typo3-english at lists.netfielders.de
Message-ID:
    <mailman.1.1186071530.27687.typo3-english at lists.netfielders.de>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Julian Kleinhans wrote:
> i have a little problem. My customer has changed the core from the faq 
> ext version 0.0.7
> Before i can update this ext to the new bugfixed version 0.0.8 i must 
> save the changes.
> 
> I would create a patch, but therefor i need the original 0.0.7 Version. 
> But the 0.0.7 in the TER is the same as 0.0.8. I think the autor has 
> overwritten it :(
> 
> Can someone send me the old 0.0.7 Version "WITH" the bug ? Than i can 
> create a patch before i update to the new Version 0.0.8
> 
> It would be very nice ;)

No need. Get unpatched version to another directory and diff it to 
patched version.

-- 
Dmitry Dulepov
TYPO3 freelancer / TYPO3 core team member
Web: http://typo3bloke.net/
Skype: callto:liels_bugs


------------------------------

Message: 10
Date: Thu, 2 Aug 2007 16:37:15 +0000
From: anthony caskey <anthonycaskey at hotmail.com>
Subject: [TYPO3] How to put a template into an extension?
To: <typo3-english at lists.netfielders.de>
Message-ID: <BAY114-W26A801D538C7D020FE3FC5A2E90 at phx.gbl>
Content-Type: text/plain; charset="iso-8859-1"


Hi, everyone,
 
I have reached the point where I want to put a template into an extension (create a static template).
 
I have searched the typo3.org website and found Rene Fritz's helpful but short documentation called "Template Example: Green" which "includes a very short overview how it works to put a template in an extension."
 
Mr. Fritz's documentation on this topic begins here:
 
http://typo3.org/documentation/document-library/extension-manuals/tmpl_green/1.0.1/view/toc/0/
 
Do any of you know of any more extensive documentation on the typo3.org website about how to put a template into an extension?
 
Many thanks,
 
Tony
 

------------------------------

Message: 11
Date: Thu, 02 Aug 2007 21:51:16 +0400
From: Alexander <master_nhg at mail.ru>
Subject: Re: [TYPO3] RealURL and .htaccess
To: typo3-english at lists.netfielders.de
Message-ID:
    <mailman.1.1186077094.11401.typo3-english at lists.netfielders.de>
Content-Type: text/plain; charset=KOI8-R; format=flowed

OLIVER!!!
YOU'RE SAVED MY LIFE RIGHT NOW!!

all works perfect!!!

Regards, Alex.

Oliver Rowlands ?????:
> Hi Alexander,
> 
> You can not target the query string with Apache's mod_alias Redirect and 
> RedirectMatch directives.
> 
> You will have to use mod_rewrite instead:
> 
> RewriteCond %{QUERY_STRING} nodeID=2357 [NC]
> RewriteRule ^productsIndList\.aspx$ http://domain.com/page.html? 
> [NC,R=301,L]
> 
> A few explanations:
> - The NC flag means the match is case insensitive;
> - The R=301 flag forces a permanent redirect (HTTP 1/x 301 Moved 
> permanently) which is important if you care about your SEO;
> - The L flag stops the rewriting process without applying any other rules;
> - The '?' at the end of the redirection URI prevents mod_rewrite from 
> automatically appending the GET parameters from the old URI.
> 
> If you need to redirect more than just a few URIs you might want to 
> consider using a redirect map instead. I wrote this HOWTO a few of 
> months ago which explains the process:
> 
> http://lists.netfielders.de/pipermail/typo3-english/2007-May/039509.html
> 
> BTW: Jan, the [L] flag only applies to mod_rewrite directives not 
> mod_alias.
> 
> Hope this helps,
> 
> Oliver
> 
> Alexander wrote:
>> Hello list.
>> I have some problems with RealURL configuration and redirections. I 
>> need  place some redirects into my .htaccess file, but now RealURL has 
>> priority. How can I do this, I mean how to make priority for 
>> .htaccess. I need to read .htaccess settings first then RealURL settings.
>>
>> Regards, Alex
> 
> 


------------------------------

Message: 12
Date: Thu, 2 Aug 2007 20:02:57 +0200
From: "Dominik Smatana" <dominik.smatana at gmail.com>
Subject: [TYPO3] Ajax in BE module
To: "TYPO3 English" <typo3-english at lists.netfielders.de>
Message-ID:
    <dcf07a730708021102v5592afa6u31961c1089a41fe9 at mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1

Hello,

I would like to use some ajax in BE module of my extension. Is there
any tutorial/doc how to develop ajax server-side scripts in TYPO3 BE?
Or does someone know any extension using ajax in BE module?

Thanks

Dominik Smatana


------------------------------

_______________________________________________
TYPO3-english mailing list
TYPO3-english at lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

End of TYPO3-english Digest, Vol 47, Issue 8
********************************************







       
____________________________________________________________________________________
Be a better Heartthrob. Get better relationship answers from someone who knows. Yahoo! Answers - Check it out. 
http://answers.yahoo.com/dir/?link=list&sid=396545433


More information about the TYPO3-english mailing list