Welcome, Guest. Please Login or Register.
April 26, 2024, 10:43:02 AM
Home Help Search Log in Register
News: If you are still using YaBB SE, please consider upgrading to SMF as soon as possible.

YaBB SE Community  |  Development  |  Completed mods  |  [Done 1.5.1] Ignore User « previous next »
Pages: [1] 2 Reply Ignore Print
Author Topic: [Done 1.5.1] Ignore User  (Read 75527 times)
Gobalopper
Mod Team
YaBB God
*****
Posts: 993


Cookie Monster

WWW
[Done 1.5.1] Ignore User
« on: January 28, 2003, 07:28:11 AM »
Reply with quote

This mod will replace blocked users posts with the text "Message Blocked" instead. Blocked users are added by putting them on your im ignore list.

http://www.dune2k.com/yabbse/IgnoreUser.zip

This should block posts on the regular thread display pages, the most recent board posts page, the most recent users posts page, and the previous replies when replying to a thread.
« Last Edit: July 27, 2003, 04:29:46 AM by Gobalopper » Logged
Gobalopper
Mod Team
YaBB God
*****
Posts: 993


Cookie Monster

WWW
Re:[Beta 1.5.1] Ignore User
« Reply #1 on: February 05, 2003, 02:34:11 AM »
Reply with quote

Update that should fix a bug in Post.php, thanks Wiziwig for find it.
Logged
Wiziwig
Sr. Member
****
Posts: 407


Programmer and Users Liason and Manager

WWW
Re:[Beta 1.5.1] Ignore User
« Reply #2 on: February 05, 2003, 03:14:21 PM »
Reply with quote

You have 3 more errors. I know what the first one is by your looking at your fix, so I corrected my copy myself for the first error. That error is generated from recent posts:

You have an error in your SQL syntax near '' at line 1
File: /home/themeeti/public_html/yse151/Sources/Recent.php
Line: 71

This is line 71:   $request = mysql_query("SELECT im_ignore_list FROM {$db_prefix}members WHERE ID_MEMBER=$ID_MEMBER") or database_error(__FILE__, __LINE__);


The other Errors I cannot fix myself. That is, after reparing recent to function by adding the global  $ID_MEMBER;, EVERY new post listed is blocked!

Also after adding the global $ID_MEMBER to post.php, EVERY post in topic summery when you reply is blocked!


« Last Edit: February 05, 2003, 03:23:39 PM by Wiziwig » Logged

Gobalopper
Mod Team
YaBB God
*****
Posts: 993


Cookie Monster

WWW
Re:[Beta 1.5.1] Ignore User
« Reply #3 on: February 05, 2003, 08:40:13 PM »
Reply with quote

Ok I've had a chance to install 1.5.1 and test out this mod. New version should have all the fixes required to make it work. ;)
Logged
GWP
Sr. Member
****
Posts: 252


A total PHP MySQL Novice :) - but getting better!

Re:[Beta 1.5.1] Ignore User
« Reply #4 on: February 22, 2003, 08:27:41 PM »
Reply with quote

I have tried to install this mod, it goes in fine, no probs.
But I get this error message when I run the board
QuoteParse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ']' in /home/site34/web/forum/english.lng on line 1518

Any clues please
Logged

YabbSE 1.5.1rc Mods:AdvIm, Member Map, Password Prompt, Report to mod, Smilies SE 2.0, Bio, collapsable_yabb, Ignore user, Name, allowed user, search member, enchanced ban, posts per day, Mute User, Memberlist Plus,Who,ExactPostLink. Remove_Clicklog,mc_BoldOwnThreads.QuickReply, UserEnableDisableCensor, RefererMod, lastlogin_profile,PostBasedImRestrict, ExactPostLink, UserBrowsing,
Wiziwig
Sr. Member
****
Posts: 407


Programmer and Users Liason and Manager

WWW
Re:[Beta 1.5.1] Ignore User
« Reply #5 on: March 03, 2003, 05:17:14 AM »
Reply with quote

Simple fix for that, he forgot to add a ' in the english change..

Search for
$txt[ignore_user1'] = '<< You Have Blocked This Message >>';

change to:
$txt['ignore_user1'] = '<< You Have Blocked This Message >>';

Oh BTW Globbal, when you updated your archive you forgot to include the ignore graphic file and any other related files. My copy of your archive availible to the public was updated to yours, so mine is not complete either..  :(
« Last Edit: March 03, 2003, 05:28:30 AM by Wiziwig » Logged

Gobalopper
Mod Team
YaBB God
*****
Posts: 993


Cookie Monster

WWW
Re:[Beta 1.5.1] Ignore User
« Reply #6 on: March 03, 2003, 05:57:55 AM »
Reply with quote

It uses the IM ignore panel to find out who you are blocking so there are no new images needed.
Logged
Wiziwig
Sr. Member
****
Posts: 407


Programmer and Users Liason and Manager

WWW
Re:[Beta 1.5.1] Ignore User
« Reply #7 on: March 03, 2003, 12:42:52 PM »
Reply with quote

I must be getting confused with the Ignore that's on this site then.. Where is that mod, anyone seen it around here?

Quote from: Gobalopper on March 03, 2003, 05:57:55 AM
It uses the IM ignore panel to find out who you are blocking so there are no new images needed.
Logged

PioneeR
Llama Hunter
YaBB God
*****
Posts: 767


Re:[Beta 1.5.1] Ignore User
« Reply #8 on: March 03, 2003, 06:15:49 PM »
Reply with quote

Would love this mod for my 1.4.1 board. Any plans??
Logged
Gobalopper
Mod Team
YaBB God
*****
Posts: 993


Cookie Monster

WWW
Re:[Beta 1.5.1] Ignore User
« Reply #9 on: March 03, 2003, 07:40:26 PM »
Reply with quote

Nope, but the code should be fairly close to 1.4.1 so you should be able to convert it yourself fairly easily. I don't have a 1.4.1 board to test it on.
Logged
PioneeR
Llama Hunter
YaBB God
*****
Posts: 767


Re:[Beta 1.5.1] Ignore User
« Reply #10 on: March 03, 2003, 08:52:57 PM »
Reply with quote

will have a go  ;D
Logged
Gobalopper
Mod Team
YaBB God
*****
Posts: 993


Cookie Monster

WWW
Re:[Beta 1.5.1] Ignore User
« Reply #11 on: March 13, 2003, 06:00:43 AM »
Reply with quote

Updated to work with the latest RC build.
Logged
morloc
Noobie
*
Posts: 3


I'm a llama!

Re:[Beta 1.5.1] Ignore User
« Reply #12 on: March 13, 2003, 06:30:41 PM »
Reply with quote

Quote from: Gobalopper on March 13, 2003, 06:00:43 AM
Updated to work with the latest RC build.

Greetings,

I installed the updated build a few hours ago, but it still (?) doesn't seem to block a user's posts from being fully displayed in the Last 10 / Recent displays, although it works wonderfully well when viewing a given thread.

I double-checked, because I had to install the mod manually, and caught only one omission/oversight on my part...but everything now checks out fine on my part--just doesn't do what I mentioned...  ???

Regards,
Timothy
Logged
Gobalopper
Mod Team
YaBB God
*****
Posts: 993


Cookie Monster

WWW
Re:[Beta 1.5.1] Ignore User
« Reply #13 on: March 13, 2003, 10:17:18 PM »
Reply with quote

Are you using the lastest 1.5.1 build? If not what version are you running?
Logged
morloc
Noobie
*
Posts: 3


I'm a llama!

Re:[Beta 1.5.1] Ignore User
« Reply #14 on: March 13, 2003, 10:38:55 PM »
Reply with quote

Quote from: Gobalopper on March 13, 2003, 10:17:18 PM
Are you using the lastest 1.5.1 build? If not what version are you running?

Greetings,

The version I'm currently running is:

v1_5_1 RC1 build 44

Thank you for getting back to me so soon. Everyone loves the mod, by the way!

Submitted for your perusal,
Timothy
Logged
Pages: [1] 2 Reply Ignore Print 
YaBB SE Community  |  Development  |  Completed mods  |  [Done 1.5.1] Ignore User « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.025 seconds with 20 queries.