Previous Thread
Next Thread
Print Thread
Rate Thread
Page 1 of 2 1 2
#37324 04/22/2000 9:34 AM
Joined: Feb 2000
Posts: 24
Member
Member
Offline
Joined: Feb 2000
Posts: 24
heck i`m so bored... so i thought i just post what i did to my board today... i change the usernames to glowing usernames... cal thought me what part of the code to change..

find

$thisline[2]

change it to

$thisline[2]



color - the glowing color
strenght - how strong the glow

i bet this is known already... but as i said i`m bored, and i must post...

Sponsored Links
#37325 04/22/2000 9:37 AM
Joined: Feb 1999
Posts: 1,379
cal Offline
Programmer
Programmer
Offline
Joined: Feb 1999
Posts: 1,379
PS. This wont have any affect on netscape.

infact, it would be better to replace TABLE with SPAN.

Just a thought [Linked Image]

#37326 04/22/2000 12:54 PM
Joined: Feb 2000
Posts: 24
Member
Member
Offline
Joined: Feb 2000
Posts: 24
yeah what he said [Linked Image]

#37327 04/22/2000 6:18 PM
Joined: Mar 2000
Posts: 305
Member
Member
Offline
Joined: Mar 2000
Posts: 305
damn man, my users love this. and it's so simple.

#37328 04/22/2000 6:46 PM
Joined: Aug 2000
Posts: 3,590
Moderator
Moderator
Offline
Joined: Aug 2000
Posts: 3,590
post link for example [Linked Image]

Sponsored Links
#37329 04/22/2000 7:00 PM
Joined: Jan 2000
Posts: 395
Member
Member
Offline
Joined: Jan 2000
Posts: 395
What file or files need to be changed, and should both refs to "table" be changed to "span"?

#37330 04/22/2000 7:35 PM
Joined: Aug 2000
Posts: 3,590
Moderator
Moderator
Offline
Joined: Aug 2000
Posts: 3,590
Pretty cool hack. So simple yet very effective. Not sure if I will be doing it for my board but cool nonetheless.

I still want the hack that allows stars to popup for user ranks and would like to have the ability for ME to set the users rank if I want to and for the admins to have different color stars then the other users.

Where can I get the latest code for this to be done? Anyone?

Fred

#37331 04/22/2000 7:47 PM
Joined: Mar 2000
Posts: 344
Member
Member
Offline
Joined: Mar 2000
Posts: 344
Hey there. [Linked Image] This sounds pretty cool, but:

'what i did on my board today'

Could you post your board so I can have a look? [Linked Image]

...and lastly, what file does this code go in? Does it attach to who's online, or to every occurance of the user's name in posts?

Thanks man. [Linked Image]

------------------
Administrator
Alien Soup Forums
http://www.aliensoup.com/cgi-bin/forums/Ultimate.cgi


Administrator / WTF.com / IWantMy80s.com
http://www.wtf.com
http://www.iwantmy80s.com
#37332 04/22/2000 8:42 PM
Joined: Jun 2000
Posts: 59
Member
Member
Offline
Joined: Jun 2000
Posts: 59
Quote
quote:
This goes in ubb_library2.pl....


I do not offer support by EMail or ICQ, please post your question at UBBDev....
#37333 04/22/2000 11:24 PM
Joined: Feb 2000
Posts: 24
Member
Member
Offline
Joined: Feb 2000
Posts: 24
yeah guess i forgot that little detail, its in ubb_library2.pl

and your majesty, you can use the star rank hack..

EDIT : the to my board to my board Silverhawk`s message board

Sponsored Links
#37334 04/22/2000 11:32 PM
Joined: Aug 2000
Posts: 3,590
Moderator
Moderator
Offline
Joined: Aug 2000
Posts: 3,590
You need to update threads, [Linked Image] took me about 5 minutes to find a forum with that example and i must say its sweet! this will most likley be an addition to my UBB, thanks.

#37335 04/22/2000 11:35 PM
Joined: Feb 2000
Posts: 24
Member
Member
Offline
Joined: Feb 2000
Posts: 24
you are welcomed, the hack was so simple and i thought everyone knew about it already, shows how much i know

#37336 04/23/2000 2:56 AM
Joined: Feb 2000
Posts: 20
Junior Member
Junior Member
Offline
Joined: Feb 2000
Posts: 20
nice little hack [Linked Image]

I added your hack but I change from glow to shadow cuz shadow looks good than glow heheh

#37337 04/23/2000 7:08 AM
Joined: Jan 2000
Posts: 170
Member
Member
Offline
Joined: Jan 2000
Posts: 170
I'm probably not gonna use it, but nice hack anyway

#37338 04/23/2000 11:26 AM
Joined: Mar 2000
Posts: 445
Member
Member
Offline
Joined: Mar 2000
Posts: 445
Great hack.lemme try this thing.....

#37339 04/23/2000 5:50 PM
Joined: Mar 2000
Posts: 305
Member
Member
Offline
Joined: Mar 2000
Posts: 305
yes, it's a wicked hack. My users just love it.

is there a way to make it glow different for every user?

#37340 04/24/2000 10:32 AM
Joined: Feb 2000
Posts: 24
Member
Member
Offline
Joined: Feb 2000
Posts: 24
i think its possible i`m not sure, i`ll try..

meanwhile, you try this.. u know the custom user status?

if ($thisline[2] eq "UserName") {
$ThisStatus = "Status"

can html be placed inside here??

#37341 04/24/2000 11:05 AM
Joined: Mar 2000
Posts: 445
Member
Member
Offline
Joined: Mar 2000
Posts: 445
What would make this hack even better if you could only make the authorized users glow...
Making the junior members something to look forward too.
Or you can change the glow for Admins, Mods, and Members.....
That's possible right?

#37342 04/24/2000 11:22 AM
Joined: Feb 1999
Posts: 1,379
cal Offline
Programmer
Programmer
Offline
Joined: Feb 1999
Posts: 1,379
Dawg911 - yes

Silverhawk - change it to $ThisStatus = qq(Status); then you can add HTML

Pyros - very possible

Just a thought [Linked Image]

#37343 04/25/2000 4:21 AM
Joined: Feb 2000
Posts: 24
Member
Member
Offline
Joined: Feb 2000
Posts: 24
leave it to cal to answer most of the questions tipsy

btw cal, $This status = qq(status) refers to the rank right??? i was wondering wether it would be possible to add html in the $Thisline[2] part

#37344 04/25/2000 4:59 AM
Joined: Feb 1999
Posts: 1,379
cal Offline
Programmer
Programmer
Offline
Joined: Feb 1999
Posts: 1,379
you could do something like this :
Code
code:

Just a thought [Linked Image]

#37345 04/25/2000 2:25 PM
Joined: Jan 2000
Posts: 26
Member
Member
Offline
Joined: Jan 2000
Posts: 26
Very very simple to do.
In ubblibrary2.pl simply find this:
Code
code:
UNDER that simply paste this code:
Code
code:
Do that for each of the other three instances (Moderator, Member, and just under the } else {) that you want to have a glow (maybe specifying a different color or something for each one).
Then find this line
Code
code:
And REPLACE that with:
Code
code:
That gives you different glows for each level of user classification.

#37346 04/25/2000 2:34 PM
Joined: Feb 1999
Posts: 1,379
cal Offline
Programmer
Programmer
Offline
Joined: Feb 1999
Posts: 1,379
Replace with for compatability

Just a thought [Linked Image]
#37347 04/25/2000 6:55 PM
Joined: Jan 2000
Posts: 26
Member
Member
Offline
Joined: Jan 2000
Posts: 26
True Cal, I overlooked that, although NS is a piece of crap anyhow so why support it? [Linked Image] lol j/k

#37348 04/26/2000 3:37 AM
Joined: Feb 1999
Posts: 1,379
cal Offline
Programmer
Programmer
Offline
Joined: Feb 1999
Posts: 1,379
I completely agree, but for some reason lots of people use it.

Just a thought [Linked Image]

#37349 04/26/2000 7:28 AM
Joined: Jan 2000
Posts: 26
Member
Member
Offline
Joined: Jan 2000
Posts: 26
Cal, feel free to move this post if you like because it's not really on the topic, but why do you think people still insist on using Netscape products when MSIE is so much more widely supported? Just looking for an opinion here. I mean I guess some people like the feel of it or whatever, but the limitations it seems to have (at least prior to the version 6, I haven't tried that one) seem to far outweight what some people might have as a preference to the interface?

#37350 04/26/2000 7:42 AM
Joined: Feb 2000
Posts: 24
Member
Member
Offline
Joined: Feb 2000
Posts: 24
thanks people [Linked Image] [Linked Image]

i think those people who use netscape don`t like microsoft...

#37351 04/26/2000 8:46 AM
Joined: Mar 2000
Posts: 4
Junior Member
Junior Member
Offline
Joined: Mar 2000
Posts: 4
Recently I've been less than impressed with NS's product. IE seems to load faster and render this quicker and more accurately.

However, IE 5.5(WIN) was a kick in the side. It was much slower than previous releases. Also, MS seems determined to mess around with standards. If they don't use W3C standards, the life of a web designer is going to be complete hell (even more than it is now).

I've seen NS 6, and I'm fairly pleased with it. Although the default skin is ugly, it ca be changed. Looks don't necessarily mean the product works great. NS 6's new rendering engine Gecko seems to work really great tho (fully compliant with W3C standards too!)

for more info on gecko and why IE5.5 (WIN) is EVIL check out:

http://www.alistapart.com/stories/gecko/index.html
and
http://www.webstandards.org/

-MC_Mouse

#37352 04/26/2000 10:29 AM
Joined: Feb 1999
Posts: 1,379
cal Offline
Programmer
Programmer
Offline
Joined: Feb 1999
Posts: 1,379
5.5 is slow as hell, but at least it doesn't crash when it sees perfectly fine HTML (reference to the NS table & form bug).

NS 6 is slow as you like and the rendering engine is still very filckery when resizing.

I personally can't understand why people use NS. Accept if they use Macs, but that's a different story.

Just a thought [Linked Image]

#37353 04/26/2000 11:12 AM
Joined: Jun 2000
Posts: 9
Junior Member
Junior Member
Offline
Joined: Jun 2000
Posts: 9
Just wanna say that IE 5.5 loads just as quickly as 5.0 if you don't use an upgrade, I'm useing 5,5 integrated in Windows ME Beta
and it seems to work great for me.. [Linked Image]
BTW, if we still look at the topic I still wonder why the power of the glow does not be different even if I change the value for it, and how do I change the colour of the text inside the glow ?

#37354 06/11/2000 4:59 AM
Joined: Jun 2000
Posts: 3
Junior Member
Junior Member
Offline
Joined: Jun 2000
Posts: 3
I'd like to point out that if you decide to use RangerRob's instructions above, then you MUST add the indicated line after all FOUR status types. I thought that if I didn't want to have my Junior Members glowing, I could just leave the line out. But testing it I saw that all of the JM's names had been replaced by member names. I couldn't tell if there was a pattern as to which JM name got replaced with which member name, but nevertheless the fact remains that it did happen to me (5.45c). So add it to all four! hehe

------------------
If it's not broken, you're not trying hard enough.
-JJR512
JJR512.com

#37355 06/11/2000 5:08 AM
Joined: Jun 2000
Posts: 3
Junior Member
Junior Member
Offline
Joined: Jun 2000
Posts: 3
I should probably add that if you DON'T want Junior Members or any particular group to not glow, you should remove everything from inside the opening TABLE tags. I tried setting the strength to zero but to me it looked the same as 1, and anything higher than that, too me, looked to blurry.

------------------
If it's not broken, you're not trying hard enough.
-JJR512
JJR512.com

#37356 06/11/2000 5:13 AM
Joined: Jun 2000
Posts: 3
Junior Member
Junior Member
Offline
Joined: Jun 2000
Posts: 3
Another note. I tried substituting SPAN for TABLE, but the end result in IE was no effect (no glowing). I didn't even bother to see what it looked like in NS, one way or the other, because my stats show 83% of my visitors are using IE5, and most of the rest are IE4.

------------------
If it's not broken, you're not trying hard enough.
-JJR512
JJR512.com

#37357 06/15/2000 8:42 PM
Joined: Jun 2000
Posts: 2
Junior Member
Junior Member
Offline
Joined: Jun 2000
Posts: 2
FRIGGIN AWESOME!!!

------------------

#37358 06/15/2000 9:27 PM
Joined: May 2000
Posts: 12
Junior Member
Junior Member
Offline
Joined: May 2000
Posts: 12
where can i see an example?

------------------

#37359 06/15/2000 11:32 PM
Joined: Jun 2000
Posts: 2
Junior Member
Junior Member
Offline
Joined: Jun 2000
Posts: 2
www.demonboard.com/cgi-bin/Ultimate.cgi

I used shadow instead of glow..it fit better with the layout.

------------------

#37360 06/16/2000 3:48 AM
Joined: Jun 2000
Posts: 2
Junior Member
Junior Member
Offline
Joined: Jun 2000
Posts: 2
here Is what I did, ok to change the inside color of glowing text, just simple find out the b4 you add the line and change it to what you want

my question is that the value of strength does anything? cos I try to put 1, 500, and even deleted the strength="#5", it stills work the same, so......anyone know/

------------------
#37361 06/16/2000 4:13 AM
Joined: Jun 2000
Posts: 1
Junior Member
Junior Member
Offline
Joined: Jun 2000
Posts: 1
I'd just like to say you are all forgetting one thing that is VERY wrong with internet explorer, if it see's a certain bit of java script it writes to a file, i have seen scripts that install trojans onto your computer, crash your computer etc... This bug has been around since about IE3 and it is still there and Microsoft do not fix it, i still use IE, but it is very unsafe... [Linked Image]

------------------

#37362 10/04/2000 7:31 PM
Joined: Oct 2000
Posts: 1
Junior Member
Junior Member
Offline
Joined: Oct 2000
Posts: 1
I can't seem to get this glowing thing to work....

Done everything as it has been posted....

I edited the code, replaced the lines... and nothing...
http://www.visualparadigms.com http://www.visualparadigms.com/cgi-bin/Ultimage.cgi

Please help! [Linked Image]

#37363 10/08/2000 10:46 PM
Joined: Sep 2000
Posts: 58
Member
Member
Offline
Joined: Sep 2000
Posts: 58
Ok..here's mine, now how would I get it so that i can assign a glow color to a single member?
Code
code:


This message has been edited by Subzero on October 08, 2000 at 10:48 PM


Love life, feel life,,be life.
Page 1 of 2 1 2

Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
Nettomo
Nettomo
Germany, Bremen
Posts: 417
Joined: November 2001
Forum Statistics
Forums63
Topics37,573
Posts293,925
Members13,849
Most Online5,166
Sep 15th, 2019
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,833
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2024 VNC Web Services