![]() |
Update - Version 1.3:
|
1 Attachment(s)
Hello Mark,
How do you add a separator between the names? As you can see (attached image), the two texts are barred and it doesn't look good: |
You can add CSS to the delimiters (separators)...try something like:
Code:
margin-right: 0.25em; |
1 Attachment(s)
Quote:
The barrier remains above the separator(screen 1): How to get the not-bold separators (like a Boofo's Legend; screen 2)??? |
If you want the separator to not be bold, then add the delimiter CSS:
Code:
font-weight: normal; |
1 Attachment(s)
Thanks Mark,
Do you know from what it could depends? |
Try adding this to your delimiter CSS:
Code:
text-decoration: none; |
Quote:
I think I've found the problem with Google inspecting: <span style="font-weight: bold; color: #2c221e; text-decoration: line-through;" <="" span=""><span style="font-size: 102%; margin-right: 0.5em; font-weight: normal; color: #000000; text-decoration: none;">|</span>Utenti Bannati </span> These spaces directly insert your product, prolong the barred character. How do you remove them? |
If I understand correctly, it looks like something in your usergroup HTML markup...check that out. :)
|
Quote:
$usergroup_list .= '<div style="display: inline-block; padding-left: 0">' . $vbulletin->usergroupcache[$id_arr[0]]['opentag'] . '<span style="font-size: ' . $vbulletin->options['markfl_usergroup_legend_delimitsize'] . '%; ' . $vbulletin->options['markfl_usergroup_legend_delimcss'] . '">' . $delimiter . '</span>' . $uname . $vbulletin->usergroupcache[$id_arr[0]]['closetag'] . ' </div>'; What is the name of the template of your product? |
1 Attachment(s)
Ok Mark, I removed "& nbsp; & nbsp" and I overwritten the product, now it's ok.
There is only a small segment in the separator (attached) If you know how remove this, let me know :) |
Look in this product's plugin titled "Display Usergroup Legend in WGO" and locate the line:
Code:
$usergroup_list .= '<div style="display: inline-block; padding-left: 0">' . $vbulletin->usergroupcache[$id_arr[0]]['opentag'] . '<span style="font-size: ' . $vbulletin->options['markfl_usergroup_legend_delimitsize'] . '%; ' . $vbulletin->options['markfl_usergroup_legend_delimcss'] . '">' . $delimiter . '</span>' . $uname . $vbulletin->usergroupcache[$id_arr[0]]['closetag'] . ' </div>'; |
Working on 4.2.5 and PHP 7.1.3.
Thanks for this mod. |
All times are GMT. The time now is 01:02 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|