Resource icon

[XFR] User Albums 1.0.0 b7

No permission to download
Modified profile tab display:

xfr_useralbums_search_result
PHP:
<li class="thumbnailHolder" data-author="{$album.username}">
    <div class="boxModelFixer">
        <div class="title">
            <a href="{xen:link useralbums/view, $album}">{xen:helper wordtrim, $album.title, 20}</a>
        </div>

        <div class="thumbnail">
            <a href="{xen:link useralbums/view, $album}" class="thumbBox  Tooltip" title="{xen:helper snippet, $album.description, 150, {xen:array 'term={$search.search_query}', 'emClass=highlight', 'stripQuotes=1'}}">
            <xen:if is="{$album.thumbnailUrl}">
                <img src="{$album.thumbnailUrl}" alt="">
            <xen:else />
                <img src="@albumNoCoverIconPath" alt=""/>
            </xen:if>
            </a>
        </div>
        <div class="infobar">
            <span class="item Tooltip images" title="{xen:phrase xfr_useralbums_album_images}">{$album.image_count}</span>
            <span class="item Tooltip views" title="{xen:phrase xfr_useralbums_album_views}">{$album.view_count}</span>
            <span class="item Tooltip likes" title="{xen:phrase xfr_useralbums_album_likes}">{$album.likes}</span>
        </div>
    </div>
</li>

xfr_useralbums_member_profile_tab_content
Replace <ol> by:
PHP:
<xen:require css="xfr_useralbums_list_grid.css" />
        <ol class="thumbnailList">
 

Attachments

  • CaptureImages.webp
    CaptureImages.webp
    75.5 KB · Views: 26
Last edited:
user viewing album image

^^^This shows up a lot even when someone isn't viewing an image.

Facing the same issue in Membercard
Often displays : "user viewing album image" instead of "user viewing thread xxxx"
Any way to fix this ?
Regards
 
Please don't talk on behalf of my add-on if you're going to be inaccurate :)

My add-on supports image uploads into site categories and video embedding (based on BB Code Media sites) also into categories.

XMG is not similar to XenMedio in any way apart from the fact that only a small part of its overall feature-set includes the ability to add videos.

Version 1.3 of Xen Media Gallery is currently in development which will bring Albums functionality which will extend the current feature set into user created albums with basic permissions and sharing settings on each album.

Once that is released, importers will be developed for XenMedio, XFRu User Albums and going forward IP.Gallery, Photopost and other galleries for other platforms.
 
Version 1.3 of Xen Media Gallery is currently in development which will bring Albums functionality which will extend the current feature set into user created albums with basic permissions and sharing settings on each album.

Once that is released, importers will be developed for XenMedio, XFRu User Albums and going forward IP.Gallery, Photopost and other galleries for other platforms.

Great! I'll definitely buy it, once it is released.
But currently we have to stick with User Albums because this is a feature your add-on lacks.
 
Please don't talk on behalf of my add-on if you're going to be inaccurate :)

My add-on supports image uploads into site categories and video embedding (based on BB Code Media sites) also into categories.

XMG is not similar to XenMedio in any way apart from the fact that only a small part of its overall feature-set includes the ability to add videos.

Version 1.3 of Xen Media Gallery is currently in development which will bring Albums functionality which will extend the current feature set into user created albums with basic permissions and sharing settings on each album.

Once that is released, importers will be developed for XenMedio, XFRu User Albums and going forward IP.Gallery, Photopost and other galleries for other platforms.
Any ETA on 1.3? I know XFRua will have problems in XF1.2, and am looking to upgrade when the time comes to upgrade XF. Just trying to plan. After playing around on your site, I definitely like the look and feel.
 
ETA is difficult. There's really not a lot left to do, but I wasn't able to finish it before other projects started.

I want it to be in beta testing very soon.
 
I love this add on, and I really appreciate all the hard work that's gone into it.

I'm wondering if it's possible to have global albums only be accessible for forum members, but still keep the ability for all forum members to upload to it. Thoughts?
 
Back
Top Bottom