Jump to content

Caez77

Clients
  • Posts

    25
  • 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 Caez77

  1. Hello @Adriano Faria, i have a problem with Membersshop 

    I'm using the last IPS version and php 8 

    When membersshop is enable, Reaction does not work and i have an error on my board logs :

    TypeError: in_array(): Argument #2 ($haystack) must be of type array, null given (0)
    #0 /www/init.php(903) : eval()'d code(129): in_array()
    #1 /www/system/Content/Controller.php(2241): IPS\Content\membersshop_hook_ReactHook->_react()
     

    With php7.4 i have not this error. 
    I think the problem was with my old version of membersshop but i have the same error after upgrade.

  2. Hello,

    I have a bug with the Bulk PM application. I have tested it in 4.1.16 and 4.1.17

    When the application is enable, the URL filtering does not work

    For the moment i'm in blacklist mode, i haven't tested in whitelist.

     

     

  3. Thank you for your greats mod.

    I have some suggestions.

    It's possible to add an option for permitting the note view to the member who is viewing his profil  ?

    For the moment i've just edited one file, but i don't know if it's secure :

           public function showTab()

            {

                    if ( \IPS\Member::loggedIn()->group['g_viewnotes'] )

                    {

                            return TRUE;

                    }

                    else

                    {

                            if(\IPS\Member::loggedIn()->member_id == $this->member->member_id)

                            {

                                    return TRUE;

                            }

                    }

     

                    return FALSE;

            }

    I'm using the Warn Logs Hooks to

    it will be great if it's possible to add notes and logs with the  warn system and send PM to the user. (With only publics informations ) 

     

    Thank you

     

×
×
  • Create New...