Open your inc folder, inside open the functions.inc.php.
Scroll the to very bottom. Paste the code before the last ?>
Open shows.inc.php.
Find :
$output = str_replace("{title}", $news_arr[2], $template_full);
Add this below :
Find :
$output = $template_active;
Add this below :
Log into cutenews. You should go to yoururl.com/cutenews/
Unless you changed your directory name.
Go to templates. Open active news and paste the following code wherever you want your commenters plug to appear :
[commenters-header]{commenters:3: - }[/commenters-header]
In the 3 part you can change it to however many links you want in one line. For example if it's 3 then it will be like this :
Rainie - Sunny - Cloud
Lola - Kimmy - Sarah
The dash part is the thing that separates the links. You can change that as well. Maybe to a comma or whatever.
If someone has an error that says this :
.data/comments.txt file not found
Then change the path from this :
$alle_comments = file("./data/comments.txt");
To this :
$alle_comments = file("cutenews/data/comments.txt");
If that doesn't work you should put the full path of your server. If you want to find out the full path to your server, I have a tutorial that will teach you how here

