Jump to content

Saurabh Jain

Clients
  • Posts

    2,505
  • Joined

  • Last visited

Reputation Activity

  1. Thanks
    Saurabh Jain reacted to WP V0RT3X in For making impressive home page   
    Start with creating a filename.php with something like this ...
    <?php require_once('init.php'); \IPS\Dispatcher\External::i(); $html = 'Lorem ipsum ...'; \IPS\Output::i()->sendOutput( \IPS\Theme::i()->getTemplate('global', 'core')->globalTemplate('Supertolle Seite', $html)); Then check out sites like w3schools and fill the file with your content.
    For landingpages and so on you don't even need the pages application.
  2. Thanks
    Saurabh Jain reacted to opentype in For making impressive home page   
    Just HTML and CSS in general. 
  3. Like
    Saurabh Jain got a reaction from Marc Stridgen in Google Adsense   
    For new ads    it may be blank for sometime
  4. Thanks
    Saurabh Jain reacted to Marc Stridgen in want to contact invision support   
    I have indeed seen your ticket and moved this to our sales team to take a look at for you, in order to see what we can offer
  5. Thanks
    Saurabh Jain reacted to WP V0RT3X in Video hosting solution in For IPS?   
    Possible yes, but I would reccomend the Videos addon from the Marketplace. But since even that doesn't offer all the features to keep up with a CMS like Mechbunny or AVS, I use a very custom pages database for my own little video hosting.
  6. Thanks
    Saurabh Jain reacted to Adriano Faria in members widget : something like this   
    Beyond online lists, this plugin also does this in the Members widget:

     
     
  7. Thanks
    Saurabh Jain reacted to Adriano Faria in Bulk upload files in Downloads   
    It was removed on IPS4. You can bulk upload on frontend now. It’s a group setting. Edit your group and enable it.
  8. Thanks
    Saurabh Jain reacted to The Old Man in How to disable light box for gallery images in 4.5   
    Hi,
    There is still no setting provided for this, but luckily Makoto's excellent plugin has options to reduce the places Gallery Lightbox is used. It is a huge improvement, the Lightbox is used more appropriately and it can improve the display of images too.
     
  9. Thanks
    Saurabh Jain reacted to WP V0RT3X in how can we add other social profile link in footer (android)   
    There are at least two applications in the marketplace for additional social icons, afaik with one of them it should be possible.
    [edit] Quick and dirty? Replace template siteSocialProfiles with this ...
    {{if \IPS\Settings::i()->site_social_profiles AND $links = json_decode( \IPS\Settings::i()->site_social_profiles, TRUE ) AND \count( $links )}} <style> .cShareLink_android { background: #689F38; } .cShareLink_apple { background: #F76BC1; } </style> <li class='cUserNav_icon'> <a href='https://www.android.com' target='_blank' class='cShareLink cShareLink_android' rel='noopener noreferrer'><i class='fa fa-android'></i></a> </li> <li class='cUserNav_icon'> <a href='https://www.apple.com' target='_blank' class='cShareLink cShareLink_apple' rel='noopener noreferrer'><i class='fa fa-apple'></i></a> </li> {{foreach $links as $profile}} <li class='cUserNav_icon'> <a href='{$profile['key']}' target='_blank' class='cShareLink cShareLink_{$profile['value']}' rel='noopener noreferrer'><i class='fa fa-{$profile['value']}'></i></a> </li> {{endforeach}} {{endif}}
  10. Like
    Saurabh Jain got a reaction from Cyboman in First feedback on Mobile app   
    I use Google adsense 
    Using GA in android app is policy violation
    I recommend an option setting option to disale or not to disable advertisement code block  in app as a user choice
    I added my community and it was showing ads in it
    I did post earlier discussion 
    -------------
     
  11. Thanks
    Saurabh Jain got a reaction from TheWorldNewsMedia.org in First feedback on Mobile app   
    I use Google adsense 
    Using GA in android app is policy violation
    I recommend an option setting option to disale or not to disable advertisement code block  in app as a user choice
    I added my community and it was showing ads in it
    I did post earlier discussion 
    -------------
     
  12. Thanks
    Saurabh Jain reacted to Nathan Explosion in Question on post approval feature   
    Nah, done.
  13. Thanks
    Saurabh Jain reacted to CoffeeCake in Question on post approval feature   
    You can select multiple posts within a single thread using the checkbox on the upper right. Then, in the moderator tool bar, unhide. This also works by member, if you go to their activity on their profile.
    If you're using the approval queue in the Moderator control panel, then you go one by one.
  14. Thanks
    Saurabh Jain reacted to Rhett in cannot find invision community in zapier apps   
    I'm sorry for the trouble here, the app is still pending approval, it should be resolved soon!  
  15. Thanks
    Saurabh Jain reacted to bfarber in Alternate button colors   
    You can use different ipsButton_* classes for different colors.
    ipsButton_normal ipsButton_primary ipsButton_important ipsButton_light ipsButton_positive ipsButton_negative ipsButton_veryLight
  16. Like
    Saurabh Jain got a reaction from sobrenome in WhatsApp Share Service - Supporttopic   
    Can we expect 4.5 upgrade as well 
  17. Thanks
    Saurabh Jain reacted to CoffeeCake in How to upgrade third party app in 4.5   
    @Saurabh Jain there is also a known issue where available updates will not appear immediately depending on the number of things you have installed from marketplace. You may need to go to ACP > Settings > Applications and click the "Check for updates" a number of times before available updates appear (we had to click it 8-9 times in testing for our installs). Once they're available, you'll see the counter on the application/plugin area increment and show that updates are available, and a link next to the application/plugin that says "Upgrade" which you can click to begin the upgrade process.
    We don't use themes from the marketplace, so I'm not sure if the same applies there.
  18. Thanks
    Saurabh Jain reacted to opentype in How to upgrade third party app in 4.5   
    First you need to match your installed third-party resources to the Marketplace. Click on this notifications. 

    After that everything is very easy. If there are new versions, you get a notifications and you can upgrade with a single click. 
  19. Thanks
    Saurabh Jain reacted to Lucas James in How to increase default font size on mobile view   
    Add the font-size attribute below the line-height in custom.css:
    @media screen and (max-width: 767px) { .ipsType_normal.ipsType_richText { line-height: 1.6; font-size: 14px; } } You can adjust the size to 14px or 15px or whatever.
  20. Like
    Saurabh Jain got a reaction from sobrenome in Audio messages   
    Flipgrid  is completely free
    if this can be integrated
  21. Thanks
    Saurabh Jain reacted to Morrigan in can we hide comments in a particular blog   
    @Saurabh Jain There is currently no way to do this. It would be an interesting suggestion as I can see it as something that could be important.
  22. Like
    Saurabh Jain got a reaction from Fosters in Application Forms - Supporttopic   
    1  How to hide entries...  if posted as topics from all other members
    2 Is it possible to export all data as csv 
     
    3  Can we have a page break to have multi page form
    4  If we can add title in between   such as personal Info  - Form sections I mean 
  23. Like
    Saurabh Jain got a reaction from Sovereign Grace Singles in Videos Support   
    when can we expect 4.4 compatibility 
  24. Like
    Saurabh Jain got a reaction from CP_User in Quizzes   
    I do agree.. I have two points to say....
     
    what is the best practice... if some one can chip in 
     
    Can we have a set of 20 questions and randomly 5 comes....
  25. Like
    Saurabh Jain got a reaction from Adriano Faria in Quizzes   
    I was about to give access .. but I did what u said... edit one question and saved.... now its showing 5 all over 
×
×
  • Create New...