MyBB Community Forums

Full Version: StatusBar Loading
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Code:
Plugin Name : StatusBar Loading
Level : Easy
By��: aorgun
Sale : 1.x

Admin CP > Templates > Edit / Delete > Theme > Expand > Index Templates > index

Add to down (code) :
Code:
<SCRIPT language=VBScript>
<!--

Dim Bar, Line, SP
Bar = 0
Line = "|"
sP = 100

Function Window_onload()
Bar = 95
sP = 10
END Function

Function Count()
If Bar < 100 Then
Bar = Bar + 1
Window.Status = "Y�kleniyor: " & Bar & "%" & " " & String(Bar, Line)
setTimeout "Count()", SP
Else
Window.Status = "Loading end..."
Document.Body.Style.Display = ""
End If
End Function

Call Count()

-->
</SCRIPT>

[Image: 420a821a69.bmp]
aorgun Wrote:Caps : http://www.mybbturkiye.com/attachment.php?aid=140
i can't see the caps Confused
sorry, look it :
[Image: 420a821a69.bmp]
What is the point of this? The browser has a loading bar anyway...
This mod works in an Internet Explorer, Opera and Avants(vs, vs...Toungue)
Yes, but what is the point of it if the browser has a loading bar already...
I dont understand what do you mean, can you explain more clearly pls
Every browser has a "status bar" which shows how much of the page has loaded, so your modification is pointless.
Yes u are right !
But there is different alternative
But then its not really a mod (or a plugin) for MyBB...
Pages: 1 2