vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Forced Ignore (https://vborg.vbsupport.ru/showthread.php?t=109543)

darksoulz 08-31-2006 11:58 PM

Doesn't work with 3.6 for me. I'm definately interested in a port though.

thenetbox 09-07-2006 09:54 PM

I would also like this for 3.6 please :) If any one has got it to port then please share instruction :) thank you.

wcbryant 09-24-2006 11:09 AM

Also just discovered that this stopped working with 3.6.x.

Anyone have any ideas how we might get it to work? My mods and admins found this a very helpful tactic of next-to-last resort.

funky1 10-02-2006 02:57 AM

Yep, I just tried to install it in 3.6.1 and it doesn't appear to be working.

Big props to whomever might make it work for us in the 3.6.X version. I could really use it.

Thanks in advance!!

:D

LeftCoastBias 10-08-2006 01:47 AM

i've been using it for a while now... but can't figure out how to have the user number NOT show up in a line above the user's custom user title?




ok that doesn't make sense... so here's an example:

Quote:

DirtyHarry
245
dumpster diver


245 is the user that is on this member's forced ignore list. now everyone in the forum can tell he's on forced ignore.

LeftCoastBias 10-09-2006 04:11 AM

anyone?

LeftCoastBias 10-09-2006 04:14 AM

never mind.

i for some reason (unbeknownst to me) had $field8 or whatever the code is in the postbit.

i have no idea why it was there. ?????

Coldhands 10-10-2006 03:20 PM

I have this set up on vB 3.6 and it doesn't seem to be working. When I enter a persons userid number into another's profile and hit save, it does not show up on the profile when I go back to edit the user. Any idea why it's not saving this information? Should this be able to work in vB 3.6?

Gizmo5h1t3 10-17-2006 09:52 PM

Quote:

Originally Posted by furst
Would you be kind enough to repeat it for me?

fine, il try...lololol

you need to plug it into the php code below in the three spots you see 'fieldX' For instance, if vbulletin makes your new field number 10 you would plug in 'field10'. This php code needs to go into a plug in attached to global_start


PHP Code:
if ($vbulletin->userinfo['fieldX'])
{
if ($vbulletin->options['globalignore'])
{
$vbulletin->options['globalignore'] = $vbulletin->options['globalignore'] . " " . $vbulletin->userinfo['fieldX'];
}
else
{
$vbulletin->options['globalignore'] = $vbulletin->userinfo['fieldX'];
}
}


is that plain enuff?

Watched 10-18-2006 07:27 AM

this really should be made into a product and ported to 3.6 as it is a GREAT addon for seperating 2 members who by themselves are GREAT members.. yet together.. do nothing but bicker.


All times are GMT. The time now is 02:57 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.01085 seconds
  • Memory Usage 1,734KB
  • 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
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete