Jump to content

Adriano Faria

Clients
  • Posts

    31,588
  • 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

Posts posted by Adriano Faria

  1. Clear the cache.

    			case 'plugins':
    				foreach( \IPS\Plugin::plugins() as $plugin )
    				{
    					if( $plugin->update_check_data )
    					{
    						$data = json_decode( $plugin->update_check_data, TRUE );
    						if( !empty( $data['longversion'] ) AND $data['longversion'] > $plugin->version_long )
    						{
    							$count++;
    						}
    					}
    				}
    				break;
    
    
    		\IPS\Data\Store::i()->$key = $count;
    		return (int) \IPS\Data\Store::i()->$key;
    	}

     

  2. 2 minutes ago, SJ77 said:

    Oh shoot, that’s awesome really great news. How do I turn it on for my users? 

    Choose their groups in the application settings and they will be able to schedule posts or comments.

    3 minutes ago, SJ77 said:

    Oh wait, I see “topics” I want to do replies to existing topics and schedule those. 

    That’s what the application I linked does. 

×
×
  • Create New...