I have the snaps from only a day or two ago installed on one of my sites, it appears that the admin authorization isn't working as it should be.
When a user registers they get sent an email for confirmation/activation the same as they would if registration was set to user. The page that displays after they register is also the same as the one which would be displayed if registration is set to user.
I've tried to look at the code to see if I can find where the problem is, and haven't come up with anything yet.
IACOJ Major
Joined: Jan 15, 2003
Posts: 1269
Location: USA
Posted:
Sun Sep 14, 2003 3:42 pm
This is not a bug. In fact I knew how to fix it all along. I'll post if for those who don't though.
When you install the bundle you have to profiles basically. The registration activation you set in the forums wont work if you still have the Nuke one enabled. So you have to point everything to the forum. Basically a modified vs of the forum registration hack.
Open Modules/Your_Account/Index.php
Find:
Code:
if ($userinfo[user_avatar]) { echo "<img src=\"modules/Forums/images/avatars/$userinfo[user_avatar]\"><br>\n"; }
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum