Jump to content

Adriano Faria

Clients
  • Posts

    31,560
  • 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. Forums automatically prevent consecutive replies within a few seconds but I don’t think this time is configurable.

    If you don’t want the same member to post consecutively, regardless of the time, you will need a custom application.

  2. I see what you mean. Yep, every "top" tab belongs to an app (Core and Nexus by default, if you have it installed).

    Anyway, you better rethink this as it won't be possible to use hooks in v5 and I don't believe they will allow us to add blocks to core apps.

    Anyway, only when Beta 1 is out to be sure.

  3. 8 minutes ago, Gouzi said:

    I setup this test item to test the member shop feature, this item cost 5k point now this id got 10k point, but after purchase this id  member point still no deduct, I've check all the setting but no missout anythings

     

    Could contain: Page, Text, FileCould contain: File, Webpage, Text

    If you have a key for the purchase of Members Shop (I don’t see any in your name), redeem it to get support: https://www.sosinvision.com.br/index.php?/announcement/11-ips-marketplace-keys/

    https://invisioncommunity.com/marketplace/previous-purchases/

  4. 13 minutes ago, Convergent Trading said:

    For others wondering about this....

    In order to create a hook for the Admin member profile "main" screen, you create a new Extension for "MemberACPProfileBlocks"

    Then you need to add a hook to add your Extension to the page. I did that by adding a hook for.. \IPS\core\extensions\core\MemberACPProfileTabs\Main and adding to the "left" or "Main" column arrays to include my new extension class.

    Hook?

    You set the position of your block in the MemberACPProfileTabs extension:

    	public function leftColumnBlocks()
    	{
    	}
    
    	public function mainColumnBlocks()
    	{
    	}

    The blocks itself go in the  MemberACPProfileBlocks extension.

    Take a look in \IPS\core\extensions\core\MemberACPProfileTabs\Main and \IPS\core\extensions\core\MemberACPProfileBlocks\ProfileData, for example.

  5. 17 minutes ago, LemonGrenade said:

    but without the marketplace hooked up in admin now and no notifications of updates, I wouldn't know where it could be from. Plus all devs are spread on sites around the internet now, which makes it so much harder when things like this occur and looking for updates.

    You can find the devs at https://invisioncommunity.com/third-party/providers-directory/

    Their site is available in their profile. 

×
×
  • Create New...