P1X3LPU5H3R
Support for this product gets 5 stars alone! Dev is on top of the forum if you run into any problems.
Can not wait for future versions and features!
I knew it must be a coding error, so with my limited knowledge of php I started to look for extra spaces. I got to helper.php and found the culprit.
if your having the same problem
look around line 17 in helper.php for:
[code]
$miscinfo->text = $params->get('advancedbefore').'{'.$params->get('plugin').' '.$params->get('command').'}'.$params->get('advancedafter');
[/code]
and then delete the exrta space between the '' like so:
[code]
$miscinfo->text = $params->get('advancedbefore').'{'.$params->get('plugin').''.$params->get('command').'}'.$params->get('advancedafter');
[/code]
Everything was cake after that.
Sorry I was full of work in the last time, I've now solved the little bug!
Thanks!
Photostreams Sets and Galleries have now been included in the pro version of the module along with three different layout types: thumbnail list, slideshow and cooliris©



