Click to See Complete Forum and Search --> : SSI with different user permissions?


TLancaster
12-14-2005, 05:20 PM
If I want to use SSI to pull (include) a navigation bar into my pages, could I have several different versions of the nav bar in my includes folder and load a specific one based on who the user is (via login).

In other words, I have three different levels of users, each with more links on their nav bar than the one before. Is there a way for the login process to determine which nav bar would load for a specific user?

Does that make sense?

chrismartz
12-14-2005, 09:00 PM
Yes. Do you do any sort of server-side scripting? If so, a simple IF THEN statement would suffice.