The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
I've done a search but can't seem to find what I'm looking for? Perhaps it's because I'm not sure what I should be looking for!
![]() It's a simple forum home mod that shows a counter of how long your forum has been online. I've seen it on a couple of vb forums and would like to have it on mine. Thanks
|
|
#2
|
|||
|
|||
|
When you say online do you mean since it was installed or since it last went down/crashed?
|
|
#3
|
||||
|
||||
|
Try This In Your Body Section
Code:
<html>
<head>
<title>Test Site</title>
<meta name="generator" content="Namo WebEditor v6.0">
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<CENTER>
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<TABLE border=2 cellspacing=0 cellpadding=3>
<TR><TD bgcolor="#000044">
<FONT color="#4400ff" face=georgia,arial size=+1>
<CENTER>
<SCRIPT LANGUAGE="JavaScript">
<!--
document.write(document.title);
//-->
</SCRIPT>
</TD></TR>
<TR><TD bgcolor="#440000">
<FONT size=-1 color="#ff0000" face="trebuchet MS","arial">
<FONT color="#ff8800">Page Created:</font>
<!-- Put the page creation date, here. -->
October 5, 2005
<BR>
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function getCookieVal (offset) {
var endstr = document.cookie.indexOf (";", offset);
if (endstr == -1)
endstr = document.cookie.length;
return unescape(document.cookie.substring(offset, endstr));
}
function GetCookie (name) {
var arg = name + "=";
var alen = arg.length;
var clen = document.cookie.length;
var i = 0;
while (i < clen) {
var j = i + alen;
if (document.cookie.substring(i, j) == arg)
return getCookieVal (j);
i = document.cookie.indexOf(" ", i) + 1;
if (i == 0) break;
}
return null;
}
function SetCookie (name, value) {
var argv = SetCookie.arguments;
var argc = SetCookie.arguments.length;
var expires = (argc > 2) ? argv[2] : null;
var path = (argc > 3) ? argv[3] : null;
var domain = (argc > 4) ? argv[4] : null;
var secure = (argc > 5) ? argv[5] : false;
document.cookie = name + "=" + escape (value) +
((expires == null) ? "" : ("; expires=" + expires.toGMTString())) +
((path == null) ? "" : ("; path=" + path)) +
((domain == null) ? "" : ("; domain=" + domain)) +
((secure == true) ? "; secure" : "");
}
function DeleteCookie(name) {
var exp = new Date();
FixCookieDate (exp);
exp.setTime (exp.getTime() - 1);
var cval = GetCookie (name);
if (cval != null)
document.cookie = name + "=" + cval + "; expires=" + exp.toGMTString();
}
var cookie_date=new Date(document.lastModified);
var expdate = new Date();
expdate.setTime(expdate.getTime()+(5*24*60*60*1000));
document.write("<Font color=ff8800>" + "Last updated: "+ "</font>" +document.lastModified);
document.write("");
if (!(cookie_date == GetCookie("cookie_date"))){
SetCookie("cookie_date",cookie_date,expdate);
document.write("<font color='yellow'><br>Site has changed since last visit!</font><br>");
}
// End -->
</SCRIPT>
</FONT>
</TD></TR>
</TABLE>
</CENTER>
<!-- Script Size: 2.64 KB -->
</body>
</html>
|
|
#4
|
||||
|
||||
|
As the data is kinda static:
Why not just put it is as "Online since xx/xx/xxxx"? |
|
#6
|
|||
|
|||
|
that works ok, but it doesn't look so great when you get to over a year.
|
|
#7
|
|||
|
|||
|
Lol, no true but my forum is new and has only been online for approx 6 weeks
|
|
#8
|
|||
|
|||
|
I'll see if I can improve the code I've got at all to take into account months and years, and release it sometime in the next few days.
|
|
#9
|
|||
|
|||
|
Thanks for the code Feckie (it does work) but it's most definately not what I was looking for! Look at the link to the forum and you will see what I mean. It's at the bottom of the page
![]() Thanks peterska, I love all of your mods!
|
|
#10
|
||||
|
||||
|
That's a javascript mod that I had on my old vb 3.0 site that I haven't added to the new site. I'll hunt it down and get it released somehow.
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|