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. 15 minutes ago, opentype said:

    Well, you create the code yourself. There won’t be lazy loading unless you code it in. 

    Personally, I would just add native lazy loading like:
    <img src="{file='$file' extension='cms_Records'}" class="ipsImage" alt="{$record->_title}" loading="lazy">

    I don’t have IPS’ custom lazy loading code memorized, since I don’t use that on any of my websites. 

    I understand, I still thought about adding lazy code, but I thought it would give some conflict or something, because in theory already had it in the software

  2. Hello,

    Have the impression that Lazy load media doesn't work when images are loaded from an upload field on Record, can I be wrong, can anyone confirm me?

    I put in several heavy images to test, and they started to load everything at once.

    Screenshot_8.png.d45c98d38cab90c3de835392450f8ade.png

    Screenshot_2.png.132358dbb0afa3e277f6c11377a71351.png

    My code

    Screenshot_12.png.167700f403bb619415bdd1be13953f12.png

    {{if $formValue}}
    <div class="ipsGrid ipsGrid_collapsePhone">
    {{foreach $value as $file}}
    	<img src="{file='$file' extension='cms_Records'}" class="ipsImage" alt="{$record->_title}">
    {{endforeach}}
    </div>
    {{endif}}

     

    Inspecting

    Screenshot_7.png.80a1b7d9e625c3040e727e903ffd99ef.png

     

    -- Edited --

    I notice that they only work when they are sent via attachment.

  3. This I saw, my question was. When I log into the test facility, I will already have my license activated due to backup. I just need to change for KEY-TEST it when log into acp?

  4. Hello,

    I have a website that is already working with an active license, I want to create a subdomain for testing purposes of this same copy.

    Since license is already active in copy, do I just need to change license to KEY-TESTINSTALL when log into ACP?

  5. Hello,


    Any news about adding Google Drive/Cloud as a file storage method? Or maybe it's not possible or recommended?

  6. 2 hours ago, Nathan Explosion said:

    Show your code.

    <form accept-charset='utf-8' class="ipsForm {$class}" action="{$action}" method="post" {{if $uploadField}}enctype="multipart/form-data"{{endif}} {{foreach $attributes as $k => $v}}{$k}="{$v}"{{endforeach}} data-ipsForm>
      {{if $id = "coverPhoto"}}
        YOUR STUFF
    {{endif}}

    Works fine for me - why? The 'Edit cover photo' link produces a form with the $id of 'coverPhoto' while the link beside the profile photo produces a form with the $id of 'profile_photo'

    I put it as informed, and it's appearing in both

    <form accept-charset='utf-8' class="ipsForm {$class}" action="{$action}" method="post" {{if $uploadField}}enctype="multipart/form-data"{{endif}} {{foreach $attributes as $k => $v}}{$k}="{$v}"{{endforeach}} data-ipsForm>
    	{{if $id = "coverPhoto"}}
    	YOUR STUFF
    	{{endif}}
    	<input type="hidden" name="{$id}_submitted" value="1">
    	{{foreach $hiddenValues as $k => $v}}

    Screenshot_253.png.1bbfe041bb1da8094087b59c9b13fc1b.png

  7. 5 hours ago, SoftwareFactory said:

    It does. The app supports notifications for Pages content, including Pages reviews and comments as well. If you have any further questions, please let me know!

    I'm very interested in buying it, but I see it's still a little "raw" the messages. I have two ideas to enrich the application, if add it I buy

    1. Stars (Review)

    When he understands that this is a review, an option would appear asking if you want to add stars on Rich Embed
    You could use the fields of discord for do this

    Emoji > :star: 

    Screenshot_255.png.515508b375d1d3ced41eb2f6e33ca883.png

    Screenshot_257.png.e673827a1addd372148ab4d3e4d51958.png


    2. Thumbnail (Profile Photo)

    An option for Rich Embed asking if you want to display the user's photo in thumbnail.

    Screenshot_252.png.7495826fcfc11a01d3bc53665eaf2ea3.png

     

    I believe they are good ideas and I am very interested in buying with these additions

     

  8. 7 minutes ago, Nathan Explosion said:

    core -> front -> forms -> popupTemplate

    Right after the opening "<form..." line, add:

    {{if $id = "coverPhoto"}}
        YOUR STUFF
    {{endif}}

     

    It's affecting profile photo.

    Don't have a way to separate?

    Screenshot_249.png.4ed96c91ca011989961e410ee2207c0d.png

  9. 30 minutos atrás, Michael R disse:

    Tenho certeza de que você não pode fazer isso, mas estou verificando de qualquer maneira.

    Um membro pode ver o conteúdo que outro membro está seguindo?

    This information does not appear on profile.

    But if the member who followed something doesn't mark it as hidden, then it will show up in the content's followers listing.

  10. In a crazy way but I managed to make my idea work 😅 😅

    I applied the following code:

    <a href="{url="app=core&module=members&controller=profile&do=content&id={$member->member_id}" base="front" seoTemplate="profile_content" seoTitle="$member->members_seo_name"}?type=cms_records_review1&change_section=1">content</a>

     

    If anyone knows another simple way to do this, leave it in the comments below.

×
×
  • Create New...