Jump to content

Mike_

Members
  • 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 Mike_

  1. Hi, Adriano!

    Could you please check following issue:

    Option "create topic" in category settings is set to ON.

    Advert created, topic created, everything is OK here.

    Then I delete topic and try to view related advert. HTTP error 500 occurs.

    PHP Fatal error:  Call to a member function url() on null in .../system/Theme/Theme.php(760) : eval()'d code on line 3796, referer: http://sitename.com/classifieds/

    IPS version is 4.1.17.1

    Thank you in advance.

  2. Hello!

    I'd like to insert adverts into following places:

    1. After categories id=5 and id=6 on index page

    2. Before the last post in topics excluding categories id=15 and id=14.

    Could you please provide a code?

    Thanks in advace!

  3. 5 hours ago, newbie LAC said:

    Change 

    
    {{if !in_array($forumId, array(9))}}

    to

    
    {{if in_array($forumId, array(110, 111))}}

     

    Thanks,

    but I think there is a missunderstanding.

    I need to execute my code when a user opens any topic inside forums 110 and 110.

    But your example mentioned above is about list of topics inside forums, I guess...

     

    Oh, very sorry, I was wrong.

    Everything is OK now :^)

    Thanks a lot FY app and support!

    Regards,

    Mike

     

×
×
  • Create New...