Hi Wauna,
If you just want the 'Login' or 'Logout' (maybe also 'Register') tags to disappear from the forum header, you have to enter the source code.
The forum header is already compiled in 'YAF.Controls.dll' that you have in your 'bin' directory. The only solution to change it is to modify the code and build a new .dll.
You need to have Visual Studio to be able to do that (a version adapted to your YAF version).
You so have to:
- download the 'SRC' (source code) version of your YAF, if you just have the 'BIN'.
- open then 'YAF.Controls/Header.cs'.
- delete or modify the lines concerning LOGIN and REGISTER so that they don't appear (maybe some 'hidden' value somewhere could be enough?)
- Then you have to build a new solution (new .dll(s)) thanks to Visual Studio and then put them into your 'bin' folder.
I haven't done it myself and maybe there are some following consequences to test, but I think that there is the way.
Good luck. Tell me if you have a problem.:)