Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Add Ignore User To Postbit Dropdown Details »»
Add Ignore User To Postbit Dropdown
Version: 4.0.002, by Mosh Mosh is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: Show Thread Enhancements - Version: 4.0.x Rating:
Released: 11-22-2009 Last Update: 12-23-2009 Installs: 70
Uses Plugins Auto-Templates
Re-useable Code Translations  
No support by the author.

Please click Mark as Installed if you are using this hack.

IMPORTANT NOTICE: This hack has now been discontinued. This means that while it will remain available for download and use, if people find that this hack conflicts with any other hack, I would advise that you un-install this hack as I am no longer monitoring this thread and this hack will not be upgraded at all. I am also not interested in doing paid work requests to update this hack at all.



What Does This Hack Do?[hr]hr[/hr]
This is an update to my 3.8.x version of this hack, designed to work with vBulletin v4.0.x.

A simple hack that will display an option to ignore a user in the postbit (or postbit legacy) dropdown menu (see screenshots for a visual example).

This will not show up in your own posts, as you would not really want to try ignoring yourself. It also does not show for guests.

This hack is fully phrased.


vBulletin Version Compatibility[hr]hr[/hr]
This hack can only be used with v4.0.0 and later versions.

For the v3.8.x version of this hack, which will also work with v3.7.x and v3.6.x - check here.




Install Instructions[hr]hr[/hr]
  • Import the ms_ignore_user_postbit_40.xml into vB using the AdminCP Product Manager.
    If upgrading from an earlier version, then set Allow Overwrite to Yes.

Uninstall Instructions[hr]hr[/hr]
  • Uninstall the product in vB using the AdminCP Product Manager.

Version History[hr]hr[/hr]
v4.0.002 - Thursday 24th December 2009
-- Final v4.0.x Release
-- Now works in vBulletin 4.0.0 Gold
-- Fixed: 2 plugins now use the new memberaction_dropdown_items template hook
-- Fixed: 1 template, to utilise the new memberaction_dropdown template correctly
-- Fixed: permissions that show Ignore links to guests when they should not.

v4.0.001 - Monday 23rd November 2009
-- Initial v4.0.x Release


Thanks[hr]hr[/hr]
Thanks go out to Paul M who gave me permission to use some of his install code.


Show Your Appreciation [hr]hr[/hr]
Although not required, if you have enjoyed the benefits of this hack, and would like show your appreciation for my efforts, then please feel free to click on the Support Developer link and donate any amount you feel is appropriate.

Download Now

File Type: xml ms_ignore_user_postbit_40.xml (4.1 KB, 321 views)

Screenshots

File Type: png screenshot1.png (6.6 KB, 0 views)
File Type: png screenshot2.png (7.7 KB, 0 views)

Show Your Support

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

Comments
  #12  
Old 12-17-2009, 12:58 AM
Mosh's Avatar
Mosh Mosh is offline
 
Join Date: Aug 2004
Location: Melbourne, Australia
Posts: 1,968
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

UPDATE 2: The status has now been changed to Fixed (Pending), so it means that it will be fixed in the next release.
Reply With Quote
  #13  
Old 12-17-2009, 01:13 AM
BBR-APBT's Avatar
BBR-APBT BBR-APBT is offline
 
Join Date: Feb 2009
Location: Maryland
Posts: 946
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Mosh View Post
UPDATE 2: The status has now been changed to Fixed (Pending), so it means that it will be fixed in the next release.
I want the next release. I have updated my mod it should start working on the upgrade.

Since I was playing around I modified the template for yours while I was playing if you care to use it, it is posted below. I have a bit of time on my hands right this second. I hope you don't mind me posting it. You probably already adjusted on your own I am sure. But what the heck here it is anyway.

Code:
		<li class="left">
			<a href="profile.php?{vb:raw session.sessionurl}do=addlist&amp;userlist=ignore&amp;u={vb:raw memberinfo.userid}" rel="nofollow">
				<img src="{vb:stylevar imgdir_siteicons}/x.png" alt="" />
				{vb:phrase add_x_to_ignore_list, {vb:raw post.username}}
			</a>
		</li>
Reply With Quote
  #14  
Old 12-23-2009, 01:10 AM
Mosh's Avatar
Mosh Mosh is offline
 
Join Date: Aug 2004
Location: Melbourne, Australia
Posts: 1,968
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I can not get this to work, even with the new template hook, the correct template gets called, but does not render, so something is being blocked when the function construct_memberaction_dropdown is called

I can however make this work with a template edit, so until I sort it out I will not be releasing an update and will be marking this In Beta
Reply With Quote
  #15  
Old 12-23-2009, 02:36 AM
BBR-APBT's Avatar
BBR-APBT BBR-APBT is offline
 
Join Date: Feb 2009
Location: Maryland
Posts: 946
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Mosh View Post
I can not get this to work, even with the new template hook, the correct template gets called, but does not render, so something is being blocked when the function construct_memberaction_dropdown is called

I can however make this work with a template edit, so until I sort it out I will not be releasing an update and will be marking this In Beta
I couldn't figure it out either. It was a pita.

Look here - https://vborg.vbsupport.ru/showthread.php?p=1935793

I gave up and re-wrote the whole darn template.
Reply With Quote
  #16  
Old 12-23-2009, 10:06 AM
Mosh's Avatar
Mosh Mosh is offline
 
Join Date: Aug 2004
Location: Melbourne, Australia
Posts: 1,968
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by BBR-APBT View Post
I couldn't figure it out either. It was a pita.

Look here - https://vborg.vbsupport.ru/showthread.php?p=1935793

I gave up and re-wrote the whole darn template.
Well I have added the problem to the bug report over vBulletin.com.
Reply With Quote
  #17  
Old 12-23-2009, 10:04 PM
Mosh's Avatar
Mosh Mosh is offline
 
Join Date: Aug 2004
Location: Melbourne, Australia
Posts: 1,968
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Major Update: v4.0.002 - Thursday 24th December 2009
-- Now works in vBulletin 4.0.0 Gold
-- Fixed: 2 plugins now use the new memberaction_dropdown_items template hook
-- Fixed: 1 template, to utilise the new memberaction_dropdown template correctly
-- Fixed: permissions that show Ignore links to guests when they should not.

I will no longer be supporting Alpha, Beta & Release Candidates of vBulletin 4.0.0.
Reply With Quote
  #18  
Old 12-24-2009, 08:32 AM
crashys crashys is offline
 
Join Date: Oct 2003
Location: Lisboa
Posts: 67
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sugestion: When a user posts on a thread of mine, and its on the Ignore List, all posts that pestilant user makes on my thread will automatically be considered "not wanted" and the other users of the forum shouldn't see the post also (like displaying a ignored message).

Excellent Mod.
Reply With Quote
  #19  
Old 01-01-2010, 04:21 AM
garretbyrne garretbyrne is offline
 
Join Date: Nov 2009
Location: Ireland
Posts: 111
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Cheers works perfect
Reply With Quote
  #20  
Old 01-02-2010, 12:36 AM
Mosh's Avatar
Mosh Mosh is offline
 
Join Date: Aug 2004
Location: Melbourne, Australia
Posts: 1,968
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi all,

It is with regret that after over 4 years (and thousands of hours) spent providing free support for my free hacks released here, as of today I will no longer be able to provide support for free.

This is due to being unemployed for a while, being strapped for cash and unable to rely on the virtually non-existant donations from here to help to pay the bills or put food on the table for my family. I am now providing all support for my free hacks released here over at Wolfshead Solutions via an annual support subscription (for a small fee).

It does not mean I will be no longer release free hacks, I will, but I will just no longer be supporting them for free.

My free hacks have and always will remain free to download and use. And so will updates/bug fixes.

I will be releasing more free hacks, but if you require any support at all for those free hacks, you will need to purchase an annual support subscription over at Wolfshead Solutions to receive support.

I am really sorry I have to do this, but revenue generated by my programming gigs are now my only source of income, and I can no longer afford the luxury of providing free support here, when that time can be spent creating new commerial products, doing paid work requests or providing paid support to pay the bills.

Thank you for the understanding.

Regards,

Mosh.
Reply With Quote
  #21  
Old 01-28-2010, 01:09 PM
TwinsForMe TwinsForMe is offline
 
Join Date: Oct 2004
Location: Canada
Posts: 112
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

FYI, there is a conflict with the following mod:

"Find all started threads" in postbit & postbit_legacy dropdown

If I enable your mod, the other mod doesn't show. If I disable your mod, then the other shows.
Reply With Quote
Reply


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:14 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05645 seconds
  • Memory Usage 2,345KB
  • Queries Executed 26 (?)
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
  • (1)bbcode_code
  • (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
  • (3)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
  • (3)postbit_attachment
  • (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_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete