Jump to content

DawPi

Clients
  • Posts

    8,352
  • Joined

  • Last visited

  • Days Won

    19

Reputation Activity

  1. Thanks
    DawPi got a reaction from Adriano Faria in Reactions icons   
    @Adriano Faria, it has been fixed on the newest iOS 17 Beta 3.
  2. Like
    DawPi reacted to Grafidea in [Suggestion] URL Replacements - V5   
    I think it would be a good solution if the V5 version had URL Replacements built into the engine not with external plugins. Something like WoltLab Suite has. Please think about it, because a lot of forums are foreign and have diacritics in links.

  3. Like
    DawPi got a reaction from Nathan Explosion in autocomplete text field type with placeholder   
    Thanks, saved for a future projects.
     
    P.s. such thing should be in the core I think.
  4. Like
    DawPi reacted to Nathan Explosion in autocomplete text field type with placeholder   
    This is how I am doing it, adding the same placeholder to multiple text autocomplete fields on one page
    Put a data-controller in place, and add the name(s) of the field(s) to a data-fields attribute on that controller
    <div data-controller="your.data.controller" data-fields="field_1,field_2,field_3"></div> Add a language string to jslang.php
    'your_language_string'=>'Your placeholder' Little bit of javascript...
    ; (function ($, _, undefined) { "use strict"; let fields; ips.controller.register('your.data.controller', { initialize: function () { fields = this.scope.data('fields'); if (fields !== '') { $(document).ready(function () { let fieldsArray = fields.split(','); for (var i = 0; i < fieldsArray.length; i++) { $('#' + fieldsArray[i]).find('input[aria-autocomplete="list"]').each(function () { $(this).attr('placeholder', ips.getString('your_language_string')); $(this).css('width', '200px'); }); } $(document).on('tokenDeleted', function (event, data) { for (var i = 0; i < fieldsArray.length; i++) { $('#' + fieldsArray[i]).find('input[aria-autocomplete="list"]').each(function () { $(this).css('width', '200px'); }); } }); }); } } }); } (jQuery, _) The css modifications there are purely to extend the placeholder out to make it visible fully (the area in the field is 20px in width by default, which is too small to display much text)
    You could refine it to just do one field, or do multiple fields with different placeholders.
    Hope that makes sense.
  5. Like
    DawPi reacted to Nathan Explosion in autocomplete text field type with placeholder   
    @DawPi - are you still looking for a way to do this?

    Nathan Explosion - YNWA.TV (Test site) — Mozilla Firefox 2023-06-30 15-45-56.mp4    
  6. Thanks
    DawPi got a reaction from Gabriel Torres in (DP41) Mod Action Notify   
    We will see what I can do with that. 😉
  7. Like
    DawPi got a reaction from abobader in (DP41) Mod Action Notify   
    We will see what I can do with that. 😉
  8. Like
    DawPi reacted to Gabriel Torres in (DP41) Mod Action Notify   
    Ideally something along the lines of:
    Your topic has been moved: <title>
    Your topic has been edited: <title>
    Your post has been hidden: <title>
    Where <title> is the topic's title.
    It could be incorporated in the #reason_stuff# tag.
    Currently: John Doe moved a topic <title>
    Proposal: John Doe moved a topic <title> from <origin> to <destination>
    Where <origin> and <destination> are the forums names with links to them.
    Thanks for the reply! 🙂
  9. Like
    DawPi reacted to Gabriel Torres in Send automatic PMs upon moderation actions   
    @Marc Stridgen Addendum: I said PM, but it could be implemented through notifications.
    @DawPi Many thanks for pointing me to this app! 🙂
  10. Like
    DawPi got a reaction from SeNioR- in Send automatic PMs upon moderation actions   
    https://invisioncommunity.com/files/file/8416-dp46-mod-action-notify/
  11. Thanks
    DawPi got a reaction from Gabriel Torres in Send automatic PMs upon moderation actions   
    https://invisioncommunity.com/files/file/8416-dp46-mod-action-notify/
  12. Like
    DawPi got a reaction from Marc Stridgen in Referral links should be uniquely issued.   
    Spoofed for what? 🙂
  13. Haha
    DawPi reacted to Adriano Faria in Reactions icons   
  14. Like
    DawPi got a reaction from SeNioR- in Reactions icons   
    iOS 17 Beta? 😉
  15. Like
    DawPi got a reaction from Adriano Faria in Reactions icons   
    iOS 17 Beta? 😉
  16. Like
    DawPi got a reaction from Marc Stridgen in Multi Language System   
    For the multicontent you may use that app:
     
  17. Like
    DawPi reacted to Marc Stridgen in How to go back v4.7.09 or older?   
    We would not add the facility to downgrade. If you are concerned about there being possible bugs in a release, you could always wait a few days to see the feedback from others on any issues, just as a suggestion.
  18. Like
    DawPi reacted to SeNioR- in [4.7.11] BUG with Sidebar Mini List [Cosmetic]   
    So as you can see, with a longer phrase, the whole cell gets bigger and it looks unsightly.

    FIX:
    .cForumMiniList_count {white-space: nowrap;} AFTER:

  19. Like
    DawPi reacted to Chris Anderson in Add Audit Trail for Account Deletion Requests   
    As it currently stands in Version 4.7.11 Beta 2, once you click on the check mark shown below the deletion process is executed, and no trace of the action is logged.
    I suggest that upon clicking on the check mark the request is moved to a new section called "Deletion Requests Completed" with the photo and email redacted as they would be considered PII.  But the deletion request and the day it is completed should be logged for auditing purposes.
    This way you could detail later that a member by the name of "X" who joined on a particular date was ultimately deleted "per request" on another particular date.

  20. Like
    DawPi got a reaction from Disruption in Selecting Default Application   
    Click on Forums app, expand it and… voila. 🙂
  21. Like
    DawPi reacted to Ryan Ashbrook in Data at Your Fingertips: Explore Our New Reporting and Statistical Capabilities   
    Our June release includes enhancements to our various statistics and reporting features included within the community.
    Statistics are important for a community platform because they provide valuable insights about user engagement, preferences, and behaviors, which directly inform the platform's strategy and design. Furthermore, statistics enable the monitoring of the platform's growth and user retention, which are essential for maintaining a vibrant and active community.
    In our June release, we have made some enhancements to those features that will allow you to more quickly monitor those trends.
    Saved Charts
    In Invision Community 4.3, we introduced the ability to save charts to allow you to view them multiple times without needing to reset your filters each time. This works well, however there are three notable downsides.
    You could only save a chart if there were filters to apply, such as Warning Types, Device Types, Member Groups, etc. Any specified timescale was not retained in your saved chart. There was no centralized location to view every chart you have saved. In our June release, we have resolved both of those issues. Now, every chart can be saved regardless of if there are filters or not, and when saved, will now also retain your timescale as well. In addition to that, we have added an additional My Saved Charts page. This page will show you every chart you have saved, including all filters and timescales that have been selected.

    From this page you can quickly review all charts, temporarily adjust their timescales and filters to quickly see other information, as well as download each individual chart as a CSV directly from this page.
    Don't worry, though - your saved charts will also still show in their original locations just as they have in the past.
    Content Level Statistics
    Later on, in Invision Community 4.5, we introduced an improved Topic View that included various statistical information about the topic including the top comments, popular days, top commenters, and more. This, however, was only limited to topics in the forums, and not the rest of the community. In our June release, we have taken this and expanded it to content in every application. This includes Blog Entries, Gallery Albums, Gallery Images, and more.
    Each content item (such as a topic, blog entry or image) will show a new button for those with moderator permissions which opens a full statistics and analytics modal, providing expanded statistical information related to that particular piece of content specifically.

    Clicking this new button opens up the statistics and analytics modal. Our Classic customers will see the following view:

    Cloud Powered Historical View Tracking
    For our Invision Community cloud customers, we have expanded our infrastructure to allow for storing historical views for all content.
    On the previously mentioned Statistics and Analytics modal, a chart will be shown that outlines the amount of views that content has gotten every single day over a period of time, to allow you to see when specifically content was popular. This chart allows you to view trends for up to a year in the past.

    Additionally, we have expanded this to content containers Forums, Downloads Categories, Blogs, Blogs Categories, Gallery Categories, and more will all report their own historical view trends.

    Finally, these trends can be exported as a CSV file for your own personal processing if desired - and if needed, you can choose to only include certain types of content if you are focusing on one particular section.

    We hope these changes help you to identify trends from within your own community to help you promote and grow it further.
    The features and changes presented here are available in the following packages:
    Saved charts and content item level statistics: Beginner, Creator, Creator Pro, Team, Business, Enterprise, Community Classic (Self Hosted). Saved charts, content item level statistics, analytic report generation, content level historical view tracking, container level historical view tracking: Beginner, Creator, Creator Pro, Team, Business, Enterprise. If you do not see your product or package listed, please contact us to talk about upgrading your Invision Community.

    View full blog entry
  22. Like
    DawPi got a reaction from Dreadknux in Activity Stream Widget - Filter for Spoiler-Heavy Content?   
    You should try use ips-truncate option there:
    https://invisioncommunity.com/4guides/themes-and-customizations/javascript-framework/using-ui-widgets/ipsuitruncate-r64/
     
  23. Like
    DawPi got a reaction from SeNioR- in Activity Stream Widget - Filter for Spoiler-Heavy Content?   
    You should try use ips-truncate option there:
    https://invisioncommunity.com/4guides/themes-and-customizations/javascript-framework/using-ui-widgets/ipsuitruncate-r64/
     
  24. Like
    DawPi got a reaction from Marc Stridgen in Activity Stream Widget - Filter for Spoiler-Heavy Content?   
    You should try use ips-truncate option there:
    https://invisioncommunity.com/4guides/themes-and-customizations/javascript-framework/using-ui-widgets/ipsuitruncate-r64/
     
  25. Like
    DawPi reacted to Marc Stridgen in Test Install   
    Think you were missing the point there. They are a self hosted customer, hence why I provided the information 😄 
×
×
  • Create New...