Hi,
a start of a new topic that started to develop just somewhere else and got off topic there.
So here s the last entry from that other thread:
markoj:
QUOTE
I don’t know if it was Doze that did Gallery for Revo. I have been sticking to Evo because of the early stages of Gallery and lack of front end editing like Quick Manager.
Exactly though, get it so I don’t have to hard code anything. The maxigallery snippet is awesome for that.
I have an idea for how to do it... and I have NO idea at the same time.
Lines 646 - 649 of maxigallery.class.inc.php
CODE:
//smoothgallery scripts
$smoothgallery_css_link = ’<link rel="stylesheet" href="’ . $modx->config[’base_url’] . MAXIGALLERY_PATH . ’smoothgallery/css/jd.gallery.css" type="text/css" media="screen" />’;
$smoothgallery_script_link1 = $modx->config[’base_url’] . MAXIGALLERY_PATH . ’smoothgallery/js/mootools.js’;
$smoothgallery_script_link2 = $modx->config[’base_url’] . MAXIGALLERY_PATH . ’smoothgallery/js/jd.gallery.js’;
copy and paste this and then modify it to the appropriate "other" java gallery ... ?
Looking through more files, I see that this kind of thing would have to be done in quite a few places.
um.... anyone out there some hints?