Jump to content

Adriano Faria

Clients
  • Posts

    31,580
  • 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. 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/
  2. if( \IPS\Member::loggedIn()->member_group_id == \IPS\Settings::i()->guest_group )
  3. There's a 3rd-party resource if you're ok using it:: https://www.sosinvision.com.br/index.php?/file/57-groups-sorting-management/
  4. 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.
  5. 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.
  6. Check with IPS if that setting applies to members too.
  7. That's probably why people didn't upload a screenshot. 🙂
  8. 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.
  9. That's not a feature in Downloads. It will show this "blank" screenshot if the user didn't upload one.
  10. 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.
  11. …and if you want to moderate specific member in specific forums: https://www.sosinvision.com.br/index.php?/file/163-moderate-content-per-forum/
  12. 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.
  13. This file will be supported by me, from now on, on my board: https://www.sosinvision.com.br/index.php?/file/297-keyword-tooltips/ You can redeem the marketplace purchase keys provided by IPS to keep getting updates and support for this application. Thank you.
  14. Can you confirm if we will have access to some sort of content() method to manipulate the content itself? If you need some context, that would be one of them: https://invisioncommunity.com/files/file/7821-keyword-tooltipsimbacksale/ Thank you.
  15. https://www.sosinvision.com.br/index.php?/file/296-achievements-overview/
  16. Not sure I follolw your question. Do you want to upload your own hook to the dev install? Make sure you make a copy and keep the dev folder of your app/plugin. You will need to work in your app/plugin in the future.
×
×
  • Create New...