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/

Help Photo Widget And Page Exclusion And Word Limit Comment Form

Discussion in 'XenGallery' started by antonio, Nov 6, 2013.

  1. antonio

    antonio Authorized Member Authorized

    Hi :)
    I have two question:
    1- I have added photo widget in my forum ( breadcrumb position in widget framework)
    It's possible, using expression in widget setting, not shows this widget in Gallery page?
    Now it shows in all pages, but i want not shows in Gallery page.
    2- Comment form has word limit?
    Thanks
     
    Last edited: Nov 6, 2013
  2. antonio

    antonio Authorized Member Authorized

    For 1st question i have solved :) i have used this expression for not shows widget in collection page:
    $contentTemplate != 'sonnb_xengallery_collection_index'
     
  3. sonnb

    sonnb Administrator Staff Member

    Maximum length allowed for a comment is 500 characters.
     
  4. antonio

    antonio Authorized Member Authorized

    Hi @sonnb
    I'm trying to exclude some sidebar widget from gallery index page using this expression in widget
    Code:
    $contentTemplate != 'sonnb_xengallery_gallery_view'
    but not works.
    In sonnb_xengallery_collection_index template widget exclusion works.
    Why not works in gallery index page?
    Thanks .)
    Antonio
     
  5. sonnb

    sonnb Administrator Staff Member

    You can try $controllerName != 'sonnb_XenGallery_ControllerPublic_XenGallery'
     
  6. antonio

    antonio Authorized Member Authorized

    Thanks, it works!
    Antonio
     

Share This Page