November 5th 2008
- 1 new Petpage CSS
November 4th 2008
- 1 new Brush Set
- 2 new Photoshop Tutorials
- 2 new Textures
November 3rd 2008
- New Layout


Backgrounds Book Quotes Glitters Icons Premade Layouts Scribbles Web Templates Wallpapers

Brushes Fonts Icon Bases Icon Gradients Photoshop Actions PSP Scripts Textures Tutorials

Album Covers MySpace Codes MySpace Layouts

Guild Layouts Petpage CSS Userlookups

Color Schemes HTML Tester Internet Slangs Plugboard Site Namer

eXTReMe Tracker

Installing Commenters Plug Hack for Cutenews

This tutorial teaches you how to put commenters plugs in your blog. Means a link to all your commenter's sites in your blog.

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