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

Posts posted by Gabriel Torres

  1. 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!

     

  2. @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.

  3. 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.

    image.png.5c004e1aaef102961deb0531bd2a9380.png

  4. 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.

    image.thumb.png.72f68ab95c853ed9330c04427ab0d2a8.png

    Please advise.

    Cheers,

    Gabriel.

  5. @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:

    item_clicked.PNG.347a7fc79ca1e80419c0ec1c468a2e52.PNG

    But now it is showing like this:

    image.png.a99b54019d8d636e7ff284d4b1198d27.png

    Notice how the titles (Processor, motherboard, power supply etcetera) are not showing up anymore.

    Please advise.

    Cheers.

     

  6. 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

  7. 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.

  8. @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).

     

  9. 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.

    solved-issue.png

×
×
  • Create New...