vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Show Thread Enhancements - Add Ignore User To Postbit Dropdown (https://vborg.vbsupport.ru/showthread.php?t=228673)

Mosh 11-22-2009 10:00 PM

Add Ignore User To Postbit Dropdown
 
1 Attachment(s)
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.

elwachiman 11-23-2009 03:13 PM

installed works great thanks

wtsnake 11-23-2009 04:01 PM

installed. thanks!

SİMAR 11-23-2009 04:08 PM

thanks!

Dr.osamA 11-23-2009 10:07 PM

installed

thxxxx
________
CHEAP GLASS BONGS

fariborz khan 12-09-2009 05:41 PM

Excellent work, thanks

garretbyrne 12-12-2009 03:48 AM

Hi this doesn't work in VB RC2... there isn't a drop down anymore. On the profile page the menu is under the avatar, on the forumhome when you click a username it brings up a popup menu giving you the same options but your add ignore isn't there...

G

BBR-APBT 12-12-2009 04:47 AM

Quote:

Originally Posted by garretbyrne (Post 1929171)
Hi this doesn't work in VB RC2... there isn't a drop down anymore. On the profile page the menu is under the avatar, on the forumhome when you click a username it brings up a popup menu giving you the same options but your add ignore isn't there...

G

On the profile page it is supposed to be a drop down its a bug in the code making it display where it shouldn't.

None of the mods that work with the member drop will work they removed the hooks in that location. I made a suggestion over on vb.com that they add the hook back.

Mosh 12-13-2009 03:29 AM

Quote:

Originally Posted by BBR-APBT (Post 1929180)
On the profile page it is supposed to be a drop down its a bug in the code making it display where it shouldn't.

None of the mods that work with the member drop will work they removed the hooks in that location. I made a suggestion over on vb.com that they add the hook back.

BBR-APBT is correct, the hook has gone missing and vBulletin is actually using a new template to display the Postbit Dropdown that has no hooks in it, and until vBulletin re-adds the hook back in any hacks that try adding a link to the postbit dropdown will fail to be added.... it is not my fault :(

Mosh 12-16-2009 08:41 PM

UPDATE: I reported this as a bug just over 3 hours ago, and the status has now been changed to Confirmed (Bug Scrub), Priority 1 - Highest, so it means that it should hopefully be fixed by the next Release Candidate ;)

Mosh 12-17-2009 12:58 AM

UPDATE 2: The status has now been changed to Fixed (Pending), so it means that it will be fixed in the next release.

BBR-APBT 12-17-2009 01:13 AM

Quote:

Originally Posted by Mosh (Post 1931986)
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>


Mosh 12-23-2009 01:10 AM

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

BBR-APBT 12-23-2009 02:36 AM

Quote:

Originally Posted by Mosh (Post 1935968)
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.

Mosh 12-23-2009 10:06 AM

Quote:

Originally Posted by BBR-APBT (Post 1936014)
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.

Mosh 12-23-2009 10:04 PM

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.

crashys 12-24-2009 08:32 AM

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.

garretbyrne 01-01-2010 04:21 AM

Cheers works perfect

Mosh 01-02-2010 12:36 AM

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.

TwinsForMe 01-28-2010 01:09 PM

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.

hiker 01-28-2010 02:40 PM

So if I've ignored a user, and another friendly user quotes the ignored user, will I see the ignored user's content in my friend's post?

Just curious.

I'll be using this, thanks. And good luck with finding some income out there.

Leica.Robbiani 03-21-2010 07:15 PM

Hi there,

if this mod is installed, the Easy Mod Tools don't work anymore...

Leica Robbiani

El Orans 03-28-2010 07:59 PM

The hack conflicts with Helpful Answers.

KURTZ 06-27-2010 12:17 PM

hi Mosh, found an huge issue with your porduct and the vbblogs ... if install this product the 'blog this post' and 'blog entries' completely disappear ... need a quick fix ... :)

Mosh 07-07-2010 03:53 AM

IMPORTANT NOTICE: This hack has now been discontinued (as I am getting fed up with updating this hack every time Internet Brands updates vBulletin to a new version, as it tends to break this hack again) - this means that while it will remain available for download and use, there will be no further updates as this thread is no longer monitored. For people who find that this hack conflicts with other hacks, I would advise that you use the BBR - Useful Links on Member Action Dropdown hack instead.

STORMS 08-24-2010 12:04 AM

Installing this messed up my entire threadbit... very good idea and would try it again once fixed. Uninstalled for now.

Phaedrus 03-21-2011 02:04 AM

Quote:

Originally Posted by Mosh (Post 2065667)
IMPORTANT NOTICE: This hack has now been discontinued (as I am getting fed up with updating this hack every time Internet Brands updates vBulletin to a new version, as it tends to break this hack again) - this means that while it will remain available for download and use, there will be no further updates as this thread is no longer monitored. For people who find that this hack conflicts with other hacks, I would advise that you use the BBR - Useful Links on Member Action Dropdown hack instead.

Who is also not supporting,nor offering, any hacks right now. Great.

sticky 12-19-2011 12:40 AM

Quote:

Originally Posted by El Orans (Post 2011842)
The hack conflicts with Helpful Answers.

Any solution for this?

Would be extremely useful to have this mod working correctly...

Raioneru 01-08-2012 04:26 AM

It doesn't work with social networking or any of the others I had installed. Other than that it would work perfectly.

DemOnstar 07-14-2013 06:48 AM

1 Attachment(s)
Works well.

Only one question regarding alignment.

How do I change this to line up with all the other elements thanks...

DemOnstar 07-15-2013 08:53 AM

Also found a conflict with this https://vborg.vbsupport.ru/showthread.php?t=243363

DemOnstar 07-16-2013 05:10 AM

This mod messes around with my postbit in 4.2.1 which is a bit of a shame really.. Uninstalled.

Thanks anyaway...

Bubble #5 09-10-2013 12:20 AM

Quote:

Originally Posted by DemOnstar (Post 2433908)
This mod messes around with my postbit in 4.2.1 which is a bit of a shame really.. Uninstalled.

Yes it is a shame. Great hack idea. If any coders are reading this, please come out with a 4.2.1 version of this hack.

ozzy47 09-10-2013 02:34 AM

Quote:

Originally Posted by DemOnstar (Post 2433908)
This mod messes around with my postbit in 4.2.1 which is a bit of a shame really.. Uninstalled.

Thanks anyaway...

Quote:

Originally Posted by Bubble #5 (Post 2444526)
Yes it is a shame. Great hack idea. If any coders are reading this, please come out with a 4.2.1 version of this hack.

https://vborg.vbsupport.ru/showthread.php?t=302087

Bubble #5 09-10-2013 02:46 AM

Thanks Ozzy :up:

I just installed this hack and it completely messed up my editor, so as soon as I figure out how to revert everything i'll install your mod.

THANKS for taking the time to make it :)


All times are GMT. The time now is 04:55 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.01289 seconds
  • Memory Usage 1,822KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (10)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (35)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete