...And how would I do that? what templates? what code? I am a serious newbie to php!!!
My partial guess is:
make a new variable like
Code:
{$loginboxes}
replace the login boxes with something like:
Code:
<div>$loginboxes</div>
create a new template loginbox.htm and add the login boxes code inside
but then i'm stuck...how can I fetch the loginbox.htm template only when not logged in? what php code do I need? how can I inpliment it? and into what template should it go? __________________"Everything should be made as simple as possible, but not simpler." : Albert Einstein
|