Hey, how can i make a custom logout URL for my forum?
the reason i want this is because i edit my navbar in css but i cant edit the "logout" one because the link is its different for every user...
i found a tutorial about it which had the following code for js but it didnt work for me (i ofc tried to put new link there). Im using punbb, thanks againÂ
the reason i want this is because i edit my navbar in css but i cant edit the "logout" one because the link is its different for every user...
- Spoiler:
i found a tutorial about it which had the following code for js but it didnt work for me (i ofc tried to put new link there). Im using punbb, thanks againÂ
- Spoiler:
- Code:
var logoutlink = document.getElementById("i_icon_mini_logout").parentNode.href;
document.getElementById("newlogoutlink").href = logoutlink;
Last edited by J0k3R^ on April 23rd 2014, 12:01 pm; edited 1 time in total