Topic: Nick names not showing in page, replaced by user name
Hello,
I'm using CuteNews 1.5.0
Everything looks great and works perfect, except for the Nick Names in some pages:
MySite.ext/news/example1.php WILL SHOW NICK NAMES CORRECTLY
When integrating the news in deeper folders, Nick Names are replaced by the User Name:
MySite.ext/folder/folder/page.php WILL NOT SHOW THE NICK NAMES
I'm using this code in page.php
<?php
include("/home/mysite/public_html/news/show_news.php");
?>
Any ideas ? I'm guessing the NICK is missing from the {author} variable somewhere, but where?
Thank you.