Dumb question on path configuration

Author Message

John Blossom

Thursday 22 May 2003 3:43:21 am

I have been working with Marlabs to get EZ3 configured, with some issues, unfortunately. The way that it is configured currently I get ugly URLs, not the nicely formed URLs that I see on your own site and other sites. for example, from my root (http://www.edgeleader.com), if I click on a folder named "testfold" I get a URL:

http://www.edgeleader.com/user/content/view/full/19/?PHPSESSID=d1218374ba86ab312b299fb119262b4d

instead of something like:
http://www.edgeleader.com/content/testfold

How do I configure EZ3 to do this properly? Related question: do I HAVE to have the additional "geek" layers show up in my URLs when all I want my users to see is the natural progression of folders, such as, in this example:
http://www.edgeleader.com/testfold.

Many Thanks,
John Blossom

Selmah Maxim

Thursday 22 May 2003 5:25:47 am

Hi ..

1. modify siti.ini

[URLTranslator]
# Use either enabled or disabled
Translation=enabled
# Enable this if you want to percieve the url as a path element
# for the node tree. By entering the path in the url and ending it
# with a .html you will get the correct node.
NodeTranslator=enabled

2. give the links like this :
<a href={$node.url_alias|ezurl}>link</a>

thats it !

John Blossom

Friday 23 May 2003 8:01:42 am

Selmah,

Thanks for your reply. Oddly (...??), when I went to check the site.ini file, the parameters that you mentioned were indeed set the way that you had suggested, and the URLs were looking a little more nominal. now a test foleder off of the root directory comes up:
http://www.edgeleader.com/user/content/view/full/19/

I tried your snip of code in the template, but it only refers to the current node. I will dig more on this to educate myself, but the simple thing I'm trying to do is to have a template automatically build an index of folders that refers to the true folder structure via folder aliases.

Best,
John Blossom

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 18 2025 11:12:07
Script start
Timing: Jan 18 2025 11:12:07
Module start 'layout'
Timing: Jan 18 2025 11:12:07
Module start 'content'
Timing: Jan 18 2025 11:12:08
Module end 'content'
Timing: Jan 18 2025 11:12:08
Script end

Main resources:

Total runtime0.8671 sec
Peak memory usage4,096.0000 KB
Database Queries57

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0078 588.0391152.6406
Module start 'layout' 0.00780.0034 740.679739.4609
Module start 'content' 0.01120.8538 780.1406476.3516
Module end 'content' 0.86500.0021 1,256.492212.1563
Script end 0.8670  1,268.6484 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00360.4152160.0002
Check MTime0.00130.1528160.0001
Mysql Total
Database connection0.00130.154910.0013
Mysqli_queries0.807293.1013570.0142
Looping result0.00080.0906550.0000
Template Total0.825695.220.4128
Template load0.00250.285320.0012
Template processing0.823194.925620.4115
Template load and register function0.00020.023510.0002
states
state_id_array0.00130.155010.0013
state_identifier_array0.00300.341620.0015
Override
Cache load0.00210.2397310.0001
Sytem overhead
Fetch class attribute can translate value0.00070.075820.0003
Fetch class attribute name0.00140.159330.0005
XML
Image XML parsing0.00040.043020.0002
class_abstraction
Instantiating content class attribute0.00000.001030.0000
General
dbfile0.00090.1000100.0001
String conversion0.00000.001140.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
3content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
10content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
7content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 22
 Number of unique templates used: 5

Time used to render debug report: 0.0004 secs