Jump to content

Adriano Faria

Clients
  • Posts

    31,564
  • 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. https://www.sosinvision.com.br/index.php?/file/302-remove-pages-from-search/
  2. Not sure this will be available somehow in V5 so I’ll go with the postToggleEnable. 👍
  3. That works for node controllers (disable and app, plugin, etc.). Application class isn’t a controller.
  4. Is this information available here somewhere ? Is there any method to add in my Application() to toggle the app state or do I need a hook? In case it is a hook, will it be available on IPS5?
  5. This one will use different number of topics/groups per forum. https://www.sosinvision.com.br/index.php?/file/66-number-of-topics-per-forum/
  6. If you have a 3rd-party resource that adds a new login method and disables the app, the new login method keeps showing up in Login & Registration -> Methods tab and in Account Settings: - Apps disabled: - Login methods: - Account Settings: Thank you.
  7. Edit their groups and enable Can vote in polls? in Content tab.
  8. For the option selected, should appear Guest_JoeJonasBF.
  9. You can already do that without templates edit by using a free plugin: https://www.sosinvision.com.br/index.php?/file/250-user-options-in-postbit/
  10. if( \IPS\Member::loggedIn()->member_group_id == \IPS\Settings::i()->guest_group )
  11. There's a 3rd-party resource if you're ok using it:: https://www.sosinvision.com.br/index.php?/file/57-groups-sorting-management/
  12. No worries. I just wanted to leave it clear because you know how it works when there's a 3rd-party item in the game.
  13. Since you mentioned me here, I will reply as I replied on my board. This is the only DELETE it has: try { $follow = \IPS\followspecificcontent\Follow::load( \IPS\Member::loggedIn()->member_id, 'cfe_member_id' ); $follow->delete(); } catch ( \UnderflowException $e ) { parent::unfollow(); } The \IPS\followspecificcontent\Follow model is: <?php namespace IPS\followspecificcontent; if( !\defined( '\IPS\SUITE_UNIQUE_KEY' ) ) { header( ( isset( $_SERVER['SERVER_PROTOCOL'] ) ? $_SERVER['SERVER_PROTOCOL'] : 'HTTP/1.0' ) . ' 403 Forbidden' ); exit; } class _Follow extends \IPS\Patterns\ActiveRecord { protected static $multitons; public static $databaseTable = 'followspecificcontent_data'; It doesn't delete records from core_follow and most importantly: the delete in my app happens when the member UNFOLLOWS the member. Well, it would be very funny if a delete in my table could delete data from core_follow too. As I truly believe it doesn't do that, it's not my app problem.
  14. Check with IPS if that setting applies to members too.
  15. That's probably why people didn't upload a screenshot. 🙂
  16. The only way is to UPLOAD A NEW VERSION: You don't need to provide a new .doc or .xls, etc. Just upload the screenshot and save it. Note: this is an old request, by the way.
  17. That's not a feature in Downloads. It will show this "blank" screenshot if the user didn't upload one.
  18. Funny. Monday I couldn’t access this site using Edge (mobile) for a couple of hours. Cleared cache, cookies, reinstalled the app… nothing worked. Only Safari worked. It has nothing to do with IPS but it’s funny. Happened to me too.
  19. …and if you want to moderate specific member in specific forums: https://www.sosinvision.com.br/index.php?/file/163-moderate-content-per-forum/
  20. This file will be supported by me, from now on, on my board: https://www.sosinvision.com.br/index.php?/file/298-community-map/ You can redeem the marketplace purchase keys provided by IPS to keep getting updates and support for this application. Thank you.
×
×
  • Create New...