social login bug data too long errror
Using Jamroom
varchar(8192) is pretty big. It needed bigger?
<div class="title_block" style="margin-bottom: 5px;">Categories</div>
<div class="sub_section_menu">
<ul>
{capture name="row_template" assign="template"}
{literal}
{foreach $_items as $item}
{$_cats[$item["`$item.seamless_module_prefix`_category"]] = $item["`$item.seamless_module_prefix`_category"]}
{/foreach}
{foreach $_cats as $cat}
<li>
<a href="{$jamroom_url}/junk/{if isset($_post.option) && strlen($_post.option) > 0}{$_post.option}/{/if}search_area=*_category/search_string={$cat|urlencode}">{$cat}</a>
</li>
{/foreach}
{/literal}
{/capture}
{jrSeamless_list modules="jrVideo,jrYouTube" template=$template limit=500 }
</ul>
</div>
<hr>
{jrSeamless_list modules="jrVideo,jrYouTube" limit=500 search1="*_category like %`$_post.search_string`%"}