Jump to content

Patreon Lukazuki

Members
  • Posts

    54
  • Joined

  • Last visited

 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 Patreon Lukazuki

  1. 1 hour ago, Stuart Silvester said:

    How are you supposed to confirm that your file works with the latest version of Invision Community when you don't have access to the latest version? This is also a different thing to what the OP is raising.

    when someone license has expired for example a few days ago, and he just creates a plugin for the version that last been installed, he knows that plugin work on every latest version of the Invision Community but can't upload to the market without paying renewal.

    Don't tell me that you have to rewrite plugins every time to be compatible with the latest version, because that's not true. The correctly made plugin is compatible with each version until major changes in the core.

    I know that's is different but, this is one of the many things of the present problem. Why fewer people will be creating things for the Invision Community?

    Someone has a license and latest version of the Invision Community but without renewal:
    - can't upload files
    - can't download free files
    - can't buy resources

     

    1 hour ago, Stuart Silvester said:

    It greatly benefits the Marketplace Authors

    what? authors can't earn money on their resources without a renewal license even though the resources are compatible with the latest version of Invision Community, who asked for that?

     

    2 hours ago, Stuart Silvester said:

    Authors update their resources to be compatible with the latest release, if you're not on that latest release you may run into issues. That also wastes the resource authors time when they investigate the issue and then realise it's because you haven't upgraded.

    the idea is good but needs improvement, as it stands it discourages devs from using it.

  2. On 1/9/2022 at 7:14 PM, Grafidea said:

    IPS Forum should be able to change the color of the template to a dark - button, not via an additional plug, but only built into ips forum. 

    by default this feature, it would work only for specific themes, there are a lot of themes that don't support the light version, are made only for dark appearance.

    the solution is simple, if you want dark/light mode, build it on your theme, or use two themes to switch between them

  3.  

     

     

    If you watched this video, please check it on your forum and vote in the poll.


    carefully look at the situation in which the widget disappears,

    bugs will appear when you rearrange the widget between areas and return with the widget to the previous area it was placed in.

    example:

    from areaHeader to areaSidebar, you save, ok its work.

    but when you move from areaHeader to areaSidebar and you decide back to areaHeader and you save it, the widget doesn't save the position and disappear,

    this bug is attending in all areas and applications.

     

    Where is the solution?

    core/modules/front/system > widgets.php
    cms/modules/front/pages > builder.php - for those who use IP.Content App

    the problem is mainly related to the above two files,

    both have a function:

    	/**
    	 * Reorder Blocks
    	 *
    	 * @return	void
    	 */
    	protected function saveOrder()
    	{
    	...
    	}

    it lacks a function that would check in which area the widget is actually located or the current function is blocked in a situation when the widget is moved between areas several times and will be placed in the previous area.

    it is possible that these functions are also affected:

    	/**
    	 * Get Configuration
    	 *
    	 * @return	void
    	 */
    	protected function getConfiguration()
    	{
    	...
    	}

    or

    	/**
    	 * Get Output For Adding A New Block
    	 *
    	 * @return	void
    	 */
    	protected function getBlock()
    	{	
    	...
    	}

    I'm not a programmer, I just found where the problem is, the rest is up to you what you do with it.

    Thank you for your attention 😇

  4. 1 minute ago, SJ77 said:

    Why not cut out the middleman and sell a site subscription using IP commerce? 

    because members don't trust, also there is a high risk of cheating frauds using the subscription with commerce,

    people know patreon as platform to reach funds, all risk is passed on the patreon site,  so this is the best way

  5. finally, someone who has done this plugin 💕

    Can we expect the patreon login function? for those members who do not have account at the forum but they have account on the patreon, to automatically create account and assign to the current group?

    your plugin is based on the APIv1 or API v2?

×
×
  • Create New...