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. Switch captcha option in ACP. It is most likely using the old v1 version which google doesn't support anymore. If switching to another option still doesn't work you'll have to simple disable the captcha check. Not the best solution though.
  2. Change hosting? 😋 Jokes aside, that is not something that needs to be done in the software itself but at the server level. Here's a link I just found with a google search: https://serverpilot.io/docs/how-to-install-locales/ Maybe if you provide that link to your hosting they'll understand better what the issue is?
  3. Just take a look at the image 🙂 Some padding/margins would be nice.
  4. Looks like your server has only English locales available. Contact your hosting and ask them to add more of them. Specifically the ones you need for your language packs.
  5. Had a quick look at your site and it looks like you changed the default recaptcha site key included by default with a custom one. Default key included by default with IPS: 6LcH7UEUAAAAAIGWgOoyBKAqjLmOIKzfJTOjyC7z Your custom key (it can be easily found looking at the page's source code): 6Lfm4wcTAAAAAF_pb30a7uN65BT-XLmH4YxSzWeU
  6. Based on your previous topic you recently changed server. Depending on the server configuration it's possible the upload path changed. You can check the paths in "ACP > System > OVERVIEW > Files > Storage Settings > Configurations TAB".
  7. No, that's not a default function. For points you can use this modification:
  8. That errors means the code can't create the folder. Check the owner and CHMOD of your folders, especially the /uploads one.
  9. Sorry Matt but that's simply just not possible with CIC clients. 👀 And as Adriano mentioned just above, sometimes they don't even provide FTP access. So yeah, it might be a "dangerous" feature, but it really helped when debugging things without having to waste time getting the proper FTP/phpMyAdmin access. I would very much prefer you guys slap a big fat error message (or something similar) above it so normal users are scared of using it rather than removing it altogether...
  10. Looking at your video you have an error bottom-right on the page. I tried going to your register page and this is the error: The default key should work for everything. Did you change it at some point perhaps? Try checking your captcha settings in the ACP. If all the settings are filled properly maybe you can try switching to a different captcha option. Google link to check your recaptcha keys: https://www.google.com/recaptcha/admin IPS Guide:
  11. Yeah. I'll just have to make it available only on my own site, just like it happened recently with a rejected plugin (to hide that annoying "dangerous php functions" notification in ACP). 😋
  12. I completely failed to notice that line about the SQL Toolbox. I use it a lot on clients' sites to check data. They often give me no phpMyAdmin (or similar) access, either because they don't want to or simple because they don't know how. Do I have to make my own custom SQL Toolbox app so I can temporarily install it and get things done now...? 🙄
  13. The Member Statistics widget is also cached. The default time is 5 minutes, but if you've increased that value in ACP the cache can also last longer. If the member registered after the widget was cached it will show up next time it's recached.
  14. You can edit FURL rules in "ACP > System > SETTINGS > Advanced Configuration > Friendly URLs TAB". For example you can change the topic view rule from: https://domain.com/forums/topic/{#id}-{?} to: https://domain.com/customname/topic/{#id}-{?} There are 8 rules in total you need to change to cover all the FURLs that contain /forums/.
  15. Most likely you set the forum to allow topic starters to mark as solved their topics and your admin group is a global moderator. Edit your Moderators group in "ACP > Members > STAFF > Moderators > [Select Moderator member/group] > Edit > Forums TAB" and enable the option Can set best answer/solved for questions and topics? while also making sure they are assigned to the forum(s) the topics to mark as solved are in.
  16. Based on the error backtrace posted, the problem seems to be that the code can't write the CSS files: IPS\File\Exception: CANNOT_MAKE_DIR Check the CHMOD of your \uploads and any \uploads\css_built_* folders. Usually it should be either 0777 or 0755.
  17. I'll take a look when I have some time. Maybe this weekend. 🙂
  18. This one was fixed in 4.6.12 if I recall right. We can consider it solved.
  19. This is a problem with the IPS framework itself so I can't really add it to "my elements". 😋
  20. Is that topic visible to guests? If not the icons won't appear because the services wouldn't be able to retrieve any data to share.
  21. Since the rules app is not being updated anymore the only solution is making a different custom modification that does exactly that. I'm already working on a few different things right now, but maybe I'll have a look at it once I'm done with those. 🤔
  22. There is no setting to disable it. The only way would be to edit the template "nexus > front > store > categorySidebar". Or, if you prefer not editing the templates to keep them updated with new versions, have a custom modification made.
  23. @Matt I'd love it if you guys take a look at the bug reports in https://invisioncommunity.com/forums/forum/504-developer-connection/ ... I reported a lot of minor bugs myself lately (easy fixes, too) but nobody replied to the topics and I don't see them listed in the release notes, either. 🙄
  24. Sorry, you lost me. Evaluate a product? Are the polls we're talking about made to evaluate products? If so, I understand that blocking new accounts from older polls is not the ideal solution for you. Thinking again about it, you can do this: Create a new group and select in the plugin setting Exclude groups Create a new group promotion rule in "ACP > Members > MEMBERS > Group Promotions" that adds the group you just added in #1 as a secondary group to members after they reach a specific Content Count. Doing so your members will get the secondary group that allows them to bypass the plugin after making X posts.
×
×
  • Create New...