Take a look at http://www.civicseo.com and see what I've done with your great script.

Moderator: Thorsten
Just open inc/Faq.php, look for the function showAllRecords() and change this code:stormy wrote:I also have the same question but I open the file you mention and search for "views" - not found
Code: Select all
$listItem = sprintf('<li>%s<br /><span class="little">(%d %s)</span></li>',
$oLink->toHtmlAnchor(),
$visits,
$this->pmf_lang['msgViews']);
Code: Select all
$listItem = sprintf('<li>%s</li>', $oLink->toHtmlAnchor());
You can remove this in the file template/artikel.tplstormy wrote:I would also like to remove the tags, author, last revised date, translation and everything below that line - I just want a plain and simple display.