• This forum has been archived. New threads and replies may not be made. All add-ons/resources that are active should be migrated to the Resource Manager. See this thread for more information.

[XFR] User Albums

Status
Not open for further replies.
Fantastic! I'm very excited about this update!
If the user clicks on a photo on the home page, will it open up like this?
What are the numbers below the photos?
Again, this is great.

Hmm.. I'll take a wild guess and assume it will hold the number of likes/comments, but the third one,..?

Looking good Pepelac ;)
 
Version 1.0.0 b5 is in the first post.

Upgrading from beta 1, 2, 4 to beta 5
  1. Upload files from the archive to your server and upgrade add-on from ACP using xml file from archive.
  2. Check if additional folder was created - data/xfru/useralbums/sprites. If no - manually create it and set permissions to 777
  3. In ACP - Tools run all tasks under [xfr] User Albums Tools
If you've got error while upgrading add-on to beta 5, you'll need to drop column sprite_hash from thexfr_useralbum table and column comment_count from the xfr_useralbum_image table before new upgrade attempt. If you have problems with this upgrade, contact me via PC and describe your error.
Changelog:

v. 1.0.0 b5 (23.08.2011)
[+] Lightbox support added​
[+] Added an option to control images count in recent images and latest images blocks​
[+] Rebuild data tools added​
[+] Slide effect added over thumbnails on albums homepage​
[*] All thumbnails are square now​
[*] Profile > Albums shows latest image thumbnail instead of user avatar​
[*] Some minor style changes​
 
Awesome job pepelac, I just checked I have all your mod's installed except this. Going to install this too (y)

A fetature request: Embedding albums into post as thumbnail gallery. Just of the top of my head.
 
Version 1.0.0 b5 is in the first post.

Upgrading from beta 1, 2, 4 to beta 5
  1. Upload files from the archive to your server and upgrade add-on from ACP using xml file from archive.
  2. Check if additional folder was created - data/xfru/useralbums/sprites. If no - manually create it and set permissions to 777
  3. In ACP - Tools run all tasks under [xfr] User Albums Tools
If you've got error while upgrading add-on to beta 5, you'll need to drop column sprite_hash from thexfr_useralbum table and column comment_count from the xfr_useralbum_image table before new upgrade attempt. If you have problems with this upgrade, contact me via PC and describe your error.
Changelog:

v. 1.0.0 b5 (23.08.2011)
[+] Lightbox support added​
[+] Added an option to control images count in recent images and latest images blocks​
[+] Rebuild data tools added​
[+] Slide effect added over thumbnails on albums homepage​
[*] All thumbnails are square now​
[*] Profile > Albums shows latest image thumbnail instead of user avatar​
[*] Some minor style changes​

Pepelac,

Any word on categories? Thank you!
 
Yeah, it works the same way here. Clicking one of the "Newest pics" on forumhome sends you to the album and not the pic itself in lightbox.
 
You can disable this function till I'll release fix by commenting this line in the /js/xfru/useralbums/opener.js
Code:
XenForo.register('a.ImageboxOpener', 'XenForo.XfrImageboxOpener');
 
find that line in the file and add // before it. Should be
Code:
// XenForo.register('a.ImageboxOpener', 'XenForo.XfrImageboxOpener');
 
Status
Not open for further replies.
Back
Top Bottom