English / Arabic       تلفن تهران : 66502340 و 66501375 | فکس : 66501326 | آدرس : تهران , ستارخان , خیابان شادمان , نبش کوچه گل افشان , پلاک 425 , واحد 2

نمایش تصاویر بلاگ در جوملا 1.6 و 1.7 به صورت جداگانه

نوشته شده توسط  وب هاستینگ دارکوب
رتبه بندی این آیتم
(0 نظر)
Go to:
components\com_content\views\category\tmpl\blog_item.php
Go to Line:
<?php echo $this->item->introtext; ?>
And replace with this:
<?php
preg_match('/<img (.*?)>/', $this->item->introtext, $match);
echo "<div class='blogimagesjoomir'>".$match[0];
echo(strip_tags($this->item->introtext)."</div>");
?>
and add this css to template css:
.blogimagesjoomir img{ float:right; margin:10px;}
.blogimagesjoomir{ text-align:justify;}

ارسال نظر

لطفا فیلدهای اجباری را درج نمایید