The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
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. I want it to just go to the users profile. Any help would be appreciated! Thanks |
#2
|
||||
|
||||
Nobody knows? :/
|
#3
|
||||
|
||||
add the following code to additional.css
Code:
ul.memberaction_body {display:none !important;} |
#4
|
||||
|
||||
Thanks but that didn't work. Nothing happened/changed.
|
#5
|
||||
|
||||
Still haven't been able to solve it, any advice?
|
#6
|
|||
|
|||
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}}" |
#7
|
||||
|
||||
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.
|
#8
|
|||
|
|||
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?
|
#9
|
||||
|
||||
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.
|
#10
|
||||
|
||||
I don't use CloudFlare. I actually have no clue why it isn't changing...
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|