Skip to content

Commit

Permalink
add check bad comments in calendar
Browse files Browse the repository at this point in the history
  • Loading branch information
CB9TOIIIA committed Sep 22, 2016
1 parent 4097f15 commit 48e8165
Show file tree
Hide file tree
Showing 4 changed files with 327 additions and 13 deletions.
12 changes: 11 additions & 1 deletion assets/css/disqus.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ form.form-inline select,form.form-inline input{margin-right:1%}
.threepx{margin:3px}
.flform{display:inline;margin-left:5px}
form + a > em.icon-out-2{position:absolute;margin-left:10px;margin-top:5px}
.numbercoma{margin-left:-27px;position:absolute;font-weight:700;text-decoration:underline}
.numbercoma{margin-left:-45px;position:absolute;font-weight:700;text-decoration:underline}
.btn-danger.dislike {background-color: #D2514A !important; background-image: -webkit-gradient(linear,0 0,0 100%,from(#D2514A),to(#d83f38)) !important; }
b + small {display: inline !important; }
blockquote li .btn-mini { font-size: 12px !important; }
Expand All @@ -55,3 +55,13 @@ div.editcommentplace > form > textarea {
input.btn.btn-primary.lpdisqusidcommentupdate {
margin-left: 30px;
}

.calendfix {
background-color: #fff;
width: 260px;
}
input#togglecalend {
margin-left: 25px !important;;
}

.checkbox + label {margin-right: 20px;}
2 changes: 1 addition & 1 deletion myjbzoostat.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<authorUrl>http://cb9t.ru</authorUrl>
<copyright></copyright>
<license></license>
<version>2.4.4</version>
<version>2.4.5</version>
<description>MyJBZooStat - это компонент статистики и менеджер системы комментирования Disqus.</description>
<creationDate>28 June 2016</creationDate>
<administration>
Expand Down
10 changes: 5 additions & 5 deletions views/articles/tmpl/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@

<?php

$yearzoofromdb = $db->getQuery(true);
$yearzoofromdb
->select($db->quoteName('created'))
->from($db->quoteName(ZOO_TABLE_ITEM))
->order($db->quoteName('created') . 'ASC LIMIT 1');
$yearzoofromdb = $db->getQuery(true);
$yearzoofromdb
->select($db->quoteName('created'))
->from($db->quoteName(ZOO_TABLE_ITEM))
->order($db->quoteName('created') . 'ASC LIMIT 1');

$db->setQuery($yearzoofromdb);
$ResYDBs = $db->loadObjectList();
Expand Down
Loading

0 comments on commit 48e8165

Please sign in to comment.