Osclass Support Forums

Osclass theme support => Gamma Osclass Theme => Topic started by: Remus on October 01, 2020, 07:36:45 PM

Title: How to add report listing and hits count on gamma ?
Post by: Remus on October 01, 2020, 07:36:45 PM
How to add report listing and hits count on gamma ?
Title: Re: How to add report listing and hits count on gamma ?
Post by: MB Themes on October 01, 2020, 08:02:50 PM
You may copy that from different theme
Title: Re: How to add report listing and hits count on gamma ?
Post by: bgd on October 04, 2020, 10:13:30 AM
Hi,

For hits count I did this:

Code: [Select]
<span class="date">
        <svg xmlns=" aria-hidden="true" color="#696766" focusable="false" width="15" height="15" style="-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg);" preserveAspectRatio="xMidYMid meet" viewBox="0 0 1792 1280"><path d="M1664 704q-152-236-381-353q61 104 61 225q0 185-131.5 316.5T896 1024T579.5 892.5T448 576q0-121 61-225q-229 117-381 353q133 205 333.5 326.5T896 1152t434.5-121.5T1664 704zM944 320q0-20-14-34t-34-14q-125 0-214.5 89.5T592 576q0 20 14 34t34 14t34-14t14-34q0-86 61-147t147-61q20 0 34-14t14-34zm848 384q0 34-20 69q-140 230-376.5 368.5T896 1280t-499.5-139T20 773Q0 738 0 704t20-69q140-229 376.5-368T896 128t499.5 139T1772 635q20 35 20 69z" fill="#626262"/></svg>
          <span><?php _e('Vizualizări ''gamma'); ?><?php echo ItemStats::newInstance()->getViews(osc_item_id()); ?></span>
        </span>

I use it on item.php