![]() |
Remove username dropdown on index.
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 |
Nobody knows? :/
|
add the following code to additional.css
Code:
ul.memberaction_body {display:none !important;} |
Thanks but that didn't work. Nothing happened/changed.
|
Still haven't been able to solve it, any advice?
|
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):
Code:
<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: Code:
<a class="username {vb:raw memberinfo.online}" href="{vb:link member, {vb:raw memberinfo}}" |
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.
|
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?
|
Quote:
|
I don't use CloudFlare. I actually have no clue why it isn't changing...
|
All times are GMT. The time now is 04:16 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|