Hi,
Joomla! 1.5.23, latest version of EasyBlog downloaded today.
I've got the main menu link which is created by EasyBlog when it installs active, however the module which shows the latest posts is not respecting the ItemID - hence when someone clicks on it they get a load of stuff appear which shouldn't.
Any suggestions? The URL being created is as follows
[code:3c94m792]
index.php?option=com_easyblog&view=entry&id=2
[/code:3c94m792]
and I believe it should be (in my case)
[code:3c94m792]
index.php?option=com_easyblog&view=entry&id=2&Itemid=130
[/code:3c94m792]
Ruth
Joomla! 1.5.23, latest version of EasyBlog downloaded today.
I've got the main menu link which is created by EasyBlog when it installs active, however the module which shows the latest posts is not respecting the ItemID - hence when someone clicks on it they get a load of stuff appear which shouldn't.
Any suggestions? The URL being created is as follows
[code:3c94m792]
index.php?option=com_easyblog&view=entry&id=2
[/code:3c94m792]
and I believe it should be (in my case)
[code:3c94m792]
index.php?option=com_easyblog&view=entry&id=2&Itemid=130
[/code:3c94m792]
Ruth