Sharing events
Using Jamroom
Your welcome!
In case anyone else sees this issue, I reloaded the jrEvent module from the Marketplace > Tools > Reload Modules Or Skins because the templates were not using the correct function to show the share buttons.
{* SEARCH PAGE HEADER *}
{if isset($_post.module) && $_post.option != 'admin' && ($_post.module == 'jrRecommend' || $_post.module == 'jrSearch')}
<div class="container">
<div class="row">
<div class="col9">
<div class="body_1 mr5">
<div class="title">{jrCore_lang skin=$_conf.jrCore_active_skin id="124" default="Search Results"}</div>
<div class="body_5">
{/if}
{* SEARCH PAGE HEADER *}
{if isset($_post.module) && $_post.option != 'admin' && ($_post.module == 'jrRecommend' || $_post.module == 'jrSearch')}
<div class="container">
<div class="row">
<div class="col12 last">
<div class="body_1 mr5">
<div class="title">{jrCore_lang skin=$_conf.jrCore_active_skin id="124" default="Search Results"}</div>
<div class="body_5">
{/if}
{if isset($_post.module) && $_post.option != 'admin' && ($_post.module == 'jrRecommend' || $_post.module == 'jrSearch')}
</div>
</div>
</div>
<div class="col3 last">
<div class="body_1">
{jrCore_include template="side_home.tpl"}
</div>
</div>
</div>
</div>
{/if}
{if isset($_post.module) && $_post.option != 'admin' && ($_post.module == 'jrRecommend' || $_post.module == 'jrSearch')}
</div>
</div>
</div>
</div>
</div>
{/if}