Does somebody know how display the detail page of a news ?
In fact, the link "read more" is not able in the sample news.
When I click on this link, it always go on the same page !
So I don't know how activate the summary template AND the detail template.
If somebody has a solution ...
I think I have something to change with that :
Code: Select all
$onerow->morelink = $this->CreateLink($id, 'detail', $detailpage!=''?$detailpage:$returnid, $moretext, $sendtodetail, '', false, false, '', true, $prettyurl);
Thx
Whyggy