Remove Logout Link

Use this forum to ask questions about how to do things in GuMax skin.
Post Reply
User avatar
theophilosopher
Rank 0
Rank 0
Posts: 1
Joined: October 27th, 2009, 8:55 pm

Remove Logout Link

Post by theophilosopher »

First off, thank you for the work. Now, I have mediawiki and joomla bridged with joomla's login acting as both the user login for joomla and mediawiki. The problem is that with the logout option in mediawiki it allows the user to logout of mediawiki and still being logged into joomla (logging out of joomla logs out of both). So I would like to remove the logout option from mediawiki. (Removing the login and create account was easy.)

Thank you in advance!
User avatar
Paul
Development Team Leader
Development Team Leader
Posts: 1132
Joined: October 20th, 2007, 2:23 pm

Re: Remove Logout Link

Post by Paul »

By viewing html source code of the page, find the tag name of the logout, then put it in CSS file with display:none.
Post Reply