Welcome to Geeklog, Anonymous Thursday, December 26 2024 @ 09:15 am EST
Geeklog Forums
scrolling text along bottom of page question
Status: offline
geKow
Forum User
Full Member
Registered: 01/12/03
Posts: 445
Scrolling text in the status bar is pure evil (IMHO)
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
geKow
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
geKow
7
7
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
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++)
&#123;
b = blnk.substring(0,i);
wmsg="";
for (j=0; j<msg.length; j++) wmsg=wmsg+msg.charAt(j)+b;
&#125;
function wiper()
&#123;
if (stcnt > -1) str = wmsg[stcnt]; else str = wmsg[0];
if (stcnt-- < -40) stcnt=31;
status = str;
clearTimeout(timeID);
timeID = setTimeout("wiper()",100);
&#125;
wiper()
// -->
</script>
<---Other scripts or meta tags here
</head>
There are other scripts available from hotscripts.com
6
11
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
8
5
Quote
Status: offline
geKow
Forum User
Full Member
Registered: 01/12/03
Posts: 445
Quote by samstone:
geKow
That's a strong statement without support. ....
Sam
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
geKow
6
7
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
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.
7
7
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.
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.
7
4
Quote
All times are EST. The time is now 09:15 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