PDA

View Full Version : Remove logout link


kinglouie
12-17-2013, 05:59 PM
Hello,

My customers will receive access automatically to my vBulletin and they will be loged in automatically when they will login to my members area.

I want to know if it's possibile to remove the logout link from the vBulletin users dropdown box.

Waiting for your answers.

Thanks in advance.

billstelling
12-17-2013, 06:26 PM
add this to additional css
.isuser > li:nth-child(1) > a:nth-child(1) {
visibility:hidden;
}

kinglouie
12-17-2013, 06:28 PM
what file please?

billstelling
12-17-2013, 06:31 PM
additional css..

I updated my post. I am so used to it I forget others don't know what to do with the css code or were to put it..

kinglouie
12-17-2013, 06:39 PM
Added this

.isuser > li:nth-child(1) > a:nth-child(1) {
visibility:hidden;
}

to

css_additional.css

Not working. Log Out link is still shown in the dropdown box below My Profile and User Settings.

billstelling
12-17-2013, 06:44 PM
need a link to your site so I can pull the correct unique descriptor.

kinglouie
12-17-2013, 06:46 PM
Sent it by PM.

Thanks

billstelling
12-17-2013, 06:56 PM
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

That should be changed to something else or turned off since no one can reg with the site on their own..

kinglouie
12-17-2013, 07:05 PM
What do you suggest? How can I change it?

billstelling
12-17-2013, 07:19 PM
in notices in the admincp on the sidebar.. not familiar with 5 but it should all pretty much the same..

kinglouie
12-17-2013, 07:32 PM
Excellent. Changed it already.

You're the man of the day billstelling.

:)