Jump to content

Daniel F

Invision Community Team
  • Posts

    6,565
  • Joined

  • Days Won

    37

 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 Daniel F

  1. Hi,

    Do you mean real apiendpoints using the IPS REST API or regular own controllers inside app/modules/front/... ?
    If the latter, then you can use the Application::allowOfflineAccess method to control if the specific page should be accessible even in offline mode.

     

    	/**
    	 * Can view page even when site is offline
    	 *
    	 * @param	\IPS\Application\Module	$module			The module
    	 * @param	string					$controller		The controller
    	 * @param	string|NULL				$do				To "do" parameter
    	 * @return	bool
    	 */
    	public function allowOfflineAccess( \IPS\Application\Module $module, $controller, $do )

     

  2. 6 minutes ago, Apfelstrudel said:

    the entire site is in english now although the english language pack is disabled. I can't switch it to my local language although it is being showed as active.

    That's intentional, IN_DEV uses the applications/x/dev/lang.php files

    7 minutes ago, Apfelstrudel said:

    All custom SEO urls don't work although they are all listed and activated.

    You'll have to enable this via the DEV_USE_FURL_CACHE constant

    8 minutes ago, Apfelstrudel said:

    All databases don't work anymore. Error code: 256
    ErrorException: You have used a function (count) that should be called from the root namespace for performance reasons (/forum/system/Theme/Theme.php(4465) : eval()'d code::65). (256)

    You an disable this by setting the IN_DEV_STRICT_MODE constant to false.

  3. 17 minutes ago, Chris Anderson said:

    Does IPS provide any feedback to a developer upon submission of an original app or update that based on their future update plans (at that moment in time) the app will end up needing extensive rework or warrant discontinuation as portions of their app's functionality will become core?

    No

    17 minutes ago, Chris Anderson said:

    How about an app that is in between updates, does IPS let developers know that future updates will likely impact their apps?

    We're providing a list of all changes incl. BC breaks once we release the first BETA version.

  4. 22 minutes ago, Kit_L said:

    I would like to disable the new highlight blocks on my site: if the members do not have the option to disable the highlight blocks themselves, I want to disable them completely, site wide. They simply waste 30% of screen real estate. All the members who have contacted me have said they would only have a glance at the highlights once and then after that they are working in a small space than usual.

    I guess you're meaning the new block inside topics?

    The feature is called Topic Summary and you can edit the settings or disable this feature completely in your ACP on the Forum Settings Page.

×
×
  • Create New...