Topic: Page only for registered users, how to create?
I want to create the page (using Custom Pages mod), but only for registered users. Not registered must see the ACCESS DENIED message
HowTo?
And,.,...... how to create such thing NOT USING mod?
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 troubleshooting → Page only for registered users, how to create?
I want to create the page (using Custom Pages mod), but only for registered users. Not registered must see the ACCESS DENIED message
HowTo?
And,.,...... how to create such thing NOT USING mod?
You want to limit only certain custom pages to registered users?
Add an if statement to the code:
if ($id == id_num && $pun_user['is_guest'])
message($lang_common['No permission']);
Replace id_num with the page ID
As for not using a mod...
http://wiki.punres.org/Miniportal#New_page_template
And add an if statement to exclude guests
You're genious!:)))))))) Thanx
All is done by the second example.
BUT!
Now my Attachment mod isn't working!
ALERT!
I'm dumb))))))
It is only happen if you're not logged in )))))))))))))))))))))))))
PunBB Forums → PunBB 1.2 troubleshooting → Page only for registered users, how to create?
Powered by PunBB, supported by Informer Technologies, Inc.