Jump to content

teraßyte

Clients
  • Posts

    33,811
  • Joined

  • Last visited

  • Days Won

    55

 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 teraßyte

  1. EX is an error thrown by the API dispatcher file, and such file shouldn't be called at all when a member joins a club. Or rather it shouldn't even show an error page like that. Do you have any modifications installed related to clubs?
  2. What is the group ID? Most likely it's one of the default 3 groups created on install (Guest, Member, Admin) which cannot be deleted. The 3 lines below are from a conf_global.php file (group name => ID): 'guest_group' => 2, 'member_group' => 3, 'admin_group' => 4, Most likely the Active Member's group ID is 3.
  3. What you're asking for would is unrelated to this plugin, it would require a completely different one. I replied in the topic you linked. 🙂
  4. Is that screenshot from a poll? 🤨 But yeah, to stop that kind of cheating you could use my plugin to stop new accounts from voting in polls made before they registered. And I see you actually have already posted there (and I've replied, too). As for deleting the current votes, I believe the software used to have a way to change the votes (back in 2.x or 3.x I think?) but it looks like there's nothing like that in 4.x so it must have been removed at some point. Until IPS add back such function your only solution would be to have a custom modification done. Or, a simpler workaround would be to ban/delete those accounts, install my plugin linked above (if you haven't already), and re-create the poll so voting starts from scratch.
  5. So you mean a grace period setting like "can't vote in polls created X days before registering?" While I could easily add a setting for that, the purpose of this plugin was to stop people from creating new accounts to cheat and alter the poll votes. Adding this kind of setting would defeat its purpose. As for the number of posts, I could probably make a completely separate plugin for that. 🤔
  6. Did you change anything before it stopped working?
  7. You need to update the callback url/redirect uri in the Google Web Application you setup for the login. Have a look at the guide to see where the field is (step 4):
  8. That's a different setting/area. You can disable that specific RSS feed in ACP > System > CONTENT DISCOVERY Streams > Activity Stream Settings BUTTON > Enable RSS feeds.
  9. As per title, this happens only when the zeroVal option is used. This issue can be easily checked by looking at the Paid File Settings tab in the Downloads application for example: The node setting description should show below on a new line just like all the others.
  10. While the board is IN_DEV mode I clicked to reactive a purchase on frontend and the url throws an exception because of the csrfKey parameter in it: Example URL: https://localhost/clients/purchases/19-new-test/extra/?act=reactivate&csrfKey=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX === Whoops\Exception\ErrorException thrown with message "An 200 response is being sent however the CSRF key is present in the requested URL. CSRF keys should be sent via POST or the request should be redirected to a URL not containing a CSRF key once finished." Stacktrace: #8 Whoops\Exception\ErrorException in /system/Output/Output.php:810 #7 trigger_error in /system/Output/Output.php:810 #6 IPS\_Output:sendOutput in /init.php:913 #5 IPS\toolbox_hook_Output:sendOutput in /system/Dispatcher/Dispatcher.php:173 #4 IPS\_Dispatcher:finish in /system/Dispatcher/Standard.php:113 #3 IPS\Dispatcher\_Standard:finish in /system/Dispatcher/Front.php:687 #2 IPS\Dispatcher\_Front:finish in /system/Dispatcher/Dispatcher.php:155 #1 IPS\_Dispatcher:run in /init.php:913 #0 IPS\Dispatcher\toolbox_hook_dispatcherStandard:run in /index.php:13
  11. In the product form, inside the Product Settings TAB, there is a setting named Show purchases in client area and Admin CP? which hides the Association header/message/setting when disabled. The message If you have multiple products which are related to each other, you can allow them be associated with one another to form parent/child relationships. is currently not being hidden properly because the ID for it is wrong in applications/nexus/sources/Package/Package.php on line 1126: $form->addMessage('package_associations_desc'); The addMessage() method doesn't use the language key as ID but generates an md5() hash of it which will never match the ID used in the toggle option. To fix it replace the code with: $form->addMessage( 'package_associations_desc', '', TRUE, "{$formId}_header_package_associations_desc" );
  12. You might want to check this plugin 😉
  13. This is the support topic for this plugin:
  14. This is the support topic for this plugin:
  15. Indeed. I meant to mention it but forgot. It would probably be a good idea to put the board offline temporarily so you don't lose any content posted until the backup is restored.
  16. This is their forum so they'll probably get in contact with you through a ticket about it once they see the replies to this topic. That said it's a weekend so you probably won't hear from them until Monday... 🙄
  17. Well, as long as you're aware of that, all is good.
  18. That modification is a bit different. It simply limits how many pages you can view per session so it's easy to add a bypass based on UA. Unless I remember wrong, Google states that the content they index must be what a guest would see on your site (or they penalize the site). If you add a bypass for their UA they will notice the content guests normally get is different in this specific case.
  19. Can you double-check the forums he's allowed to moderate? Maybe the one the topic is in is not in the chosen list. Or is he allowed to moderate all forums?
  20. It can be done, but wouldn't that also cause Google to not index the content properly? 🙄
  21. Is the topic you're both looking at already marked as solved perhaps? If yes, the mark as solution option won't appear for any other post unless you first unmark the current post chosen as solution. But then you wouldn't be seeing the option either... 🤔 The only other thing that comes to mind right now is the the user is indeed a moderator but is not assigned to the forum you're checking?
  22. Make sure the forum the topic is in has the solve setting enabled too: ACP > FORUMS > Forums > [Select Forum] > Edit > Display Settings TAB > Enable Solved? EDIT: Ah, nevermind. I see I missed the part where you can see the option.
  23. @Sonya* That's not what he wants as every user would have the same photo with those steps:
  24. No, you can't restore backups from the ACP or the attachments page in your screenshot. You need to contact your hosting about it. Looking at your screenshot you're hosted by IPS though, so they should already have all the info they need (as long as a backup before it happened is available).
×
×
  • Create New...