0

Suppose that I define position special_position_to_be_in_an_article's_intro.

I put two types (a Newsflash, and a Latest News) of modules in the that position.

I've entered the line {loadposition special_position_to_be_in_an_article} in an article's intro.

Latest News is shown in the article's intro, but how should I make the Newsflash visible too?

TylerH
  • 20,799
  • 66
  • 75
  • 101
Mohammad Naji
  • 5,372
  • 10
  • 54
  • 79

1 Answers1

0

You can just create a second custom module position, for example custom_position2, and then do {loadposition custom_position2} straight after the first one.

George Wilson
  • 5,595
  • 5
  • 29
  • 42
  • Thank you. I haven't tested it yet, but I will answer if I needed to do that job (because somethings change in my project) – Mohammad Naji Aug 13 '12 at 05:36