vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   I Finally Did Something ! Specific User Title Tweek (https://vborg.vbsupport.ru/showthread.php?t=154831)

DieselMinded 08-10-2007 05:20 AM

I Finally Did Something ! Specific User Title Tweek
 
1 Attachment(s)
I have 3 Admin , And each Ranked as Admin with

Admin? (Alt 0185)
Admin? (Alt 0178)
Admin? (Alt 0179)

Of Course Im the Owner & Establisher (Many Owners Are Not The Establisher)

In the AdminCP Side of the User Profile (User Options Via There Profile) Go To

User Title
Code:

<span style="color:#000000;"><img src="test.png"</img> <b> Admin? </b> </span>
With test.png Being an Image on your Root Directory

Configure Custom User Title to : Admin Set HTML Allowed

Attached Is My 3rd Ranked Admin's Display

DM

clark05 08-10-2007 01:41 PM

Your image tag is wrong. It should be
Code:

<img src="test.png" />

ZomgStuff 08-11-2007 12:19 AM

Quote:

Originally Posted by clark05 (Post 1314444)
Your image tag is wrong. It should be
Code:

<img src="test.png" />


Or just
Code:

<img src="test.png">
.

Either works.

nexialys 08-11-2007 01:41 AM

if you want to be XHTML/HTML strict compliant (what everybody wants) forget about ZomgStuff's advice...

<img src="" /> is the only compliant tag here...

and to make it more compliant, you can do that:

HTML Code:

<img src="test.png" /> <span style="font-weight: bold; color: #000;">Admin?</span>

Dismounted 08-12-2007 11:14 AM

Quote:

Originally Posted by nexialys (Post 1314923)
if you want to be XHTML/HTML strict compliant (what everybody wants) forget about ZomgStuff's advice...

<img src="" /> is the only compliant tag here...

and to make it more compliant, you can do that:

HTML Code:

<img src="test.png" /> <span style="font-weight: bold; color: #000;">Admin?</span>

If you want to be XHTML/HTML strict compliant (what everybody wants) forget the first part of nexialys' advice... ;)

The correct way to form an image tag is:
Code:

<img src="" alt="" />

DieselMinded 08-12-2007 06:33 PM

Or Else What?

Dismounted 08-13-2007 06:13 AM

Or else W3C Validation complains. Although I don't really care about having everything "W3C Validated".


All times are GMT. The time now is 01:17 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.01135 seconds
  • Memory Usage 1,726KB
  • 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
  • (5)bbcode_code_printable
  • (2)bbcode_html_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)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