Quote:
Originally Posted by inciarco
I Confirm a Bug on this Mod when Trying to Edit the First Post of the Thread that Contains the SlideShow, (on vB384)  :
I Hope Data Decides to Come Back and Provide a Solution for this Bug.
For Now is Not Possible to Install this on my Forums because this is a Critic Error, (Not Being Able to Edit a Post/Thread).
My Best Regards and Hopes for the Author to Come Back.

|
The Problem is on the Plugin "
Slide Show - Reload Page After Quick Edit".
You should remove the "
this->" on the "
this->$post['postid']" and the Plugin Code should be like this:
Code:
if (!empty($threadinfo['slideshowid']) AND ($post['postid'] == $threadinfo['firstpostid'])){
eval('$headinclude .= "' . fetch_template('slideshow_reloadpage') . '";');
}
And for the Image Sizes (width and height), they can be set on the "epidiascope.js" file on "clientscript -> slideshow".
the options are "maxWidth" and "maxHeight", (there is another "minWidth" that I don't yet know what it is for).
My Best Regards.