Template file

Author Message

ez man

Friday 04 May 2007 12:20:15 am

Can you tell in which template file the contents of the following url may be present in ezpublish 3.x?
http://xyz.com/index.php/news_site/content/view/full/77

Pascal von Büren

Friday 04 May 2007 12:48:30 am

Hi,

that'd be design/standard/templates/node/view/full.tpl

unless you have some kind of override-rule defined for the specific content class.

Maybe you can turn on Template Debug Mode, so you'd be able to see it for yourself.

Edit (or create if not exists) your site.ini.append in /settings/override and add the following code:

[TemplateSettings]
# Use either enabled to see which template files are loaded or disabled to supress debug
Debug=enabled

Maybe you'll have to clear the cache to see the results.

ez man

Friday 04 May 2007 3:40:54 am

Thanks a lot!
Now I am able to display
Firstname Lastname
Firstname
Lastname
User ID: 3100
Username: xyz
Email:xyz@a.com
Account status: enable
Configure user account settings
Administator user
in the url
http://www.xyz.com/index.php/news_site/content/view/full/1222

I want to display 'Administrator user' alone as
"Type of user:" Administrator user

Any suggestion on where i can add "Type of user:" Text?

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 00:19:24
Script start
Timing: Jan 31 2025 00:19:24
Module start 'layout'
Timing: Jan 31 2025 00:19:24
Module start 'content'
Timing: Jan 31 2025 00:19:24
Module end 'content'
Timing: Jan 31 2025 00:19:24
Script end

Main resources:

Total runtime0.0231 sec
Peak memory usage8,192.0000 KB
Database Queries3

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0045 588.0078151.1953
Module start 'layout' 0.00450.0034 739.2031220.6406
Module start 'content' 0.00800.0136 959.8438997.8828
Module end 'content' 0.02150.0015 1,957.726629.9922
Script end 0.0231  1,987.7188 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.002510.9843140.0002
Check MTime0.00104.4905140.0001
Mysql Total
Database connection0.00073.032910.0007
Mysqli_queries0.00239.821730.0008
Looping result0.00000.039210.0000
Template Total0.00114.910.0011
Template load0.00093.777710.0009
Template processing0.00031.146110.0003
Override
Cache load0.00062.699710.0006
General
dbfile0.002611.195880.0003
String conversion0.00000.020640.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