I am trying to figure out how to have the Activity Feed "Timeline" form show up in a lightbox, rather than only being available on the timeline page. The same way the site search does when clicking the magnifying glass in the site header.
{* This is the search form - shows as a modal window when the search icon is clicked on *}
<div id="searchform" class="search_box" style="display:none;">
{jrCore_lang module="jrSearch" id="1" default="Search Site" assign="st"}
{jrSearch_form class="form_text" value=$st style="width:70%"}
<div style="float:right;clear:both;margin-top:3px;">
<a class="simplemodal-close">{jrCore_icon icon="close" size=20}</a>
</div>
<div class="clear"></div>
</div>
I would like to add a pencil icon and have the jrAction_form show up in the modal window.
{* we only show the new action form to the profile owner *}
{if $quota_jrAction_can_post == 'on'}
<div id="new_action" class="item">
{jrAction_form}
</div>
{/if}
Has anyone already figured this out?
--
The Patria Company - patriaco.com / quality-trades.com / a-t.life - doing Jamroom since v3
updated by @the-patria-company: 05/31/16 08:38:08PM