Jump to content

Adriano Faria

Clients
  • Posts

    31,596
  • Joined

  • Days Won

    473

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by Adriano Faria

  1. What's New in Version 2.0.1: Added limit to the AWAY status. Admin sets a max number of days on ACP setting. The user will have this value as max number of days.
  2. I like it. You can buy it. I'll add it today.
  3. About This FileThis plugin will let other users know that you are away for a specific reason. Made specifically for moderation purpose, can be used by any group to inform that you are away for a few days. Admins can remove the AWAY status from other users on Moderator CP -> Member Management -> Away tab. Setttings: Show AWAY status on postsGroups allowed to use the featureNote: Due to the rework on plugin (every new resource has to be done from the scratch to run on IPS4), a new purchase is required. Thank you for your understanding.https://community.invisionpower.com/files/file/7653-member-away/
  4. What you mean? Do what exacly?
  5. The one is for IPS 4. The other one, IP.Board 3.
  6. There's a cache to update. Open one of your categories and hit save. It will appear. I'll try to make it automatic. Just like any topic on forum view, click and hold. It will appear.
  7. What's New in Version 2.0.2: New features: Integration to Advertisements System: ability to display advertisements on index, categories and tutorials/articles Quick edit (ajax) of tutorial's title on category view (image below) Preview the tutorial content when you hover the tutorial link on category view (image below)
  8. My last word: I'm really tired and I'm done with it. The app is as it is. I won't change anymore to fit YOUR needs. AGAIN: this is NOT a custom job made to you. If you're not happy, then simply do not use it. Go to PROJETS session and hire someone to make one as you wish. if you opt to continue using it, then use this topic to report a bug. It's enough to me.
  9. If you're talking about the languages, you MUST have more than one to show there.
  10. No, it will send to the forum chosen on category. The forum on SETTINGS if for support topic.
  11. Of course not. You had a problem.I haven't any issue and showed you on a screenvideo. Other user also didn't had. The app uses the default of MySQL. No, simply select a forum on DISCUSSION FORUM and the button will appear on tutorial view.
  12. No, you're fine. Michael had some issue on his install. You have to add the names back 'cause they are stored now as language bits, due to ability of use several language bits. This happens in all suite: Tutorials: Forums: Gallery: etc. Articles are on tutorials_articles table.
  13. Your upgrade failed, Michael; it doesn't finish, hence the missing language bit, etc. Do a backup of your categories ad tutorials and uninstall the app. Install a fresh 2.0.1 and restore the data. If you're not comfortable in doing that, send a PM with your ACP, FTP and MySQL access. I'll do it tomorrow in the morning. Disregard. The column is exacly like that. It ia only trying to force a NULL comment.
  14. I installed 2.0.0 and upgraded to 2.0.1 a dozen of times today to test one of the new features and I had no problem with it. And to leave no doubt, I made it again and here it is: http://www.screencast.com/t/Xkyki7biC3R I also know that @Michael Schneider upgrade without any problem. He bought the app 30 min before I update it and pmed saying that upgrade just fine. Not sure what could've had happen there, but it seems something on your end. If you have only categories, yes. If have subcategories it makes sense: If you see the screenshot of the file you'll find it useful. Anyway, you can disable it. This is probably due to your resolution. Compare Tutorials listing with topics listing: Not that HUGE difference.
  15. What's New in Version 2.0.1: New features: Caegory Icons: now you can choose an icon to your categories. Use: if you have a category of articles about iDevices (iPhone, iPod, iPad, etc.), then you can easily upload the Apple logo to your category. It will be displayed on category list. (image below) Categories on Navigation Bar: to take advantage of menus on IPS4, categories root now will be listed on Tutorials link on navigation bar. Of course this is a new setting; it can be disabled at any time. (image below) Forum Discussion: now you can also choose a forum to be the forum where the users should create their own support topic. It will not create a topic on chosen forum; it will simply add a new button on tutorial view to that forum. Use: Sometimes if the community is very busy, it's not easy to deal with several doubts in one single topic. Forums Discussios can work together with Topic Discussions. That means that you can have 2 buttons on tutorial view: one linking to the FORUM DISCUSSION and another linking to SUPPORT TOPIC. Of course, you can opt to use only one. (image below) Category Icons and Categories on Navigation Bar: Forum Discussion:
  16. No, no option. You can edit the template on ACP -> Customization -> your skin -> Tutorials -> Front -> View -> view, find: <aside class='ipsColumn ipsColumn_wide'> <div class='ipsPad'> {{if $article->container()->forum_on AND $article->container()->forum AND $article->topic()}} <a href='{$article->topic()->url()}' title='{lang="tutorial_get_support_title"}' class='ipsButton ipsButton_normal ipsButton_fullWidth'>{lang="tutorial_get_support"}</a> <br> {{endif}} <h2 class='ipsType_sectionHead'>{lang="tutorial_information"}</h2> <ul class="ipsDataList ipsDataList_reducedSpacing ipsSpacer_top"> <li class="ipsDataItem"> <span class="ipsDataItem_generic ipsDataItem_size3"><strong>{lang="views"}</strong></span> <span class="ipsDataItem_generic">{number="$article->views"}</span> <meta itemprop='interactionCount' content='UserPageVisits:{$article->views}'> </li> {{if $article->container()->allow_comments}} <li class="ipsDataItem"> <span class="ipsDataItem_generic ipsDataItem_size3"><strong>{lang="tutorial_comments"}</strong></span> <span class="ipsDataItem_generic">{number="$article->comments"}</span> </li> {{endif}} <li class="ipsDataItem"> <span class="ipsDataItem_generic ipsDataItem_size3"><strong>{lang="submitted"}</strong></span> <span class="ipsDataItem_generic">{datetime="$article->date"}</span> <meta itemprop='dateCreated' content='{expression="\IPS\DateTime::ts( $article->submitted )->format( 'Y-m-d' )"}'> </li> {{if $article->updated != $article->date}} <li class="ipsDataItem"> <span class="ipsDataItem_generic ipsDataItem_size3"><strong>{lang="updated"}</strong></span> <span class="ipsDataItem_generic">{datetime="$article->updated"}</span> <meta itemprop='dateModified' content='{expression="\IPS\DateTime::ts( $article->updated )->format( 'Y-m-d' )"}'> </li> {{endif}} {{if \IPS\Member::loggedIn()->hasAcpRestriction( 'core', 'members', 'membertools_ip' )}} <li class="ipsDataItem"> <span class="ipsDataItem_generic ipsDataItem_size3"><strong>{lang="ip_address"}</strong></span> <span class="ipsDataItem_generic"> {{if mb_strlen( $article->ipaddress ) <= 16 }} <a href="{url="app=core&module=modcp&controller=modcp&tab=ip_tools&ip=$article->ipaddress" seoTemplate="modcp_ip_tools"}">{$article->ipaddress}</a> {{else}} <a href="{url="app=core&module=modcp&controller=modcp&tab=ip_tools&ip=$article->ipaddress" seoTemplate="modcp_ip_tools"}"><span data-ipsTooltip title='{$article->ipaddress}'>{truncate="$article->ipaddress" length="22"}</span></a> {{endif}} </span> <meta itemprop='dateCreated' content='{expression="\IPS\DateTime::ts( $article->submitted )->format( 'Y-m-d' )"}'> </li> {{endif}} {{foreach $cfields as $k => $v}} <li class="ipsDataItem"> <span class="ipsDataItem_generic ipsDataItem_size3"><strong>{lang="tutorials_{$k}"}</strong></span> <span class="ipsDataItem_generic">{$v|raw}</span> </li> {{endforeach}} </ul> <div class='ipsResponsive_showPhone ipsResponsive_block ipsSpacer_top'> {template="follow" app="core" group="global" params="'tutorials', 'article', $article->id, $article->followers()->count( TRUE )"} </div> </div> </aside>Move it to wherever you want. Bear in mind that CUSTOMIZATION isn't part of the suppoort. You're on your own. The app is as it is. But I do mind and I won't change this. OK to me if you want to change YOUR installation and do whatever you want. Please Michael. Don't treat this app as it is a custom job made exclusively to you. I have other 415 clientes that likes it the way it is, or at least I didn't see any others 20, 30, 75 requests to change it. One, sorry, do not justify. I already made one change to you, you know that, it will be available on next version, but that is all.
  17. It is working exacly like it was built. Only FORUMS app is like your screenshot. All other, including all others from IPS is exacly like Tutorials. Go to Pages, Downloads and Gallery and you will see. https://community.invisionpower.com/files/categories/ https://community.invisionpower.com/4docs/ I'm really not worried with "better looking".
  18. It's pretty simple and obvious and it's been like that since version 1.0.0, when the other dev created this app for IP.Board 2. In SETTINGS you have 2 settings for the topics. 1. forum 2. Template for the support topic. This one you have to fill if you want to use topics, regardless the forum setting (global or per-category). For every app I know, SETTINGS is a global configuration for various things. If you want something specific for a category, go to category! It's simple: choose a forum on SETTINGS if you want to use THE SAME forum for ALL your categories. See the text below the forum field, indicating that you can use different forums for diffrrent categories. If you want FORUM1 to be used on CATEGORY A and FORUM2 in CATEGORY B, then DO NOT choose a forum on SETTINGS. Choose it on CATEGORY instead. You don't activate the button on tutorial view manually. Simply choose a forum (globally on settings or per-category) and create the tutorial. The button will be there. And please, use the right terms. The confusion only gets bigger at every new post you do. What is SUPPORT FORUMS? I have no idea!
  19. Please, Michael, be clear. What you mean by "post being moved to a tutorial" ? You can create tutorials in 4 ways: using the form (that's not the case it seems)tutorializing a post (clicking on a link on each post)using the tool on ACP.copying an existing tutorial
  20. When you use the tool, it replaces the content of topic first post by the topic support template text; so if you run it twice, you won't get nothing than the support template text. Personally I don't think. Although the tutorials can be based on a topic, they're different content from different apps and not true I say a tutorial has 1,000 views when in fact it was created 1 min ago and has 1 view. But I can easly add a new option on that Tool form, so admins can decide if they want to use the topic views as tutorial view. No big deal to me. No, it doesn't delete anything. If the new category uses a different forum from the source category, the topic will also be moved to the proper forum. It the new category uses forum but the source don't, the topic will be created. This is handled by the framework itself. As I said here https://community.invisionpower.com/topic/417126-ips4-tutorials/?do=findComment&comment=2562259, this is used only if you want to create all topics in same forum. If you want different forums per-category, then you have to choose a forum on each category. If you mean SUPPORT TOPIC, if the the tutorial category has a forum and the tutorial has a topic associated, then the GET SUPPORT button will appear, as it shows on screenshot of this app: The editor of this app will work exacly the topic editor, or the Articles (from Pages app), or the Gallery editor or the Downloads editor, etc. So if doesn't work here, expect it to doesn't work in all other areas too. The editor is a central feature of the framework. I can't use a different or "make some magic" to your tutorials works on it.
  21. How are you creating the tutos ? There's a tool that create tutorials from topics, the third one on Tools screen. I can make a quick edit (just to you, not to the package itself) to update the tutorial view with the topic view. Thank you.
  22. When you add/edit a category, you'll notice a tab called IP.Board Topics: This tab will appear ONLY if you have FORUMS app installed. This is used only if you want to create topics in different forums, per-category. If you want to create topics in one forum, regardless the category, use the setting FORUM TO USE FOR SUPPORT TOPICS on this app settings. Sorry, both issues above fixed. Download the file again, uninstall your app and reinstall it. Do you really think it's necessary? It works exacly like all other official apps from IPS and 3rd-party apps. You go ACP and create the categories; give the groups the proper permission. Then go to public side and on +Create, choose a category and then create tutorials.
  23. The submission is approved now.
×
×
  • Create New...