Da_gotti: re-apply changes to forum.php, and user.php in the admin folder, make sure you have everything in the right places.
X-Fan: I'm not sure what you're suggesting, but if you install this hack, you can run a simple query, so it makes all users in that paid group licensed...
Run this query, replacing X with the usergroupid of your paid members group:
UPDATE `user` SET licensed = '1' WHERE usergroupid = 'X'
|