Well I don't need 90% of my content to have permissions at all. I only need to put permissions on 2 files, users to submit content (submit.php) and users downloads (downloads.php),maybe a few admin pages if those two work well.
I do not wish to change the real structure of my site. Also you probably can't run PHP and SQL commands inside that hack, correct?
Is there another way I can do this without such a large hack? I heard someone say something about including global.php on another thread. What is inside global.php?
I only really want to incoporate the members table and permissions ... (which I can still probably get from the members table in an SQL query)..
For example WHERE Permission=1 AND Permission=2
something like that anyways.
How does vBB deal with keeping track of logged in users and cookies?
|