OK, What I am doing is, I have a website I am attempting to build with a CSS Navigation Menu. Now this is what I am doing. I am Using SMF Forum software and i want to link certain features to my Custom Menu such as when they log-in instead of having (log-in, register, my account ,My Profile, last-post) in the menu they will only have (My Account, My profile, Last-post) and when there not signed in it will show (Login, Register) I am fairly new to this but I am a quick learner.
At a very abstract level you will need to find the setting/variable/session/cookie that the forum sets when a user is logged in then have an IF statement to choose which menu is displayed.
You will have to dig around in the SMF Forum software code i would imagine.
If I can remember right its in the SSI.php with SMF, I haven't used in a wile so I could have forgot, and this should have been posted on there forums.
« Reply to navigation script for logged in users only