XenForo Rainbow User Titles (Super Smooth Animation)

AynaZ

Supervisor
  • Thread starter
  • Admin
  • #1
  • With this guide, you can have fully smooth animated user titles in your forum, and maybe sell them with forum credits or with real money.
  • با استفاده از این راهنمایی عناوین کاربری رنگین کمانی را به راحتی اعمال کنید

  • Copy the related code and paste it into your extra.less template.
  • extra.less : گذاشتن کدهای فوق در
CSS:
.randcl{
    color: gold;
    background-image: -webkit-linear-gradient(92deg, #f35626, #feab3a);
    -webkit-background-clip: text;
    -webkit-animation: randclanim 2s infinite linear;

    font-weight: bold;

}

@keyframes randclanim{
   from {
      -webkit-filter: hue-rotate(0deg);
    }

    to {
      -webkit-filter: hue-rotate(360deg);
    }
}

  • After then, XF2 Add-on - HTML Usertitles download and install this addon to your forum.
  • نصب افزونه فوق در بخش افزونه ها

  • Later then, edit your profile in admincp.
  • ویرایش نمایه گروه های کاربری در داشبرد
  • Make sure you do it like that, and then change "Rainbow Animation!!" text to whatever you want.
  • لطفا تمام مراحل رو دقیق انجام بدید عناوین رو ویرایش کرده و از حالت رنگین کمانی لذت ببرید
 

99Refu

Loyal Member
Registered
  • With this guide, you can have fully smooth animated user titles in your forum, and maybe sell them with forum credits or with real money.
  • با استفاده از این راهنمایی عناوین کاربری رنگین کمانی را به راحتی اعمال کنید

  • Copy the related code and paste it into your extra.less template.
  • extra.less : گذاشتن کدهای فوق در
CSS:
.randcl{
    color: gold;
    background-image: -webkit-linear-gradient(92deg, #f35626, #feab3a);
    -webkit-background-clip: text;
    -webkit-animation: randclanim 2s infinite linear;

    font-weight: bold;

}

@keyframes randclanim{
   from {
      -webkit-filter: hue-rotate(0deg);
    }

    to {
      -webkit-filter: hue-rotate(360deg);
    }
}

  • After then, XF2 Add-on - HTML Usertitles download and install this addon to your forum.
  • نصب افزونه فوق در بخش افزونه ها

  • Later then, edit your profile in admincp.
  • ویرایش نمایه گروه های کاربری در داشبرد
  • Make sure you do it like that, and then change "Rainbow Animation!!" text to whatever you want.
  • لطفا تمام مراحل رو دقیق انجام بدید عناوین رو ویرایش کرده و از حالت رنگین کمانی لذت ببرید
Then what code we need to add in custom title box ??
 

AynaZ

Supervisor
  • Thread starter
  • Admin
  • #3
Then what code we need to add in custom title box ??
Install the plugin
Then complete the title with any html code you like
Code:
<h3 class="randcl">Text Name</h3>
 

99Refu

Loyal Member
Registered
Install the plugin
Then complete the title with any html code you like
I already installed this plugin and also added your css code in my extra.less, and then i select "Admin set (HTML ALLOWED!) In admin cp profile" but nothing anything happened.
 
  • Tags
    rainbow user titles rainbow user titles (super smooth animation) رنگین کمانی کردن
  • Back
    Top Bottom