2012-06-13, 03:07:25
mvlcek Wrote:shawn_a Wrote:Is there a way to do essentially a type=none ?
I don't want any javascript inserted, just a gallery output as a list that my theme can take care of itself.
No there isn't because the HTML structure and attributes needed for Javascript galleries vary.
But you can create a new gallery type none like described here and copy/adjust the (non-javascript related) code of function i18n_gallery_none_content from e.g. plugin_fancybox.php. The other functions i18n_gallery_none_edit and i18n_gallery_none_header can stay empty.
Thanks!