- Compatible XF 1.x versions
- 1.0
- 1.1
You must have installed the [8wayRun.Com] XenMedio (Media), [bd] Widget Framework and XenFacil's WidgetFramework Renderers.
Installation:
Screenshots:
Donations page: Donations
FAQ
The three add-ons have installed without error?
You must have installed the [8wayRun.Com] XenMedio (Media), [bd] Widget Framework and XenFacil's WidgetFramework Renderers.
What version of WF have you installed?
The last version is 2.1.
MediaRecentWidget.php file is in /library/EWRmedio/? Put it.
Renderer.php file is in /library/XenFacil/WidgetRenderers/Listener/? Put it.
Add-ons are active? Active it.
Have you put ONLY the path of the widget in my add-on?
GPDonations_GPDWidget, EWRmedio_MediaRecentWidget, EWRmedio_MediaCloudWidget and LNBlog_WidgetRenderer ONLY. No others renders paths (of time).
Salud2
Installation:
- Install (if needed) [8wayRun.Com] XenMedio (Media).
- Install (if needed) [bd] Widget Framework
- Install (if needed) XenFacil's WidgetFramework Renderers
- upload folders and files within 'upload' folder to your XenForo's forum root.
- You must configure XenFacil's WidgetFramework Renderers options with EWRmedio_MediaRecentWidget and save changes.
- Edit and replace ALL text of EWRblock_MediaRecent template with supplied code below
- ACP -> Appareance -> Add Widget -> Select Render MediaRecent and set the rest as you like.
- Enjoy.
Rich (BB code):
<xen:requiere css="EWRmedio.css" />
<xen:require css="member_list.css" />
<div class="section">
<div class="secondaryContent mediaSmall" id="mediaRecent">
<h3><a href="{xen:link media}">{xen:phrase recent_media}</a></h3>
<xen:if hascontent="true">
<ul>
<xen:contentcheck>
<xen:foreach loop="$MediaRecent" value="$media">
<li>
<div class="mediaContent">
<div class="image">
<xen:if is="{$media.service_media} == 'gallery'">
<div class="overlays overBtmL"><b>{xen:phrase x_images, 'count={$media.media_duration}'}</b></div>
<xen:else />
<div class="overlays overBtmR"><b><xen:if is="{$media.media_hours}">{$media.media_hours}:</xen:if>{$media.media_minutes}:{$media.media_seconds}</b></div>
</xen:if>
<a href="{xen:link 'full:media', $media}"><img src="{xen:if {xen:helper medio, $media}, '{xen:helper medio, $media}', '/data/media/{$media.media_id}.jpg'}" {xen:if {xen:helper medio, $media}, '', 'style="width:110px; height:62px;"'} border="0" alt="{$media.media_title}" /></a>
</div>
<div class="title">
<a href="{xen:link 'full:media', $media}">{$media.media_title}</a>
</div>
</div>
</li>
</xen:foreach>
</xen:contentcheck>
</ul>
</xen:if>
<xen:if is="{$option.search}">
<div class="findMember">
<form action="{xen:link 'search/search'}" method="post" class="AutoValidator" data-optInOut="optIn" data-redirect="true">
<input type="search" name="keywords" class="textCtrl" placeholder="{xen:phrase search_media}..." results="0" title="{xen:phrase enter_your_search_and_hit_enter}" id="searchBar_keywords" value="{$search.keywords}" />
<input type="hidden" name="type" value="media" />
<input type="hidden" name="_xfToken" value="{$visitor.csrf_token_page}" />
</form>
</div>
</xen:if>
</div>
</div>
Screenshots:
Donations page: Donations
FAQ
The three add-ons have installed without error?
You must have installed the [8wayRun.Com] XenMedio (Media), [bd] Widget Framework and XenFacil's WidgetFramework Renderers.
What version of WF have you installed?
The last version is 2.1.
MediaRecentWidget.php file is in /library/EWRmedio/? Put it.
Renderer.php file is in /library/XenFacil/WidgetRenderers/Listener/? Put it.
Add-ons are active? Active it.
Have you put ONLY the path of the widget in my add-on?
GPDonations_GPDWidget, EWRmedio_MediaRecentWidget, EWRmedio_MediaCloudWidget and LNBlog_WidgetRenderer ONLY. No others renders paths (of time).
Salud2