#basket
New messages Members Forum rules Search RSS
  • Page 1 of 1
  • 1
Forum » Other » Trash » No logout button!? (need help!)
No logout button!?
Mugen_BoyDate: Saturday, 16.04.2011, 14:41 | Message # 1
Group: Verified
Posts: 51
Awards: 0
Status: Offline
In my site there is no logout button. I have put one template from this site.
btw this is my site: http://animationshop.ucoz.com


 
SirDarknight(Tonmoy)Date: Sunday, 17.04.2011, 19:27 | Message # 2
Group: Verified
Posts: 167
Awards: 6
Status: Offline
Provide The Template Name

Added (17.04.2011, 19:27)
---------------------------------------------
And Also Provide A Screenshot where Do you want the logout button to show


Please Give Me A Reputation or Award If My Post Helps You
 
Mugen_BoyDate: Monday, 18.04.2011, 15:36 | Message # 3
Group: Verified
Posts: 51
Awards: 0
Status: Offline
Florance is the template

 
SirDarknight(Tonmoy)Date: Monday, 18.04.2011, 19:43 | Message # 4
Group: Verified
Posts: 167
Awards: 6
Status: Offline
Mugen_Boy, OK.Place the following code where you want the logout button to appear

Code
<a href="$LOGOUT_LINK$">Logout</a>

or
Code
<a href="/index/10">Logout></a>

Don't It Will Work or not.



Please Give Me A Reputation or Award If My Post Helps You
 
Mugen_BoyDate: Tuesday, 19.04.2011, 09:38 | Message # 5
Group: Verified
Posts: 51
Awards: 0
Status: Offline
Where should I add it? I mean in CSS etc where?

 
SirDarknight(Tonmoy)Date: Tuesday, 19.04.2011, 13:13 | Message # 6
Group: Verified
Posts: 167
Awards: 6
Status: Offline
It's a HTML tag. Beside The Home,Forum

Please Give Me A Reputation or Award If My Post Helps You
 
Mugen_BoyDate: Thursday, 21.04.2011, 17:28 | Message # 7
Group: Verified
Posts: 51
Awards: 0
Status: Offline
In Builder Mode?

 
SirDarknight(Tonmoy)Date: Thursday, 21.04.2011, 19:58 | Message # 8
Group: Verified
Posts: 167
Awards: 6
Status: Offline
Mugen_Boy,

Go to CP>Customize Design>Top Part Of The Site>Find :

Code
<?if($SMENU_1$)?>$SMENU_1$<?endif?>

Now Replace The Code By This :

Code
<?if($SMENU_1$)?>$SMENU_1$<?endif?> <li><?if($LOGIN_LINK$)?>
  <li> <a class="bullet" href="$LOGIN_LINK$" > <span> Login </span> </a> </li>
  <?endif?>
  <?if($REGISTER_LINK$)?>
  <li> <a class="bullet" href="$REGISTER_LINK$" > <span> Register </span> </a> </li>
  <?endif?>
  <?if($LOGOUT_LINK$)?>
  <li> <a class="bullet" href="$LOGOUT_LINK$" > <span> Logout </span> </a> </li>
  <?endif?>
  </ul>

The Code Worked Fine for me.



Please Give Me A Reputation or Award If My Post Helps You
 
SirDarknight(Tonmoy)Date: Saturday, 30.04.2011, 05:32 | Message # 9
Group: Verified
Posts: 167
Awards: 6
Status: Offline
<---- Closed ---->
<---- Trashed ---->


Please Give Me A Reputation or Award If My Post Helps You
 
Forum » Other » Trash » No logout button!? (need help!)
  • Page 1 of 1
  • 1
Search: