Hello, If I enable more than one News Show Pro GK4 module in the same page I get this error:

Oops! An error just happened...
There was an error processing your request. Sorry about the trouble!
Please use the menu to navigate to other pages of the site, or perform a search to find what you are looking for!
0: array_replace(): Argument #1 ($array) must be of type array, string given

No problem with only one instance of the module enabled. It's a J! 4.3.4 + with Php 8.2.9 + mysql 5.7.32-35-log site and 3.4.3 module version.

    saguaros
    thanks for reply. Yes I can but it doesn't give me the very simple layout I need

    I tried but the basic layout ignores a lot of settings (for example if I don't want to show the intro or full text, it show anyway).

      theant1 You can add simple css rule to hide it:

      .nspMain .nspArt p.nspText {
          display: none;
      }
      Write a Reply...
      You need to Login to view replies.