PDA

View Full Version : Remove username dropdown on index.


Xcynic
01-02-2012, 07:40 PM
Hello.

I'm trying to figure out how to remove the dropdown when you click a username on the index page. Specifically: Last Post ->Threadname->Username->Dropdown.

http://dl.dropbox.com/u/41185294/Untitled-2.jpg

I want it to just go to the users profile.

Any help would be appreciated!

Thanks

Xcynic
01-03-2012, 09:23 PM
Nobody knows? :/

LifesGreatestGift
01-03-2012, 09:48 PM
add the following code to additional.css
ul.memberaction_body {display:none !important;}

Xcynic
01-04-2012, 12:07 AM
Thanks but that didn't work. Nothing happened/changed.

Xcynic
01-07-2012, 08:27 AM
Still haven't been able to solve it, any advice?

kh99
01-07-2012, 01:11 PM
The above CSS change worked for me (at least it stopped the dropdown from appearing). But to make the link go to the profile, you can edit the template memberaction_dropdown and find something like this (in the code for that template that I have, it's the second line):

<a class="username {vb:raw memberinfo.online} popupctrl" href="{vb:link member, {vb:raw memberinfo}}"


and take out popupctrl so that it looks like this:

<a class="username {vb:raw memberinfo.online}" href="{vb:link member, {vb:raw memberinfo}}"

Xcynic
01-07-2012, 10:20 PM
Well the issue is it doesent stop the dropdown from appearing on index. Even if I add that css it still shows up when you click on a username.

kh99
01-08-2012, 12:02 AM
So you're saying taking out popupctrl didn't stop the dropdown from appearing? Hmm...I tried it myself and didn't see it. Maybe it's browser dependent?

Max Taxable
01-08-2012, 01:22 AM
Well the issue is it doesent stop the dropdown from appearing on index. Even if I add that css it still shows up when you click on a username.Clear your CloudFlare cache if you have it. Any changes like what is described here that you make, won't immediately be visible until you do.

Xcynic
01-08-2012, 08:13 AM
I don't use CloudFlare. I actually have no clue why it isn't changing...