The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
[OzzModz] Extra Mod Options In Member Action Dropdown Details »» | |||||||||||||||||||||||||||
[OzzModz] Extra Mod Options In Member Action Dropdown
Developer Last Online: Dec 2021
Another mod brought to you by,
[OzzModz] Extra Mod Options In Member Action Dropdown, has won October 2013 Mod of the Month! Hi all !! Here is a small modification you can use to show some moderation links in the member action dropdown menu for users. This was developed on v4.2.x, but should work on all v4.x series. It is a simple installation, just import the product XML, product-ozzy_extra_mod_options_ma You can edit the options under the settings, OzzModz: Extra Mod Options Settings Complete Feature List
Please remember to click the, button to the right if you installed the mod ----> What does 'Marking As Installed' do ? * It helps you to stay on top of updates - members who have installed modifications will be notified whenever new updates are available. * For security issues - vbulletin.org will contact all members who have installed a modification whenever a security issue is brought to their attention. * Marking a modification as installed also helps me know how many people are using my work, giving me extra incentive to provide more features and new modifications. I appreciate the support! ------------------------------------------------------------------------------------------- Translations Romanian translation available, here ------------------------------------------------------------------------------------------- * History (Changelog) * ------------------------- v1.0.0 (September 28, 2013) - Initial public release. v1.1.0 (November 11, 2013) - Added a link to the View Change History for the user. v1.1.1 (September 13, 2014) - Fixed a issue with version checking for the mod. Show Your Support
|
3 благодарности(ей) от: | ||
Cyberbang3r, RichieBoy67, tbworld |
Comments |
#12
|
||||
|
||||
Not a problem, glad ya like it, and thanks for marking as installed.
|
#14
|
||||
|
||||
Glad ya found it useful, and thanks for marking as installed.
|
#16
|
||||
|
||||
Excellent, glad ya like it, and thanks for rating, and marking as installed.
|
#17
|
|||
|
|||
Installed thank you!
Any idea how to get this fixed the words overlap the image |
#18
|
||||
|
||||
What version of vB are you running?
Can you paste me the contents of your memberaction_dropdown template? |
#19
|
|||
|
|||
im running 4.2.1
Code:
<div class="popupmenu memberaction<vb:if condition="$page_class"> {vb:raw page_class}</vb:if>"> <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> <ul class="popupbody popuphover memberaction_body"> <li class="left"> <img src="{vb:stylevar imgdir_siteicons}/profile.png" alt="" /> <a href="{vb:link member, {vb:raw memberinfo}}"> {vb:rawphrase view_profile} </a> </li> <li class="right"> <img src="{vb:stylevar imgdir_siteicons}/forum.png" alt="" /> <a href="search.php?{vb:raw session.sessionurl}do=finduser&userid={vb:raw memberinfo.userid}&contenttype=vBForum_Post&showposts=1" rel="nofollow"> {vb:rawphrase view_forum_posts} </a> </li> <vb:if condition="$show['pmlink']"> <li class="left"> <img src="{vb:stylevar imgdir_siteicons}/message.png" alt="" /> <a href="private.php?{vb:raw session.sessionurl}do=newpm&u={vb:raw memberinfo.userid}" rel="nofollow"> {vb:rawphrase private_message} </a> </li> </vb:if> <vb:if condition="$show['viewblog']"> <li class="right"> <img src="{vb:stylevar imgdir_siteicons}/blog.png" alt="" /> <a href="{vb:raw $vboptions.vbblog_url}{vb:if "$vboptions['vbblog_url']", '/', ''}blog.php?{vb:raw session.sessionurl}u={vb:raw memberinfo.userid}" rel="nofollow"> {vb:rawphrase view_blog_entries} </a> </li> </vb:if> <vb:if condition="$show['homepage']"> <li class="left"> <img src="{vb:stylevar imgdir_siteicons}/homepage.png" alt="" /> <a href="{vb:raw memberinfo.homepage}" rel="nofollow"> {vb:rawphrase visit_homepage} </a> </li> </vb:if> <vb:if condition="$show['viewarticles']"> <li class="right"> <img src="{vb:stylevar imgdir_siteicons}/article.png" alt="" /> <a href="{vb:raw vboptions.vbcms_url}{vb:if "$vboptions['vbcms_url']", '/', ''}list.php/author/{vb:raw memberinfo.userid}-{vb:raw memberinfo.username}" rel="nofollow"> {vb:rawphrase view_articles} </a> </li> </vb:if> <vb:if condition="$show['addfriend']"> <li class="left"> <img src="{vb:stylevar imgdir_siteicons}/add.png" alt="" /> <a href="profile.php?{vb:raw session.sessionurl}do=addlist&userlist=buddy&u={vb:raw memberinfo.userid}"> {vb:rawphrase add_as_contact} </a> </li> </vb:if> <vb:if condition="$show['emaillink']"> <li class="right"> <img src="{vb:stylevar imgdir_siteicons}/email.png" alt="" /> <a href="sendmessage.php?{vb:raw session.sessionurl}do=mailmember&u={vb:raw memberinfo.userid}" rel="nofollow"> {vb:rawphrase send_email} </a> </li> </vb:if> {vb:raw template_hook.memberaction_dropdown_items} </ul> </div> |
#20
|
||||
|
||||
Seems like that template is using some older code, does it show correctly on a default unmodified style?
|
#21
|
|||
|
|||
Its like that even in the default style.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|