• OzzModz is no longer taking registrations. All registrations are being redirected to Snog's Site
    All addons and support is available there now.

[OzzModz] Extra Mod Options In Member Action Dropdown

Status
Not open for further replies.

Ozzy47

Administrator
Another mod brought to you by,
OzzModz.png


[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
  • Option to disable the mod completely.
  • Setting to enter the directory name of your modcp. (required to work)
  • Setting to enter the directory name of your admincp. (required to work)
  • Option to show the ban user link on the left or right side in the menu.
  • Option to show the edit signature link on the left or right side in the menu.
  • Option to show the edit avatar link on the left or right side in the menu.
  • Option to show the edit profile pic link on the left or right side in the menu.
  • Option to show the edit user link on the left or right side in the menu.
  • Option to show the edit reputation link on the left or right side in the menu.
  • Option to show the view change history link on the left or right side in the menu.
  • Option to open the links in the same window or a new one.
-------------------------------------------------------------------------------------------

Please remember to click the, {vb:raw mark_as_installed_image} 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 - OzzModz.com will contact all members who have installed a modification whenever a security issue is brought to our 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

-------------------------------------------------------------------------------------------

v1.0.0 Initial release.
v1.1.0 Added a link to the View Change History for the user.
 
Hey, did you ever get around fixing the text riding under the icons? I have had it installed a Futuremark since it came out but never got around to sorting that. Mostly because I don't mod anything there, I just maintain the site. I noticed it the other day and though about fixing it but figured I would check with you if it's been sorted already.

View attachment 178
 
I have not had that issue at all, I suspect it is one of the other mods you have in there causing the issue. If you want, you can PM me a admin account, and I can see if it is conflicting with any other mod.
 
Hey ozzy, where i have changed my modcp name i get an error when trying to use certain options on this mod. something that can be fixed?
 
Hey, did you ever get around fixing the text riding under the icons? I have had it installed a Futuremark since it came out but never got around to sorting that. Mostly because I don't mod anything there, I just maintain the site. I noticed it the other day and though about fixing it but figured I would check with you if it's been sorted already.

View attachment 178

I have same issue as this user mentioned...
 
That may be the issue, can you paste the contents of your memberaction_dropdown template here.
 
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>

here it is bro
 
Seems like that is a older template, I will see if there is a way to add compatibility when I get some time, but I am a bit backlogged at the moment.
 
I know that, but when I coded this it was based off of the template as it is in vB 4.2.2, there seems to be some differences between your version, and that one, which may be causing the display issues.
 
Status
Not open for further replies.
Back
Top