Resource icon

[XFR] User Albums 1.0.0 b7

No permission to download
I'm looking for another addon but really not sure which one to go with, Xen Media Gallery or Sonnb - I looked at this option about six months but still can't make up my mind. All I would like to do is:

1) Import data from XFR Albums

2) Give ability for users to
a) Create albums
b) Edit albums
c) Upload videos or post links to YouTube

3) Pretty much what XFR does (did) but updated and maintained with video support.

Has anyone done this? I'm leaning towards sonnb as I think it does all of the above, but the additional $40 for copyright removal does put me off and makes it £15 more expensive ($90 in total) than Xen Media Gallery.

I have a headache now.
 
I'm looking for another addon but really not sure which one to go with, Xen Media Gallery or Sonnb - I looked at this option about six months but still can't make up my mind. All I would like to do is:

1) Import data from XFR Albums

2) Give ability for users to
a) Create albums
b) Edit albums
c) Upload videos or post links to YouTube

3) Pretty much what XFR does (did) but updated and maintained with video support.

Has anyone done this? I'm leaning towards sonnb as I think it does all of the above, but the additional $40 for copyright removal does put me off and makes it £15 more expensive ($90 in total) than Xen Media Gallery.

I have a headache now.
Both add-ons do this (XMG adds albums and XFR importer in the imminent 2.0 release).

Look at both, visit both sites and test them out to see which you prefer.
 
Chris has sent a message explaining the features, but I'm afraid my opinion is swayed by the fact I've seen 'imminent 2.0 release' for months.

That's not a dig, I appreciate the time it takes to create and fine tune. As I'm in no particular rush to buy I don't mind waiting for XMG 2.0 to be officially released.
 
I've seen 'imminent 2.0 release' for months.
That's actually incorrect.

Version 2.0 was announced a couple of weeks ago: http://xenmediagallery.com/threads/the-good-news-thread.536/

It's now in the final stages of testing.

Some of the features (user generated albums) have been talked about for a while, but you can see for yourself at http://xenmediagallery.com that it is absolutely imminent. There's really not much left to do.

I could actually release it right now, it's stable enough, but I want to ensure that by a bit more testing at my site. Have a poke around, I think you'll like it, and I think you'll clearly see it's very nearly ready :)
 
Ah, maybe is was version 1.2 I saw the posts about (which I know is the current version) - please accept my apologies.

I'll register on your site and test it out.
 
Just tested and an error :(


Code:
copy(/home/sites/deemit.co.uk/public_html/internal_data/attachments/1/1368-79a8749b8717854084a60c0c76c99d90.data): failed to open stream: No such file or directory
XenForo_Application::handlePhpError()
copy() in XenGallery/Model/Watermark.php at line 135
XenGallery_Model_Watermark->addWatermarkToImage() in XenGallery/DataWriter/Media.php at line 349
XenGallery_DataWriter_Media->_postSave() in XenForo/DataWriter.php at line 1397
XenForo_DataWriter->save() in XenGallery/Model/Media.php at line 1955
XenGallery_Model_Media->associateAttachmentsAndMedia() in XenGallery/ControllerPublic/Media.php at line 3717
XenGallery_ControllerPublic_Media->actionSaveMedia() in XenForo/FrontController.php at line 347
XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
XenForo_FrontController->run() in /home/sites/deemit.co.uk/public_html/index.php at line 13
 
I will look into it. Thank you.

Please make threads at my site if there's any issues you notice.
 
I want to change the news_feed(Recent Activity) of this addon
http://xenforo.com/community/recent-activity/
When I upload photos.
It updates new feed " admin added 1 new image(s) to his album he" and don't have image thumbnail.
2.webp
I want to edit to add image thumbnai
l1.webp


I tried code " <img src="{$image.thumbnailUrl}" alt="{$image.filename}"/>" But I was not successful.

@Brogan and @Jeremy
I know this addon which are not developed by your
But You are better than me.Can you help me?
This addon .it is not being developed anymore.I was really sad
 
In templates " xfr_useralbums_forum_list_image "
Have the code
<div class="thumbnail">
<a href="{xen:link useralbums/view-image, $image}" class="thumbBox ImageboxOpener" data-href="{xen:link 'full:useralbums/view', $album}#image-{$image.image_id}">
<img src="{$image.thumbnailUrl}" alt="{$image.filename}"/>
</a>
</div>

Code {$image.thumbnailUrl}. it is used to call Images thumbnails
I copied it into the teamplate"news_feed_item_xfr_useralbum_image_insert"
But It can not be used.4.webp

Do you have any idea to help me?
Thank you very much
 
Having developed the add-on you see in the second screenshot, it's not easy to do unless you modify PHP files. It's likely the news feed handler doesn't pass the thumbnailUrl parameter to the template.

You're more than likely going to need to:
  • Use another add-on
  • Pay someone to make the customisations for you (post a request in the relevant forum)
  • Or wait patiently in case the developer of this add-on or one of its users helps you out.
You're not likely going to get help by tagging people who don't even use the add-on...
 
Top Bottom