InvisionHQ Posted September 21, 2009 Share Posted September 21, 2009 File Name: [HQ] Ban From Topic File Submitter: InvisionHQ File Submitted: 06 Aug 2009 File Category: Moderation Tools Supported Versions: IP.Board 3.3.x, IP.Board 3.4.x With this hook you can easily ban specific member from topic. Then he can't read it even having 'show' and 'read' permissions. As admin you can also choose which groups can use this system and choose from which groups members couldn't be banned. here to download this file Link to comment Share on other sites More sharing options...
Andy Millne Posted September 24, 2009 Share Posted September 24, 2009 Is it possible to have this only disable posting rights and still allow show and read access? Link to comment Share on other sites More sharing options...
RevengeFNF Posted November 19, 2009 Share Posted November 19, 2009 If we have many members on the topic, the Ban center will go off the page limits. That way there will be members that we can't ban, because they are out of the page limits. Link to comment Share on other sites More sharing options...
Semka Posted November 27, 2009 Share Posted November 27, 2009 I have this error: An Error Occurred Sorry, an error occurred. If you are unsure on how to use a feature, or don't know why you got this error message, try looking through the help files for more information. [#10343] We could not determine which topic you were attempting to view. Link to comment Share on other sites More sharing options...
DawPi Posted November 27, 2009 Share Posted November 27, 2009 Hello, got in when? During what action? Link to comment Share on other sites More sharing options...
Semka Posted November 27, 2009 Share Posted November 27, 2009 When i click on button in "Ban Center" + or -. just after this i have error Link to comment Share on other sites More sharing options...
Semka Posted November 27, 2009 Share Posted November 27, 2009 any idei??? Link to comment Share on other sites More sharing options...
Semka Posted December 1, 2009 Share Posted December 1, 2009 omg, i cant banned any user...help please! Link to comment Share on other sites More sharing options...
DawPi Posted December 1, 2009 Share Posted December 1, 2009 What kind of error do you get when you're clicking on +? Link to comment Share on other sites More sharing options...
Semka Posted December 2, 2009 Share Posted December 2, 2009 Please help me!! this is a great mod! Link to comment Share on other sites More sharing options...
iAdi Posted December 2, 2009 Share Posted December 2, 2009 You're a great modder Dawpi! thanks :) Link to comment Share on other sites More sharing options...
DawPi Posted December 2, 2009 Share Posted December 2, 2009 Thanks! :) Link to comment Share on other sites More sharing options...
Semka Posted December 2, 2009 Share Posted December 2, 2009 DawPi, i have chance to use this mod or not? :) Link to comment Share on other sites More sharing options...
DawPi Posted December 2, 2009 Share Posted December 2, 2009 I've installed this mod on fresh copy and works fine. I must check it on your board. So if you want please send me ACP & FTP access. Link to comment Share on other sites More sharing options...
PSXHosting Ltd. Posted December 9, 2009 Share Posted December 9, 2009 Hey DawPi, nice mod there. :) One question, did you make also a mod called "Ban from Forums/Categories"? I think I saw it somewhere but I can't find it now ofcourse. :) Link to comment Share on other sites More sharing options...
Enkidu Posted December 9, 2009 Share Posted December 9, 2009 many thanks DawPi, is it possible to add a feature to it so that it PMs the member who's got banned? Link to comment Share on other sites More sharing options...
AtariAge Posted January 6, 2010 Share Posted January 6, 2010 Great mod, thanks for writing it! I just installed it to remove some people from a long-running thread on my site who cannot discuss some topics rationally. May I suggest some improvements? - Turn the popup into a panel with a vertical scroll bar (similar to the popups Invision uses all over). Some threads have many, many users participating and the popup that results right now gets tremendously long. - Sort the list of users to ban/unban alphabetically. Not sure how they are sorted now (I assume by the order in which they posted in the thread, but that may be wrong, and I'm too tired right now to look). - There is no way to tell who is banned from the thread. Would be great if banned users were displayed first (again, alphabetically) and in a different color or some other visual difference. Plus, rather than displaying both "+" and "-" icons next to each name, only display one or the other depending on the user's current status in the thread. Thank you! ..Al Link to comment Share on other sites More sharing options...
DawPi Posted January 6, 2010 Share Posted January 6, 2010 I will check your suggestions in the next version! Thank you! Link to comment Share on other sites More sharing options...
Enkidu Posted January 14, 2010 Share Posted January 14, 2010 I'm getting "[#10343] We could not determine which topic you were attempting to view" when trying to ban a member on 3.05 can you confirm this issue please? Link to comment Share on other sites More sharing options...
Enkidu Posted January 15, 2010 Share Posted January 15, 2010 never mind the solution is here: http://community.invisionpower.com/resources/official.html?record=305 Link to comment Share on other sites More sharing options...
DawPi Posted January 15, 2010 Share Posted January 15, 2010 Yes, this is bug in 3.0.5. :) However you can apply this patch. :) Link to comment Share on other sites More sharing options...
dvancouver Posted March 11, 2010 Share Posted March 11, 2010 I noticed that when this hook is enabled and a guest is trying to reply to a topic, they get the message "ban" that's all they get and they cannot post a reply. Link to comment Share on other sites More sharing options...
DawPi Posted March 11, 2010 Share Posted March 11, 2010 Do you have latest version? There is only one code for it: /* Banned? */ if ( in_array( $this->memberData['member_id'], $bannedMembersArray ) AND $this->memberData['member_id'] ) { $this->registry->getClass('output')->showError( $this->lang->words['dp30bant_banned_from_this_topic'] ); } It will be passed then user will be logged: AND $this->memberData['member_id'] Guest don't have ID, so it shouldn't be happen for you. Could you check what version of this mod do you have? Link to comment Share on other sites More sharing options...
dvancouver Posted March 11, 2010 Share Posted March 11, 2010 Have Version 1.0.2 installed I even commented out that block of code and still get the msg Ban when trying to post as a guest. If I disable the hook everything goes back to working fine. Where is the language file that it's pulling the word Ban from? Link to comment Share on other sites More sharing options...
DawPi Posted March 11, 2010 Share Posted March 11, 2010 Let me understand this scenario: you've enabled posting for guests, right? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.