Jump to content

Ioannis D

Clients
  • Posts

    248
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Ioannis D reacted to Adriano Faria in Books   
    I have updated the file with a few languages (most common). Let me know if you doesn't find yours in the settings, Google Books API uses a two-letter ISO-639-1 code for the language.

  2. Like
    Ioannis D reacted to wohali in Snow   
    Ho ho ho! Snow has been updated to 1.3.2! It now works properly with IPS 4.4.
    Happy holidays!
  3. Like
    Ioannis D reacted to onlyME in Videobox   
    No, but I'm never late or slow 😈
  4. Like
    Ioannis D reacted to aXenDev in [Dark / Light] Fluent Design Theme Edition - Topic Support   
    The official final version of update 2.0.0 has been released!

  5. Like
    Ioannis D reacted to Steph40 in [Dark / Light] Fluent Design Theme Edition - Topic Support   
    Thought I would share a simple tweak I use on my site with your theme. I use the fixed user bar and wanted to have a sticky menu too, also thought that chatbox+ widget was to low so added padding, so I added this to custom css:
    /* Fixed Header */ @media screen and (min-width: 980px) { #ipsLayout_header { position: -webkit-sticky; position: sticky; top: -30px; z-index: 1000; } } /*making sure user menu shows*/ body > div.aXenUserBarTop.ipsResponsive_hidePhone.ipsClearfix { z-index: 1001; } #roomChat > div > h2.ipsType_sectionTitle.ipsType_reset.miniTitle.ipsHide { padding-bottom: 40px; }  
  6. Thanks
    Ioannis D reacted to aXenDev in [Dark / Light] Fluent Design Theme Edition - Topic Support   
    The error will be corrected and the instructions on how to create your own fields will be in the final version.
  7. Like
    Ioannis D got a reaction from aXenDev in [Dark / Light] Fluent Design Theme Edition - Topic Support   
    On signup popup the button is in the same line with recaptcha:

    Also, for those who use "Select the appearance of the profiles in the subject" theme's function who is in Topics tab, there must be added in custom profile fields the bellow code in "Custom topic formatting" in order to show properly:
    <li class="aXenTopicProfile"> <span class="aXenTopicProfile_Left"><i class="fas fa-file-signature"></i> {$title}:</span> <span class="aXenTopicProfile_Right">{$content}</span> </li>  
  8. Like
    Ioannis D reacted to aXenDev in [Dark / Light] Fluent Design Theme Edition - Topic Support   
    A support topic for submitting suggestions and bugs.
  9. Like
    Ioannis D reacted to ASTRAPI in Community Guide on Setting Up Wasabi and CloudFlare   
    Hello
    (This is a community guide on how to setup Wasabi and Cloudflare, as a significantly cheaper replacement for Amazon S3 and Cloudfront.  The author has no affiliate arrangement with any of the companies listed in the guide and offers the guide as a free community resource.  You should consult with your hosting provider and / or server administrator before proceeding with the guide.)
    BACKGROUND:
    Invision Communities contain rich content, from forum attachments to gallery images to download files.  These resources add up over time. 
    Here are real examples of communities that I provide server administration for:
    - Website A: 400 GB of total storage and 1.2 TB of total monthly bandwidth 
    - Website B: 800 GB of total storage and 14 TB of total bandwidth
    Invision Community allows a file storage configuration with Amazon S3 and a content distribution network (CDN) of your choice:
     
    WHAT IS WASABI?
    Wasabi Cloud  is faster and cheaper than Amazon S3 for object storage, offers unlimited egress for bandwidth, and compatible with Cloudflare.  One of the biggest hidden expenses of using Amazon S3 is not the cost of storage itself, but the bandwidth to deliver objects in and out.  Wasabi does not charge for egress bandwidth, which can save on the majority of the true cost of Amazon S3. It also provides an S3-compliant interface, which means it can be used as a perfect drop-in replacement for Amazon S3 storage and immediately usable on all Invision Communities.   

    Wasabi is 80% cheaper and 6x faster than Amazon S3, with 100% data immutability protection, and no data egress fees or API charges. Created by Carbonite co-founders and cloud storage pioneers David Friend and Jeff Flowers, Wasabi is on a mission to commoditize the storage industry. Wasabi is a privately held company based in Boston, MA.
    In March of 2018, Wasabi pioneered the cloud storage industry’s first ‘unlimited free egress’ pricing plan. We are excited to join forces with Cloudflare and the Bandwidth Alliance, validating that the early business models of Cloud 1.0 vendors no longer applies in a world that expects unlimited everything.  What this means in practice is that you can use Cloudflare services (including the free plan) like blazing-fast DNS, WAF firewall, performance improvements on the fly, and much more.  Forums users will request a topic, and all static content can be picked up from Cloudflare's optimized services that will connect to Wasabi.

     
    At the moment, Wasabi offers three Datacenters:
    1)US-WEST
    2)US-EAST
    3)EU-CENTRAL 

    One price. Lightning fast speed. No hidden fees.

    You can check and compare the prices above.
     
    GUIDE:
    BEFORE PROCEEDING, PLEASE BACKUP YOUR DATA FIRST!
    YOUR FILES WILL BE IN PRIVATE MODE AND WILL NOT BE ACCESSIBLE ON YOUR FORUM !
    YOU MUST GET A PAID PLAN TO BE ABLE TO ACTIVATE THE INVISION FILE PERMISSIONS AND GET YOUR FILES ACCESSIBLE AT YOUR FORUMS.
    JUST ADD YOUR CREDIT CARD NOW (AT YOUR PROFILE PAGE) AND THEY WILL CHARGE YOU 5,99$ FOR A MONTH FOR 1TB STORAGE AND UNLIMITED BANDWIDTH.
    THE FREE TRIAL WILL NOT WORK FOR INVISION !
     
    Step 1: Create a CName at CloudFlare
    We start by creating a cname at Cloudflare:
    cname -> cdn -> cdn.yourdomain.com.s3.eu-central-1.wasabisys.com  <--For Europe datacenter
    or
    cname -> cdn -> cdn.yourdomain.com.s3.us-west-1.wasabisys.com  <--For US-WEST datacenter
    or
    cname -> cdn -> cdn.yourdomain.com.s3.wasabisys.com  <--For US-EAST datacenter
    Like this:

     
    Step 2: Create a bucket on Wasabi
    First we sign up for a free account at Wasabi Cloud: https://wasabi.com/sign-up/
    Then we create a bucket:

     
    It is important to name it as: cdn.yourdomain.com
     

     
    Then keep default suspend Versioning and Suspend Logging:

    Then click CREATE BUCKET:
     

     
    Step 3: Retrieve your Access Keys
    Go to the menu on top left and click Access keys on the left. Click on "Create New Access Key."

     
    Copy / save the access key and the secret key:

    Step 4: Setting up a new file storage in ACP
    Login to Admin Control Panel and navigate to Overview at the Files category and then click at the right side at Storage settings:

     
    Then we click at Configurations and at the right side at Create New:
     

    We select Amazon s3 and we add the following info:

    Save it.
    Step 5: Set the new storage at storage settings
    Navigate to Storage settings and select from the drop down menu the new Amazon s3 bucket.

     
    Keep only at your server your theme resources:

    *Attachments and Downloads doesn't work out of the box as it seems there is some hardcoded code at Invision related to S3...
    To make them work you just need to install the addon bellow: (tested with Invision 4.4.4).
     
    Then wait for any Invision background tasks to finish and check.
    I hope that you will benefit from this tutorial and get better performance while saving a lot of money 🙂
    Enjoy!
    OTHER NOTES:
    If you are already using S3 then it is very easy to move straight to Wasabi by following the above tutorial as it is NOT needed to move back your files to server and then to Wasabi.
    CREDITS
    Credits to @Joel R for giving me the motivation to write this tutorial and providing screenshots from his Wasabi account and for editing the topic.
    Thank you
  10. Like
    Ioannis D reacted to opentype in Pages in Clubs?   
    He can and he should. IPS makes the software for its users, so the better they understand the user’s use cases, the better suited to the users needs the software can become. I assume you comment implies that asking such questions means he couldn’t come up with examples himself, but that is a logical fallacy. 
  11. Like
    Ioannis D reacted to opentype in Pages in Clubs?   
    A main reason might be that it’s an admin feature by design. Everything about the set-up of Pages happens in the ACP. Setting up pages, databases, fields, templates – all ACP features. It’s a powerful and therefore complex app that can’t just be easily expose to club owners (i.e. regular members). The Pages app would have to be rewritten to be front-end editable. And if you do that, you open a huge security hole, since Pages allows a lot of raw code everywhere. 
    There might be a chance for feasible compromises though and I am hoping it will come someday. 
  12. Like
    Ioannis D reacted to markymids in Who Was Online   
    I was able to achieve this by changing the whowasonline css foreach block to something like this:
    {{foreach $members as $row}} <ul class='ipsList_inline ipsList_noSpacing cCustomField'> {{$member = \IPS\Member::load( $row['member_id'] );}} <li>{template="userPhoto" app="core" group="global" params="$member, 'tiny'"}</li> </ul> {{endforeach}} I had to use a new class cCustomField to get the avatars to display in one long row, I put this in custom.css
    .cCustomField { display: inline-block; }  
  13. Thanks
    Ioannis D reacted to onlyME in Videobox   
    I confirm this issue. I will be fixed in next version.
  14. Like
    Ioannis D reacted to Urban Legend in Featured Content for IPS4.x+   
    I would like to share my expreience with @onlyME. I purchased this application after playing with the demo for a day while at the same time corresponding through PM's. After I purchased it, I had some configuration issues with my server that onlyMe was happy to help with. A few PM's later and I am up and running. Not only is the support for this app excellent, but the app itself has so much flexability and customization that it should cost way more. And I for one would be happy to pay it. If you are thinking about purchasing the Featured Content app, do it. You will be glad you did.
  15. Like
    Ioannis D reacted to TAMAN in Infraskew Theme [ support topic ]   
    Yea i was thinking about that just now offered same deal to another one which purchased a theme less than 24 hours of the discounting date  
    @ChrisTERiS pick a theme 
  16. Like
    Ioannis D got a reaction from TAMAN in Infraskew Theme [ support topic ]   
    In my opinion a fair action should be to offer him a theme for free.
  17. Like
    Ioannis D reacted to ChrisTERiS in Infraskew Theme [ support topic ]   
    Calm down man. You reacted like I blamed you. And if it appeared like this, my apologies. It was like a monologue. I know when is the Friday, didn't lost my memory (yet). I just said that most authors started it 2 days ago. That's all. Nothing more, nothing less. And for sure nothing against you.
    As for that:
    I don't think that I wrote anything for refund and never in my life asked for a refund even for scrpts/templates that I never used. I'm getting full responsibility for any mistaken order.
  18. Like
    Ioannis D got a reaction from onlyME in Videobox   
    .ipsWidget.ipsWidget_horizontal[data-blockid^="app_videobox"] .ipsWidget_title { margin-bottom: 0px !important; } .ipsWidget.ipsWidget_horizontal .ipsWidget_title { color: #fff; background: {theme="widget_title_bar"}; }  
    Fixed  Thanks!
  19. Thanks
    Ioannis D reacted to onlyME in Videobox   
    Try to edit theme > CSS > videobox > front > videobox.css
    Find and remove
    .ipsWidget.ipsWidget_horizontal[data-blockid^="app_videobox"] .ipsWidget_title { color: #828e99 !important; } .ipsWidget.ipsWidget_horizontal .ipsWidget_title { color: #fff; background: {theme="widget_title_bar"}; }  
  20. Like
    Ioannis D reacted to TheJackal84 in (DF41) Enhanced User Info Panel (Support Topic)   
    In the language translations search and edit the enhanced user info panel ones, Search for euip_
    and it will bring up all the words in the plugin

  21. Like
    Ioannis D reacted to TheJackal84 in (DF41) Enhanced User Info Panel (Support Topic)   
    1.0.8 Available
    Updated for version 4.2, If you are using IPS 4.1 then stick with 1.0.7
    New features
    You can now choose to show or hide the users connected device (for example Windows, Android etc) Update check URL added For anyone who ain't got 4.2 or just wanna see a demo click this link the registration is disabled as its only a dev site but you can see whats needed to see
  22. Thanks
    Ioannis D reacted to TheJackal84 in (DF41) Enhanced User Info Panel (Support Topic)   
    Add this to your custom.css file
    .euip_AvatarSize img, img.euip_AvatarSize, .euip_AvatarSize::after { border: none; }  
  23. Like
    Ioannis D got a reaction from TheJackal84 in (DF41) Enhanced User Info Panel (Support Topic)   
    Fixed! Thanks.
     
  24. Thanks
    Ioannis D reacted to TheJackal84 in (DF41) Enhanced User Info Panel (Support Topic)   
    Can you pm me your website URL so I can take a look
  25. Like
    Ioannis D reacted to TheJackal84 in (DF41) Enhanced User Info Panel (Support Topic)   
    1.0.7 Available
    New features
    You now have the ability to change the members birthday to show their age instead (As requested) Changed the maximum width/height of the avatar you can select to a maximum of 200px (As requested) Changed the avatar radius from a selection list so you can now add your own amount (As requested)
×
×
  • Create New...