Monday, December 16 2002 @ 02:39 PM EST
Contributed by: anonymous
Views: 1,014
I provided a few static sides with me.Now only certain people are to access certain sides, which functions. But if someone does not call the side an authorization has gets it only head and foot of the side to see.
The following comments are owned by whomever posted them. This site is not responsible for what they say.
Accessed refused? Why not?
Authored by: tomw on
Monday, December 16 2002 @ 06:05 PM EST
Yes you can direct users to a different page. That is not the way static pages was made but there are at lease three different ways you could do it, depending on your php expertise.
Way 1) Only show links to pages user can see -- this can be done with my menu plugin.
Way 2) Make the static page a php page and use a little php to check permissions and display a message if the user does not have access. You could use SEC_hasAccess to do this.
Way 3) Modify index.php in the staticpages folder under public_html to check access and display a message if they do not have access.
If you want to try 2 or 3 tell me and I can offer some more specific advise.
Authored by: anonymous on
Tuesday, December 17 2002 @ 11:37 AM EST
Thanks for the fast and very great help. index.php works well.However it was not whole which i searched, therefore had i, owing to the good preliminary work, the code further amended.It looks now in such a way:
Way 1) Only show links to pages user can see -- this can be done with my menu plugin.
Way 2) Make the static page a php page and use a little php to check permissions and display a message if the user does not have access. You could use SEC_hasAccess to do this.
Way 3) Modify index.php in the staticpages folder under public_html to check access and display a message if they do not have access.
If you want to try 2 or 3 tell me and I can offer some more specific advise.
Tom