| Thursday 04 December 2003 2:17:52 am 
                                                                
                                                                 Hi there! 
I'm using Exponential 3.2-3 SVN:3893Apache 2.0.47 (Win32)
 PHP 432
 MySQL 4.0.14
 I'm having problems with the news templates in the tutorial "Building an Exponential Site". 
The template for the welcome page works ok. But I do not see any of the supposed changes when I create the following custom templates:full_view_news_folder.tpl
 line_view_news_article.tpl
 full_view_news_article.tpl
 Yes, I have cleared all the caches several times. And this is my override.ini.append in settings/siteaccess/tscm: <?php /* #?ini charset="iso-8859-1"? 
[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
 
[full_view_welcome]Source=node/view/full.tpl
 MatchFile=full_view_welcome.tpl
 Subdir=templates
 Match[node]=44
 
[full_view_news_folder]Source=node/view/full.tpl
 MatchFile=full_view_news_folder.tpl
 Subdir=templates
 Match[class]=1
 Match[section]=4
 
[line_view_news_article]Source=node/view/line.tpl
 MatchFile=line_view_news_article.tpl
 Subdir=templates
 Match[class]=2
 Match[section]=4
 
[full_view_news_article]Source=node/view/full.tpl
 MatchFile=full_view_news_article.tpl
 Subdir=templates
 Match[class]=2
 Match[section]=4
 */ ?>
 To me it seems that it's only the template specified with a node number that works. What will I have to change to make the others work? 
Best regardsTrond Kvalo
 Senior developer
 Atlantia as http://www.atlantia.no/
 Norway
 trondåge
 |