inherit
58740
0
Aug 20, 2024 7:29:21 GMT -8
®i©hie
I'm not very active here anymore thanks to my full-time job. - 12/27/23
14,036
September 2005
soe
|
Post by ®i©hie on Jul 8, 2013 14:58:25 GMT -8
If you have multiple themes, try the plugin, version: support.proboards.com/thread/473202/1) Admin >> Themes >> Layout Templates >> Forum Wrapper2) Add this in your forum wrapper, inside the <head></head> tags works best:<script type="text/javascript"> <!-- function logout(){ if(confirm("Are you sure you want to logout?")){ window.location.href="/logout/"; }} // --> </script> 3) replace this:$[logout_link] with this: <a href="javascript:logout();">Logout</a> 4) Done!
|
|