PDA

View Full Version : vBPicGallery vBulletin Extension Change List


Greg
10-02-2005, 02:07 PM
Revision 6

Updated vbpicgallery.php to fix issues with transparent png watermark images.
Upload vbpicgallery.php to apply fixes to existing installs.


Revision 5

Updated vbpicgallery.php to fix issues with various versions of mysql.
Updated install_vbpg435.php so templates show on first run of install.
Upload vbpicgallery.php to apply fixes to existing installs.


Revision 4

Edit Template: vbpicgallery_hallbit
Locate: $halls[desc1]
Change to: $halls[desc1] $halls[desc2] $halls[desc3]
Install 2 ACP Phrases:
varname = setting_vbpgmaxheight_title
text = Maximum Image Height
languageid = 0
phrasetypeid = 5000

varname = setting_vbpgmaxheight_desc
text = This sets the maximum height in pixels of an image. (Default=400)
languageid = 0
phrasetypeid = 5000
Upload new vbpicgallery.php to apply fixes to existing installs.


Revision 3

Edit Template: vbpicgallery_listgallery
Locate: <td class="thead" align="center">Created</td>
Change to:

<td class="thead" align="center">
Created &nbsp;
<a href="$sorturl&amp;order=$oppositesort&amp;sort=$sortfield&amp;perpa ge=$perpage&amp;page=$pagenumber">
<img class="inlineimg" src="$stylevar[imgdir_button]/sort$oppositesort.gif" alt="$vbphrase[reverse_sort_order]" border="0" />
</a>
</td>


Upload new vbpicgallery.php to apply fixes to existing installs.
NOTE: vB is putting spacing in the php above. "&amp;perpa ge" should read "&amp;perpage".


Revision 2

Edit Template: vbpicgallery_mainbit
Locate: $data[desc]
Change to: $description
Upload new vbpicgallery.php to apply fixes to existing installs.

Revision 1

Initial Release