Forums / Setup & design / full.tpl is always shows up in ez3.2

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

full.tpl is always shows up in ez3.2

Author Message

Prabhavathi Ramesh

Wednesday 15 October 2003 2:59:40 am

After overriding full.tpl with articles.tpl for article class, full.tpl shows up for the article class.

override.ini is here:

[sortlist]
Source=node/view/full.tpl
MatchFile=sortlist.tpl
Subdir=templates
Match[class]=1

[view]
Source=node/view/full.tpl
MatchFile=view.tpl
Subdir=templates
Match[class]=2

[pagelayout]
Source=pagelayout.tpl
MatchFile=pagelayout.tpl
Subdir=templates

[article]
Source=node/view/full.tpl
MatchFile=article.tpl
Subdir=templates
Match[class]=2

[image]
Source=node/view/full.tpl
MatchFile=image.tpl
Subdir=templates
Match[class]=5

Tore Skobba

Thursday 16 October 2003 7:57:28 am

hi

Do you have an template called article.tpl in "design/yourdesign/override/templates" ? If no then you need it.

The url you are using in order to view the article is like this: "'your_site'/index.php/'your_design'/content/view/full/'article_id'/?

cheers