1
I want to put a block on my site that is like the latest forum messages block, but shows titles of and links to the latest content on my site across ALL modules something like this:
le="color: #000000"><?php Forum This was the last message posted News Something happened today Forum Aonther forum message Comment Re. Something happened a while ago Links Official XOOPS Website Comment Re. Something happened a while ago
The block would need to use its own queries to extract the data; doing this for the 'standard' modules would be relatively easy and a plugin process similar to the SiteMap module could be used to extend this.
Has something like this already been done?