vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   uCash & uShop (https://vborg.vbsupport.ru/forumdisplay.php?f=100)
-   -   Making Username Glow work in the member's profile (https://vborg.vbsupport.ru/showthread.php?t=83323)

angelicGrace 06-18-2005 04:46 AM

Making Username Glow work in the member's profile
 
How would I make the username glow show not just in the postbit, but also in their member profile?

Zachery 06-18-2005 03:55 PM

hm... should be a matter of copying the right bit of template edits into the member profile.

I'll see what I can do.

angelicGrace 06-18-2005 07:26 PM

Thank you very much Zachery. :)

Link14716 06-18-2005 10:29 PM

In MEMBERINFO, try changing this:
HTML Code:

<div style="font-size:18pt">$userinfo[musername]</div>
to this:
HTML Code:

<if condition="$post['uttstore_glow']"><div id="postmenu_$post[postid]" style="font-size:18pt; width:100%; filter:Glow(color=$post[uttstore_glow], strength=5);"><else /><div style="font-size:18pt">$userinfo[musername]</div></if>

angelicGrace 06-18-2005 11:21 PM

coolness. thanks Link14716.

Zachery 06-19-2005 03:28 AM

Quote:

Originally Posted by Link14716
In MEMBERINFO, try changing this:
HTML Code:

<div style="font-size:18pt">$userinfo[musername]</div>
to this:
HTML Code:

<if condition="$post['uttstore_glow']"><div id="postmenu_$post[postid]" style="font-size:18pt; width:100%; filter:Glow(color=$post[uttstore_glow], strength=5);"><else /><div style="font-size:18pt">$userinfo[musername]</div></if>

thank you matthew :p


All times are GMT. The time now is 12:21 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.01141 seconds
  • Memory Usage 1,721KB
  • 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_html_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)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