Adriano Faria Posted June 7, 2017 Author Share Posted June 7, 2017 1 - I'll check it out. 2 - It will be only in 4.2 version. Link to comment Share on other sites More sharing options...
Pedro Ibáñez Posted June 7, 2017 Share Posted June 7, 2017 (edited) Ok thanks Adriano!, For the point 1 here you can see the duplicate info http://encontinuo.com/index.php?/topic/224-test/ and two questions more please: 1- When clicking on Find their other tutorials 2 - How can I set the text automatically to 14 px when creating a new tutorial? Much thanks! Edited June 8, 2017 by Pedro Ibáñez Link to comment Share on other sites More sharing options...
kherezae Posted June 8, 2017 Share Posted June 8, 2017 Hi, Just curious, but do you have any thoughts on when the multi-chapter feature will be released? Link to comment Share on other sites More sharing options...
Adriano Faria Posted June 8, 2017 Author Share Posted June 8, 2017 You mean multi page? IPS4 already has this. Add [ page ] without spaces to the tutorial and it will create pages. Link to comment Share on other sites More sharing options...
kherezae Posted June 8, 2017 Share Posted June 8, 2017 1 minute ago, Adriano Faria said: You mean multi page? IPS4 already has this. Add [ page ] without spaces to the tutorial and it will create pages. I guess? My friend used this mod a number of years ago and at the time it had a multi-chapter (I guess page- she used it for a forum for writers, so I guess that's probably why she said it had multi-chapters, rather than pages, because she used it for displaying people's writing) feature but I guess it was removed at some point over the years. The info/download page for this mod says Missing in this version: Multi-page tutorials. It will be back in a future version. so I think that's what led the both of us to believe that it doesn't have the feature any more, but if the feature is there now then that makes things a little easier. Link to comment Share on other sites More sharing options...
Adriano Faria Posted June 8, 2017 Author Share Posted June 8, 2017 It has but won't had anymore. Again: IPS4 already supports multi page so I won't reinvent the wheel. See: test test 2 Link to comment Share on other sites More sharing options...
Pedro Ibáñez Posted June 8, 2017 Share Posted June 8, 2017 Hi Adriano, Remember me please Link to comment Share on other sites More sharing options...
Adriano Faria Posted June 8, 2017 Author Share Posted June 8, 2017 (edited) 1 hour ago, Pedro Ibáñez said: Hi Adriano, Remember me please What are you talking about? The topic content setting? It won't have any new version to 4.1. Only for IPS 4.2. All fixes are being applied only in 4.2 version and I'm currently working in another app so there's no need to remind me everyday. I have my own schedule to work in resources. I don't have only this to support. Edited June 8, 2017 by Adriano Faria AndyF 1 Link to comment Share on other sites More sharing options...
Pedro Ibáñez Posted June 9, 2017 Share Posted June 9, 2017 (edited) Hi Adriano, Sorry I don't understand I was talking about this On 7/6/2017 at 11:38 PM, Pedro Ibáñez said: For the point 1 here you can see the duplicate info http://encontinuo.com/index.php?/topic/224-test/ and two questions more please 1- When clicking on Find their other tutorials Edited June 9, 2017 by Pedro Ibáñez Link to comment Share on other sites More sharing options...
Adriano Faria Posted June 9, 2017 Author Share Posted June 9, 2017 10 hours ago, Adriano Faria said: It won't have any new version to 4.1. Only for IPS 4.2. All fixes are being applied only in 4.2 version Link to comment Share on other sites More sharing options...
Pedro Ibáñez Posted June 9, 2017 Share Posted June 9, 2017 Ah ok thanks Adriano. Link to comment Share on other sites More sharing options...
Adriano Faria Posted June 9, 2017 Author Share Posted June 9, 2017 If it a fix that only requires file edits, I'll share before 4.2. Pedro Ibáñez 1 Link to comment Share on other sites More sharing options...
Adriano Faria Posted June 9, 2017 Author Share Posted June 9, 2017 14 hours ago, Pedro Ibáñez said: Hi Adriano, Remember me please I will change that in 4.2. I will make it like I do in other apps or like Downloads does: It's more modern and good look. Link to comment Share on other sites More sharing options...
Adriano Faria Posted July 3, 2017 Author Share Posted July 3, 2017 What's New in Version 2.2.0: Compatibility: IPS 4.2 ONLY - DO NOT USE IT ON IPS 4.1.X New Features: Added support to REVIEWS Added tutorial image on tutorial view/submission Rework in the support topic template Notice: Multi paged tutorial will not be implemented anymore because IPS 4 has mutli pages in its editor since version 4.0.0. Link to comment Share on other sites More sharing options...
Pedro Ibáñez Posted July 26, 2017 Share Posted July 26, 2017 Hi, I just updated to IPS 4.2 and Tutorials to the last version. I want to put text next to the image like here you did but I can't... When asked IPS they say "Hello, That's not currently an option as it would require tables, in which isn't something we offer in stock form. You can check into CKEditors website, as I believe they do offer a third party plugin for tables though. " Are you using only the IPS editor to do that or use a plugin? Thanks! Link to comment Share on other sites More sharing options...
Adriano Faria Posted July 26, 2017 Author Share Posted July 26, 2017 It is an image "div" inside the content "div", left aligned. They use the same in Pages articles with images. Link to comment Share on other sites More sharing options...
Pedro Ibáñez Posted July 28, 2017 Share Posted July 28, 2017 Thanks Adriano! Adriano Faria 1 Link to comment Share on other sites More sharing options...
Adriano Faria Posted July 28, 2017 Author Share Posted July 28, 2017 Just now, Pedro Ibáñez said: Thanks Adriano! Let me explain better. Those are 2 different fields in the tutorial submission form: Then I show both "together" in the template: <div itemprop='text' data-controller='core.front.core.lightboxedImages'> {{if $article->desc}} <em>{$article->desc|raw}</em> <hr class='ipsHr'> {{endif}} {{if $article->thumb}} <div class="cTutorial_image"> <img class="ipsImage ipsThumb_tiny ipsImage_thumbnailed" src="{file="$article->thumb" extension="tutorials_Image"}"> </div> {{endif}} {$article->content|raw} </div> Link to comment Share on other sites More sharing options...
Pedro Ibáñez Posted July 28, 2017 Share Posted July 28, 2017 (edited) Hi Adriano! I'm going to test... One more question please. I have all my suite set to default text size to 14 px. Is working on pages, forums... but not in tutorials which appears in 12 px by default. I looked at the tutorials.css before asking and tried to change it here but not works: .cTutorialHovercard .ipsType_richText { font-size: 14px; } Where I need to change it? Thanks! Edited July 28, 2017 by Pedro Ibáñez Renix 1 Link to comment Share on other sites More sharing options...
Adriano Faria Posted August 9, 2017 Author Share Posted August 9, 2017 What's New in Version 2.2.1: Compatibility: IPS 4.2 ONLY - DO NOT USE IT ON IPS 4.1.X Fix: Fix an error reported in the Tracker Fix the club tutorial post screen Simon Woods 1 Link to comment Share on other sites More sharing options...
Loren Posted August 9, 2017 Share Posted August 9, 2017 10 minutes ago, Adriano Faria said: What's New in Version 2.2.1: Compatibility: IPS 4.2 ONLY - DO NOT USE IT ON IPS 4.1.X Fix: Fix an error reported in the Tracker Fix the club tutorial post screen Thanks for that! Adriano Faria 1 Link to comment Share on other sites More sharing options...
Aglar Posted August 14, 2017 Share Posted August 14, 2017 I can't install it: how to fix that? 4.2 ver. Link to comment Share on other sites More sharing options...
Adriano Faria Posted August 14, 2017 Author Share Posted August 14, 2017 Send a PM please with ACP credentials. Link to comment Share on other sites More sharing options...
JoshB84 Posted September 6, 2017 Share Posted September 6, 2017 I have a Parent Category and I want it to be a Container for the subcategories. Just like we can have categories as containers with the Forums. Right now the parent category gives me the option to add tutorials and that is not what I want. I want it to list the subcategories. Link to comment Share on other sites More sharing options...
Adriano Faria Posted September 6, 2017 Author Share Posted September 6, 2017 1 hour ago, JoshB84 said: I have a Parent Category and I want it to be a Container for the subcategories. Just like we can have categories as containers with the Forums. Right now the parent category gives me the option to add tutorials and that is not what I want. I want it to list the subcategories. Not a feature. Only Forums has this. I'll take a look for a future version. JoshB84 1 Link to comment Share on other sites More sharing options...
Recommended Posts