• Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership from 10$ a month today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

[ITD] Animated Smileys Pack I xenforo 2

[ITD] Animated Smileys Pack I xenforo 2 1.0.0

No permission to download
Compatible XF 2.x versions
  1. 2.0
  2. 2.1
By default, XF comes with the following prefix styles:
A set of 24 animated smileys for your forum's smiley menu.

2019-08-24_224752.gif


Instructions: -

  1. Download the attachment.
  2. Either upload the contents of [upload] folder or select the downloaded file via ACP>Add-ons> Install/upgrade from archive.
  3. Select install option.

Configuration: -

  1. Login to ACP.
  2. Go to Content>Simlies.
  3. Create new category for animated smileys through Add category option (optional).
  4. select Import.
    2019-08-24_222851.gif
  5. Select Import from a directory on your server.
  6. Enter styles/default/xenforo/smilies/ITDSmilies in below box.
  7. If you created a new smiley category at point # 3 then you need to select same category for all 24 smileys in Smilie category box (optional).
  8. Click Import at bottom.

That's all :)
1566684544736.png



Creating custom styling using the Other, using custom CSS class name option is fairly straightforward.

This guide will explain how to.

The easiest way by far to add new prefix styling and to ensure it inherits all of the core styling is to edit the core_labels.less template.

Look for the section in the template highlighted in the screenshot below:


1566685753944.png



Then just add your custom entries after the error entry and before the closing }, as follows:


1566685697809.png



I recommend using a name which won't cause any potential conflicts with the core code, or third party add-ons.
I prefix (prefix, geddit?) all of my custom entries with the acronym for my site -- cta -- and also like to give it a descriptive name, so in this case I have used ctaAnnouncement, as the prefix is for staff posted announcement threads.

The two values/colours (yes, that is the only correct spelling in English) in the curly brackets denote the text colour, in this case white, and the background colour, in this case #ff8800.

XF will then automagically (real word) generate the border and hover colours based on those values using the core CSS.

Finally, create the prefix:


1566686815248.png



The code in the example results in the following prefix:

1566685390327.png



That's it if you just want vanilla styled prefixes.

However, if you want to go one step further and add icons, images, or other embellishments (who doesn't like sparkly text?), that's also quite simple.

For that you will add your custom code to the extra.less template.

In this example I'm going to add a Font Awesome icon in front of the text.
The code for that is highlighted in the screenshot below - ensure the class name, in this case ctaAnnouncement, matches what you entered in the core_labels.less template.
The Font Awesome code, in my example -- bullhorn -- can be found here: fontawesome.com/icons?d=gallery


1566685610019.png



The result of that is this:

1566685969339.png



The styling is limited only by your imagination (and taste ).


If you found this tutorial useful, donations of positive emojis are gladly received.
  • Like
Reactions: AlghadirShop
Author
Admin
Downloads
1
Views
550
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from Admin

Back
Top