Jump to content
  • 0

Modificare font awesome subcategorii


Question

Posted

Unde pot gasi acel x de langa subcategorii ? L-am cautat peste tot dar nu am gasit . :(

gh1Qfcm.png

YouTube Channel : Click

Dacă post-urile mele îți sunt folositoare apasă butonul o6AT80U.png

2 answers to this question

Recommended Posts

  • 1
  • Moderators
Posted

Daca in IPB 4.1.X inca e la fel, atunci il gasesti unde editi HTML / CSS de la template-ul specific, la:

Forums > Front > Index > forumRow

In bucata:

{{if $forum->hasChildren()}}
<ul class="ipsDataItem_subList ipsList_inline">
  {{foreach $forum->children() as $subforum}}
  <li class="{{if \IPS\forums\Topic::containerUnread( $subforum )}}ipsDataItem_unread{{endif}}">
    <a href="{$subforum->url()}">{{if \IPS\forums\Topic::containerUnread( $subforum )}}<span class='ipsItemStatus ipsItemStatus_tiny {{if !\IPS\forums\Topic::containerUnread( $subforum ) && !$subforum->redirect_on}}ipsItemStatus_read{{endif}}'><i class="fa fa-circle"></i></span> {{endif}}{$subforum->_title}</a>
  </li>
  {{endforeach}}
</ul>
{{endif}}

Doar ca inloc sa ai fa-circle o sa ai: fa-plus sixtyel

Deci va fi:

<i class="fa fa-plus sixtyel"></i>

 

  • Thanks 1

PHP Developer - Not available for freelancing right now

Daca ai de gand sa postezi la categoria IPB, nu uita sa citesti regulamentul: Link regulament

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.