* Plugin Name: GLM Members Database
* Plugin URI: http://www.gaslightmedia.com/
* Description: Gaslight Media Members Database.
- * Version: 2.1.9
+ * Version: 2.1.14
* Author: Gaslight Media
* Author URI: http://www.gaslightmedia.com/
* License: GPL2
* @package glmMembersDatabase
* @author Chuck Scott <cscott@gaslightmedia.com>
* @license http://www.gaslightmedia.com Gaslightmedia
- * @version 2.1.13
+ * @version 2.1.14
*/
/*
*
*/
-define('GLM_MEMBERS_PLUGIN_VERSION', '2.1.13');
+define('GLM_MEMBERS_PLUGIN_VERSION', '2.1.14');
define('GLM_MEMBERS_PLUGIN_DB_VERSION', '1.1.11');
// Check if plugin version is not current in WordPress option and if needed updated it
<div id="glm-member-detail-video-toggle" class="glm-member-detail-content-toggle">Video</div>
<div id="glm-member-detail-video-container" class="glm-member-detail-content-data small-12">
<table class="glm-member-detail-table">
-<!-- <tr><th>{$terms.term_member_cap} Categories</th></tr>-->
- <div><h3>{$member.video_title}</h3></div>
- <div>{$member.video_embed}</div>
- <div><p>{$member.video_descr}</p></div>
- {foreach $member.video as $c}
- <tr>
- <td>
- {if $c.parent_name}{$c.parent_name}: {/if}{$c.name}
- {if $c.parent_name}{$c.parent_name}: {/if}{$c.name}
- </td>
- </tr>
- {/foreach}
+ <div class="glm-member-detail-video-title">{$member.video_title}</div>
+ <div class="glm-member-detail-video-embed">{$member.video_embed}</div>
+ <div class="glm-member-detail-video-descr"><p>{$member.video_descr}</p></div>
</table>
<div class="glm-member-detail-sub-data-links row">
<a class="left glm-member-detail-content-toggle">Collapse</a>