For the no toolbar:
Open up :
modules/slideshow/view.php
search for:
<IMG name="SLIDESIMG" src="" border="0"
style="'.$setting_filter.'" alt="Slideshow image">
replace with:
<IMG name="SLIDESIMG" src="" border="0" toolbar="no"
style="'.$setting_filter.'" alt="Slideshow image">
Is in the upper bit of the script
For the sections not showing: compatibilty issue between mods <26x and 26x
the oldies use
$module_type = 'page';
the new use
$module_function = 'page';
Open up modules/slideshow/info.php
add
$module_function = 'page';
to it
reload the addons (wb261 only, admin-settings-advancedsettings, bottom of screen)
John
PS, Am waiting to see if there are more bugs, features etc, then I will implement them and release it as stable.
Can't take long .....
