Back to vBulletin 3.7 Template Modifications

Upload Pic Progress Notification
Mod Version: 1.00, by christian8a

This modification is in the archives.
vB Version: 3.7.0 Beta 6 Rating: (4 votes - 4.50 average) Installs: 42
Released: 17 Mar 2008 Last Update: Never Downloads: 7
Not Supported Template Edits Additional Files  

This small modification at least lets members know their pictures are uploading.

Very easy to install or edit.

Open (album_picture_upload) Template

1- Find:

Code:
</head>
2- Above that add:

Code:
<script language="JavaScript">
function render(t) {
	document.getElementById(t).style.display="";
}
</script>
3- On the same template find:

Code:
<input type="submit" class="button" value="$vbphrase[upload_pictures]" accesskey="s" tabindex="1" />
	</div>
5- Replace with:

Code:
<input type="submit" class="button" value="$vbphrase[upload_pictures]" accesskey="s" tabindex="1" onClick="render('progress')" />
	</div>
<div align="center" style="display:none;" id="progress">Upload in progress, Please wait... &nbsp;<img src="/images/misc/13x13progress.gif" border="0"></div>
Of course I have a .png arrow image pointing up that is not animated, since on php a .gif file will not play while uploading.

That gives you the idea

Screenshot attached

Download

No files for download.

Screenshots

Click image for larger version
Name:	screenshot_upload.JPG
Views:	1851
Size:	27.4 KB
ID:	77353  


vblts.ru supports vBulletin®, 2022-2024