sonnb - XenGallery (XenForo Gallery) [Deleted]

Got this error today.

ErrorException: Fatal Error: Call to undefined method WidgetFramework_XenForo_View1::renderHtml() -library/sonnb/XenGallery/ViewPublic/Album/List.php:82
Generated By: Unknown Account, Today at 6:40 PM
Stack Trace
#0 [internal function]: XenForo_Application::handleFatalError()
#1 {main}
Request State
array(3) {
["url"] => string(35) "https://8thos.com/gallery/index.rss"
["_GET"] => array(0) {
}
["_POST"] => array(0) {
}
}
It has been reported and I have fixed it for later release.

I have a styling request. As you can see from our site we have a standard menu bar along the top of the page. When the full-screen mode of XenGallery opens up the top of the page is obscured. Can you tell me the CSS that needs modifying open the full screen viewer and allow the top nav bar to continue to be displayed without covering any features up. THanks!
The only way you can do is hide the menu bar when overlay is shown. Add following CSS to extra.css
Code:
body.noscroll .nav-secondary {
position: relative;
}

Thank you!
I have imported from Photopost vbGallery, I then rotated a photo. It says it is waiting on moderation, but it is not in the moderation queue. I am pretty sure that there are other photos that wasn't approved before importing and they don't show up in the queue either.
I choose another photo that was approved and took away the approval, that photo showed up in the moderation queue.
I think something might not be working as it should.
Seem that need to be fixed. Thanks.
 
Hey there, i am running Xenforo 1.1.3 with XFRU User Album installed. I am looking to upgrade my forums today to the newest Xenforo version, and my gallery to your gallery system.

Should i,

A) Upgrade the gallery to your gallery, then upgrade Xenforo.
B) Upgrade Xenforo, then run the import system on your gallery to import XFRU User Album.

Thanks!
 
Something like:

Code:
<xen:require css="sonnb_xengallery_bbcode_photo.css" />
<xen:require css="sonnb_xengallery_bbcode_album.css" />

<a class="photoBbcode" href="{xen:link gallery/photos, $photo}"
    title="{xen:helper wordTrim, $photo.description, 100}">
    <img src="{xen:if '{$tag.option} == "small"', $photo.thumbnailSmall, $photo.thumbnailUrl}" />
</a>
<div class="bbcodeAlbum">
        <div class="detail">
            <div class="title">
                <a href="{xen:link gallery/photos, $photo}" title="{$photo.title}">{$album.title}</a>
            </div>
        </div>
</div>
 
In a future version, can you add the ability for an admin to choose for albums to display newest photos at the top instead of the bottom? Like a reverse order? That would be huge.

Expanding on that, putting new pics first, and also allowing pics with activity like comments or likes to jump back to the top would be amazing (but probably more difficult).
 
In a future version, can you add the ability for an admin to choose for albums to display newest photos at the top instead of the bottom? Like a reverse order? That would be huge.

Expanding on that, putting new pics first, and also allowing pics with activity like comments or likes to jump back to the top would be amazing (but probably more difficult).
Good idea.
 
Expanding on that, putting new pics first, and also allowing pics with activity like comments or likes to jump back to the top would be amazing (but probably more difficult).
That would be much more difficult.
New pics first is fair.
Pics with activity to jump to the top: With many new pics who would bother to scroll down to the middle or bottom to see them?
 
That would be much more difficult.
New pics first is fair.
Pics with activity to jump to the top: With many new pics who would bother to scroll down to the middle or bottom to see them?
That's why I wrote it would be more difficult for the 2nd option...

For both of these it should be an option in the ACP, these options would not be for everyone.
 
Something like:

Code:
<xen:require css="sonnb_xengallery_bbcode_photo.css" />
<xen:require css="sonnb_xengallery_bbcode_album.css" />

<a class="photoBbcode" href="{xen:link gallery/photos, $photo}"
    title="{xen:helper wordTrim, $photo.description, 100}">
    <img src="{xen:if '{$tag.option} == "small"', $photo.thumbnailSmall, $photo.thumbnailUrl}" />
</a>
<div class="bbcodeAlbum">
        <div class="detail">
            <div class="title">
                <a href="{xen:link gallery/photos, $photo}" title="{$photo.title}">{$album.title}</a>
            </div>
        </div>
</div>
That did nothing. How do I simply achieve this? All the information properly spaced below the image - centered.

Screen Shot 2013-10-26 at 7.44.42 AM.webp
 
Doesn't the title of each photo show up anywhere? When you upload a photo you got 2 fields, title and description, but the title of the photo doesn't seem to show up anywhere (????)
 
Back
Top Bottom