Jump to content

Adriano Faria

Clients
  • Posts

    31,873
  • Joined

  • Days Won

    475

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Projects

Release Notes v5

Invision Community 5 Bug Tracker

Forums

Events

Store

Gallery

Everything posted by Adriano Faria

  1. What you're describing here can happen on: Forums: a mod with ACP acces or even another admin can change to whatever, drug releated, nazi, etc. Topics: a moderator can edit a topic title, delete posts and post whatever, drug releated, nazi., etc. Blogs entries: a moderator can edit a entry title, delete entries and post whatever, drug releated, nazi., etc. Gallery images: a moderator can change album title and post children pornography. Downloads files: a moderator can change title, post non authorized content as files. I don't see any action from IPS in that direction. This IS a user behaviour. This can be controlled by your moderators. So what do you want me to do here? Remove the ability to change owner?
  2. You said there’s an exploit. I said there isn’t. This is a “behavior” thing. Simply I can’t control what your members will do after be the new owner. That’s all.
  3. Which exploit? The feature CHANGES the club owner. So if someone changed the club owner, then the feature is working as it should. Now if the new owner changes everything to nazi or whatever, well, he can, he’s the owner after all. I can’t control people’s thoughts or actions, can I? Or is IPS the culprit of someone ceates a porn or “drug” board. I don’t think so. No.
  4. This is a Core thing. It can’t be done via plugin.
  5. In the plugin? No! This is a Core stuff. IPS must add it to the Core.
  6. 1.0.16 has an issue indeed, that’s why .1 was released.
  7. File reuploaded due to a marketplace error. No change made.
  8. What's New in Version 4.0.3: Fix error when saving a rule
  9. Let me see what has changed.
  10. What's New in Version 1.2.5.1: Enhancement: Uses the quiz image when promoting the Quiz
  11. FWIW, I haven’t touched anything related to templates. Just added a new method to check mod permission.
  12. KS changes the whole template. Mine extends the “default” template. So this is more a KS thing and you should ask support to the KS author, which has modified the template.
  13. The column creation appears only in verison 1.0.16: /** * 1.0.16 Upgrade Code */ class ips_plugins_setup_upg_10019 { /** * ... * * @return array If returns TRUE, upgrader will proceed to next step. If it returns any other value, it will set this as the value of the 'extra' GET parameter and rerun this step (useful for loops) */ public function step1() { if( !\IPS\Db::i()->checkForColumn( 'core_members', 'banned_from_clubs' ) ) { \IPS\Db::i()->addColumn( 'core_members', array( 'name' => 'banned_from_clubs', 'type' => 'TINYINT', 'length' => 1, 'allow_null' => false, 'default' => '0', 'comment' => "Determines if the member is banned from the WHOLE Clubs module.", 'unsigned' => true, ) ); } return TRUE; } // You can create as many additional methods (step2, step3, etc.) as is necessary. // Each step will be executed in a new HTTP request } So there's absolutely no way to show duplicate column, unless something happened when you tried to update and the column was created and then you tried again. Anyway, here goes the live update from 1.0.15.1 to 1.0.16 (column is created here) to 1.0.16.1: No problem here.
  14. That’s s the way IPS4 treats pending items: on its creation and for this matter was added a button in the quiz view to set the quiz as ready so people can play. It won’t make any difference approve it as soon as you get notified. People will play only after the submitter set it as ready. Same way, it won’t make any difference if no question is added because empty quizzes are deleted in X days (setting). EDIT: also, a message is shown to the submitter so he's aware that he needs to add questions/answers and set it as ready:
  15. What's New in Version 1.0.2: Fix moderator permission @Chris027
  16. True. I can confirm it. I'll release a fix as soon as I fix, probably tomorrow.
  17. Have you edited THIS specific moderator? You can see below that ALL is selected. You need to edit his name or group and enable the permission. If you did it, then it's a CORE thing. The only way to add mod permission is doing what I did. I'll ask to IPS after you confirm. Let me make a quick test here.
  18. What's New in Version 1.2.5: Fixes: Number of quizzes in que Quizzes stats widgets Quizzes Leaderboard IP Address Tool Enhancement: Quiz Leaderboard: now it will display your position in the leaderboard if you're not in the TOP X users.
  19. What's New in Version 1.0.16.1: Fix error when you go to category of a app that doesn't use Clubs, like Pages. @bradl
  20. Ok. I’ll take a look.
  21. What about this?
  22. What's New in Version 1.0.1: Script otmization to avoid exploit with multiple tabs to increase the time online.
  23. No.
  24. New version tomorrow in the morning.
×
×
  • Create New...