1 ..and only 1 of the forum posts on the front page is missing the closing div
the "read more' etc buttons are larger something else about the code seems off
it is my own custom template however im psiitive its not in the template as this has never happened before its only happening on 1 single post
look on front page
www.dreadlockssite.com
forum section
theres the post about the documentary in hawaii
that doesnt close so the next posts are inside it the imediate next 1 is pushed over
because that closes properly the following ones look right except they are inside the unclosed 1
just in case heres my templates
{jrCore_module_url module="jrForum" assign="murl"}
<div class="item mCustomScrollbar">
{foreach from=$_items item="item"}
<div class="frontpageforumpost" style="overflow:hidden;margin-bottom:12px">
<div style="float:left;padding-right:12px;">
{jrCore_module_function function="jrImage_display" module="jrUser" type="user_image" item_id=$item._user_id size="xsmall" alt=$item.user_name class="action_item_user_img iloutline"}
</div>
<div>
{if $item.forum_pinned == 'on'}
<h2><a href="{$jamroom_url}/dreadlocks-forums/forum/{$item.forum_cat_url}/{$item._item_id}/{$item.forum_title_url}">{$item.forum_title}</a></h2>
{else}
<h2><a href="{$jamroom_url}/dreadlocks-forums/forum/{$item.forum_cat_url}/{$item._item_id}/{$item.forum_title_url}">{$item.forum_title}</a></h2>
{/if}
<br><span class="normal"><small>{$item._created|jrCore_format_time}, by <a href="{$jamroom_url}/dreadlocks-forums/forum/{$item.forum_cat_url}">{$item.forum_cat}</a> </small></span><br><div class="forummainpagelisttext">{$item.forum_text|jrCore_strip_html|truncate:300}<p><br><div class="forumreadmore"> <div class="item"><a href="{$jamroom_url}/dreadlocks-forums/forum/{$item.forum_cat_url}/{$item._item_id}/{$item.forum_title_url}">read more</a></div><div class="item"> Replies {$item.forum_post_count}</div></div> </div>
</div>
</div>
{/foreach}
</div>
its this frontpageforumpost div that closes in every post thats ever been posted except for this 1 oddball post
im really confused why this is happening
--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
updated by @soaringeagle: 01/17/16 02:15:57PM