Truncated description causes missing div tag
Jamroom Developers
This is whats in the GroupDiscuss item_list.tpl...
{$item.discuss_description|jrCore_format_string:$item.profile_quota_id|jrCore_strip_html|truncate:150}
Hope this helps!
{$item.discuss_description|jrCore_format_string:$item.profile_quota_id|jrCore_strip_html|truncate:150}
{jrCore_lang module="jrGallery" id="37" default="View all {$profile_place} images in slideshow"}
{jrCore_lang module="jrGallery" id="37" default="View all `$profile_place` images in slideshow"}
background: #444444;
background: -moz-linear-gradient(#444, #111);
background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#111));
background: -webkit-linear-gradient(#444, #111);
background: -o-linear-gradient(#444, #111);
background: -ms-linear-gradient(#444, #111);
background: linear-gradient(#444, #111);
background-color: #444444;
#menu ul a:hover {
background-color: #979D9B;
color: #0FB1DD;
.scrollup{
width:40px;
height:40px;
opacity:0.5;
position:fixed;
bottom:10px;
right:65px;
display:none;
}
.scrollup{
width:40px;
height:40px;
opacity:0.5;
position:fixed;
bottom:40px;
right:65px;
display:none;
}