Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard

Reply
 
Thread Tools
BBR - Useful Links on Member Action Dropdown. Details »»
BBR - Useful Links on Member Action Dropdown.
Version: 1.04, by BBR-APBT BBR-APBT is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: Miscellaneous Hacks - Version: 4.0.2 Rating:
Released: 12-22-2009 Last Update: 03-01-2010 Installs: 195
Uses Plugins Auto-Templates
 
No support by the author.

I will no longer support vBulletin because of IB and the agile development, and they are not fixing bugs like they should. Instead they add bloat.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #82  
Old 03-05-2010, 05:45 AM
eTiKeT?'s Avatar
eTiKeT? eTiKeT? is offline
 
Join Date: Aug 2008
Location: T?rkiye
Posts: 257
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Very Nice Thank You
Added Tükçe xml

İnstalled ...
Reply With Quote
  #83  
Old 04-10-2010, 02:29 PM
Retal Retal is offline
 
Join Date: Nov 2006
Posts: 58
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by cloferba View Post
this space is what i mean


left..default vbulletin space

right, space between options using this mod
Hi, I found out the reason for the larger padding.
Turns out the code is not exactly the same.
Whereas in the original template each link has this structure
HTML Code:
<li><img><a></a></li>
this mod uses a slight variation
HTML Code:
<li><a><img></a></li>
Here are the updated templates for version 1.04 with the original structure (and smaller padding):
memberaction_dropdown_by_bbr
HTML 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 x_is_y_now, {vb:raw memberinfo.username}, {vb:raw memberinfo.online}}"><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>

		<vb:if condition="$vbulletin->options['bbr_useful_post']">
		<li class="right">
			<img src="{vb:stylevar imgdir_siteicons}/forum.png" alt="" />
			<a href="search.php?{vb:raw session.sessionurl}do=finduser&amp;userid={vb:raw memberinfo.userid}&amp;contenttype=vBForum_Post&amp;showposts=1" rel='nofollow'>	
				{vb:rawphrase view_forum_posts}
			</a>
		</li>
		</vb:if>

		<vb:if condition="$vbulletin->options['bbr_useful_addfriend']">
		<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&amp;userlist=buddy&amp;u={vb:raw memberinfo.userid}">
				{vb:rawphrase add_as_contact}
			</a>
		</li>
		</vb:if>
		</vb:if>

		<vb:if condition="$vbulletin->options['bbr_useful_threads']">
		<li class="right">
			<img src="{vb:stylevar imgdir_siteicons}/search.png" alt="" />
			<a href="search.php?{vb:raw session.sessionurl}do=finduser&amp;userid={vb:raw memberinfo.userid}&amp;starteronly=1&amp;contenttype=vBForum_Post" rel="nofollow">
				{vb:phrase bbr_show_all_threads}
			</a>
		</li>
		</vb:if>

		<vb:if condition="$vbulletin->options['bbr_useful_ignore']">
		<vb:if condition="$show['member']">
		<li class="left">
			<img src="{vb:stylevar imgdir_siteicons}/x.png" alt="" />
			<a href="profile.php?{vb:raw session.sessionurl}do=addlist&amp;userlist=ignore&amp;u={vb:raw memberinfo.userid}" rel="nofollow">
				{vb:phrase bbr_ignore}
			</a>
		</li>
		</vb:if>
		</vb:if>

		<vb:if condition="$vbulletin->options['bbr_useful_albums']">
		<li class="right">
			<img src="{vb:stylevar imgdir_siteicons}/photo.png" alt="" />
			<a href="album.php?{vb:raw session.sessionurl}u={vb:raw memberinfo.userid}" rel="nofollow">
				{vb:phrase bbr_show_all_albums}
			</a>
		</li>
		</vb:if>

		<vb:if condition="$vbulletin->options['bbr_useful_pmlink']">
		<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&amp;u={vb:raw memberinfo.userid}" rel='nofollow'>
				{vb:rawphrase private_message}
			</a>
		</li>
		</vb:if>
		</vb:if>

		<vb:if condition="$vbulletin->options['bbr_useful_email']">
		<vb:if condition="$show['emaillink']">
		<li class="right">
			<img src="{vb:stylevar imgdir_siteicons}/message.png" alt="" />
			<a href="sendmessage.php?{vb:raw session.sessionurl}do=mailmember&amp;u={vb:raw memberinfo.userid}" rel='nofollow'>
				{vb:rawphrase send_email}
			</a>
		</li>
		</vb:if>
		</vb:if>

		<vb:if condition="$vbulletin->options['bbr_useful_homepage']">
		<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>
		<vb:if condition="$vbulletin->options['bbr_useful_viewfriends']">
		<li class="right">
			<img src="{vb:stylevar imgdir_siteicons}/network.png" alt="" />
			<a href="member.php?{vb:raw session.sessionurl}u={vb:raw memberinfo.userid}&tab=friends" rel="nofollow">
				{vb:phrase bbr_all_friends}
			</a>
		</li>
		</vb:if>

		<vb:if condition="$vbulletin->options['bbr_useful_articles']">
		<vb:if condition="$show['viewarticles']">
		<li class="left">
			<img src="{vb:stylevar imgdir_siteicons}/article.png" alt="" />
			<a href="list.php/author/{vb:raw memberinfo.userid}-{vb:raw memberinfo.username}" rel='nofollow'>
				{vb:rawphrase view_articles}
			</a>
		</li>
		</vb:if>
		</vb:if>

		<vb:if condition="$vbulletin->options['bbr_useful_blog']">
		<vb:if condition="$show['viewblog']">
		<li class="right">
			<img src="{vb:stylevar imgdir_siteicons}/blog.png" alt="" />
			<a href="blog.php?{vb:raw session.sessionurl}u={vb:raw memberinfo.userid}" rel='nofollow'>
				{vb:rawphrase view_blog_entries}
			</a>
		</li>
		</vb:if>
		</vb:if>

		{vb:raw template_hook.memberaction_dropdown_items}

	</ul>
</div>
memberaction_dropdown_manage_bbr
HTML Code:
		<vb:if condition="$vbulletin->options['bbr_useful_admin_active']">
		<vb:if condition="is_member_of($vbulletin->userinfo, 5, 6)">
		<li class="left">&nbsp;</li>
		<li class="left"><b>Manage User</b>:</li>

		<vb:if condition="$post[usergroupid] == '8'">
		<li class="left">
			<img src="{vb:stylevar imgdir_siteicons}/subscribe.png" alt="" />
			<a href="{vb:raw modcpdir}/banning.php?do=liftban&userid={vb:raw post.userid}">
				{vb:phrase bbr_removeban}
			</a>
		</li>
		<li class="right">
			<img src="{vb:stylevar imgdir_siteicons}/moderation.png" alt="" />
			<a href="{vb:raw modcpdir}/banning.php?do=editreason&userid={vb:raw post.userid}">
				{vb:phrase bbr_edit_banreason}
			</a>
		</li>
		<vb:else />
		<li class="left">
			<img src="{vb:stylevar imgdir_siteicons}/delete.png" alt="" />
			<a href="{vb:raw modcpdir}/banning.php?do=banuser&userid={vb:raw post.userid}">
				{vb:phrase bbr_ban}
			</a>
		</li>
		</vb:if>

		<li class="left">
			<img src="{vb:stylevar imgdir_siteicons}/settings.png" alt="" />
			<a href="{vb:raw modcpdir}/user.php?do=editsig&userid={vb:raw post.userid}">
				{vb:phrase bbr_edit_sig}
			</a>
		</li>

		<li class="right">
			<img src="{vb:stylevar imgdir_siteicons}/settings.png" alt="" />
			<a href="{vb:raw modcpdir}/user.php?do=avatar&userid={vb:raw post.userid}">
				{vb:phrase bbr_edit_avatar}
			</a>
		</li>

		<li class="left">
			<img src="{vb:stylevar imgdir_siteicons}/settings.png" alt="" />
			<a href="{vb:raw modcpdir}/user.php?do=profilepic&userid={vb:raw post.userid}">
				{vb:phrase bbr_edit_profilepic}
			</a>
		</li>


		<vb:if condition="$show['admincplink']">
		<li class="right">
			<img src="{vb:stylevar imgdir_siteicons}/settings.png" alt="" />
			<a href="{vb:raw admincpdir}/user.php?do=editaccess&u={vb:raw post.userid} ">
				{vb:phrase bbr_edit_forumperm}
			</a>
		</li>
		<li class="left">
			<img src="{vb:stylevar imgdir_siteicons}/settings.png" alt="" />
			<a href="moderator.php?do=useroptions&u={vb:raw post.userid}">
				{vb:phrase bbr_edit_options}
			</a>
		</li>
		</vb:if>



		</vb:if>
		</vb:if>
Thank you for the mod, BBR. Installed.
Reply With Quote
  #84  
Old 04-11-2010, 07:48 PM
Furcal15 Furcal15 is offline
 
Join Date: Apr 2009
Posts: 68
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Awesome, thank you!
Reply With Quote
  #85  
Old 04-16-2010, 04:55 PM
aaronrand aaronrand is offline
 
Join Date: Jan 2010
Posts: 68
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by BBR-APBT View Post
Can you go to your plugin manager and make sure the three plugins below Are set to active?

Product : BBR - Useful Links on Member Action Dropdown.
Memberaction Dropdown - Cache
Memberaction Dropdown - Manage Member
Memberaction Dropdown - Template Replacement

Especially the one in red.

There is not much I can do to help you. If all your telling me is it is not working.
I have the same problem. Above is active, but i cannot see the Admin portion.
Is there a fix for this?
I am on 4.0.1
Reply With Quote
  #86  
Old 04-16-2010, 08:12 PM
Sunka Sunka is offline
 
Join Date: Mar 2008
Location: Croatia
Posts: 400
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Why moderators can not see ban options?
Reply With Quote
  #87  
Old 04-30-2010, 02:13 PM
aaronrand aaronrand is offline
 
Join Date: Jan 2010
Posts: 68
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Any fix for those of us not seeing admin options?
Reply With Quote
  #88  
Old 06-19-2010, 06:47 PM
KURTZ KURTZ is offline
 
Join Date: Nov 2006
Location: Italy
Posts: 2,257
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

what are the differences between this hack and this: https://vborg.vbsupport.ru/showthread.php?t=238189
Reply With Quote
  #89  
Old 06-27-2010, 07:42 AM
OturanBoğa OturanBoğa is offline
 
Join Date: Nov 2008
Location: Istanbul
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

vb 4.0.4:

Quote:
Originally Posted by ientrydave View Post
I'm having trouble getting this plugin to work with vB 4.0.4. it worked great with 4.0.3. I tried re-uploading the xml and it didn't help. Any thoughts would be appreciated.

EDIT: I found the problem. In version 4.0.4, the $vbulletin variable is no longer global by default in the postbit_display_complete hook. Simple fix, just put
PHP Code:
global $vbulletin
in front of
PHP Code:
if ($vbulletin->options['modtools_onoff']) 
in the plugin manager.
Reply With Quote
  #90  
Old 07-14-2010, 09:05 AM
KURTZ KURTZ is offline
 
Join Date: Nov 2006
Location: Italy
Posts: 2,257
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

PHP Code:
Warningarray_merge() [function.array-merge]: Argument #1 is not an array in [path]/modcp/user.php(348) : eval()'d code on line 40 
when you change the avatar you got this error ...
Reply With Quote
  #91  
Old 07-16-2010, 09:34 AM
CRDeveloper's Avatar
CRDeveloper CRDeveloper is offline
 
Join Date: Aug 2009
Location: Costa Rica
Posts: 95
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

not working on 4.0.5
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 04:27 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.06945 seconds
  • Memory Usage 2,345KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (4)bbcode_html
  • (3)bbcode_php
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete