Hi Soni, The showbox value is implemented via a javascript jQuery plugin (showbox.js) which is included with the Standard Templating Kit (STK). The script is in that module under resources/templating-kit/js/plugins/showbox.js - or you can find it in admincentral in the Resources app.
Most interesting for you is that the script is activated in the init-behaviour.js javascript which is part of the theme, this is where the rel="showbox" behaviour is specified. In the Resources app see "themes/pop/js/init-behaviour" file. If you require 100% valid HTML then you can remove the rel tag from the link as you mentioned - (in the imageGallery.ftl file (in STK)). If you want the image gallery functionality you would also need to change the init-behaviour.js to use something else in the html element instead of the rel attribute, such as a made up class name. (ie 'showbox-enabled). Hope this helps, Topher -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=5f0c6e54-248d-412a-a8e3-e552250a6a50 ---------------------------------------------------------------- For list details, see http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
