The only time users would ever be deleted is if they were flagged for StopForumSpam upon registration and I opted to deny their account. Is it...
Just happened again, same contents in xf_deferred as OP.
Mine is set to permanently delete. I don't delete users though.
This is still happening @sonnb
Came here to ask this same question. Do we need to wait? The update notes state the old uploader is deprecated, which means it's still available.
Good to hear, especially that you're not having a large child!
Here's an example link I found causing allow_view errors https://yaktribe.org/community/gallery/authors/glitch.11107/photos?page=1
Just in case you need to add extra checks, I'm now getting them for other types [SPOILER]
How am I supposed to know what the album is? There's nothing in the URL to indicate as such.
I've been getting these errors randomly for awhile, any ideas? Not sure in what situation there would be a ?page=3 initiated? ErrorException:...
Seems I was a couple of versions behind. Updating now and I'll see how it goes.
I'm getting this error when I try to reject a user registration that has been halted by StopForumSpam. If I disable XenGallery temporarily, the...
Oooh these features will be great, thanks!
Great, thanks. I'm yet to become familiar with all the functions I should be using that's built into XenForo already.
With that particular code it is getting the latest 5 albums and displaying one image from each. Currently it is not checking whether a photo...
I'm sorry, trying to rush responses without checking the field data. It's content_id, not content_data_id. I've modified my post above.
Sorry it's $photo['content_id'] instead of $photo['photo_id']. I don't know why $photourl isn't working. You don't really need it anyway as it's...
To link the photo, you look at the existing URL structure for a gallery photo /gallery/photos/[photo_title].[photo_id]/ So in my given code you...
If you just use my code example, it will produce a blank page as there's no output. It's up to you to do something with data sets as that's...
First I use the xfloader I got from the XenForo forums <?php // XenForo Authentication Loader define('XF_ROOT', '/path/to/xfroot/'); // set...
Separate names with a comma.