Jump to content

Custom No Permission Error


DawPi

Recommended Posts

Done by:

        foreach( \IPS\Db::i()->select( '*', 'forums_forums', 'parent_id <> -1', 'id ASC' ) as $forum )
        {
            if ( ! \IPS\Member::loggedIn()->language()->checkKeyExists( "forums_forum_{$forum['id']}_permerror" ) )
            {
                \IPS\Lang::saveCustom( 'forums', "forums_forum_{$forum['id']}_permerror", "" );
            }
        }

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...