1. REGISTRATION REQUIREMENTS:

    Your username here MUST MATCH your XenForo username (connected to your XF license).

    Once you have registered here, then you need to start a conversation at xenforo.com w/Bob and provide the following:
    1. Your XenForo License Validation Token
    2. The Domain Name associated with the License
    NOTE: Your account will be validated once ALL requirements are verified/met. Thank you for your patience.

Char limit in widgets

Discussion in 'Showcase Support' started by Richard.r, Sep 4, 2013.

  1. Richard.r

    Richard.r New Member Showcase

    @Bob B is there a way to limit the link titles in the widgets to 30 chars?

    the wf framework master setting doesn't affect blocks from this addon
     
  2. Bob

    Bob Developer Staff Member

    Yes, you will have to edit the template for the specific render.. ie, if its the Recent Items renderer, you will need to edit the nflj_showcase_wf_recent_items template and change the snippet from 40 to 35.

    HTML:
    <a class="title" href="{xen:link showcase, $item}">{xen:helper snippet, $item.item_name, 40}</a>
    List of the templates associated with [bd]Widget Framework Renderers
    nflj_showcase_wf_featured_items
    nflj_showcase_wf_popular_items
    nflj_showcase_wf_recent_items
    nflj_showcase_wf_tabbed_items
    nflj_showcase_wf_top_rated_items


    I have NO idea what that is. Where is this "master setting"?
     
  3. Bob

    Bob Developer Staff Member

    On the TABBED one, there are multiple places to edit, so make sure you get them all (simple search based on the word snippet should help)
     
  4. Bob

    Bob Developer Staff Member

  5. Richard.r

    Richard.r New Member Showcase

    Thanks :)

    and its in style properties actually:)

    I didn't know it was there till today when xfrocks showed me it.
     
  6. Bob

    Bob Developer Staff Member

    ah, ya... those are for specific widgets (his own thread widgets), not globally for any old widget. I prefer to have my own settings instead of piggy backing off of a 3rd party addon... You can (if you want) request that I add a similar setting to the SC widgets.
     
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.