Joomgallery button content tag

  • Is there a way that the joomla button generates a html without "joomplu:1" tags but just with the actual content like the source url?



    Code
    <a href="joomplu:1 type=orig"><img class="jg_photo" src="index.php?option=com_joomgallery&amp;view=image&amp;format=raw&amp;id=1&amp;type=img" alt="joomplu:1" /></a>


    I tried to see if could do something by myself by looking in view.raw.php, joombu.php, joomplu.php files but it is a bit to complex for me. Idea was to add a parameter option in button plugin where you could change this behavior.

    Dirtiest what that i tried was changing onContentPrepare to onContentBeforeSave. :P


    The reason why i tried this is because acymailing decided to not to call onContentPrepare in there new version(7.x) anymore. :cursing:

    And i did not see why only the src url is generated but the 'href' and 'alt' not.