1

Topic: How can i set the logout link of punbb in my site's logout link?

Hello,

Now i have a problem that,i don't want to use punbb's logout link.I want to use logout link of my site.So please help me how can i do?I have removed the punbb's link which is displayed in the punbb's header.I want only the functionality of punbb's logout link into my link.

Please help me.....................

Re: How can i set the logout link of punbb in my site's logout link?

When user logout, following actions are happened:

  • Deletion user from online table.

  • Update of last_visit field in table 'users'.

  • Set of new cookie

  • Removing of tracked topics.

How to do this you can find in file "login.php" at line 120.