i've fallen in love with vanilla to such an extent i'm trying to use it for everything, even work. i work at a school and we are creating a 'tech support' forum (in a way) for the staff when they have problems with the network, etc. however, we want it so that the admins can post and thats it. users won't be able to register, let alone post, so that in a way it will be just a database of tutorials/latest posts concerning the networks status etc.
its all going great, apart from i'm not sure how to hide the 'welcome, guest' section, which allows members to sign in or register. we want to hide that completely if possible, or just take out the links that allow the guest to register/login.
You're using php in a school? Not paying ridiculous MS licences and wasting your budget? But why?!
Hold one one sec..You have a site at school?? Thats interactive?? *goes to lie down. Which school do you work at?
The easiest way i can think of is to just blank the defintions in the English.php file - GuestWelcomeTitle and GuestWelcomeBody but thats a messy way of doing it. Lemme dig through the files and see where its actually referenced.