Custom datatype : link + object relations

Author Message

Christian BELLET

Tuesday 08 July 2008 1:45:46 am

Hello,
I'm wondering if it is possible to create a custom datatype like "object relations" so I would be able to choose the name (input field) for each related objects and then, fetch all these objects, make a link to each of them with the custom name like

<a href="/path/2/object1">Custom text 1</a>
<a href="/path/2/object2">Custom text 2</a>
<a href="/path/2/object3">Custom text 3</a>

"Custom text" is not an attribute of the related objects (article, image ...).

Thanks

Michael Scofield

Wednesday 09 July 2008 1:19:30 am

I think I didn't understand what you want to do but,

If what you want is a list of links in your webpage and you want to manage the links from Ez Publish Administration interface, maybe you can do that by creating a folder anywhere in the Content Structure tree and then insert objects of class "Link" inside it.

Later, to retrieve and show these links in the webpage, you can use one the Ez Publish fetch functions, like this one:
http://ez.no/doc/ez_publish/technical_manual/3_8/reference/modules/content/fetch_functions/list

You have to specify the Id of your node (your folder), so only objects inside this folder will be retrieved.

Michael

Christian BELLET

Wednesday 16 July 2008 4:17:09 am

Yes, it's what I'd like to do but instead of getting an attribute like 'title' or 'short_title', I'd like to permit backend users to specify a custom/free text when you click on a link.

Thanks

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 30 2025 21:23:19
Script start
Timing: Jan 30 2025 21:23:19
Module start 'layout'
Timing: Jan 30 2025 21:23:19
Module start 'content'
Timing: Jan 30 2025 21:23:19
Module end 'content'
Timing: Jan 30 2025 21:23:19
Script end

Main resources:

Total runtime0.0308 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.0091 588.2344151.2109
Module start 'layout' 0.00910.0051 739.4453220.6875
Module start 'content' 0.01420.0148 960.1328997.7266
Module end 'content' 0.02900.0018 1,957.859429.9922
Script end 0.0308  1,987.8516 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00309.7354140.0002
Check MTime0.00123.8666140.0001
Mysql Total
Database connection0.00103.366310.0010
Mysqli_queries0.005818.861530.0019
Looping result0.00000.051810.0000
Template Total0.00134.210.0013
Template load0.00103.207810.0010
Template processing0.00030.986010.0003
Override
Cache load0.00062.092610.0006
General
dbfile0.00165.346880.0002
String conversion0.00000.033340.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