Xen Media Gallery (Media Gallery for XenForo) [Paid] [Deleted]

Status
Not open for further replies.
Please make sure all files uploaded correctly.

There should be a file called Model.php in public_html/library/XenGallery/Model

That error suggests there isn't.
 
Excellent :)

Sorry to say, though, there is going to be another update very soon. I have identified a last minute bug.
 
Excellent :)

Sorry to say, though, there is going to be another update very soon. I have identified a last minute bug.

:D

I have another problem, or maybe I am just being thick, should I have a navigation tab on the main header, I can't see one anywhere.
 
As I said in my post here:
http://xenforo.com/community/threads/which-media-gallery.73782/#post-763245

It's potentially not possible without custom development.

The Getty images can only be embedded (much like YouTube videos) but the embed code doesn't allow for a simple implementation. It would need to be added to your site as a BB Code Media site but it seems to me like additional PHP code would need to be written to allow that to work.

In the post I linked to above, I suggested getting into contact with a couple of people who might be able to help. You could also post elsewhere in the forum about getting help with creating a Getty BB Code media site.

Once you have a BB Code Media site you can just enable it in the Gallery Options.
 
No, the whole point of using BB Code Media sites is if it works in the forum, it will work in the Gallery.

So you just need to make sure it is enabled:

upload_2014-5-25_18-56-34.webp

You can then use it by pasting the URL in the Add Media screen from the "Embed a Video" tab.
 
@Chris D You should be very proud of this release. :)

I have been 'bug hunting' and even trying to break it (purposely :sneaky:) and cannot as of yet find any issues.

You've done good. I like this build. (y)
 
Regarding the "import log" requirement, I checked and the "archived_import_log" table is still there - but my transition from vbulletin was done months ago. I always thought that PhotoPost Pro integration wasn't a truly 100% integration of either vbulletin or xenforo. What is the purpose of requiring an old import log table?
 
Regarding the "import log" requirement, I checked and the "archived_import_log" table is still there - but my transition from vbulletin was done months ago. I always thought that PhotoPost Pro integration wasn't a truly 100% integration of either vbulletin or xenforo. What is the purpose of requiring an old import log table?
Redirects.
 
Not just redirects. (There isn't any built in with XMG)

When you migrated from vBulletin to XenForo, even if you retained content IDs, there's still the chance that users could have been merged or other behaviour.

This gives the case where user_id 123 in vBulletin could be user_id 456 in XenForo.

The import log would record:

type = user
old_id = 123
new_id = 456

If the old user ID 123 had hundreds of albums and images in PhotoPost Pro, they will be recorded against the user with ID 123. If we didn't refer to the old vBulletin to XF import log, they would be imported against the old user ID. This would leave that user confused as to why their hundreds of albums or images were missing. They'd be missing because they'd be logged against his old user ID.

There is of course still room for this to happen. If, since moving to XenForo, user_id has been merged again with another user and his new user_id is 789 then we could see the same problem. But that is something that is probably even rarer than the first case.

But aside from that, it's still important we get the import log in case the content IDs were not retained. In that case you could have users getting no albums, someone else's albums... Which would be a disaster.

If there was ever a special case where there was no import log but someone still wanted to do the import, I would provide limited help with this (as long as retain IDs was used and the potential issues were understood) to help the import still go ahead. But otherwise it would be impossible without the import log.
 
Last edited:
@Chris D

My only feature request is Xen Media Gallery importer for Xen Media Gallery. Useful for people who merge XenForo into another XenForo site and who happen to also have Xen Media Gallery on both site.
 
To be fair I don't think you posted it in the Suggestions forum originally. I think I moved it there because it seemed like a valid suggestion.
 
Status
Not open for further replies.
Back
Top Bottom