Jump to content

DSystem

Clients
  • Posts

    362
  • 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 DSystem

  1. Perfect !!! kiss.gif

    My script before:

    {{if request.app == 'forums' and request.module == 'forums' and request.do != 'add' and !isset(\IPS\Output::i()->hiddenElements['nbenhadverts_club_id'])}}
        {{$forumId = 0; try { $topic = \IPS\forums\Topic::loadAndCheckPerms( \IPS\Request::i()->id ); $forumId = $topic->forum_id; } catch( \Exception $e ) {};}}
    {{if !in_array($forumId, array(26,10))}}1{{endif}}{{endif}}

     

    Current Script:

    {{if \IPS\Output::i()->hiddenElements['nbenhadverts_node_class'] == 'IPS\forums\Forum' and request.do != 'add' and !isset(\IPS\Output::i()->hiddenElements['nbenhadverts_club_id']) and !in_array(\IPS\Output::i()->hiddenElements['nbenhadverts_node_id'], array(26,10))}}1{{endif}}

     

  2. 20 minutes ago, newbie LAC said:

    Show advert on all pages except clubs

    
    {{if !isset(\IPS\Output::i()->hiddenElements['nbenhadverts_club_id'])}}
        This advert doesn't display in clubs
    {{endif}}

     

    Worked like a charm. 😎

    Would not it be nice to have nbenhadverts_forum_id too?

    It would be simpler and I believe that faster too.

  3. I found a bug

    When the administrator edits a private response. The response's author is changed to the administrator.

    Suggestion for improvement:

    When you have selected an answer ready to be placed in the post. Let it be added to typed and unsubscribed text as it currently is.

    It would look better, so we could use several ready-made answers in the same post.

     

  4. 7 minutes ago, steadyoptions said:

    So your plugin doesn't work with previous releases of IPS?

    The old version should work for you (plugin)

    That's why it's important for developers to tell the markplace with which version their apps are compatible

  5. I bought it to support the development. I believe it could be the way to improve the sending of IPS emails

    It would be nice if the application does not limit password recovery, account activation, and e-commerce receipts emails.

  6. Hello! I had the same error as @liquidfractal Unfortunately I could not figure out what was breaking everything here.

    After triggering IPS support I got this response.

    Quote

    Hello,

    The issue with Moderator Actions and Replying to topics is caused by a Javascript error/conflict with the third party application called "Linkfavicon." Please contact the author of this application for further assistance.

    Thanks,
    Jim M.

     

×
×
  • Create New...