Jump to content

Stormlilly

Members
  • Posts

    132
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Stormlilly got a reaction from LiquidFractal in Back to Top button   
    Thanks heaps for sharing @liquidfractal, I've added this today. Very easy.
  2. Like
    Stormlilly reacted to MMXII in Back to Top button   
    I also want to advocate for a "To Top Button" (again). I know about the possibility to use plugins, but in my opinion this should be part of the core software.
  3. Thanks
    Stormlilly reacted to LiquidFractal in Back to Top button   
    I use @guyroch's EZ Scroll Top plugin, which works just fine on every browser on my Android phone:
     
  4. Like
    Stormlilly got a reaction from tigerhome de in Back to Top button   
    Could this be added to make IPS more user friendly on phones?
    The scrolling that needs to be done on phone devices is mammoth and there's no easy way up to get back to the top.
    Anyone else struggle with this?
    The only addon in Marketplace I could find is from 2015 and no longer compatible.
  5. Like
    Stormlilly got a reaction from Steph40 in CodingJungle's Apps [support topic]   
    He is normally very active on his own site which he offers support from.  I've had really good success with the Babble chat app and his support on his site for it has been very quick and effective.
  6. Thanks
    Stormlilly reacted to Adriano Faria in Member's Country   
    @Stormlilly, working as expected in the latest version (4.2.6):
    You probably has another plugin that it's in conflict, so I suggest you to disable ALL plugins and leave only this one enable. If it works, then go enabling one by one until you discover which one is the culpirit.
  7. Like
    Stormlilly reacted to Adriano Faria in Member's Country   
    Not yet. 3 AM here. I’ll do in 6 hours.
  8. Thanks
    Stormlilly reacted to Adriano Faria in Guest View Limit on Forums Topics   
    Download again and make tour tests. I couldn’t reproduce at that time and seems no one else too.
  9. Like
    Stormlilly reacted to newbie LAC in (NB41) Enhanced Advertisements   
    Hello,
    Between each?
    https://invisioncommunity.com/forums/topic/429838-nb41-enhanced-advertisements/?do=findComment&comment=2701329
    change 9 to 6
    https://invisioncommunity.com/forums/topic/429838-nb41-enhanced-advertisements/?do=findComment&comment=2637329
    It would be better if you give me links/screenshots.
    Hello,
    I explained how to use the app here https://invisioncommunity.com/forums/topic/429838-nb41-enhanced-advertisements/?do=findComment&comment=2637329 and here https://invisioncommunity.com/forums/topic/429838-nb41-enhanced-advertisements/?do=findComment&comment=2718079
    There is no selectors list because you can add yourself like 
    <div class="mySuperClass">text</div> Ask me if you have any problems
  10. Like
    Stormlilly reacted to MeMaBlue in (NB41) Enhanced Advertisements   
    I am posting instructions I got from newbie LAC that i have already implemented!  
    Here are the selectors for the  streams
    that involve all new posts or new posts from followed or content you have posted in,  i.e. what is in there 

     
    discover/unread/
    [data-streamid="1"] [data-role="streamContent"] .ipsStreamItem:eq(4) discover/content-started/
    [data-streamid="2"] [data-role="streamContent"] .ipsStreamItem:eq(4) discover/followed-content/
    [data-streamid="3"] [data-role="streamContent"] .ipsStreamItem:eq(4) discover/content-posted/
    [data-streamid="5"] [data-role="streamContent"] .ipsStreamItem:eq(4) Here is the instructions to Add a STICKY POP UP   to SPECIFIC  forum ids  (the banner will stay put when you scroll)
    when you press X it will go away. 

    1)   This you put into your Custom.css file 
    .avbxouter { z-index: 2; box-sizing: border-box; position: fixed; bottom: 0; width: 100%; margin-bottom: 0%; } .avbxouter:hover {}.avbxmain { border: 0px solid #fff; height: auto; margin: 0 auto; display: table; position: relative; background: none; } #close { display: inline-block; margin: -15px -25px 0px 0px; opacity: 1.0; cursor: pointer; z-index: 1; } #close:hover { opacity: 0.95 } #close { display: inline-block; margin: -15px -25px 0px 0px; opacity: 1.0; cursor: pointer; z-index: 1; position: absolute; }
  11. Thanks
    Stormlilly reacted to CodingJungle in CodingJungle's Apps [support topic]   
    i've recently merged their two codebases, so they are relatively the "same" when it comes to what is under the hood. the chat service version communicates a bit differently (as it has an additional check to make sure the connected users belong to a site that is authorized to use the chat service).
    Advantages of Self Hosted over the chat service:
    no limit on how many users can be connected, this will be limited by how many your server could handle. continues to function if you let your renewal expire (unless there is something in IPS that breaks it on an upgrade). Disadvantages of Self Hosted over the chat service:
    limited support (as i will only address issues that are directly caused by the PHP app and in babble.js, any issues stemming from node.js/server configuration i don't cover). no port blocking. a lot of public/work networks will block any ports outside of 80/443. the chat service uses SSL URL so port 443 is used by default. for me the chat service is more ideal, as the self hosted just this year alone has racked up about 250 hours in support, but the chat service (counting its testing period from november of last year) has roughly been 15 hours. the biggest support issue with the chat services seems to be the keys don't want to always activate (not sure what is causing it, as it is a nexus license key api i'm using), but this has only happened to 3 of the people who have subscribed to it, and i can always manual activate in that instance. There is also the upto 2 hour wait time after activation or private key update, that some have complained about (after activation or private key update, which rarely happens, it can take up to 2 hours before the chat service registers your license key).
  12. Like
    Stormlilly reacted to Adriano Faria in Guest View Limit on Forums Topics   
    I will test it tomorrow. I'll update the file only after IPS 4.2 is released. 
  13. Like
    Stormlilly reacted to opentype in Integration with Twitter Cards   
    I recommended it too a while ago. Makes perfect sense to support these Twitter meta tags along with the ones Facebook looks for. Tweets with images are so much more likely to get clicks than just plain links. 
    If you can’t wait: it’s surprisingly simple to add it to certain templates. For example, I added this to my video database in Pages:
    {{\IPS\Output::i()->metaTags['twitter:card'] = 'summary_large_image';}} {{\IPS\Output::i()->metaTags['twitter:site'] = '@TypographyGuru';}} {{\IPS\Output::i()->metaTags['twitter:title'] = $record->_title;}} {{\IPS\Output::i()->metaTags['twitter:description'] = 'Watch this video in the collection of the best typography videos on Typography.Guru';}} {{\IPS\Output::i()->metaTags['twitter:image'] = (string) \IPS\File::get( 'cms_Records', $record->record_image )->url;}}  
  14. Like
    Stormlilly reacted to VizionDev in Unanswered Threads / Topics with Zero Posts   
    As far as I know, no
    @Makoto  could help you though if you needed a plugin developed for it.
×
×
  • Create New...