Ok, I fixed it.
Instead of (in the second step)
PHP Code:
eval ("\$leaders .= \"".gettemplate('forumhome_loggedinuser_leader')."\";");
It should be
PHP Code:
eval ("\$leaders .= \", ".gettemplate('forumhome_loggedinuser_leader')."\";");
>=B
Edit: Which is exactly what Tubedogg said -_-...BB's didn't have thqat, that's why mine was jacked =P. Oh well, Tube's is right, w00ty.