Many thanks for such a gr8 release.. I have been trialling this and it really makes my site very very professional.
Now, as one would, I have got two questions....
1. I had the older version of this, and can see that the new one is available. To upgrade, is it just a simple update, i.e.
Plugin System ==> Add/Import Product ==> {Point to the .xml file} and allow overwrite?
Will I have to modify the $navbar, $header etc templates as mentioned in the installation guide.
2.
I am trying to modify the "upload.gif" image to another one that i have used and calling it "upload_new.gif". I am making this change in the "gallery_display" template in the following place..
PHP Code:
<td class="smallfont">
<if condition="$show['newthreadlink']">
<a href="newthread.php?$session[sessionurl]do=newthread&f=$foruminfo[forumid]">
<img src="$stylevar[imgdir_button]/upload.gif" alt="$vbphrase[post_new_thread]" border="0" />
</a>
<else />
</if>
</td>
i.e. changing upload.gif in the above code to upload_new.gif. Saving the template , it still just picks up the upload.gif in the gallery. Is there anywhere else I need to make this change?
Thanks in advance for any replies.