sonnb - XenGallery (XenForo Gallery) [Deleted]

It should be:
HTML:
<dl>
<dt>{xen:phrase BRC_credit}:</dt>
<dd>
<xen:if is="{$user.user_id} != {$visitor.user_id} AND {$canTransfer}">
            <a href="{xen:link 'credits/transfer', '', 'receiver={$user.username}'}" title="{xen:phrase BRC_transfer}" class="Tooltip OverlayTrigger concealed" data-cacheOverlay="no" data-userid="{$user.user_id}">{xen:helper brc_currencyformat, {$user.credits},true}</a>
        <xen:else />
            <a href="{xen:link 'credits'}" class="concealed">{xen:helper brc_currencyformat, {$user.credits},true}</a>
        </xen:if>
</dd>
</dl>
wrap it with dl tag, instead of adding br.
 
I'm having some difficulty...just upgraded to the current version and when I try to upload a picture to a gallery I get this:

Screen shot 2013-10-13 at 7.32.00 PM.webp

I was getting this before I upgraded from 1.1.2 today.
 
I'm having some difficulty...just upgraded to the current version and when I try to upload a picture to a gallery I get this:

View attachment 58933

I was getting this before I upgraded from 1.1.2 today.
This usually is because of out-of-date token in the form. I could help you to find down why if you send me a PC with your site URL and a test account.
 
@sonnb,

Please fix this missing "close" phrase in sonnb_xengallery_photo_create :)

Code:
<div class="sectionFooter overlayOnly">
        <a class="button primary OverlayCloser">Close</a>
</div>

PS when edit any gallery template, it showing up this notice in Admin index "There are templates that may be outdated. Click here to review them."

I can't see any added phrase in the latest version and I've disabled Gallery's RSS feed but still getting the errors;
Code:
Fatal error: Call to undefined method sonnb_XenGallery_ViewPublic_Album_List::renderHtml() in /home/domains/public_html/library/sonnb/XenGallery/ViewPublic/Album/List.php on line 82
 
I keep getting this error after moving servers.

Code:
Error Info
Zend_Db_Statement_Mysqli_Exception: Mysqli prepare error: DELAYED option not supported for table 'sonnb_xengallery_photo_view' - library/Zend/Db/Statement/Mysqli.php:77
Generated By: Unknown Account, 5 minutes ago
Stack Trace
#0 /home/nginx/domains/rwdcoupe.com/public/library/Zend/Db/Statement.php(115): Zend_Db_Statement_Mysqli->_prepare('????INSERT DELA...')
#1 /home/nginx/domains/rwdcoupe.com/public/library/Zend/Db/Adapter/Mysqli.php(381): Zend_Db_Statement->__construct(Object(Zend_Db_Adapter_Mysqli), '????INSERT DELA...')
#2 /home/nginx/domains/rwdcoupe.com/public/library/Zend/Db/Adapter/Abstract.php(478): Zend_Db_Adapter_Mysqli->prepare('????INSERT DELA...')
#3 /home/nginx/domains/rwdcoupe.com/public/library/sonnb/XenGallery/Model/Photo.php(466): Zend_Db_Adapter_Abstract->query('????INSERT DELA...', 337)
#4 /home/nginx/domains/rwdcoupe.com/public/library/sonnb/XenGallery/ControllerPublic/XenGallery/Photo.php(158): sonnb_XenGallery_Model_Photo->logPhotoView(337)
#5 /home/nginx/domains/rwdcoupe.com/public/library/XenForo/FrontController.php(337): sonnb_XenGallery_ControllerPublic_XenGallery_Photo->actionIndex()
#6 /home/nginx/domains/rwdcoupe.com/public/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#7 /home/nginx/domains/rwdcoupe.com/public/index.php(13): XenForo_FrontController->run()
#8 {main}
Request State
array(3) {
  ["url"] => string(43) "http://www.rwdcoupe.com/gallery/photos/337/"
  ["_GET"] => array(1) {
    ["/gallery/photos/337/"] => string(0) ""
  }
  ["_POST"] => array(0) {
  }
}

Any ideas?
 
I can't see any added phrase in the latest version and I've disabled Gallery's RSS feed but still getting the errors;
Code:
Fatal error: Call to undefined method sonnb_XenGallery_ViewPublic_Album_List::renderHtml() in /home/domains/public_html/library/sonnb/XenGallery/ViewPublic/Album/List.php on line 82
Phrase was not be added in 1.1.4, it was added for 2.0.0. RSS error will be fixed also.

I keep getting this error after moving servers.

Code:
Error Info
Zend_Db_Statement_Mysqli_Exception: Mysqli prepare error: DELAYED option not supported for table 'sonnb_xengallery_photo_view' - library/Zend/Db/Statement/Mysqli.php:77
Generated By: Unknown Account, 5 minutes ago
Stack Trace
#0 /home/nginx/domains/rwdcoupe.com/public/library/Zend/Db/Statement.php(115): Zend_Db_Statement_Mysqli->_prepare('????INSERT DELA...')
#1 /home/nginx/domains/rwdcoupe.com/public/library/Zend/Db/Adapter/Mysqli.php(381): Zend_Db_Statement->__construct(Object(Zend_Db_Adapter_Mysqli), '????INSERT DELA...')
#2 /home/nginx/domains/rwdcoupe.com/public/library/Zend/Db/Adapter/Abstract.php(478): Zend_Db_Adapter_Mysqli->prepare('????INSERT DELA...')
#3 /home/nginx/domains/rwdcoupe.com/public/library/sonnb/XenGallery/Model/Photo.php(466): Zend_Db_Adapter_Abstract->query('????INSERT DELA...', 337)
#4 /home/nginx/domains/rwdcoupe.com/public/library/sonnb/XenGallery/ControllerPublic/XenGallery/Photo.php(158): sonnb_XenGallery_Model_Photo->logPhotoView(337)
#5 /home/nginx/domains/rwdcoupe.com/public/library/XenForo/FrontController.php(337): sonnb_XenGallery_ControllerPublic_XenGallery_Photo->actionIndex()
#6 /home/nginx/domains/rwdcoupe.com/public/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#7 /home/nginx/domains/rwdcoupe.com/public/index.php(13): XenForo_FrontController->run()
#8 {main}
Request State
array(3) {
  ["url"] => string(43) "http://www.rwdcoupe.com/gallery/photos/337/"
  ["_GET"] => array(1) {
    ["/gallery/photos/337/"] => string(0) ""
  }
  ["_POST"] => array(0) {
  }
}

Any ideas?
If your db does not support DELAY insert so you should disable this option in AdminCP or you will get this error somewhere also. yourdomain.com/admin.php?options/list/performance#_enableInsertDelayed
 
Album permission problem when set as:

View this album: People I Followed

This is not working for me. People I follow cannot see the album in the gallery and cannot see the album & it's photos in the profile either. But, can see the photos in the recent activity.

If I set it to "People Following Me", it seems to work fine in those areas.
 
I got a couple of questions:

1) How can I remove my gallery's cover? I put a photo there and it doesn't show up properly, so I'd rather have nothing.

2) Is there any way to show a "Locations" tab in every user's gallery profile with just his albums showing as pins?

3) How is the Locations map showing up initially? It seems to center in a random location for my site, no matter where the pins are.
 
Album permission problem when set as:

View this album: People I Followed

This is not working for me. People I follow cannot see the album in the gallery and cannot see the album & it's photos in the profile either. But, can see the photos in the recent activity.

If I set it to "People Following Me", it seems to work fine in those areas.

I will check it.
I got a couple of questions:

1) How can I remove my gallery's cover? I put a photo there and it doesn't show up properly, so I'd rather have nothing.

2) Is there any way to show a "Locations" tab in every user's gallery profile with just his albums showing as pins?

3) How is the Locations map showing up initially? It seems to center in a random location for my site, no matter where the pins are.
1. Currently there is no way to do that.
2. Yes but it require extra code and templates.
3. I will center from a random pin location.
 
I don't know if this a stupid question, but is there an easy way to find albums and photos that are moderated/not approved yet to be able to approve them?
 
Hi @sonnb - i'm trying to use the PhotoPost Pro 8.4 (vBB Integration) => sonnb - XenGallery importer but I get the following message:

"Either the specified path to your PhotoPost Pro installation does not exist, or it does not contain the 'medium' folder that contains file attachments."

I've validated the full directory structure and is correctly input into the importer. When I look at my data directory I can see the following:

/data/1/medium/
/data/1/mini/
/data/1/thumb/
/data/2/medium/
/data/2/mini/
/data/2/thumb/
and so on....

Any ideas?
 
Hi @sonnb - i'm trying to use the PhotoPost Pro 8.4 (vBulletin Integration) => sonnb - XenGallery importer but I get the following message:

"Either the specified path to your PhotoPost Pro installation does not exist, or it does not contain the 'medium' folder that contains file attachments."

I've validated the full directory structure and is correctly input into the importer. When I look at my data directory I can see the following:

/data/1/medium/
/data/1/mini/
/data/1/thumb/
/data/2/medium/
/data/2/mini/
/data/2/thumb/
and so on....

Any ideas?
It check for folder medium which available in {data_path}/medium (probably is data/medium in your case). This is created by default when installing PhotoPost Pro (vBB integration). Could you check if that folder exist? You can create it if it does not exist. Just for checking (referencing) purpose.
 
They are in moderation queue as normal :)
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.
 
I'm really excited about you giving us the ability to upload video to our own server. That's gonna be pretty cool. Also letting us link from our YouTube account is also exciting as well. It will be the easiest way of posting or uploading private videos that you only want another member to see.
 
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) {
}
}
 
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!
 
Back
Top Bottom