1
Hello,
I'm trying to mix some custom html along with the news module.
For example let's say I have created 2 News Topics, Dogs and Cats. I then post a few news items in each of them.
Now I want to be able to click a menu link called Dogs and display Both my custom Dog HTML along with ALL of the news items just for Dogs such as ( modules/news/index.php?storytopic=1 )
Then I want to be able to click a menu link called Cats and display both my custom Cat HTML along with ALL of the news items just for Catss such as ( modules/news/index.php?storytopic=2 ) etc, etc..
I already use Multimenu to define the custom links and I have made Custom Blocks containing my custom HTML and this works fine but how do I get the News item data from
http://www.mydogcatnews.com/modules/news/index.php?storytopic=1 to diplay above my custom block in the Center?
I have tried using iframe with
http://www.mydogcatnews.com/modules/news/index.php?storytopic=1 but this puts the entire site in the frame and I just want the news itself.
I would like to have something like the following, either in 2 seperate blocks or together in the same block:
=====================
-------
Block 1
-------
DogNews Item1 here
DogNews Item2 here
DogNews Item3 here
-------
Block 2
-------
Custom Dog HTML here
=====================
I'm currently using XOOPS 2.0.9.2 and News 1.1.
Any ideas would be greatly appreciated.
Thanks,
Cear