latest news extended - error 500 request timed out

  • Posted by TemplatePlazza (5310) Offline
Hi codeware, sorry for delay in responding to your latest post, I missed your post.

1 - I have an empty article, I created a menu link to it with hidden title then I set the module to that link

Can you try to set the error level to the "development" mode so we can see the error message?

2 - no, that's no it... please check this page acontece.com/3/resumo-das-novelas
see that I have 10 articles with thumb and then I have 2 articles without thumb - those 2 articles without thumb should be also showing in 2 columns, right?

It's indeed like that. You can have max 3 columns with the module, and the 'other articles' column is considered as the 3rd column. If you want to change the 'other articles column' behaviour you can follow these steps :

- add this code to the css file :
.ac.two-column > .other-item-wrap {width:100%;}
.other-item-wrapper {
width:50%;float:left;display:block;}

- open file ../modules/mod_latestnewsxtd/tmpl/default.php, give a container for other article's items by adding the code
<div class="other-item-wrap">
at lines 221 after this code if ($count - $num_of_introtext > 0) { ?>

and put the closing div
</div>
at lines 278 before this code <?php } /* end for loop */ ?>
9 years 9 months ago #7 by TemplatePlazza

Please Log in or Create an account to join the conversation.

Powered by Kunena Forum