vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   how to pute a line on banner user name ? (https://vborg.vbsupport.ru/showthread.php?t=293144)

scorpss 12-20-2012 01:55 PM

how to pute a line on banner user name ?
 
hello bros ,

i'd like to know the code to add to create a line on the username banned member .

thanks alot

Stefan118 12-20-2012 03:19 PM

In the settings of the membergroup "Banned Users" You can add the <u> </u> tags

scorpss 12-20-2012 03:23 PM

euh nope , doesn't work :( , i want a line on the texte not at the bottom of the texte .. :(

final kaoss 12-20-2012 08:51 PM

in otherwords you want strikethrough tags. with that knowledge hit up google search.

scorpss 12-20-2012 09:01 PM

yes exactly but i dont find anything :( (bad on english) ...

Stefan118 12-20-2012 10:03 PM

That would be the <del> and </del> tags.

(google on strikethrough html)

scorpss 12-20-2012 10:04 PM

nope , didn't work ..

but i found the good one ^^ , this :

<strike> and </strike>

it work , thanks anyway ;)

Stefan118 12-20-2012 10:07 PM

<strike> is no longer used in html5.
It should be <del>

But however, if it works for you it is fine :)

metalguy639 12-20-2012 10:10 PM

Quote:

Originally Posted by scorpss (Post 2391943)
nope , didn't work ..

but i found the good one ^^ , this :

<strike> and </strike>

it work , thanks anyway ;)


It is also possible to use CSS in this area. So to make it a strike through the css for the first field would be...

Code:

<span style="text-decoration:line-through;">
and the second field would be...

Code:

</span>
Using css is a better idea if you also want to use a color with it as well as any other styling for the name of the member.

Lynne 12-21-2012 04:44 PM

The best thing to do is to use CSS. The strike tag is deprecated, the del tag is it's replacement if you want to use html instead of CSS.


All times are GMT. The time now is 07:18 PM.

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.01034 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
  • (2)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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