Прива всем!
Плагин представляет из себя переделку стандартного плагина, но теперь показывает не просто список: категория > название статьи, а ещё и картинку и часть анонса, ну в общем по скрину всё видно
Дорабатывал сегодня для AlexandrA он был не против если я поделюсь с сообществом)
Группе, к которой вы принадлежите, запрещено просматривать этот скрытый текст
заменяем:
$morecontent = ''; foreach ($id_target as $n) { $con = cmsTagItemLink('content', $n); if($con){ $morecontent .= '<p>'.$con."</p>"; } } if($morecontent) { $item['content'] .= '<h4>Похожие статьи:</h4>'.$morecontent; } }
$morecontent = ''; foreach ($id_target as $n) { $con = cmsTagItemLinkImage('content', $n); if($con){ $morecontent .= $con; } } if($morecontent) { $item['content'] .= '<div id="morecontent"><div class="morecontenttitle"><h4>Похожие статьи:</h4></div><table cellspacing="0" cellpadding="0"><tr><td>'.$morecontent.'</td></tr></table></div>'; } }
Группе, к которой вы принадлежите, запрещено просматривать этот скрытый текст
function cmsTagItemLinkImage($target, $item_id){ $inDB = cmsDatabase::getInstance(); $link = ''; $sql = "SELECT i.id as id,i.title as title,i.description as description, c.title as cat, i.seolink as seolink, c.seolink as cat_seolink FROM cms_content i INNER JOIN cms_category c ON c.id = i.category_id WHERE i.id = '$item_id' AND i.published = 1 AND i.is_arhive = 0 AND i.pubdate <= '$today' AND (i.is_end=0 OR (i.is_end=1 AND i.enddate >= '$today')) LIMIT 1"; $rs = $inDB->query($sql) ; if ($inDB->num_rows($rs)){ $item = $inDB->fetch_assoc($rs); ',false)),0,1))); if($description!=$item['description'])$description .='...'; $link .= '<div class="morecontentitems"><div class="morecontentitemss"><table width="100%" cellspacing="0" cellpadding="5"><tr> <td colspan="2" class="morecontentitemstitle"><a href="/'.$item['cat_seolink'].'" >'.$item['cat'].'</a> → <a href="/'.$item['seolink'].'.html">'.$item['title'].'</a></td> </tr> <tr> <td width="14%"><a href="/'.$item['seolink'].'.html"><img src="/images/photos/small/article'.$item['id'].'.jpg" width="60" height="60" /></a></td> <td width="87%" valign="top" class="morecontentitemsdescription"><a href="/'.$item['seolink'].'.html">'.$description.'</a></td> </tr> </table></div></div>'; } return $link; }
Группе, к которой вы принадлежите, запрещено просматривать этот скрытый текст
и добавляем в самый низ:
.morecontenttitle { padding: 5px; } .morecontenttitle h4 { color: #375E93; font-size: 22px; font-weight: normal; } .morecontenttitle a { font-size:13px; text-decoration: underline; } .morecontentitemss { border: 1px solid #C3D6DF; border-radius: 8px 8px 8px 8px; margin: 2px; } .morecontentitemsdescription { padding-left: 5px; font-size:12px; } .morecontentitemsdescription a { text-decoration:none; color:#000; }
Группе, к которой вы принадлежите, запрещено просматривать этот скрытый текст
Скачать не забудь почитать txt
Группе, к которой вы принадлежите, запрещено просматривать этот скрытый текст
Реклама #
nikitka 12 лет назад #
Олег с клещами 12 лет назад #
AlexandrA 12 лет назад #
ideasdigger 12 лет назад #
Олег 12 лет назад #
vpugachev 12 лет назад #
Gino Fernandes 12 лет назад #
iLoveNY 12 лет назад #
lesterkey 12 лет назад #
AlexandrA 12 лет назад #
Search 11 лет назад #
Clear 11 лет назад #
Ильгиз 10 лет назад #
Агроном 10 лет назад #
Петр 10 лет назад #
Helg 7 лет назад #
Helg 7 лет назад #