Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #11  
Old 03-07-2014, 02:42 AM
Checkmate MK8 Checkmate MK8 is offline
 
Join Date: Mar 2014
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I tried that and it looks correct until you save it and then it reverts to the numerical code.
Reply With Quote
  #12  
Old 03-07-2014, 02:46 AM
ozzy47's Avatar
ozzy47 ozzy47 is offline
 
Join Date: Jul 2009
Location: USA
Posts: 10,929
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Try it while viewing your profile in the About Me tab, there should be a pencil icon next to the filed to edit it.
Reply With Quote
  #13  
Old 03-07-2014, 02:49 AM
ForceHSS ForceHSS is offline
 
Join Date: Apr 2008
Posts: 6,357
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

And did you change (Replace Red XX with the profile field number) in the code.
Reply With Quote
  #14  
Old 03-07-2014, 02:49 AM
Checkmate MK8 Checkmate MK8 is offline
 
Join Date: Mar 2014
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I tried that also.

I copy/pasted this - ★

When I clicked Update, it turned to this - &#9733

--------------- Added [DATE]1394164228[/DATE] at [TIME]1394164228[/TIME] ---------------

Quote:
Originally Posted by ForceHSS View Post
And did you change (Replace Red XX with the profile field number) in the code
Yes, the clan tag shows up fine on the forum, members just can't use ALT characters.
Reply With Quote
  #15  
Old 03-07-2014, 02:50 AM
ozzy47's Avatar
ozzy47 ozzy47 is offline
 
Join Date: Jul 2009
Location: USA
Posts: 10,929
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Strange, doing it that way it works on the vBulletin default profile fields.
Reply With Quote
  #16  
Old 03-07-2014, 02:53 AM
ForceHSS ForceHSS is offline
 
Join Date: Apr 2008
Posts: 6,357
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Pm me will have a look at it for you

--------------- Added [DATE]1394165802[/DATE] at [TIME]1394165802[/TIME] ---------------

tested this on my test site works as it should

--------------- Added [DATE]1394166617[/DATE] at [TIME]1394166617[/TIME] ---------------

https://vborg.vbsupport.ru/showpost....4&postcount=17
Reply With Quote
  #17  
Old 03-07-2014, 05:29 AM
Simon Lloyd's Avatar
Simon Lloyd Simon Lloyd is offline
 
Join Date: Aug 2008
Location: Manchester
Posts: 3,481
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Does this happen if you try to apply the same in all browsers?

Also what font sets is your forum set to use?
Reply With Quote
  #18  
Old 03-07-2014, 02:17 PM
Checkmate MK8 Checkmate MK8 is offline
 
Join Date: Mar 2014
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Simon Lloyd View Post
Does this happen if you try to apply the same in all browsers?

Also what font sets is your forum set to use?
So far it happens in Chrome, Safari and Firefox.

Here is my editor_contents.css file.

Code:
body,
body.content {
	font: {vb:stylevar content_msg_font};
	color: {vb:stylevar editor_text_color};
	background:{vb:stylevar editor_background};
	margin:0px;
	padding:8px;
}

body.forum {
	font: {vb:stylevar postbit_font};
}

html {
	/* #3658: [IE6] Editor document has horizontal scrollbar on long lines
	To prevent this misbehavior, we show the scrollbar always */
	_overflow-y: scroll;
	cursor:text;
}

img:-moz-broken {
	-moz-force-broken-image-icon : 1;
	width : 24px;
	height : 24px;
}

img, input, textarea {
	cursor: default;
}

img.previewthumb {
	max-width:{vb:stylevar attachment_image_thumbnail_max};
	max-height:{vb:stylevar attachment_image_thumbnail_max};
	height:auto !important;
	width:auto !important;
	margin:1px;
}

img.previewthumb:hover {
	opacity:.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	cursor: pointer;
}

img.size_thumbnail {
	max-height:{vb:stylevar attachment_image_thumbnail_max};
	max-width:{vb:stylevar attachment_image_thumbnail_max};
}

img.size_medium {
	max-height:{vb:stylevar attachment_image_medium_max};
	max-width:{vb:stylevar attachment_image_medium_max};
}

img.size_large {
	max-height:{vb:stylevar attachment_image_large_max};
	max-width:{vb:stylevar attachment_image_large_max};
}

img.size_fullsize {
	max-width:100%;
	max-height:100%;
	overflow:hidden;
}

img.align_left {
	float:left; /* dont use stylevar for this */
	margin: 1em;
	margin-left: 0;
}

img.align_center {
	margin: 0 auto;
	display:block;
}

img.align_right {
	float:right; /* dont use stylevar for this */
	margin: 1em;
	margin-right: 0;
}

/* Table tag */
table {
	width: auto;
}
table.wysiwyg_dashes {
	border-collapse: collapse;
}

th.wysiwyg_dashes_th,
td.wysiwyg_dashes_td {
	border: {vb:stylevar editor_wysiwyg_table_border};
	padding: 3px;
}

th.cms_table_grid_th, 
th.wysiwyg_cms_table_grid_th,
td.cms_table_grid_td,
td.wysiwyg_cms_table_grid_td {
	border: {vb:stylevar bbcode_table_border};
}

table.cms_table_outer_border,
table.wysiwyg_cms_table_outer_border {
	border-collapse: collapse;
	border: {vb:stylevar bbcode_table_border};
}

th.cms_table_th,
th.cms_table_outer_border_th,
td.cms_table_td,
td.cms_table_outer_border_td {
	border:none;
}

/* paragraph tag */
p {
	margin: 0px;
	padding: 0px;
}

/* preview break tag */
hr.previewbreak {
    background-color:red !important;
    border:medium none !important;
    color:red !important;
    height:6px !important;
}

/* pagebreak tag */
h3.wysiwyg_pagebreak {
	border: 1px dashed #cccccc;
	border-top: 3px double black;
	padding: 4px;
}

ol.upper-roman > li {
	list-style:upper-roman outside;
}

ol.lower-roman > li {
	list-style:lower-roman outside;
}

ol.upper-alpha > li {
	list-style:upper-alpha outside;
}

ol.lower-alpha > li {
	list-style:lower-alpha outside;
}

ul, ol, dl {
	margin: 0 40px;
	padding: 0;
}
Reply With Quote
  #19  
Old 03-27-2014, 04:47 AM
Checkmate MK8 Checkmate MK8 is offline
 
Join Date: Mar 2014
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Bump. Any ideas how to correct this issue?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:23 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.05626 seconds
  • Memory Usage 2,247KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (1)bbcode_code
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (9)post_thanks_box
  • (9)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (9)post_thanks_postbit_info
  • (9)postbit
  • (9)postbit_onlinestatus
  • (9)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete