1.2? Thanks!There is no.
As mentioned earlier, an importer for XenMedio free version has been added.
1.2? Thanks!There is no.
As mentioned earlier, an importer for XenMedio free version has been added.
In 2.0.0.1.2? Thanks!
does it mean XG will have direct video upload feature that host the video locally in our own server and not embedded from other sites2. It is not available yet but possibility will be available.
3. Video upload will available.
4. It will be implemented in future release.
Will have but not in core. Will be a separated addon.does it mean XG will have direct video upload feature that host the video locally in our own server and not embedded from other sites
It will be fixed in 2.0.0.I have encountered an issue with privacy permissions. When a user sets an album to "People I Followed" then those who he/she follows can NOT see the album. I have tried all variations on this, tested and double tested, rebuild caches etc.
What you see is what you getBesides video and a better sized album cover- what is new really?
It will be fixed in 2.0.0.
Sure:Is there a workaround? I imported a bunch of albums and those that were visible to Friends only are now set to People I Followed which means that they are not visible at all.
$albumFetchOptions = array(
'join' => sonnb_XenGallery_Model_Album::FETCH_USER |
sonnb_XenGallery_Model_Album::FETCH_COVER_PHOTO,
'likeUserId' => $visitor['user_id'],
'watchUserId' => $visitor['user_id']
);
$albumFetchOptions = array(
'join' => sonnb_XenGallery_Model_Album::FETCH_USER |
sonnb_XenGallery_Model_Album::FETCH_COVER_PHOTO,
'likeUserId' => $visitor['user_id'],
'watchUserId' => $visitor['user_id'],
'followingUserId' => $visitor['user_id']
);
I know that from the time I was implementing EXIF. Maybe it will be added later.I have a large batch of photos that include EXIF info including dc:description and dc:title, but when I add photos this info isn't automatically pulled into the title and description fields. Can this functionality be added?
I'm including a sample image...
Sure:
Please open: library\sonnb\XenGallery\ControllerPublic\XenGallery.php
Line 270:
PHP:$albumFetchOptions = array( 'join' => sonnb_XenGallery_Model_Album::FETCH_USER | sonnb_XenGallery_Model_Album::FETCH_COVER_PHOTO, 'likeUserId' => $visitor['user_id'], 'watchUserId' => $visitor['user_id'] );
Replace by:
PHP:$albumFetchOptions = array( 'join' => sonnb_XenGallery_Model_Album::FETCH_USER | sonnb_XenGallery_Model_Album::FETCH_COVER_PHOTO, 'likeUserId' => $visitor['user_id'], 'watchUserId' => $visitor['user_id'], 'followingUserId' => $visitor['user_id'] );
There are some other places will be updated to fix this case also. However for gallery home, this change is enough.
The same for library\sonnb\XenGallery\ControllerPublic\XenGallery\Author.php line 298 and 318This seems to make albums visible to People I Followed only from the main gallery page. I need them to be visible from the profile page. Please let me know how this can be fixed.
I actually already made those changes. People I Followed can still NOT view photos from the profile page. They can view the album cover now, but not the photo inside.The same for library\sonnb\XenGallery\ControllerPublic\XenGallery\Author.php line 298 and 318
library\sonnb\XenGallery\ControllerPublic\XenGallery\Album.php line 50.I actually already made those changes. People I Followed can still NOT view photos from the profile page. They can view the album cover now, but not the photo inside.
Ok, almost working.library\sonnb\XenGallery\ControllerPublic\XenGallery\Album.php line 50.
What is exactly that you need?Does version 2.0 include an easy and flexible way of adjusting how the preview images on forum frontpage appear? I have a great need to control the appearance, in detail. Or is this up to each user to do, codewise?
We use essential cookies to make this site work, and optional cookies to enhance your experience.