What Do You Need In The Xf2 Xengallery Version? Vote for your choices here: http://www.sonnb.com/threads/what-do-you-need-in-the-xf2-xengallery-version.1539/

Question How To Add Stream Cloud To Other Pages?

Discussion in 'XenGallery' started by Mihari, May 15, 2014.

  1. Mihari

    Mihari Authorized Member Authorized

    I want to go with the latest photos index for the gallery, but I also would like to have the stream cloud above it for easy browsing. I tried to do a modification that includes:
    Code:
    <xen:include template="sonnb_xengallery_stream_index"></xen:include>
    It succeeds on adding the stream cloud page, but the cloud is empty.

    Any thoughts?
     
  2. sonnb

    sonnb Administrator Staff Member

    Yes, because it does not have steam's data on that page. You need to modify the codes to add stream's data to the pages you want.
     
  3. Mihari

    Mihari Authorized Member Authorized

    Is that easily done?
     
  4. sonnb

    sonnb Administrator Staff Member

    Yes it is. Please open library\sonnb\XenGallery\ControllerPublic\XenGallery\Stream.php to at line 31 to see how $streams was created. Copy the same to library\sonnb\XenGallery\ControllerPublic\XenGallery.php
     

Share This Page