Hi, how can I create a logoff link at a header?
Or perhaps a logoff button
Re: Logoff button or link at Header
http://www.scriptcase.net/forum_en_us/index.php?topic=1207.0
Sincerely,
Masino Sinaga
Re: Logoff button or link at Header
Thanks MAsino,
Let me explain further, I have a Tree Menu. On the template header, I have managed to display logon user namen and its date and time.
My question is how can I have a Logoff Link or Log off button on the header.
How can I create that link or perhaps I should create a global variable that contains the link and the target?
Would you mind to help me on how I can acheive this? Thanks.
Re: Logoff button or link at Header
Since ScriptCase has not provided the ability in order to add your own certain link, then you have to modify the template you are using for the header. Hope that helps.
Sincerely,
Masino Sinaga
Re: Logoff button or link at Header
Hi,
try something like this.
Create a variable like: [goodbye]=’<a href="…/login/login.php" target="_blank">Good Bye!!!</a>’;
In Layout -> Header & Footer -> Header Variables select “Value”.
Put the name of the variable in the adjacent input field. [goodbye]
Done.
Hope this helps
jsb
Re: Logoff button or link at Header
Thanks J,
I set my globla variable like this:
[goodbye] = ‘<a href="./treemenu_form_php.php?sc_item_menu=item_43&sc_apl_menu=app_securityLogin&sc_apl_link=%2Fscriptcase%2Fapp%2F&sc_usa_grupo=S">Logoff</a>’;