greg FusionBB Fanatic Total Posts: 4956
 Location: Tombstone, AZ Average Post Ranks%:
|
06-08-09 11:04 AM - Post#81901
Subject: [3.0] Finished 1 - Ignore broken
Bug for: Fusion [3.0] Finished 1 -
: I put a user in the Lead Box ignore on here to test it, and I still see all his old and NEW posts.
|
Chris Peterson FusionBB Fanatic Total Posts: 3758
 Location: West Fargo, ND Average Post Ranks%:
|
06-08-09 11:45 AM - Post#81902
In response to greg
I was investigating this last night on my test site and from what I can see, it definitely isn't working.
|
Couchtomatoe Code Monkey Total Posts: 3049
 Birthday: 02-03 Location: Richmond, Virginia Average Post Ranks%:
|
06-08-09 08:03 PM - Post#81913
In response to Chris Peterson
in your includes/ignore_class.php find the fetchIgnore() function and inside that find the lines
Code:
if(!is_array($ignored_uids)){
return;
}
and remove that
|
greg FusionBB Fanatic Total Posts: 4956
 Location: Tombstone, AZ Average Post Ranks%:
|
06-08-09 08:47 PM - Post#81916
In response to Couchtomatoe
I've not tested in on my site yet, only on here is where I found it's broken. I'll add the code to mine, although it's not a big deal over there.
|
Chris Peterson FusionBB Fanatic Total Posts: 3758
 Location: West Fargo, ND Average Post Ranks%:
|
06-08-09 10:45 PM - Post#81921
In response to Couchtomatoe
in your includes/ignore_class.php find the fetchIgnore() function and inside that find the lines
Code:
if(!is_array($ignored_uids)){
return;
}
and remove that
Looks like that's the ticket. Nice work CT!
|
bouche FusionBB Addict Total Posts: 789
 Location: Gatineau, QC Average Post Ranks%:
|
05-06-10 04:22 PM - Post#84135
In response to Chris Peterson
I just realized that my ignore is borked. Do I have to run this too?
|
bouche FusionBB Addict Total Posts: 789
 Location: Gatineau, QC Average Post Ranks%:
|
05-06-10 06:02 PM - Post#84136
In response to bouche
I can't find that line, nor can I find a function called fetchignore()
there is a fetchignorelist() function though.
|
Couchtomatoe Code Monkey Total Posts: 3049
 Birthday: 02-03 Location: Richmond, Virginia Average Post Ranks%:
|
|
bouche FusionBB Addict Total Posts: 789
 Location: Gatineau, QC Average Post Ranks%:
|
08-20-10 10:14 AM - Post#84471
In response to Couchtomatoe
whoops. forgot to come back to this. the ignore is not working in v 3.0
do I need to upgrade or something?
|
Couchtomatoe Code Monkey Total Posts: 3049
 Birthday: 02-03 Location: Richmond, Virginia Average Post Ranks%:
|
|
bouche FusionBB Addict Total Posts: 789
 Location: Gatineau, QC Average Post Ranks%:
|
|
Laree Draper FusionBB Enthusiast Total Posts: 246
 Average Post Ranks%:
|
09-06-10 12:53 PM - Post#84534
In response to bouche
In V3, does the ignore option work for the "recent posts" listing or just in the full thread mode?
|
Couchtomatoe Code Monkey Total Posts: 3049
 Birthday: 02-03 Location: Richmond, Virginia Average Post Ranks%:
|
09-06-10 01:05 PM - Post#84537
In response to Laree Draper
in 3 or 3.1?
you talking about the recent activity page or the recent post portal box?
it should work in recent activity as it is being called?
$ignorequery2
|
Couchtomatoe Code Monkey Total Posts: 3049
 Birthday: 02-03 Location: Richmond, Virginia Average Post Ranks%:
|
09-27-10 03:56 PM - Post#84663
In response to Couchtomatoe
OK I tested Ignore on here in 3.1 by putting a user on ignore and I was not able to see him anywhere and it gave me the option to remove myself from his pt's and that worked so in 3.1 I can say it is unless someone shows me otherwise...
|