Jump to content

Hisashi

Friends
  • Posts

    433
  • Joined

Reputation Activity

  1. Agree
    Hisashi got a reaction from Unienc in More achievement rules   
    Hello,
    I thought of some actions that I think would be interesting to have as rules, comment your idea.
    When to fill in a specific profile field Join a specific group Specific date Add photo Day won Two Factor Authentication Referrals
  2. Like
    Hisashi got a reaction from Stuart Silvester in Bug in review permission?   
    Thanks, I didn't know about this.
  3. Like
    Hisashi reacted to opentype in CMS (Pages) - Sidebar block separated from articles   
    As I said in the beginning: Just create two independent pages like I did. 
  4. Thanks
    Hisashi reacted to opentype in Multiple images upload - Pages > fields (record)   
    Something to start with:
    {{if $formValue}} <div class="ipsGrid ipsGrid_collapsePhone"> {{foreach $value as $file}} <div class="ipsGrid_span4 ipsSpacer_bottom"> <img src="{file='$file' extension='cms_Records'}" class="ipsImage"> </div> {{endforeach}} </div> {{endif}}  
  5. Like
    Hisashi reacted to Nathan Explosion in CMS (Pages) - Sidebar block separated from articles   
    Unfortunately, I think that block has a little JS code that acts against it and the above method isn't compatible.
    That specific block could probably be handled via a template edit instead (not fully tested - I'm going to bed):
    core -> front -> widgets -> mostContributors
    Enclose the template content with the following:
    {{if \IPS\Request::i()->controller==='page' AND !isset(\IPS\Request::i()->id)}} ALL THE EXISTING TEMPLATE {{endif}}  
    Was typing it up as you replied - hope it works as I think it might.
  6. Like
    Hisashi reacted to Nathan Explosion in CMS (Pages) - Sidebar block separated from articles   
    You won't have access to this linked content, but it's an issue that is fixed in (as you found) 4.6.0:
     
  7. Thanks
    Hisashi reacted to Nathan Explosion in CMS (Pages) - Sidebar block separated from articles   
    I'm not confused - I'm clarifying your request to move from the general ("the blocks") to the specific ("the Recent Status Update block"), and your response confirms that it is the default blocks that you are asking about.
    The 'fix' is to use custom blocks instead, as follows (note: I am not providing what you put in to every field, I am providing the specific things that need to be done...the rest is up to you)
    ACP Pages -> Blocks -> Create Block In the second field ('Plugin') select the block you want to use ('Recent Status Updates') Give it a name (example: myBlock) Save this Pages -> Blocks -> Create Block This time, choose 'Custom' -> 'Manual HTML' On the first tab, name your custom block On the 'Content' tab, insert the code below On the same tab, DO NOT enable 'Cache this block' Save the new custom block Now, on the front-end you put that custom block in place, instead of the 'Recent Status Updates' block {{if \IPS\Request::i()->controller==='page' AND !isset(\IPS\Request::i()->id)}} {block="myBlock"} {{endif}} Why do it this way? The 'Recent Status Updates' block is cached, so adding the {{if....}} statement in its content will end up with strange caching results.
    Result (there may be some finesse needed, but there is your starting point):
     

     

     
  8. Like
    Hisashi got a reaction from SoftwareFactory in Brilliant Discord Integration   
    Suggestions:
    Ability to thumbnail of Articles (records) when sending notification to discord. Create a programmed message that is repeated, sends at each chosen time. Ex: every 1h, 5h, 24h... Schedule message
  9. Like
    Hisashi got a reaction from olavrb in (.webp) images support   
    When invision will accept this image extension?
    https://developers.google.com/speed/webp/
  10. Like
    Hisashi got a reaction from bfarber in Editor is not opening (CKEditor)   
    Cloudflare, it was just necessary to clear the cache of the address in question. 😡
  11. Like
    Hisashi reacted to bfarber in Editor is not opening (CKEditor)   
    No, it's a cachebust query string key - it shouldn't impact the ability to load the file from disk. If you use a random value for the 'v' parameter does it load then? If so, then it might be a bad CDN cache (cloudfront/cloudflare/etc.).
  12. Like
    Hisashi got a reaction from Jordan Miller in Delete My Account   
    I think it would be interesting to resemble social networking, it gives a period of days maybe the person gives up. In case there is an account hack, and even an email notification of delete request.
  13. Like
    Hisashi got a reaction from NoSpy in (.webp) images support   
    When invision will accept this image extension?
    https://developers.google.com/speed/webp/
  14. Like
    Hisashi got a reaction from rodege5389 in (.webp) images support   
    When invision will accept this image extension?
    https://developers.google.com/speed/webp/
  15. Like
    Hisashi got a reaction from TDBF in (.webp) images support   
    When invision will accept this image extension?
    https://developers.google.com/speed/webp/
  16. Like
    Hisashi got a reaction from Joel R in Delete My Account   
    I think it would be interesting to resemble social networking, it gives a period of days maybe the person gives up. In case there is an account hack, and even an email notification of delete request.
  17. Like
    Hisashi got a reaction from Cyboman in Delete My Account   
    I think it would be interesting to resemble social networking, it gives a period of days maybe the person gives up. In case there is an account hack, and even an email notification of delete request.
  18. Like
    Hisashi got a reaction from Fierce God in (itzverified) member verification   
    Puts an option to choose the color.
  19. Like
    Hisashi got a reaction from Fierce God in (itzverified) member verification   
    Yes
    Another thing, a permission option to determined the group that can request verification.
  20. Like
    Hisashi got a reaction from TimTheMiles in (itzverified) member verification   
    Yes
    Another thing, a permission option to determined the group that can request verification.
  21. Like
    Hisashi got a reaction from TimTheMiles in (itzverified) member verification   
    Puts an option to choose the color.
  22. Like
    Hisashi got a reaction from tsdevelopment in (itzverified) member verification   
    Puts an option to choose the color.
  23. Like
    Hisashi got a reaction from tsdevelopment in (itzverified) member verification   
    Yes
    Another thing, a permission option to determined the group that can request verification.
  24. Like
    Hisashi reacted to tsdevelopment in (itzverified) member verification   
    This is the support/feature request thread for (itzverified) member verification.
     
  25. Like
    Hisashi reacted to Gabriel Torres in Quick Title Edit   
    Hi,
    One feature that would improve a lot the moderation process would be the option to "quick edit" the topic title from inside the topic itself, i.e. by clicking and holding the title with the mouse.
    Thanks.
×
×
  • Create New...