bug fix for bluap blog layout

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Mon Dec 29, 2014 7:45 pm
Reply with quote
Report this post
hi together. i just noticed that in the bluap template in the blog layout might be a bug. if you have a category blog menu item with settings that title shall be handled accoording to article settings and in the article you hide the title, then the html of this site is broken.
-> <div class="itemBody"> is missing.
i fixed that here: .../templates/gk_bluap/html/com_content/category/blog_item.php
Code: Select all
<article<?php if ($this->item->state == 0) : ?> class="system-unpublished"<?php endif; ?>>   
<div class="itemBody">
<?php if (($params->get('show_author')) or ...

so the order of rows 17 and 18 are changed.
hope that was correct. ;)
greetings
denis werner
User avatar
Fresh Boarder

teitbite
Mon Dec 29, 2014 9:56 pm
Reply with quote
Report this post
Hi

Yes this is correct. Thank You for reporting.
User avatar
Moderator


cron