×

Ads


Please disable your ad blocker!

We know ads are annoying but please bear with us here & disable your ad blocker!

×

Since the beginning of the war, more than 2000 civilians have been killed by Russian missiles, according to official data. Help us protect Ukrainians from missiles - provide max military assisstance to Ukraine #Ukraine. #StandWithUkraine

  • Publish anything
  • Login/Regster
logo
  • Lifestyle 397  
    • Informations 61  
    • Travel 51  
    • Geography 20  
    • Nature & Biology 22  
    • Photos 69  
    • Healty 17  
    • Art & Design 24  
    • Kitchen 4  
    • Games 7  
    • Movies 9  
    • Animals 20  
    • Other topics 93  
  • Script & Template 328  
    • CMS PHP Scripts 29  
    • Dle teamplates 62  
    • Dle Modules 17  
    • Osclass Teamplates 26  
    • Osclass Pulugins 67  
    • WP Templates 3  
    • Html Teamplates 6  
    • Opencart 4  
    • License key 22  
    • Programs 28  
    • Web Help Page 39  
    • Forms 21  
    • Grapic Files (psd-ai) 5  
  • Plants 176  
    • Cacti only 82  
    • Agave Family 17  
    • Aloe family 34  
    • Living Stones 13  
    • Supurge Family 28  
    • Stonecrop Family 2  
  • Turkish Posts 362  
    • Bilim Ve Teknoloji 11  
    • Sanat ve Tasarım 25  
    • Mutfak Yemek 7  
    • Hayvanlar 72  
    • Bitkiler ve Doğa 11  
    • Diğer bilgiler 53  
    • Azərbaycanca 54  
  • Coming Soon 0  

Datalife Engine Rating minus pilus module

Pure CSS3 digital rating for DLE


Introducing the Pure CSS3 Numeric Rating for DLE 10.4 hack, a new design for the standard pure CSS3 DataLife Engine rating without using images. After these simple movements, your rating will be like on the screen! The beautiful design of rating (type 3) on pure css3 or rating (TYPE 3) on pure CSS3 for DLE 10.4 or higher Dle 10.5 by 9koala.com looks pretty nice. Installing Pure CSS3 Digital Rating Hack for DLE 10.4! In the dle template, find the shortstory.tpl and fullstory.tpl files in the code 

Find:

[rating-type-3]<div class="ratebox3">
<ul class="reset">
<li>[rating-minus]<img src="/templates/Default/images/ratingminus.png" title="Не нравится" alt="Не нравится" style="width:14px;" />[/rating-minus]</li>
<li>{rating}</li>
<li>[rating-plus]<img src="/templates/Default/images/ratingplus.png" title="Нравится" alt="Нравится" style="width:14px;" />[/rating-plus]</li>
</ul>
</div>[/rating-type-3]

Заменяем на
[rating-type-3]
<div class="mwrating" style="margin: 10px 0px 0px 0px;">    <div class="wmminus">[rating-minus]-[/rating-minus]</div>    <div class="mwrat">{rating}</div>    <div class="wmplus">[rating-plus]+[/rating-plus]</div>
</div>
[/rating-type-3]

В engine.css добавляем

/*----new raring 3-----*/

.mwrating {    display: inline-block;    width: 96px;    height: 28px;
}

.wmminus, .wmplus {    width: 22px;    height: 28px;
}

.mwrat {    width: 42px;    height: 28px;
}

.wmminus, .mwrat, .wmplus {    display: inline-block;    float: left;    text-align: center;    line-height: 28px;    position: relative;
}

.wmminus a {    transition: all 0.2s;    display: block;    position: absolute;    top: 0px;    left: 0px;    width: 22px;    height: 28px;    line-height: 28px;    text-align: center;    background: linear-gradient(to bottom, #ff3019 0%,#cf0404 100%);    border-top-left-radius: 3px;    border-bottom-left-radius: 3px;    border: 1px solid #D60A07;    border-right: 0px;    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.24);    font-family: 'Tahoma';    font-size: 24px;    font-weight: 400;    color: #fff;    text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.62);
}

.wmplus a {    transition: all 0.2s;    display: block;    position: absolute;    top: 0px;    left: 0px;    width: 22px;    height: 28px;    line-height: 28px;    text-align: center;    background: linear-gradient(to bottom, #97d624 0%,#7cbc0a 100%);    border-top-right-radius: 3px;    border-bottom-right-radius: 3px;    border: 1px solid #7EBE0C;    border-left: 0px;    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.24);    font-family: 'Tahoma';    font-size: 18px;    font-weight: 700;    color: #fff;    text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.33);
}

.wmminus a:hover, .wmplus a:hover {    text-decoration: none;    text-shadow: 0px 0px 5px #fff;
}

.wmminus a:active, .wmplus a:active {    opacity: 0.5;
}

.mwrat {    background: linear-gradient(to bottom, #F0F0F0 0%,#D5D5D5 100%);    border-top: 1px solid #DDD;    border-bottom: 1px solid #C3C3C3;    box-shadow: inset 0px 1px 0px #fff;    font-family: 'Arial';    font-weight: 600;    font-size: 14px;    text-shadow: 0px 1px 1px #fff;
}

Ready!

Attention!
In the panel for Settings >>News display settings >> you must select

Post rating
type Specify the type of rating for posts that can be posted by site visitors. The following types can be used:

Rating - This type uses a five-star rating for the publication. Visitors can rate the news from 1 to 5 and the rating is displayed as an average rating.

Only 'Like' - with this type, the visitor can set that he likes this publication (like system) and displays the number of users who liked your publication.

'Like' or 'Dislike' - with this type, visitors mark whether they like the publication or not. In this case, the total rating value is displayed, for example, +20 or -10, etc.

You need to set 'Like' or 'Dislike' , that is, the 3rd type of rating will then be displayed, the third type of rating, as in the screenshot. DataLife Engine
  • Comments web
  • Comments VK
  • About article
This post has no comments.
Write a comment
Name:*
E-Mail:


Question: 3+3=?

Author

Admin

Date

24-09-2022, 00:56

Category

Script & Template / Web Help Page

  • Comments: 0
  • Views: 255
Coming Soon

↓ Similar News ↓

Web Help Page img
Use of special functions in DLE themes...
Web Help Page img
Cropping Images in CSS With object-fit...
Web Help Page img
Colors and Codes html find your html color code...
Web Help Page img
cmd Commands Prompt Commands...
Web Help Page img
The most papular cmd code list...
Web Help Page img
color code for transparent in HTML...
Ads
Last Comments See all
18 March 2023 11:53

avatoar foto Николай

U55C-XR9R-5EVH-8NMG-32XG - Благо!!! ...
16 March 2023 21:07

avatoar foto Николай

8BG9-X5KS-8N2U-HAF8-T628 - Благодарю!!! ...
16 March 2023 18:16

avatoar foto samshit

BUNV-XUKD-8JED-VKKT-C55P забрал. Спасибо. ...
16 March 2023 17:05

avatoar foto R3noRU

3BVH-XHSS-T3B2-8X2V-N3BJ забрал ...
16 March 2023 17:04

avatoar foto R3noRU

3BVH-XHSS-T3B2-8X2V-N3BJ забрал ...
Ads
Papular posts
Ключи для ESET НОД 32 бесплатно

Ключи для ESET НОД 32 бесплатно

27/06/2021

Свежие ключи для НОД 32 Бесплатно на 2023 год

Свежие ключи для НОД 32 Бесплатно на 2023 год

10/07/2021

Eset license keys free  1 year

Eset license keys free 1 year

27/06/2021

TeamViewer id changer tool Download free

TeamViewer id changer tool Download free

16/01/2021

Klucze do ESET NOD 32 za darmo

Klucze do ESET NOD 32 za darmo

24/06/2022

Ads
Ads

  • Nature And Garden
  • Geography
  • Animals
  • African Houses
  • Travel

  • Photos
  • Informations
  • Healty
  • Kitchen
  • Art & Design
  • Other Topics

  • PHP Nulled Scripts
  • DLE Templates
  • DLE Modules
  • Osclass Templates
  • Osclass Pulugins
  • Wordpress Templates
  • HTML Templates

  • Contact
  • Last News
  • Lastcomments
  • RSS
  • Sitemap

Authorization

Registration Password Recovery