Lasted Visited Galleries By Country

ulan
Posts: 1437
Joined: Fri Nov 23, 2018 2:49 pm

Re: Lasted Visited Galleries By Country

Post by ulan »

Code: Select all

    <thumb num=1-10 limit_by_gallery_id=true order=row gallery_id=CACHE_last_items cache_time=10 zero_items_to_404="off">
    <li class="swiper-slide">
        <article>
            <a class="ths-preview-link pop-preview" href="/video/<!--GALLERY_ID-->/<!--SAFE_ALT-->/" target="_blank">
                <figure>
                    <img src="<!--THUMB_URL-->" class="lazy" width="320" height="180" alt="<!--ALT-->">
                </figure>
            </a>
            <h3><a href="/video/<!--GALLERY_ID-->/<!--SAFE_ALT-->/"><!--ALT--></a></h3>
            <footer>
                <span class="likes"><?=min(round(100*"<!--RATING_2-->"/("<!--RATING_2-->"+"<!--RATING_1-->"+0.001)), 100)?>%</span>
                <span class="views"><?=number_format("<!--SHOWS-->", 0, '', ' ');?></span>
                <span class="durat"><!--DURATION--></span>
            </footer>
        </article>
    </li>
</thumb>
очень страно работает вот эта комбинация

он должен показывать то что смотрят сейчас

почистил кеш на сайте, побродил
на индексе
Image

на
?page=2&order=ctr
Image
уже пусто
admin
Site Admin
Posts: 37250
Joined: Wed Sep 10, 2008 11:43 am

Re: Lasted Visited Galleries By Country

Post by admin »

ок, я проверю на сайте тогда
Don't forget to run script update
Post Reply