2
Hi
with XOOPS we are talking Modules and blocks. Modules are the engines if you like that carry your content. Blocks are what you allocate to be viewable on a page.
So...to add content you need a content module that you make visable to registered (or anonymous) users through the blocks.
You can also allow or disallow your users to use the module.
Your content module should be one that lest you ad images from the image manager.
You can have modules that do different things. For example one that does a forum, one that stores downloads, one that holds photos...
The way each of them appears on a web page will depend on which blocks are visible, in what order and for which users.
I suggest you go through the docs thread below and get more information about how XOOPS works.