Jump to content

Adriano Faria

Clients
  • Joined

Everything posted by Adriano Faria

  1. Adriano Faria replied to Adriano Faria's post in a topic in Marketplace
    Not sure what you mean. This is a NUMBER field and accept only integer. 1 or 2 or 3 or ... 10 or ... 20, etc. To remove the "slider", open the XML and find: $form->add( new \IPS\Helpers\Form\Number( 'membersaway_days', \IPS\Member::loggedIn()->membersaway_days, FALSE, array( 'range' => TRUE, 'min' => 1, 'max' => \IPS\Settings::i()->membersAway_days, 'disabled' => $disabled ), NULL, NULL, \IPS\Member::loggedIn()->language()->addToStack('days') ) ); Change to: $form->add( new \IPS\Helpers\Form\Number( 'membersaway_days', \IPS\Member::loggedIn()->membersaway_days, FALSE, array( 'min' => 1, 'max' => \IPS\Settings::i()->membersAway_days, 'disabled' => $disabled ), NULL, NULL, \IPS\Member::loggedIn()->language()->addToStack('days') ) ); To make the reason required, change this: $form->add( new \IPS\Helpers\Form\Editor( 'membersaway_text', \IPS\Member::loggedIn()->membersaway_text, FALSE, array( 'app' => 'core', 'key' => 'Admin', 'autoSaveKey' => 'membersaway_text', 'attachIds' => NULL, 'minimize' => 'membersAway_text_placeholder' ) ) ); to this: $form->add( new \IPS\Helpers\Form\Editor( 'membersaway_text', \IPS\Member::loggedIn()->membersaway_text, TRUE, array( 'app' => 'core', 'key' => 'Admin', 'autoSaveKey' => 'membersaway_text', 'attachIds' => NULL, 'minimize' => 'membersAway_text_placeholder' ) ) ); Reinstall.
  2. A linguagem já detectei que é um problema com o aplicativo Downloads. Usei as mesmas language bits. Já estou trabalhando na correção. Quanto aos views, isso é controlado diretamente pelo framework. Consegue reproduzir no SOS ?
  3. No. There's no other place in whole suite that has it. It is on IPS pattern.
  4. About This File This plugin will show user photo in online lists created by IPS widgets: Who's Online and Recently Browsing. Note: 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.
  5. Adriano Faria replied to Adriano Faria's post in a topic in Marketplace
    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.
  6. Adriano Faria replied to Adriano Faria's post in a topic in Marketplace
    I like it. You can buy it. I'll add it today.
  7. Adriano Faria posted a post in a topic in Marketplace
    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/
  8. I'll take a look.
  9. What you mean? Do what exacly?
  10. Adriano Faria replied to HeadStand's post in a topic in Marketplace
    The one is for IPS 4. The other one, IP.Board 3.
  11. 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.
  12. 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)
  13. 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.
  14. If you're talking about the languages, you MUST have more than one to show there.
  15. No, it will send to the forum chosen on category. The forum on SETTINGS if for support topic.
  16. 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.
  17. 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.
  18. 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.
  19. 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.
  20. 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:
  21. 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.
  22. 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".
  23. 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!
  24. 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
  25. Not sure what you mean.