[BETA] Simple Ignore 1.4.0

A place for MOD Authors to post and receive feedback on MODs still in development. No MODs within this forum should be used within a live environment! No new topics are allowed in this forum.
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

IMPORTANT: MOD Development Forum rules

On February 1, 2009 this forum will be set to read only as part of retiring of phpBB2.
Post Reply
Ravenhearte
Registered User
Posts: 96
Joined: Fri Oct 10, 2003 3:45 pm
Location: Just this side of sane.
Contact:

[BETA] Simple Ignore 1.4.0

Post by Ravenhearte »

Adds an ignore button below each post, clicking it will add the user to your ignore list and you will no longer be able to see the contents of their posts. An unignore button will take it's place to allow you to reverse this. Requires you to add a table to the database. That's about the hardest part of installation.

Download here
or
rar here

## 2003-11-10 - Version 1.0.0
## - First Release
## 2003-11-24 - Version 1.2.0
## - Fixed some security issues.
## - Readjusted list handling as per MOD Team suggestion.
## - Included ignore/unignore graphics.
## 2003-12-11 - Version 1.3.0
## - Fully using Lang array
## - Table defined in constants
## - No longer relys on register globals AT ALL
## - Blocks posts in topic review
## - Blocks ignored users from sending you PMs
## 2005-06-19 - Version 1.4.0
## - Fixed some more security issues
## - Table defined in constants and constant is used in all places
## - fixed grammatical errors

Installs with easymod.
Last edited by Ravenhearte on Sat Jun 25, 2005 8:42 am, edited 11 times in total.
Super Monkey
Registered User
Posts: 4
Joined: Fri Oct 31, 2003 5:10 pm
Location: Arkansas

Post by Super Monkey »

SOUNDS GREAT!

I've often wished the forums I frequent had such a feature.

W00T!
Owner of Monkey Studios Productions
rocker
Registered User
Posts: 9
Joined: Tue Aug 19, 2003 8:07 pm
Location: Germany
Contact:

Post by rocker »

I thinl you forgot something

#
#-----[ OPEN ]------------------------------------------
#
templates/subsilver/viewtopic_body.tpl
#
#-----[ FIND ]------------------------------------------
#
{postrow.QUOTE_IMG}
#
#-----[ BEFORE, ADD ]------------------------------------------
#
{postrow.IGNORE_IMG}
Ravenhearte
Registered User
Posts: 96
Joined: Fri Oct 10, 2003 3:45 pm
Location: Just this side of sane.
Contact:

Post by Ravenhearte »

Thank you, I did indeed. The download has been updated.
User avatar
morpheus2matrix
Former Team Member
Posts: 9171
Joined: Wed Apr 10, 2002 7:31 pm
Location: France
Contact:

Post by morpheus2matrix »

Ravenhearte wrote: Thank you, I did indeed. The download has been updated.


Have you updated the one you've submited to the MOD db :wink:
Former phpBB MOD-Team Member -

Forgive my bad English :(

No support by PM/Email - Thanks - You can thanks me here :) - Pay me for installing MOD's :lol:
davidh44
Registered User
Posts: 386
Joined: Sat Mar 09, 2002 5:56 am

Post by davidh44 »

Nice mod. :) Just downloaded it, and noticed this:

Code: Select all

# 
#-----[ IN-LINE, FIND ]------------------------------------------ 
# 
{postrow.IGNORE_IMG}
# 
#-----[ IN-LINE BEFORE, ADD ]------------------------------------------ 
# 
{postrow.IGNORE_IMG} 
# 
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------ 
should be:

Code: Select all

# 
#-----[ IN-LINE, FIND ]------------------------------------------ 
# 
{postrow.QUOTE_IMG}
# 
#-----[ IN-LINE BEFORE, ADD ]------------------------------------------ 
# 
{postrow.IGNORE_IMG} 
# 
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------ 
Ravenhearte
Registered User
Posts: 96
Joined: Fri Oct 10, 2003 3:45 pm
Location: Just this side of sane.
Contact:

Post by Ravenhearte »

actually I had meant to put {postrow.PROFILE_IMG}, it's fixed and uploaded, again. heh, i wonder if the mod team is mad i've submitted like 5 versions of this in the past four days all because of stupid little mistakes.
User avatar
Rat
Registered User
Posts: 102
Joined: Wed Oct 23, 2002 4:46 am
Location: Houston, TX
Contact:

Post by Rat »

is there a way to change the delete icon to the "ignore" icon???
Last edited by Rat on Thu Nov 20, 2003 9:29 pm, edited 1 time in total.
Rat
Q-Zar
Registered User
Posts: 779
Joined: Sun Nov 17, 2002 8:30 pm
Location: Brussels
Contact:

Post by Q-Zar »

Is it possible to ignore PM's of users ? Or is it only the posts they make in topics ?
Traductions : Cash Mod v2.2.2 (Getting Started) / Dice Mod v1.2.3 / Activity Mod Plus 1.0.8
Remember this. Please read the F.A.Q/Troubleshooting of a mod before asking questions.
Image
Ravenhearte
Registered User
Posts: 96
Joined: Fri Oct 10, 2003 3:45 pm
Location: Just this side of sane.
Contact:

Post by Ravenhearte »

I'm working on ignoring pms, taking the messages out of quotes(which i've done before, but just isn't in this version, and ignoring based on what ip you're viewing from(so even when you're not logged in you can't see their posts).
Greywolf
Registered User
Posts: 35
Joined: Tue Nov 04, 2003 1:09 am

Post by Greywolf »

I installed this mod, just a few things and was wondering if they were intentional:

1) When I installed it, it didn't contain a graphic for the "Approve/Deny" buttons.
2) When a post was hidden and it was the last in the thread the "new post flag" would still show.
3) When a post was hidden the "Last Post" column still contained their name.
4) This MOD only seemed to work for moderators for me.
5) If all posts were hidden in a thread the thread would show but it would be empty.

Just a few things I found that didn't really help the functionality of the board.
Ravenhearte
Registered User
Posts: 96
Joined: Fri Oct 10, 2003 3:45 pm
Location: Just this side of sane.
Contact:

Post by Ravenhearte »

It should use the delete post icon, which on my boards is a little X. The other stuff I'll add to the future features list.
User avatar
Ptirhiik
Registered User
Posts: 7411
Joined: Mon Jan 06, 2003 10:36 pm
Contact:

Post by Ptirhiik »

Bah, there is no problem by my side if you want to use the add friend and ignore buddy buttons coming with the PCP, as long as you include the .psd with your pack (to allow users to modify them to suit their template) ;).
Ravenhearte
Registered User
Posts: 96
Joined: Fri Oct 10, 2003 3:45 pm
Location: Just this side of sane.
Contact:

Post by Ravenhearte »

I actually made one for my boards, which use the SubBlack template. And I was going to make a subSilver version and release it with the next version.
Tel
Registered User
Posts: 158
Joined: Mon Apr 28, 2003 5:33 pm
Location: UK

Post by Tel »

Post Reply

Return to “[2.0.x] MODs in Development”