vForums Support > Programming & Coding :: Code Requests & Support :: > [F] Support / Request

[F] Support / Request - Posted By CåñåÐå™ (canada) on 31st Jan 08 at 6:23am
Ross or Marc or Wrighty

I would like to add an logout to the infro center (in the same box as the PM infro) can you show/or code it for me please {Smile} .

Re: Support / Request - Posted By Marc (cr0w) on 31st Jan 08 at 7:50am
By logout, do you just mean a link to the logout page?

Re: Support / Request - Posted By Michael (wrighty) on 31st Jan 08 at 7:54am
Go to your info center template in the admin panel, and find where you want to add it and add it! {Smile}

Re: Support / Request - Posted By CåñåÐå™ (canada) on 31st Jan 08 at 8:00am
 
By logout, do you just mean a link to the logout page?
Yes {Grin} .

Quote:
Go to your info center template in the admin panel, and find where you want to add it and add it!
Well that's the problem i don't know how to do it {Sad} .

Re: Support / Request - Posted By Ross (admin) on 31st Jan 08 at 9:22am
Just add
Code: HTML
 
  1. <br /><a href="/action/logout">Logout</a>
 
below the line which says
Code: HTML
 
  1. <a href="/action/pm_send">Send PM</a>
 
{Smile}

Re: Support / Request - Posted By CåñåÐå™ (canada) on 31st Jan 08 at 10:09am
Thank you so much {Grin} Ross .