The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
if you meant in addition to the earlier.. Ive done it.
now all text in the first post is subject to hover / ul http://www.lincolnvscadillac.com/for...traight-issues |
#12
|
||||
|
||||
Hmmm, ok back to the drawing board.
|
#13
|
||||
|
||||
the goal here is to minimize links off page for guests.
|
#14
|
||||
|
||||
Ok was your member action dropdown customized before, or was it stock?
|
#15
|
||||
|
||||
stock I believe
|
#16
|
||||
|
||||
Ok then replace the entire contents with this:
Code:
<div class="popupmenu memberaction<vb:if condition="$page_class"> {vb:raw page_class}</vb:if>"> <vb:if condition="$show['guest']"> <span class="username" style="font-size:{vb:stylevar font.fontSize}{vb:stylevar font.units}; font-weight:bold;" title="{vb:rawphrase {vb:raw memberinfo['onlinestatusphrase']}, {vb:raw memberinfo.username}}"><strong><vb:if condition="$memberinfo['musername']">{vb:raw memberinfo.musername}<vb:else />{vb:raw memberinfo.username}</vb:if></strong></span> <vb:else /> <a class="username {vb:raw memberinfo.online} popupctrl" <href="{vb:link member, {vb:raw memberinfo}}" title="{vb:rawphrase {vb:raw memberinfo['onlinestatusphrase']}, {vb:raw memberinfo.username}}"><strong><vb:if condition="$memberinfo['musername']">{vb:raw memberinfo.musername}<vb:else />{vb:raw memberinfo.username}</vb:if></strong></a> </vb:if> <vb:if condition="$show['member']"> <ul class="popupbody popuphover memberaction_body"> <li class="left"> <a href="{vb:link member, {vb:raw memberinfo}}" class="siteicon_profile"> {vb:rawphrase view_profile} </a> </li> <li class="right"> <a href="search.php?{vb:raw session.sessionurl}do=finduser&userid={vb:raw memberinfo.userid}&contenttype=vBForum_Post&showposts=1" class="siteicon_forum" rel="nofollow"> {vb:rawphrase view_forum_posts} </a> </li> <vb:if condition="$show['pmlink']"> <li class="left"> <a href="private.php?{vb:raw session.sessionurl}do=newpm&u={vb:raw memberinfo.userid}" class="siteicon_message" rel="nofollow"> {vb:rawphrase private_message} </a> </li> </vb:if> <vb:if condition="$show['viewblog']"> <li class="right"> <a href="{vb:raw $vboptions.vbblog_url}{vb:if "$vboptions['vbblog_url']", '/', ''}blog.php?{vb:raw session.sessionurl}u={vb:raw memberinfo.userid}" class="siteicon_blog" rel="nofollow"> {vb:rawphrase view_blog_entries} </a> </li> </vb:if> <vb:if condition="$show['homepage']"> <li class="left"> <a href="{vb:raw memberinfo.homepage}" class="siteicon_homepage"> {vb:rawphrase visit_homepage} </a> </li> </vb:if> <vb:if condition="$show['viewarticles']"> <li class="right"> <a href="{vb:raw memberinfo.author_list_url}" class="siteicon_article" rel="nofollow"> {vb:rawphrase view_articles} </a> </li> </vb:if> <vb:if condition="$show['addfriend']"> <li class="left"> <a href="profile.php?{vb:raw session.sessionurl}do=addlist&userlist=buddy&u={vb:raw memberinfo.userid}" class="siteicon_add"> {vb:rawphrase add_as_contact} </a> </li> </vb:if> <vb:if condition="$show['emaillink']"> <li class="right"> <a href="sendmessage.php?{vb:raw session.sessionurl}do=mailmember&u={vb:raw memberinfo.userid}" class="siteicon_email"> {vb:rawphrase send_email} </a> </li> </vb:if> <vb:comment><li class="left"> <a href="search.php?{vb:raw session.sessionurl}do=finduser&userid={vb:raw memberinfo.userid}&starteronly=1&searchdate=30&beforeafter=after&contenttype=vBForum_Thread" class="siteicon_email"> 30 Days </a> </li></vb:comment> {vb:raw template_hook.memberaction_dropdown_items} </ul> </vb:if> </div> |
#17
|
||||
|
||||
That worked almost perfectly. only thing is the username is a little smaller then before....
|
#18
|
||||
|
||||
Not that I can see on my site, there should be no reason it does that on yours. Since the css is in there:
Code:
style="font-size:{vb:stylevar font.fontSize}{vb:stylevar font.units}; font-weight:bold;" |
#19
|
||||
|
||||
see
|
#20
|
||||
|
||||
Hmmm, that is strange, care to give me a admin account so I can debug it on your site, as I can not replicate it on mine?
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|