Jump to content

David N.

Clients
  • Posts

    1,261
  • Joined

  • Last visited

  • Days Won

    2

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Projects

Release Notes v5

Forums

Events

Store

Gallery

Posts posted by David N.

  1. 2 hours ago, Marc Stridgen said:

    These would be read/unread notifications, rather than read/unread topics 🙂 

    Got it, makes sense.

    But then again, there were unread notifications that were not bold. After 8 hours away from computers/phones, I checked my notifications and found some 1 hour old notifications that were not bold, even though they were new to me and I had never read them. 

    Let me have another look tomorrow morning and I can send you screenshots if that helps. 

  2. 4 hours ago, Ehren said:

    Combined, these changes result in not only a significant reduction in code, but also a polished UI that performs smoothly on desktop and touch devices. We're excited to continue modernizing Invision Community well into the future as new technologies and techniques become available to us, and are looking forward to getting it in your hands in 2024.

    I truly appreciate all the effort that was made to simplify the code to keep it lightweight, while in the meantime modernizing the UI. It looks very sleek.

  3. Not sure if I can check again, as this issue concerns only 120 entries in the system log that occurred in a 10 minute span yesterday, and has since stopped anyway. 

    Hook 352 is the following plug-in however it's been installed for about 1 year without issues and over the past month I have only this 10 minute span when those errors occurred: 

    Default Quick Search Option Enabled1.0.0

     Custom  
  4. core —> front —> global —> commentEditLine

    <span class='ipsType_reset ipsType_medium ipsType_light' data-excludequote>
    	<strong>{lang="date_edited" htmlsprintf="\IPS\DateTime::ts( $comment->mapped('edit_time') )->html(FALSE), ( $comment->mapped('edit_member_name') ) ? htmlspecialchars( $comment->mapped('edit_member_name'), ENT_QUOTES | ENT_DISALLOWED, 'UTF-8', FALSE ) : \IPS\Member::loggedIn()->language()->addToStack('guest')"}</strong>
    	{{if $supportsReason && $comment->mapped('edit_reason')}}
    		<br>{$comment->mapped('edit_reason')}
    	{{endif}}
    	{{if \IPS\Settings::i()->edit_log == 2 and ( \IPS\Settings::i()->edit_log_public or \IPS\Member::loggedIn()->modPermission('can_view_editlog') ) }}
    		<a href='{$comment->url('editlog')}' class='' data-ipsDialog data-ipsDialog-title='{lang="edit_history_title"}' title='{lang="edit_history"}'>({lang="edit_history"})</a>
    		{{if !$comment->mapped('edit_show') AND \IPS\Member::loggedIn()->modPermission('can_view_editlog')}}
    		<br>{lang="comment_edit_show_anyways"}
    		{{endif}}
    	{{endif}}
    </span>

    core —> front —> global —> contentEditLine

    <p class='ipsType_reset ipsType_medium ipsType_light' data-excludequote>
    	<strong>{lang="date_edited" htmlsprintf="\IPS\DateTime::ts( $item->mapped('edit_time') )->html(FALSE), htmlspecialchars( $item->mapped('edit_member_name'), ENT_QUOTES | ENT_DISALLOWED, 'UTF-8', FALSE )"}</strong>
    	{{if $item->mapped('edit_reason')}}
    	<br>{$item->mapped('edit_reason')}
    	{{endif}}
    	{{if \IPS\Settings::i()->edit_log == 2 and ( \IPS\Settings::i()->edit_log_public or \IPS\Member::loggedIn()->modPermission('can_view_editlog') )}}
    	<a href='{$item->url('editlog')}' data-ipsDialog data-ipsDialog-title="{lang="edit_history"}" title="{lang="edit_history"}">({lang="edit_history"})</a>
    	{{if !$item->mapped('edit_show') AND \IPS\Member::loggedIn()->modPermission('can_view_editlog')}}
    	<br>{lang="comment_edit_show_anyways"}
    	{{endif}}
    	{{endif}}
    </p>

     

  5. Thanks for sharing all those preview videos! I really enjoy the insight into these new features. I really like the direction it's taking so far. 🙂

    I personally don't care for A.I. or LLMs, I feel like they are not part of what a community is: a group of human beings sharing a common interest, supporting and helping each other through social interactions. I'm not interested in talking to a machine or reading text that was generated by a machine. 

    As for waiting, there's no point releasing a beta if it isn't ready to be released. I don't mind being patient and waiting a little longer - especially if it means ending up with a better, more reliable product. 

×
×
  • Create New...