xenforo Sub-Forum Icon 1.0.0

uydudoktoru

Tanınmış Üye
Yönetici
Yönetici
xenforo Sub-Forum Icon 1.0.0
1.png
Use Font Awesome
2.png
Style Properties
SubForum.Icon.1.0.jpg

(xenforo alt forumlara icon eklemek)

Installation:



    • Go to Admin -> Appearance -> Your style -> Forum / Node List -> Uncheck Show sub-forums popup
    • Download SubForum.Icon.1.0.zip and unzip it
    • Upload iflat folder to your root.
    • From your Admin Control Panel, go to the "Install Add-on" page
    • Upload the addon-iflat_subforum_icon.xml file and click the Install Add-on button.
 

Eklentiler

Other Speech Node icons & subforum Icons

Settings: First upload the image to your FTP and upload the sprite to the folder of your choice and then login to Admincp >> Style Properties >> Node Icons and set the width value to 40px and the price height value is 31px.

Don't forget that you will need to set the paths to the sprites to make sure you set the correct paths for the following:
Node Icon: Forum - Position value -40px 0
Node Icon: Unread Forum - Position value 0 0
Node Icon: Page - Position value -80px 0
Node Icon: Link - Position value -120px 0
As for the SubForum icons to show (this only applies if you have XenForo Subforum columns enabled) so you will have to toggle by unchecking the Show Subforums Popup box in Style Properties >> Forum / Node List > > Finally paste the following code in your EXTRA.CSS template

Kod:
.subForumList li .nodeTitle:before {
  background-image: url("@imagePath/xenforo/node-sprite.png");
  background-position: -33px -36px;
  background-repeat: no-repeat;
  height: 13px;
  width: 15px;
  content: "";
  padding-left: 20px; }

.subForumList li .unread .nodeTitle:before {
  background-image: url("@imagePath/xenforo/node-sprite.png");
  background-position: -7px -36px;
  background-repeat: no-repeat;
  height: 15px;
  width: 13px;
  content: "";
  padding-left: 20px; }
 

Eklentiler

Geri
Yukarı