Display zip and pdf files


 

Current User: Guest Login Register
Please consider registering

Search 
Search Forums:


 




Display zip and pdf files

Add a New Topic Reply to Post
UserPost

4:57 pm
August 13, 2007


Roland Mueller

Guest

Hello,

i have to track pdf and zip downloads on our site. I want to declare an extra section displaying all pdf and zip downloads of a given subsubfolder. I try this way:

 # Track the download files (php and zip) being in the folder "/uploads/tx_ffbmatlas/"
ExtraSectionName1="Downloads"
ExtraSectionCodeFilter1="200 304"
ExtraSectionCondition1="URL,(^\/uploads\/tx_ffbmatlas\/.*\.pdf)||URL,(^\/uploads\/tx_ffbmatlas\/zip\/.*\.zip)"
ExtraSectionFirstColumnTitle1="Downloads"
ExtraSectionFirstColumnValues1="URL,(.*\.pdf) || URL,(.*\.zip)"
ExtraSectionFirstColumnFormat1="<a href='http://www.beton.org%s' target='_blank'>http://www.beton.org%s</a>"
ExtraSectionStatTypes1=HL
ExtraSectionAddAverageRow1=1
ExtraSectionAddSumRow1=1
MaxNbOfExtra1=20000
MinHitExtra1=1

 Unfortenately this code does only display me the pdf-files, not the zip! I have zip files listing in the site list so they are there in the logfile and on the server. What am i still doing wrong? Thanks in advance, 

Roland 

9:37 pm
August 13, 2007


Jean-Luc

Admin

posts 220

Hi Roland,

I don't think that || is supported in ExtraSectionFirstColumnValues. There is no need to repeat the condition on .pdf and .zip here:

ExtraSectionFirstColumnValues1="URL,^(.*)$"

Jean-Luc

P.S. should work, but not tested.

8:36 am
August 14, 2007


Roland Mueller

Guest

Hi, this morning i saw that it worked with the code above. Seemed that typo3 cached something.

11:38 pm
October 17, 2007


Jean-Luc

Admin

posts 220

Admin wrote:

I don't think that || is supported in ExtraSectionFirstColumnValues.

This is not correct. You can have lines like this:

ExtraSectionFirstColumnValues1="UA,abcd(.*)||UA,wxyz(.*)"

or even lines like this:

ExtraSectionFirstColumnValues1="UA,abcd(.*)||REFERER,wxyz(.*)"

Not sure that this one will return useful results though… Wink

Jean-Luc

Add a New Topic Reply to Post


Reply to Topic: Display zip and pdf files

NOTE: New Posts are subject to administrator approval before being displayed

Guest Name (Required):

Guest EMail (Required):

Guest URL (required)

Math Required!
What is the sum of: 11 + 5        (Required)

Topic Reply:


 

WebStats1


About the InternetOfficer.com forum

Currently Online:

2 Guests

Maximum Online: 20

Forums:

Groups: 2

Forums: 7

Topics: 103

Posts: 492

Members:

There are 25 members

There are 94 guests


Jean-Luc has made 220 posts

Top Posters:

Steve - 14

angelko - 4

cwei - 4

Kinglui - 3

vtroymck - 3

Administrator: Jean-Luc | Moderators: Jean-Luc


© Simple:Press Forum - Version 3.1.2 (Build 340)