vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Glowing Usernames in postbit (https://vborg.vbsupport.ru/showthread.php?t=61942)

Merjawy 06-02-2004 06:09 PM

Quote:

Originally Posted by SmEdD
Have any of you looked at the usergroup options? Take a look and you maybe suprised you can enter the code THERE!

:) yep yep

Prince 06-04-2004 02:42 AM

no it doesn't.

Malacia 06-08-2004 03:44 PM

Quote:

Originally Posted by Prince
no it doesn't.

Cant seem to get this hack to work. I have followed the instructions excactly. I am using vB 3.0.1. Anyone know how to get it to work with this?

kikosho 06-24-2004 11:06 AM

Quote:

Originally Posted by Souli
:tired:
in vb3 you do not need to hack the functions_showthread.php

use conditions directly in the templates postbit

eg:
HTML Code:

<if condition="$post['usergroupid'] == 6">
<table style="filter:glow(color=red, strength=6)"><tr><td><font class="bigusername" color="white"><b>$post[username]</b></font></td></tr></table>
<else />
$post[musername]
</if>

and after it create two new custum-userfields and give the users an option to selelct the two colors ;)

eg:
HTML Code:

<if condition="$post['usergroupid'] == 6">
<table style="filter:glow(color=$bbuserinfo['field29'], strength=6)"><tr><td><font class="bigusername" color="$bbuserinfo['field30']"><b>$post[username]</b></font></td></tr></table>
<else />
$post[musername]
</if>

$bbuserinfo['field29'] and $bbuserinfo['field30'] are my fieldnumbers


Where exactly do you post these two new additions in the postbit?

Raptor 07-17-2004 02:17 PM

you dont need to hack anything

admin panel > usergroups > usergroup manager

edit the usergroup you want to change

username html markup there are two boxes

this is what I add....

1st box

Code:

<b><table style="filter:glow(color=orange, strength=6)">
2nd box

Code:

</table></b>
erm thats it guys ;) (using vb 3.03)

94DROPTOPZ 07-17-2004 02:51 PM

Quote:

Originally Posted by Raptor
you dont need to hack anything

admin panel > usergroups > usergroup manager

edit the usergroup you want to change

username html markup there are two boxes

this is what I add....

1st box

Code:

<b><table style="filter:glow(color=orange, strength=6)">
2nd box

Code:

</table></b>
erm thats it guys ;) (using vb 3.03)

Thank you very much, this is what I was looking for... :nervous:

94DROPTOPZ 07-17-2004 10:38 PM

I did this and now it messes up my "Who's online"...

It double stacks the glowing usernames

M?uschen 12-19-2004 12:10 PM

Quote:

Originally Posted by 94DROPTOPZ
I did this and now it messes up my "Who's online"...

It double stacks the glowing usernames


I have the same problem. Can anyone help? :(

M?uschen.

Carnage 01-17-2005 09:07 AM

can't you just use the usergroup html markup options?


All times are GMT. The time now is 05:42 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.03957 seconds
  • Memory Usage 1,737KB
  • 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
  • (4)bbcode_code_printable
  • (2)bbcode_html_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete