Jump to content

Gabriel Torres

Clients
  • Posts

    1,748
  • Joined

  • Last visited

  • Days Won

    4

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by Gabriel Torres

  1. Opening this website showed that my computer is in the correct timezone (Brasilia time). I wonder one possibility. Most likely that block is cached, and maybe the IPS code is caching the date/time present there based on the timezone of the user who triggered the caching, instead of using the server/website/platform's timezone.
  2. Hi @Marc Stridgen, thanks for the prompt reply! 🙂
  3. Hello, A moderator of ours asked me a question that I don't know the answer, so I am here relaying his question to you. He wants to create an activity stream to show the latest topics created in our community. Is there a way to do that. Because if we create a custom stream like this: My Activity Streams > Create new stream Show me: Content items only Content Types: Topics (Everything else left in their default setting) We end up with a stream that shows a list of last updated topics. not last created topics. Please advise. Thank you all in advance. Cheers!
  4. @Marc Stridgen I've just seen a third occurrence, this time the user in question created his account using the Google login method. Will test this further and let you know.
  5. @Marc Stridgen locales are correct, timezone on server is correct... Not using load balancing. Using Cloudflare. Local caching with Redis. Note: as mentioned, this doesn't happen all the time. Only sometimes. Most of the times the time there is correct. I've just seen it happening again. The user was also registered via Facebook login. I don't know if that was just a coincidence. Will keep an eye and let you know.
  6. Hi, Please refer to the screenshot below. From time to time we are seeing users listed in the "most recent member" block with a date/time in the future. I checked this particular user and his timezone is set the same as mine (this user created his account using the Facebook integration, if that helps). I believe this is a bug. Please let me know if you need more info. Thanks.
  7. @Adriano Faria Many thanks, as always! I wasn't finding this option! 🙂
  8. Hello, I'd like to know if there is a way to restrict certain admins or admin group from having access to the "Sign in as..." tool. Our community is rather large and we have two admin groups, and we don't want admins from one of these groups to have access to this tool. Please advise. Cheers.
  9. Thanks @Adriano Faria! It worked like a charm! 🙂 I was getting confused by this very misleading message: You see, this message tells us to add the button in the editors. It should tell us to create stock replies FIRST, and then add the button... This is something that could be improved.
  10. Hello, I've just installed the 4.6.7 version, which brings the exciting new Stock Replies feature. However, in the editors configuration screen in the ACP, I don't see the lightning ⚡ icon to be added. I tried to reset the editors to the default config, but the icon is still not available to be selected and added to the editors. See below. Please advise. Cheers, Gabriel.
  11. @A Zayed Upgraded to 4.6.6 today and our users noted that the field title is no longer showing up. I don't know if this is a problem specific to our install or if it is happening in all installs. Each field is set as custom formatting for topics as: <strong>{$title}:</strong> {$content} It used to show up like this: But now it is showing like this: Notice how the titles (Processor, motherboard, power supply etcetera) are not showing up anymore. Please advise. Cheers.
  12. Hi, A user from our community pointed out that the unread notifications (from the bell icon) are in bold, but when you click on any of them, the bold is removed from all notifications, and not only from the notification that was clicked on. Cheers.
  13. https://invisioncommunity.com/forums/forum/442-contributor-chat/ This description should be updated, since some forums were removed and others were renamed. Cheers! 🙂
  14. Thanks @Stuart Silvester. I haven't been able to get the push notifications working since the upgrade, though, but this is a different issue altogether that I have to find time to debug it.
  15. Hi, Audio notifications were removed from the 4.6 series. My suggestion is to add it back, as our users are missing this feature. Maybe adding an option in the user's account so they can enable/disable it on an individual basis? Cheers.
  16. Just a follow-up, the support team informed me that this option was removed from 4.6+. I am opening a new topic suggesting them to put this back in place! LOL
  17. ACP > Word Filters The word filters allow duplicate entries. For instance, if I create a filter: Replace: <this> With: <that> and then create the same filter again, the system will allow it, and we end up with two identical filters. IMO, the system should check if the filter already exists, and display an error saying that the filter already exists, and preventing us from creating it again. Thanks
  18. Hi all, Since our upgrade to 4.6 series, the audio beep that was generated when we received a notification while online in our community is now gone. A few users confirmed that this is happening with them as well. The first question I need to ask is if this is something that is happening in all installs, or it is an issue specific to our install. Could you guys confirm this for me? Thanks a lot! 🙂 Gabe.
  19. @CircaCitadel Have you tried clearing the brower's cache? It is probably loading the old version from its cache. Also, try loading the website on another computer to see what happens. If you use CDN (CloudFlare), also try purging its cache.
  20. @Afrodude When I say "it doesn't work here", I mean that the counter shows, but as zero instead of the correct solved counter when I remove the {if} statement. Think about it: in the original logic, if $comment->author_solved_count is different from zero, then the counter is shown. The only occasion that the HTML tag/counter wouldn't be shown is if $comment->author_solved_count = 0. If I remove the if statement, the counter is displayed as 0, however, this user's solved counter isn't zero (it is 53)... As I said, the source code is forcing the counter to be zero even when it isn't when the post is in a forum that has the solved option disabled. I made a very simple test: I enabled "Enable Solved?" for that forum and the counter was displayed (as 53, not zero). If I disable this option, the counter is displayed as 0 (with the {if} tag removed).
  21. @Afrodude Are you sure you are testing in a forum with the Solved functionality disabled?
  22. @Afrodude I've already tried this. It doesn't work, because the variable $comment->author_solved_count is set to 0/NULL from the PHP code.
  23. Hello, Currently the solved counter in the user's pane only shows up in forums where the solved feature is enabled. See image attached. I think this counter should be shown in all forums. Just because in one particular forum we can't mark topics as solved, I don't think we should hide the fact that the user solved topics in other forums within the same community. Thanks.
×
×
  • Create New...