I have 4 custom modules published to user 7,8,9,10, and would like their titles to be clickable (with my own custom link)... Anyone know how to do this?
If you want to create your module title as a link under Joomla 1.5:
1. Turn off the module title.
2. Enter custom text area and click on the html button.
3. Paste this code in and modify to suit your needs.
<div><h3><a name="Community Forums" href="index.php?option=com_fireboard" title="Community Forums">Community Forums</a></h3>Enter here to browse our community forums.</div>