Jump to content

Adriano Faria

Clients
  • Posts

    31,868
  • 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. I wouldn't expect this before IPS5.
  2. The same way you use in any app: create them. Edit the category to choose which ones will appear. Create or edit a quiz and they will be there. Guests can’t play. ? Can’t reproduce.
  3. Works fine here: Try to uninstall and reinstall the plugin or disable all others and try again. Maybe another plugin is in conflict.
  4. Ok, I’ll add in next version, hopefully with a new type of quiz: grade mode - multiple right answers. Just need to finish something I’m working first.
  5. Feed widget (horizontal mode)?
  6. This is related to the site or to the thumb provider. That happens quite a lot due to several reasons that I cannot control, like the provider is offline or having any temporary issue. There’s an option to rebuild thumbnail in the link view. If it insists, simply change provider in the settings.
  7. As expected, but I'm not a magician: without FTP, there's no way. ? Anyway, you will have to wait for IPS 4.3.4. @Daniel F said a new feature that will avoid this issue (stop using an extension and framework still calling it due to the file is still present). I'll update the file when 4.3.4 is out.
  8. What's New in Version 2.2.1: New features: Added a new setting so admins can enter Deletion Terms in a translatable editor field It'll send out emails: When the request is received (with a direct link to cancel it) When the request is approved When the request is cancelled Use it on IPS 4.3 only. ------------------------------------------------------ New setting: This version was kindly provided by @Martin A. for a custom job.
  9. This doesn't even has an UNINSTALL extension. It should've had before, but not currently and this is a issue: when you remove a extension via Dev Center, it doesn't remove the file itself. Do you have FTP access? If so, remove the file applications/membernotes/extensions/core/Uninstall/memberNotes.php and then try to uninstall it.
  10. I will reply this one. This happens in any app (try Downloads for example). The categories list isn’t a widget. It is a contextual sidebar block and it appears above the widgets. It is controlled by the framework itself; not by the third-party app (Classifieds in this case).
  11. It doesn't refreshed because you deleted it manually in the table, which isn't recommended. Run the query: update tutorials_articles set a_comments = X where a_id = Y; where: X is the number of comments you want to keep Y is the tutorial ID
  12. Not sure I follow the mention; profile seems to be working fine w/o my resource enabled, which simply adds a new button: Without: With: Plugin: /* !Hook Data - DO NOT REMOVE */ public static function hookData() { return array_merge_recursive( array ( 'profileHeader' => array ( 0 => array ( 'selector' => '#elEditProfile', 'type' => 'add_inside_start', 'content' => '{{if \IPS\Member::loggedIn()->isAdmin() AND \IPS\Member::loggedIn()->hasAcpRestriction( "core", "members", "member_edit" )}} <li> <a class="ipsButton ipsButton_overlaid" href=\'{url="app=advmedit&module=display&controller=display&id=$member->member_id" base="front" seoTemplate="advmedit_edit" seoTitle="$member->members_seo_name" csrf="true"}\' data-ipsDialog data-ipsDialog-title=\'{lang="advmedit_full" sprintf="$member->name"}\'><i class=\'fa fa-user-secret\'></i> <span class="ipsResponsive_hidePhone ipsResponsive_inline"> {lang="advmedit_title"}</a> </li> {{endif}}', ), ), ), parent::hookData() ); } /* End Hook Data */
  13. What's New in Version 2.2.0: Added new setting to admin decide how to handle posted content attribution: Continue to attribute to the member Anonymize attribution Default to Anonymize attribution. Use it on IPS 4.3 only.
  14. No but I see what you mean. I just added it as a new setting for this app: Will produce, according to the setting: Will release it.
  15. What's New in Version 1.1.2: Fix error when picking winners to multiple raffles/giveaways IPS 4.3 compatibility ONLY.
  16. Lovely! I'm NOT resetting the winners array, so everytime it loops, it takes the winners from the previous raffles/giveway. Beautiful! ☠️ Working on it.
  17. What's New in Version 1.0.1: Removed STATUS UPDATES option as it is a new setting on IPS 4.3.
  18. What's New in Version 2.0.2: Fix pagination error
  19. What's New in Version 1.1.2: PHP 7.2 compatibility fix IPS 4.3 compatibility
  20. Will have to release a new version, unless you edit a template.
  21. Oh no, this is automatically handled by the Core. If the app has COMMENTS and/or REVIEWS, it will add there. IPS\core\modules\front\discover\popular::leaderboard() $areas = array(); foreach ( $classes as $item ) { $commentClass = NULL; $reviewClass = NULL; if ( \IPS\IPS::classUsesTrait( $item, 'IPS\Content\Reactable' ) ) { $areas[ $item::$application . '-' . $item::reactionType() ] = array( $item, \IPS\Member::loggedIn()->language()->addToStack( "{$item::$title}_pl" ) ); } if ( isset( $item::$commentClass ) ) { $commentClass = $item::$commentClass; if ( \IPS\IPS::classUsesTrait( $commentClass, 'IPS\Content\Reactable' ) ) { $areas[ $item::$application . '-' . $commentClass::reactionType() ] = array( $commentClass, \IPS\Member::loggedIn()->language()->addToStack( "{$commentClass::$title}_pl" ) ); } } if ( isset( $item::$reviewClass ) ) { $reviewClass = $item::$reviewClass; if ( \IPS\IPS::classUsesTrait( $reviewClass, 'IPS\Content\Reactable' ) ) { $areas[ $item::$application . '-' . $reviewClass::reactionType() ] = array( $reviewClass, \IPS\Member::loggedIn()->language()->addToStack( "{$reviewClass::$title}_pl" ) ); } } }
  22. Where is that exactly? I can't say by only viewing your image. It isn't the RAFFLE WINNERS block on raffle view. It isn't the PARTICIPANTS list in raffle view.
  23. As far as I remember, transactions must be enabled.
  24. What's New in Version 2.3.2: Compatible with IPS 4.3 ONLY! Added compatibility to Automatic Moderation Script optimization in Description field
  25. Ok, it will act like the tutorial content field: It won't "execute"... will simply show it. I'll release a new version in a few minutes.
×
×
  • Create New...