Using a Link and File URL directly

Author Message

Matthew Knell

Tuesday 01 July 2003 10:05:59 am

In ez 3.1.1 - I can't seem to find an easy way to do this - instead of going through the node page, I want to access a file URL directly, or a link URL directly - what's the code I would use to get the URL object? I added "attribute" to my page to see what it said, and there was nothing remotely close to it - I didn't see it in the docs.

Thanks as always for your assistance.

Paul Forsyth

Tuesday 01 July 2003 10:30:18 am

Are you talking about a ezurl datatype or a url that has been transformed by the ezurl function?

If it is the latter look at the html source of your page to deduce the correct link.

paul

Matthew Knell

Wednesday 02 July 2003 8:03:01 am

First, thanks for your resposnse - your help is greatly appreciated.

Let me lay out the example so it makes a little more sense- It's sort of two questions in one, and again, I appreciate your help.

I've created an object called Press Releases. On each one of the pages, I've modified the full template to call in the children of Press Releases. I have two different types of children on the press release page - URL (for links related to the press release) and File (for files that accompany a release). So lets say I use Yahoo Finance as a link, and the link URL I entered as a URL is http://finance.yahoo.com/, and a File called Release.ppt as a file.

When I pull in the children using a fetch object called files (for files) and a different fetch object called links (for the URLs), I output them using the standard node_gui_view:

{section name=File loop=$files}
{node_view_gui view=line content_node=$File:item}<br />
{/section}

This returns me the URL to the node page related to the link (lets say /user/content/view/118), and the node page related to the file (lets say /user/content/view/119) - not http://finance.yahoo.com/ or the URL direct to Release.ppt (something like /user/content/download/141/578/file/Release.ppt) - . What I want to access is the direct URL itself - (to the http://finance.yahoo.com page and the /user/content/download/141/578/file/Release.ppt). I want to skip the node page and go directly to the file.

Thanks again.

>> I sorta figured it out - I'm using {attribute_view_gui} instead of just outputting the value, which is great - new question is tho - how do I remove the <p> around the attribute_view_gui output for descriptions -

Thanks again.

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 31 2025 01:14:38
Script start
Timing: Jan 31 2025 01:14:38
Module start 'layout'
Timing: Jan 31 2025 01:14:38
Module start 'content'
Timing: Jan 31 2025 01:14:38
Module end 'content'
Timing: Jan 31 2025 01:14:38
Script end

Main resources:

Total runtime0.0316 sec
Peak memory usage4,096.0000 KB
Database Queries3

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0045 589.3672151.2109
Module start 'layout' 0.00450.0114 740.5781220.6875
Module start 'content' 0.01600.0142 961.2656997.6953
Module end 'content' 0.03020.0014 1,958.960933.9922
Script end 0.0316  1,992.9531 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00257.8759140.0002
Check MTime0.00113.4184140.0001
Mysql Total
Database connection0.00072.215910.0007
Mysqli_queries0.009630.208530.0032
Looping result0.00000.075310.0000
Template Total0.00103.210.0010
Template load0.00082.430710.0008
Template processing0.00020.752710.0002
Override
Cache load0.00051.687010.0005
General
dbfile0.00278.496880.0003
String conversion0.00000.024940.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 1
 Number of unique templates used: 1

Time used to render debug report: 0.0001 secs