Script: b2
Skill Level: Easy
Credit: Dodo's instructions
Final Product: An easy way to plug commenters
-------------------------------------------------------------------------------------
Download b2commenter.zip
Ob2commenter.plugger.php. Find this code:
/* names of commenters you wish to exclude, i.e. yourself */
$exclude_author[] = "dodo"; // change it to something else
$exclude_author[] = ""; // change it to something else
$exclude_author[] = ""; // add more if necessary
Add any authors you wish to exclude from the commenter plugging.
Upload b2commenter.plugger.php into your b2 directory.
b2-include/b2menutop.php.
Find this code:
Add this code after that:
You're done!
|