1
Alright... here's the thing.
On my site, I want specific blocks to appear in different sections.....
For instance, I have one section in which I want to show on category of news, and at the same time make a specific navigation block appear once you enter that section of the website
Unfortunately, when I go into the news category configuration and make a category as a sub-menu, it doesn't appear selectable in the blocks setup.. only 'All Module Pages' and so on is selectable.. not that news category.
So, to get around this I was hoping that I could have made a content page with tiny content or something, and then simply do an include... but.. since I'm not a coder, I probably did something wrong.
What I did was that I made a new empty page with tinycontent, and then added the following:
include XOOPS_ROOT_PATH."modules/news/index.php?storytopic=4";
?>
But, when I then test the page, all I get in a blank frame that doesn't display anything.
Can someone help me with this?