Resource icon

Unmaintained Widget for RecentMedia of [8wayRun.Com] XenMedio (Media) Add-on on WidgetFramework 1

No permission to download
Compatible XF 1.x versions
  1. 1.0
  2. 1.1
You must have installed the [8wayRun.Com] XenMedio (Media), [bd] Widget Framework and XenFacil's WidgetFramework Renderers.

Installation:
  1. Install (if needed) [8wayRun.Com] XenMedio (Media).
  2. Install (if needed) [bd] Widget Framework
  3. Install (if needed) XenFacil's WidgetFramework Renderers
  4. upload folders and files within 'upload' folder to your XenForo's forum root.
  5. You must configure XenFacil's WidgetFramework Renderers options with EWRmedio_MediaRecentWidget and save changes.
  6. Edit and replace ALL text of EWRblock_MediaRecent template with supplied code below
  7. ACP -> Appareance -> Add Widget -> Select Render MediaRecent and set the rest as you like.
  8. 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:

46.webp

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
Author
lms
Downloads
113
Views
1,047
First release
Last update

Ratings

5.00 star(s) 1 ratings

More resources from lms

Latest reviews

Very useful!
Top Bottom