Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
function generate_slideshow_js() {
global $config;
$output = '';
if($GLOBALS['plogger_level'] == 'album' && $GLOBALS['plogger_mode'] == 'slideshow') {
// output the link to the slideshow javascript
$output = "\n\t" . '<script type="text/javascript" src="'.$config['gallery_url'].'plog-includes/js/plog-slideshow.js"></script>' . "\n";
}
return $output;
}
Posted By: sidtheduck
You can always hack it yourself as well.
Posted By: sidtheduckAlso, you seem to know your SEO and what you would like to get out of Plogger. You should shoot me an email sometime (sidtheduck SPLAT gmail DOT com) with your ideas or list them on the board (I know you've done some here and there, but it would be nice to have them all in one spot) and we developers can start looking into your ideas as well (or you can create patches of your own code and post them to Trac tickets for use to review and commit). We've even already started working on some of the ideas you had (meta keyword and description tags, etc.) in the current codebase. We're always trying to make Plogger more usable and customizable for users while still keeping it simple to use.
Posted By: dimePosted By: sidtheduck
You can always hack it yourself as well.
Yes, but I wanted that to be included in release.
1 to 6 of 6