Jump to content

Adriano Faria

Clients
  • Posts

    31,855
  • Joined

  • Days Won

    475

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Projects

Release Notes v5

Invision Community 5 Bug Tracker

Forums

Events

Store

Gallery

Everything posted by Adriano Faria

  1. It also appears on stats widget. I'll fix it for next version.
  2. Not sure I follow. You can drag&drop categories on ACP just like you do with forums.
  3. Good idea. I'll take a look.
  4. True. I'll take a look.
  5. Maybe related to your mouse speed/movement or something? It display 1 by 1 to me. Anyway, are you going to remove the slider ? If so, it will appear the standard NUMBER field: a text box with up/down arrows.
  6. 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.
  7. 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 ?
  8. No. There's no other place in whole suite that has it. It is on IPS pattern.
  9. 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.
  10. 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.
  11. I like it. You can buy it. I'll add it today.
  12. 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/
  13. I'll take a look.
  14. What you mean? Do what exacly?
  15. The one is for IPS 4. The other one, IP.Board 3.
  16. 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.
  17. 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)
  18. 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.
  19. If you're talking about the languages, you MUST have more than one to show there.
  20. No, it will send to the forum chosen on category. The forum on SETTINGS if for support topic.
  21. 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.
  22. 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.
  23. 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.
  24. 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.
×
×
  • Create New...