[SC] Your Content in Visitor Panel

[SC] Your Content in Visitor Panel 2.0.0

No permission to download

GERINO

Well-known member
GERINO submitted a new resource:

[SC] Your Content in Visitor Panel - Allow you to add some links under the visitor panel

Hello,

Today I share with you an add-on made by @SyTry to allow you to add some links under the visitor panel !
Originally created by @BassMan :​
Screen :
View attachment 190155

You can change the links via the options :
View attachment 190156

You can...​

Read more about this resource...
 
Thats a nice little touch. I would like to see a hover description, to advise members what the links will show.
Thanks
 
Hello @SyTry
Looking to set specific background color for an item only.
I can see there is an option for global background.
How can i so this ?
Thanks
 
@SyTry

Great plugin...

This is my setup:

1607706863298.webp

We don't see any badge when new messages, alerts.

1607707061004.webp

Can you share the code for adding this?

Thx
 

Attachments

  • 1607706943485.webp
    1607706943485.webp
    288 bytes · Views: 3
@SyTry
Is there a specific reason why the icons are always used in solid weight using via proprietary HTML like
HTML:
<i class="cpIconFA fa fa-{{ property('sc_ycivp_icon_one') }}"></i>
instead of using standard XenForo templater function <xf:fa>?

If not I'd suggest to use standard code like
Code:
<xf:fa icon="fa-ambulance cpIconFA" />

This way the icon will use the weight configured for the style.
 
@SyTry
Is there a specific reason why the icons are always used in solid weight using via proprietary HTML like
HTML:
<i class="cpIconFA fa fa-{{ property('sc_ycivp_icon_one') }}"></i>
instead of using standard XenForo templater function <xf:fa>?

If not I'd suggest to use standard code like
Code:
<xf:fa icon="fa-ambulance cpIconFA" />

This way the icon will use the weight configured for the style.
Hello, not really. I need to update the add-on ^^

Regards, SyTry
 
Top Bottom