[Release - Gamma] Psuedo-progress bar for uploading attachments
This modification is in the archives.
Firstly I would like to apologize to Kier for ripping the progress.gif file off his site...but I searched and searched and searched and could find NOTHING to use for it, so there it is. Make your own if you can.
Anyway this is a pseudo-progress bar for when you are uploading attachments, to show that something is happening. Real easy, edit one template then upload the attached gif file and it works a treat. In the newattachment template, right above </head>, place this code: Code:
<script language="JavaScript"> function render(t) { document.getElementById(t).style.display=""; } </script> Code:
<td align="$stylevar[right]"><input type="submit" class="button" name="upload" value="$vbphrase[upload]" style="width:70px" /></td> Code:
<td align="$stylevar[right]"><input type="submit" class="button" name="upload" value="$vbphrase[upload]" style="width:70px" onClick="render('progress')" /></td> Code:
</table> </fieldset> Code:
</table> <div align="center" style="display:none;" id="progress"><img src="progress.gif" border="0"></div> </fieldset> Edit: Instructions are now also in an attached text file, the progress.gif file you need is also attached. Download This modification is archived and cannot be downloaded. Screenshots
|
Similar Mods
[Release] - [Gamma] - 2 language sets for vb3 gamma | vBulletin 3.0 Template Modifications |
[release] - [Gamma] -Top Poster on ForumHome! | vBulletin 3.0 Template Modifications |
[release] Progress bar in newreply | vBulletin 2.x Template Modifications |