Welcome to Geeklog, Anonymous Wednesday, May 08 2024 @ 04:26 am EDT

Geeklog Forums

scrolling text along bottom of page question


Status: offline

jackknyc

Forum User
Regular Poster
Registered: 12/08/03
Posts: 88
http://www.yost-isitt.com/

Is it possible to do something like this with GL? Where would I put the code?
Thanks,
Jack K
 Quote

Status: offline

geKow

Forum User
Full Member
Registered: 01/12/03
Posts: 445
Scrolling text in the status bar is pure evil (IMHO) Evil

It has nothing to do with geeklog. You would need a kind of script (javascript, I think) and follow it's instruction. I assume the script goes into the side header, if that is right, you need to change your 'layout/my_theme/header.thtml'

But you better think about it once again Confused

geKow
 Quote

Status: offline

casper

Forum User
Full Member
Registered: 02/11/04
Posts: 142
Location:Skien, Norway
If you look in the source of that site, you find the script you need.
But, as gekow says, think about it.. Wink
 Quote

ironmax

Anonymous
Quote by jackknyc: http://www.yost-isitt.com/

Is it possible to do something like this with GL? Where would I put the code?
Thanks,
Jack K


Are you refering to the status bar at the bottom of the browser? You may try this for a plain message:
/layout/theme/header.thtml file

<html>
<head>
<script language=JavaScript>
<!--

msg = "Your message!!!!";

timeID = 10;
stcnt = 16;
wmsg = new Array(33);
wmsg[0]=msg;
blnk = " ";
for (i=1; i<32; i++)
{
b = blnk.substring(0,i);
wmsg="";
for (j=0; j<msg.length; j++) wmsg=wmsg+msg.charAt(j)+b;
}

function wiper()
{
if (stcnt > -1) str = wmsg[stcnt]; else str = wmsg[0];
if (stcnt-- < -40) stcnt=31;
status = str;
clearTimeout(timeID);
timeID = setTimeout("wiper()",100);
}

wiper()
// -->
</script>
<---Other scripts or meta tags here
</head>

There are other scripts available from hotscripts.com
 Quote

Status: offline

samstone

Forum User
Full Member
Registered: 09/29/02
Posts: 820
Scrolling text in the status bar is pure evil (IMHO)


geKow

That's a strong statement without support. I am just curious what's evil about it. I don't use it but thought about using it sometimes, so if there is any inappropriateness about it, I want to know.

Sam
 Quote

Status: offline

geKow

Forum User
Full Member
Registered: 01/12/03
Posts: 445
Quote by samstone:
Scrolling text in the status bar is pure evil (IMHO)


geKow

That's a strong statement without support. ....

Sam


Well... it wasn't without support. At least I pointed at javascript and the header.thtml. I won't expect a detailed explanation about such a non geeklog theme here neither.

I simply think that scrolling text in the STATUSbar is a misuse, otherwise it would be called "extra bar for annoying textmessages". I prefer to see a hyperlinkadress of a hovered link there or statusthings like that. That's simpy it and I know I'm not alone Wink

geKow
 Quote

Status: offline

Turias

Forum User
Full Member
Registered: 10/20/03
Posts: 807
Quote by samstone:geKow

That's a strong statement without support. I am just curious what's evil about it. I don't use it but thought about using it sometimes, so if there is any inappropriateness about it, I want to know.

Sam


I agree with gekow on this. I always use the status bar to see where links will take me. I find it very annoying when I can no longer do this because a site has decided to hijack the status bar from my browser.
 Quote

ironmax

Anonymous
Quote by Turias:
I agree with gekow on this. I always use the status bar to see where links will take me. I find it very annoying when I can no longer do this because a site has decided to hijack the status bar from my browser.


Your right, we should be able to see where we are going to. Just because a link says something, doesn't mean it actually is. I finally took my script out after reading thru this and decided, you guys are right, why give the visitor more of a headache.
 Quote

All times are EDT. The time is now 04:26 am.

  • Normal Topic
  • Sticky Topic
  • Locked Topic
  • New Post
  • Sticky Topic W/ New Post
  • Locked Topic W/ New Post
  •  View Anonymous Posts
  •  Able to post
  •  Filtered HTML Allowed
  •  Censored Content