Jump to content

Hisashi

Friends
  • Posts

    433
  • Joined

 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 Hisashi

  1. Hello

    I'm using two elements to cause fast page loading.

    <img data-src="{file='$file' extension='cms_Records'}" loading="lazy" style="height: auto;" class="ipsImage MangaImage" alt="...">

    data-src and loading="lazy"

    My doubt is, does one thing cancel out the other or can maintain these two elements?

    I have a manga reader, the images are heavy.

  2. Hello,

    I upgraded today to 4.6.4 and right now the community seems a little slow to load any page, is this normal?

    This right after the update (it wasn't like that before)
    Could it be something in background?

    ----- Edited -----

    Already normalized

     

  3. Just now, Dexter_X said:

    there are a lot of bug fixes since 4.6.4 regarding the achievements rules. Did you tried ?

    Haven't had time to update to test it yet, I remember one of them was in the followers

  4. 46 minutes ago, opentype said:

    It would help to provide steps to reproduce this. I don’t even know what we are looking at. Where are those screenshots from? ACP? Front end? A form submission page? A widget? An app? 

    checkbox set > field

    When you try to mark an option by searching, he doesn't fill.

  5. Hello,

    I don't know if this is exactly a bug, but I don't think it should work like that, tell me if I'm wrong.

    When I search for a content inside Checkbox set and click, the markup doesn't work, it just looks as if it had been marked.

    Searching...

    Screenshot_108.png.a90f1a5b10ba91730afec1b1c38a202c.png

    When you click nothing happens

    Screenshot_109.png.114eae7739cb9cd182609450cd493450.png

  6. Hello,

    Since my community works collaboratively, this is something I can't leave without limit.

    I want a plugin that limits the (Field > Upload) in Pages. 
    It should only contain 3 simple functions.

    • Limit amount of items in multiple uploads
    • File size limit
    • Group permission to ignore

    Screenshot_48.png.a9426eac51c6b1c41beb2dc6142f073e.png

     

  7. 27 minutes ago, opentype said:
    {{\IPS\Output::i()->metaTags['og:description'] = "Something else" ;}}

     

    That's exactly what I was looking for!

    I just had a little problem, it doesn't allow me to use template key field, an error appears, do you know how to solve it?

    Screenshot_39.png.7fc1255a5189519f8037004000421c82.png
     

    How do I want it to look for example:

    {{\IPS\Output::i()->metaTags['og:description'] = "Read more about {$record->_title}. By {$record->customFieldDisplayByKey('author', 'raw')|raw}" ;}}

    It is not accepting customFieldDisplayByKey

  8. 1 hour ago, 403 - Forbiddeen said:

    Maybe this will help you : 

    Working fine with 4.6.x

    image.png.ab32f8edde2ac9ce759369765cc7fe2b.png

    See my source code: view-source:https://ggames.com.br/files/file/3405-trainer-police-stories-mrantifun/

     

     

     

    That's not quite what I want to do

  9. Hello,

    I want to make a custom meta description in Pages > Record

    I tried using code and it didn't work, how do I provide the following data in tag...

    • Article title
    • Field > template key

    Tried something like this but the codes don't work

    Screenshot_37.thumb.png.d5567627b2c985765d8b6e2f3c6bcb24.png

     

    Any tips?

  10. Hello,

    I'm creating a donation button for my website publishers, I want to make this field not appear on articles (record) if it doesn't have a $value.

    The button is always visible

    Screenshot_33.png.a840ecede4aa679f9952497865b6eefe.png

    Screenshot_32.thumb.png.d4f51007e8626d74f525cd6bb8a580a3.png

    <a href="https://www.paypal.com/donate?business=$value&no_recurring=0&item_name=Donate&currency_code=BRL" data-ipstooltip="" _title="Donate" target="_blank"><span style="font-family:arial,helvetica,sans-serif; font-size:16px;"><span class="ipsBadge MangaInfo"><i class="fas fa-hand-holding-usd"></i> <strong>Donate</strong></span></span></a>

     

    The question is... Is there any code I can enter to make the button only visible if a $value is set?

     

×
×
  • Create New...