vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   Glowing Staff Usernames in Posts: 2.2.1 Working Version (https://vborg.vbsupport.ru/showthread.php?t=34319)

Warlord 01-20-2002 10:00 PM

I want to make it clear that I did not write this hack, but it was in the requests forum and with a little tweaking Palmer of Shinra and I have adapted this to work on 2.2.1...

Credits due to everyone who has put in comments and helped out with the beginnings of this hack.

DelusionalMind 01-21-2002 04:17 AM

nice :)

will be installing it now and will post a screenshot when done :)

DelusionalMind 01-21-2002 04:22 AM

Code:

Parse error: parse error in /home/teencrib/public_html/admin/functions.php on line 66

Fatal error: Call to undefined function: getuserinfo() in /home/teencrib/public_html/admin/sessions.php on line 108

i get taht after installing

bleh

Jawelin 01-21-2002 01:53 PM

Fine, tanks.

Just a silly (HTML) question:
how could I change the foreground color of the text within the oultine ? I have black on gray as colors and glowin names in blue arent readable.
Is there any way to make them white glowin blue, for example (only outlined text, of course...)

Thanks a lot

Shenlong 01-21-2002 02:55 PM

it sure works, just 1 problem:

i have the shrink post and the little https://vborg.vbsupport.ru/ thing on my forums, and its showing it as the

[-]
Spawn (glowing succesfully)
https://vborg.vbsupport.ru/

how can i take out the <BR>s?

TheComputerGuy 01-21-2002 03:47 PM

<a href="http://www.allforums.net/forum/showthread.php?postid=205#post205" target="_blank">Test Post</a>

Well I got something similar, but notice all that space between the usertitle and such....can anything be done about it?

Bioderm 01-21-2002 06:12 PM

try using <*nobr*> and <*/nobr*> around it i think that makes it so theres o line break.

Bioderm 01-21-2002 06:15 PM

Quote:

Originally posted by Jawelin
Fine, tanks.

Just a silly (HTML) question:
how could I change the foreground color of the text within the oultine ? I have black on gray as colors and glowin names in blue arent readable.
Is there any way to make them white glowin blue, for example (only outlined text, of course...)

Thanks a lot

<table style=\"filter:glow(color=orange, strength=8)\"><tr><td><font size='-1' color='white'>

look for these lines theres three of them see the (color=orange,strenght=8) change that to whatever color you want on all 3 of them.differnt colors each.

TheComputerGuy 01-21-2002 07:28 PM

Quote:

Originally posted by Bioderm
try using <*nobr*> and <*/nobr*> around it i think that makes it so theres o line break.

Where should this be placed? In the postbit?

TheComputerGuy 01-21-2002 09:17 PM

I got it working all ood now, Thanks for the wonderful hack....Everyone Glows

Members glow Yellow, Super Mods Orange, and Admin Red...

I like it

Bioderm 01-22-2002 08:06 PM

around the user name and the image you want to keep on the same line.

okrogius 01-22-2002 09:57 PM

Is there any way to get the usernames highlighted in the forum threadslist too? ;)

Warlord 01-22-2002 11:36 PM

I'm sure there is.. I'll look into it...

Jawelin 01-25-2002 12:33 PM

Quote:

Originally posted by Bioderm


<table style=\"filter:glow(color=orange, strength=8)\"><tr><td><font size='-1' color='white'>

look for these lines theres three of them see the (color=orange,strenght=8) change that to whatever color you want on all 3 of them.differnt colors each.

Thanks a lot. Tried myself but forgot opening td & tr .... So the font color didn't affect the foreground of cells...
;)

Bye

NoFixxxer 02-06-2002 09:56 PM

This Hack looks great, but I tried to install it, and there appears to be a problem with the "Functions.php" file.

When I apply the hack, and try to go to the forums, I get a 0 Byte file load, and I can't get in.

Any ideas what I may be doing wrong? Thanks in advance.

Shadowwalker 02-13-2002 07:44 AM

I like it, but would this be better, on the users online list, instead of normal, bold, and iltalics(sp), ya?

Tim Wheatley 02-13-2002 10:01 AM

Thanks :) I've modified the html in func to just show red text instead of glowing. Also removed the table and mine shows on the same line. Looks good, thanks.

http://forum.racesimcentral.com/show...ost&forumid=14

winston 02-18-2002 05:21 PM

get this error with the [php] tag in admin/ functions.php code

<b>Parse error</b>: parse error in <b>/home/www/scgdirect/bbs/admin/functions.php</b> on line <b>64</b><br>
<br>
<b>Fatal error</b>: Call to undefined function: getuserinfo() in <b>/home/www/scgdirect/bbs/admin/sessions.php</b> on line <b>323</b><br>

when i remove the [php] tag the error goes away but i get this instead of a glowing username. Array [specialusername]

Airwolfe 02-21-2002 03:10 AM

Man, I've tried this thing 3 times and it doesn't work for me. Any reason why it might not work? Peace.

Airwolfe :china:

Rapclick 02-24-2002 04:23 AM

Quote:

Parse error: parse error, expecting `']'' in /home/rapclick/www/vb/admin/functions.php(277) : eval()'d code on line 9

please help me, i am running 2.2.2, i even tried taking th hack out but the error still shows, i even uploaded fresh files and reinstalled my hacks.... what could have happend.... ????

Rapclick 02-24-2002 05:19 AM

never mind i fixed the problem

ForKmaN 03-02-2002 10:39 AM

I have this problem!
http://www.gb-mod.net/forkman/glowprob.jpg

There is a space there and I dont want it!

Here is what the postbit template looks like around that area:

PHP Code:

<td bgcolor="$post[backcolor]width="175" valign="top" nowrap>
    <
a name="post$post[postid]"></a>
    
$post[firstnewinsert]
    <
normalfont><b>$post[specialusername]</b></normalfont><br>
    <
smallfont>$post[usertitle]</smallfont><br>
    
$post[avatar]<p>
    <
smallfont>Registered$post[joindate]<br>
    
Location$post[field2]<br


ForKmaN 03-02-2002 10:42 AM

Oh and this is the normal with no glow:

http://www.gb-mod.net/forkman/normal.jpg

I want it to look like this but with a glow..no big gaps..

ForKmaN 03-03-2002 12:40 AM

*bump*

I need help somebody!

Max M 03-19-2002 12:23 AM

Quote:

Originally posted by DelusionalMind
Code:

Parse error: parse error in /home/teencrib/public_html/admin/functions.php on line 66

Fatal error: Call to undefined function: getuserinfo() in /home/teencrib/public_html/admin/sessions.php on line 108

i get taht after installing

bleh

I'm having that problem as well. :dead:

ZiRu$ 03-19-2002 01:27 AM

sounds like a great idea but with everyones problems i dont think i wanna test it out on 2.2.4

pic16f84 03-21-2002 04:56 PM

Working fine for me vb 2.2.4

ScottyWolfX 06-30-2002 03:57 PM

Quote:

Originally posted by Max M


I'm having that problem as well. :dead:

Raven: Same here =/

wolfe 07-05-2002 05:36 PM

I've done this ( I had an error too )
It says :
Quote:

#And add this below it:#
########################


[php]// begin glowing admin
$post[specialusername] = $post[username]; ....
Just delete
Quote:

[php]
Now it works to me :)

greetz

wolfe 07-22-2002 01:17 AM

no its not working i just updated to VBB 2.2.4 and now no name is showing up :( whats up with it

Warlord 10-30-2002 12:01 AM

Sorry guys, the parse error was the [php] code I edited the attachment to fix it...

N00BIE 02-12-2003 09:46 PM

hmmm don't work on 2.2.9 never mind i'll wait for the update =]

the code all goes in fine but all my usernames disappear =]

spaceb 02-13-2003 07:46 AM

ye same problem in v2.2.7 all my usernames disappear
can anyone update this hack to work with thoose versions??

Jakor Sevel 10-26-2003 10:08 PM

Thanx so much.. i tried other username glows but it always gave me trouble.. this went smoothly..

but i hope you dont mind that i added stuff to it so that registered member glowed green.

zyad 01-15-2004 11:33 PM

just added the hack to


http://www.homeoftheleafs.com

works great :)

[H]Dazz 03-13-2004 02:40 PM

Is there a working one of these for 2.2.9?


All times are GMT. The time now is 02:46 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01254 seconds
  • Memory Usage 1,793KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)bbcode_php_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (36)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete