1
I'm hoping some generous soul will take pity on a designer who's motivated to learn how to program.
What I want to do is move the login and search to a table between the header and the main theme table in theme.html.
I can move the actual login code to theme.html and get it to display and function. BUT I don't know how to make its display conditional.
E.g.,
If not logged in,
1 Display a table between the header and
main tables containing
a Login fields
b Lost Password link
c Register Now link
d Search field
e Advanced Search link
If logged in,
1 Switch from anonymous to registered
user group
2 Remove Login table display
3 Display table containing:
a Log out link
b Current day and time
c Search fields
d Advanced Search link
Thanks in advance.
Bob