Jump to content

Hisashi

Friends
  • Posts

    433
  • Joined

Reputation Activity

  1. Like
    Hisashi reacted to Martin A. in Help to disable a CSS code   
    I think you could have done
    width: unset !important;  
  2. Like
    Hisashi got a reaction from SeNioR- in Popup for inaccessible attachments   
    Interesting 👍
  3. Like
    Hisashi got a reaction from onlyME in Videobox   
    Suggestion
    If the content has many parts/episode the layout ends up being polluted with many buttons.

     
    Wouldn't it be possible to create an option for the administrator choose between buttons or dropdown?

  4. Like
    Hisashi got a reaction from SeNioR- in Cloudflare Turnstile for CAPTCHA   
    UP!
    Any news about this?
    https://www.cloudflare.com/products/turnstile/
  5. Agree
    Hisashi reacted to John Horton in Advanced banner Ad dashboard for IPS?   
    I sell ad banners directly to my clients. No DoubleClick Google or any of that.
    Is there or would it be hard to create a more advanced banner Ad dashboard for IPS.  Ad impressions per week, clicks per week and such.  The current system is very basic. It gives a start date and then total impressions and total clicks to date. More granular data would be super helpful.
    A better interface for the banners themselves would also be great. I would like to assign a client name to a banner and then be able to filter by the client and such.
  6. Like
    Hisashi reacted to opentype in Gallery stress test   
    Some observations for Gallery with lots of images/albums:
    I tried to upload an album with 1200 small images here on the site. Issues:
    1. After the collection process, it wouldn’t move on to the upload process. 

    2. I then uploaded in smaller batches (e.g. 600 pictures), but after the upload process, only 391 images were actually in the album. I already learned that this is likely related to php.ini settings in regards to how many variables can be processed/submitted, but I think that the Gallery app should be proactive about it. It shouldn’t fail silently. If necessary, it should read those values and warn or reject images that couldn’t be handled. 
    3. As reported in other topics and just for the sake of completeness, thumbnail listing is broken with certain album ordering settings like “caption”. 
    No other issues here on the site. But on my self-hosted installations (dedicated server) I experience issues with large albums or categories. For example:
    Album with 650+ images can take 16 seconds to load or fails entirely when memory_limit settings aren’t really high.  (tested on latest beta)
    Category with 100+ albums can be extremely slow to load or fails entirely when memory_limit settings aren’t really high. (can’t currently reproduce on the latest beta)
    I hope those queries with lots of albums and images can be tested thoroughly and be optimized. Otherwise I feel I can’t really rely on the Gallery app, if with more and more and more images, things will get slower and slower and eventually stop working. 
  7. Like
    Hisashi got a reaction from Afrodude in [Suggestion] Profile Area   
    I found the change proposal interesting, so I made a little edit of how it could be.
    I still want to tinker with this idea a little more, need to make buttons
    Ignore the "font" used haha
    The first image looks like it's being removed, so click here



  8. Like
    Hisashi got a reaction from SeNioR- in [Suggestion] Profile Area   
    I found the change proposal interesting, so I made a little edit of how it could be.
    I still want to tinker with this idea a little more, need to make buttons
    Ignore the "font" used haha
    The first image looks like it's being removed, so click here



  9. Like
    Hisashi reacted to Afrodude in [Suggestion] Profile Area   
    I believe it's time to improve the look of the profile area especially user and group names.

    Everything looks nice in the profile area but these two. I know that you guys do can better and can make an amazing improvement in here. 🙂 @Ehren
  10. Agree
    Hisashi reacted to SeNioR- in Popup for inaccessible attachments   
    If the attachments are unavailable to guests, we get a ugly message. Instead, I would suggest removing the redirect and adding a login popup. This will eliminate unnecessary errors, reduce server load, and more encourage guests to log in.
    Cheers.
  11. Like
    Hisashi reacted to Adriano Faria in Random Content   
    What's New in Version 1.2.0:
    Add a link in the block to redirect the user a random content of the displayed type  

     

  12. Like
    Hisashi got a reaction from olavrb in (.webp) images support   
    When invision will accept this image extension?
    https://developers.google.com/speed/webp/
  13. Like
    Hisashi reacted to nodle in Cloudflare Turnstile for CAPTCHA   
    I see Cloudflare recently released their own Captcha. Just wondering if IPS is going to implement it as an option in the future? I see their competitor has implemented it in an upcoming release. 
    Read more here...
    Announcing Turnstile, a user-friendly, privacy-preserving alternative to CAPTCHA (cloudflare.com)

  14. Like
    Hisashi got a reaction from David N. in Cloudflare Turnstile for CAPTCHA   
    UP!
    Any news about this?
    https://www.cloudflare.com/products/turnstile/
  15. Like
    Hisashi reacted to Nathan Explosion in [Service] Simples Popup Plugin   
    I'll POC this tomorrow - will update here if it's a goer (already thought of a flaw with the idea, but also a step to avoid it)
  16. Like
    Hisashi got a reaction from Afrodude in Open external links in downloads   
    Themes > Edit HTML/CSS (Enter advanced mode if you are on simple) > Templates > downloads > view > downloadButton
     
    Add a "target="_blank"" on line 11, the code will look like this:
    {{else}} <a target="_blank" href='{{if settings.idm_antileech AND !$file->requiresDownloadConfirmation()}}{$file->url('download')->csrf()}{{else}}{$file->url('download')}{{endif}}' class='ipsButton ipsButton_fullWidth ipsButton_large ipsButton_important' {{if $file->requiresDownloadConfirmation()}}data-ipsDialog{{endif}} data-datalayer-postfetch >{lang="download_now"}</a> {{endif}} </li>
    Some observations...
    You will no longer receive auto-update in this edited template. I only recommend it if your downloads are based on external links, I don't know how that might behave for uploaded files.
  17. Like
    Hisashi reacted to Daniel F in Caching and views/hits increase   
    There’s a great way to utilize the cloudflare workers for the guest page counts, so that the page count is increased even if the guest gets only the cached page and the original request never makes it to your own server. 
    It’s going to take some time, but I’ll share the instructions ( or app) in few weeks 
  18. Like
    Hisashi got a reaction from SeNioR- in Hardcoded Events string   
    This one is also missing

  19. Like
    Hisashi reacted to PatrickRQ in Downloads App, updating screenshots/images cause a send of notification of new version available   
    As per title, we believe that there should be ability to change screenshots/images for downloads without a need of updating a record update time or sending notifications about the fact.
    Why it is problematic? We have files feed that gets messed when doing unnecessary updates to file record. We decided to just replace existing avatars/images for existing apps what additionally caused a send of tones of notifications about new version, and ask what else? questions "where is new version", "what's new in the updated version" and "why version number did not change"? 😄 Consider to redesign the edit form and bring screenshots to first level of edit, instead of a need of pushing new version.
  20. Like
    Hisashi reacted to onlyME in Videobox   
    It’s updated in 4.5.2
  21. Like
    Hisashi reacted to Matt in Alerts System with Poll   
    Nice idea!
  22. Like
    Hisashi got a reaction from SeNioR- in Alerts System with Poll   
    I was thinking of a way to enrich the alert system, and why not a poll system for administrators to know the opinion of users in general. I made an example...
    Message to user


    Creation

    Panel

  23. Thanks
    Hisashi got a reaction from GazzaGarratt in Search field is defaulted to 'Pages' due to Homepage   
    https://invisioncommunity.com/files/file/10147-quick-search-default-option/
  24. Agree
    Hisashi got a reaction from GazzaGarratt in Feedback about the new search bar   
    Hello,
    I'm starting to get used to the simplicity of the new search bar, but there's one thing that bothers me, although it's not a problem.
    Desktop users are having a bit of a hard time searching because they aren't paying attention when selecting the location of content.

     
    They end up not having a good search experience, due to a simple lack of attention. And it gets worse when your theme is dark.

    Sometimes the user is looking for a video, but is in another app and ends up being filtered automatically.

     
    How to solve this?
    Make the menu appear automatically when clicking on search bar, as it was in past.
    So the user will quickly know where to look for your content.
  25. Thanks
    Hisashi got a reaction from yameth in Member followed by all   
    It's not what you're looking for, but this might be useful.
×
×
  • Create New...