Karolis5z 2 Posted March 29, 2019 Share Posted March 29, 2019 Hey,guys can u paste code for that nick ? Thanks,for help. Link to comment Share on other sites More sharing options...
mr-pimpen 387 Posted March 29, 2019 Share Posted March 29, 2019 what are you trying to do and what code are you looking for when I load your site, I was like a vampire, slept for thousands of years and just now is my first glimpse of light haha. Link to comment Share on other sites More sharing options...
Yogioh 2 Posted March 29, 2019 Share Posted March 29, 2019 Anyway, for custom usergroup format customization, there is two settings that you will need to fill out. To add formatting for a group, go to Admin CP --> Members --> Manage User Groups --> select the group you wish to add formatting for. The two settings that you will need to fill out is: [*]Group Formatting Prefix - This is what is added before the group name [*]Group Formatting Suffix - This is what is added after the group name Much like HTML coding, if you start a tag in the prefix, you end the tag by putting a / in the suffix. For example, if you wanted to change the colour of the usergroup you'd do the following: In the prefix type: <span style='color:red'> And in the suffix type: </span> With the colours, you would obviously change "Red" to the colour of your choice. You can even use # colours like #5a5a5a for grey. --------------------------------------------------------- Now for Bold: In the prefix: <strong> In the suffix: </strong> --------------------------------------------------------- Making italicIn the prefix: <em> In the suffix: </em> --------------------------------------------------------- For strikeout you would do the following: In the Prefix you would have: <S> And in the Suffix you would have: </S> --------------------------------------------------------- You can even have multiple together for example: If you would like the colour red and strikeout you would put: In the Prefix: <S><span style='color:red'> And in the suffix you would put: </span></S> Remember, every time you type in a tag, to close the tag using a / otherwise it will NOT work. Link to comment Share on other sites More sharing options...
Xerin 8 Posted March 29, 2019 Share Posted March 29, 2019 You can use this one https://nyqi.github.io/animated-tags/ Download first : https://github.com/Nyqi/animated-tags/raw/gh-pages/sparkles.zip then place it somewhere to your IPS FTP folder I placed it inside uploads folder. In next step you will need to go to your Admin CP, then go to Members > Groups > Select group you want to edit for animated tag > Click on Edit button > You will need to put this content inside Group Formatting Example <span style='color: #9572ff; background: url(http://your-website.com/uploads/sparkles/sparkle_purple.gif); font-weight: bold;'> (Remember to replace your-website.com with your website!) As color you can use HEX color, find colors here: http://www.color-hex.com/ and as sparkle image (in our example it was sparkle_purple.gif) you can use anything from this list: sparkle_green_light.gif, sparkle_blue.gif, sparkle_brown.gif, sparkle_red.gif, sparkle_green.gif, sparkle_lime.gif, sparkle_blue_light.gif, sparkle_white.gif, sparkle_yellow_light.gif, sparkle_grey.gif, sparkle_orange.gif, sparkle_teal.gif, sparkle_purple.gif, sparkle_yellow.gif, sparkle_pink.gif, sparkle_pink_light.gif, fire_navy.gif, fire_pink.gif, fire_orange.gif, fire_brown.gif, fire_purple.gif, fire_blue.gif, fire_lime.gif, fire_red.gif, fire_white.gif, fire_black.gif, fire_green.gif, fire_teal.gif, fire_grey.gif You can also remove font-weight: bold if you don't want to have your name bold. Taken from another forum. 2 1 Link to comment Share on other sites More sharing options...
mr-pimpen 387 Posted March 29, 2019 Share Posted March 29, 2019 ok and you can use this one two <span style='color: #007FFF; background: url(Image/Vmao0.gif); font-weight: bold;'> suffix </span> when I load your site, I was like a vampire, slept for thousands of years and just now is my first glimpse of light haha. Link to comment Share on other sites More sharing options...
DicDal 179 Posted March 29, 2019 Share Posted March 29, 2019 7 hours ago, Karolis5z said: Hey,guys can u paste code for that nick ? Thanks,for help. like this? Link to comment Share on other sites More sharing options...
mr-pimpen 387 Posted March 29, 2019 Share Posted March 29, 2019 thats a legand you are asking for groups thats why i ask what codes you need for that something like this or know legend when I load your site, I was like a vampire, slept for thousands of years and just now is my first glimpse of light haha. Link to comment Share on other sites More sharing options...
Karolis5z 2 Posted April 8, 2019 Author Share Posted April 8, 2019 On 3/29/2019 at 10:55 PM, Xerin said: You can use this one https://nyqi.github.io/animated-tags/ Download first : https://github.com/Nyqi/animated-tags/raw/gh-pages/sparkles.zip then place it somewhere to your IPS FTP folder I placed it inside uploads folder. In next step you will need to go to your Admin CP, then go to Members > Groups > Select group you want to edit for animated tag > Click on Edit button > You will need to put this content inside Group Formatting Example <span style='color: #9572ff; background: url(http://your-website.com/uploads/sparkles/sparkle_purple.gif); font-weight: bold;'> (Remember to replace your-website.com with your website!) As color you can use HEX color, find colors here: http://www.color-hex.com/ and as sparkle image (in our example it was sparkle_purple.gif) you can use anything from this list: sparkle_green_light.gif, sparkle_blue.gif, sparkle_brown.gif, sparkle_red.gif, sparkle_green.gif, sparkle_lime.gif, sparkle_blue_light.gif, sparkle_white.gif, sparkle_yellow_light.gif, sparkle_grey.gif, sparkle_orange.gif, sparkle_teal.gif, sparkle_purple.gif, sparkle_yellow.gif, sparkle_pink.gif, sparkle_pink_light.gif, fire_navy.gif, fire_pink.gif, fire_orange.gif, fire_brown.gif, fire_purple.gif, fire_blue.gif, fire_lime.gif, fire_red.gif, fire_white.gif, fire_black.gif, fire_green.gif, fire_teal.gif, fire_grey.gif You can also remove font-weight: bold if you don't want to have your name bold. Taken from another forum. Thanks dude. You helped me. 1 Link to comment Share on other sites More sharing options...
Recommended Posts