MyBB Community Forums

Full Version: How do I disallow regestered users to view member.php?action=register
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do I disallow regestered users to view member.php?action=register

member.php?action=register

I want them to view message like on myBB site if a registered user click on
http://community.mybboard.net/member.php...n=register
they get this message

Sorry, but our system shows that you have already registered on these forums and the registration of multiple accounts has been disabled.

what i am saying is that if a registered user on my site visits member.php?action=register he is able to register again even though that person is logged in.
Maybe it has something to do with how many registrations you allow per IP? (I don't know?)
I tried that and set the registration 1 per ip
but still no effect
help please
How would they see the register link if they're logged in?? They'd have to type it themselves, surely, and why would they do that??
To create Multiple Accounts.
And MyBB did it by making sure only one user per IP.
Admin CP>Configuration>Profile And Registration
(2008-10-02, 01:52 PM)Matt_ Wrote: [ -> ]How would they see the register link if they're logged in?? They'd have to type it themselves, surely, and why would they do that??

cause of template reason registered users are able to see link in header
http://www.hify.us/forum.php
check it your self
That's a custom template. You need to have a guest and a member template if you want to properly do what you want. Mybb is setup for this already. So whoever made that template...screwed it up.
Yeah that link shouldn't even be there, if members can see it, just remove it. Do you know who edited it in in the first place??
(2008-10-03, 05:21 AM)labrocca Wrote: [ -> ]That's a custom template. You need to have a guest and a member template if you want to properly do what you want. Mybb is setup for this already. So whoever made that template...screwed it up.

all i get you funny

(2008-10-03, 07:47 AM)Matt_ Wrote: [ -> ]Yeah that link shouldn't even be there, if members can see it, just remove it. Do you know who edited it in in the first place??

i am going to just remove it thanks buddy