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.

Show Us Your Showcase!

Discussion in 'Showcase Support' started by DRE, Nov 18, 2012.

  1. DRE

    DRE Member Showcase Sportsbook

    Last edited: Nov 3, 2013
    Neal and Bob like this.
  2. Bob

    Bob Developer Staff Member

    Lookin Good bud!
     
  3. Sheldon

    Sheldon Active Member Pickem Sportsbook Survivor

    Neal, ibenick and Bob like this.
  4. Bob

    Bob Developer Staff Member

    Thats turning out really nice!
     
  5. Sheldon

    Sheldon Active Member Pickem Sportsbook Survivor

    Still quite a bit to do, but I think I have a good "base" to go off of right now.
     
  6. Bob

    Bob Developer Staff Member

    love that dark style!!
     
  7. MattW

    MattW Server Admin AMS Premium CAS Premium RMS Premium SC Premium UBS Premium

    Neal and Bob like this.
  8. Neal

    Neal Member Showcase

    Last edited: Jul 26, 2013
    Bob likes this.
  9. Kim

    Kim New Member Showcase

    Neal and Bob like this.
  10. Bob

    Bob Developer Staff Member

    Kim likes this.
  11. Shelley

    Shelley Member Showcase

    That looks so good. *stomach grumbles* Excellent work @Kim :) *Ventures off to the kitchen to cook something*
     
    Bob likes this.
  12. Bob

    Bob Developer Staff Member

    awesome video :D
     
  13. smartpixels

    smartpixels New Member Showcase

    If you dont mind me asking. What are you using in customfields for multiset ratings? Can users rate or only limited to author of the item
     
  14. C.Birch

    C.Birch Member AMS Premium SC Premium UBS Premium

    Users can rate, its ip based so 1 vote a ip. Its a old 5 star rate script that works with a div tag and you have to give each dev a ids eg rate_1 rate_2 rate_3
    Script: http://www.sevenscript.net/ajax-star-rating-script-rate-anything/

    Eg of field coding:
    Screen Shot 2013-08-16 at 18.18.53.png Screen Shot 2013-08-16 at 18.23.35.png Screen Shot 2013-08-16 at 18.23.41.png

    You have to add the script to the nflj_showcase_item template, the css and js.

    Then in same template you have to add the code for your fields, mine are in tab1:
    PHP:
    <xen:if is="is_array({$customFieldsGrouped.tab1.rate_style.fieldValueHtml})">
        <
    ul>
        <
    xen:foreach loop="$customFieldsGrouped.tab1.rate_style.fieldValueHtml" value="$_fieldValueHtml">
            <
    li>{xen:raw $_fieldValueHtml}</li>
        </
    xen:foreach>
        </
    ul>
    <
    xen:else />
        {
    xen:raw $customFieldsGrouped.tab1.rate_style.fieldValueHtml}
    </
    xen:if>

    <
    xen:if is="is_array({$customFieldsGrouped.tab1.rate_interactiveness.fieldValueHtml})">
        <
    ul>
        <
    xen:foreach loop="$customFieldsGrouped.tab1.rate_interactiveness.fieldValueHtml" value="$_fieldValueHtml">
            <
    li>{xen:raw $_fieldValueHtml}</li>
        </
    xen:foreach>
        </
    ul>
    <
    xen:else />
        {
    xen:raw $customFieldsGrouped.tab1.rate_interactiveness.fieldValueHtml}
    </
    xen:if>



    <
    xen:if is="is_array({$customFieldsGrouped.tab1.rate_value.fieldValueHtml})">
        <
    ul>
        <
    xen:foreach loop="$customFieldsGrouped.tab1.rate_value.fieldValueHtml" value="$_fieldValueHtml">
            <
    li>{xen:raw $_fieldValueHtml}</li>
        </
    xen:foreach>
        </
    ul>
    <
    xen:else />
        {
    xen:raw $customFieldsGrouped.tab1.rate_value.fieldValueHtml}
    </
    xen:if>

    <
    xen:if is="is_array({$customFieldsGrouped.tab1.rate_overall.fieldValueHtml})">
        <
    ul>
        <
    xen:foreach loop="$customFieldsGrouped.tab1.rate_overall.fieldValueHtml" value="$_fieldValueHtml">
            <
    li>{xen:raw $_fieldValueHtml}</li>
        </
    xen:foreach>
        </
    ul>
    <
    xen:else />
        {
    xen:raw $customFieldsGrouped.tab1.rate_overall.fieldValueHtml}
    </
    xen:if>
     
    smartpixels likes this.
  15. smartpixels

    smartpixels New Member Showcase

    Good work. I was looking at a different script on codecanyon which can be embedded. I was hoping for something within showcase or atleast xenforo. Looks like this the only solution for now and I need my site to be live in next 15 days no time for developing an ratings addon. May be I will leave this feature and develop something for ratings later.

    I really hope showcase makes this feature available rather than me developing it.
     
    Bob likes this.
  16. gazhyde

    gazhyde New Member AMS Premium SC Premium UBS Premium

    Just bought and installed it on my site here http://zroadster.org/forum/showcase/

    Loving the vast amount of options and configuration...

    Gave a couple of trusted members access to add items without any instructions, and they figured it instantly. Shows how straightforward it is to use!

    Any comments or suggestions on tweaking appreciated.
     
    Bob likes this.
  17. d12j28

    d12j28 Member Showcase Pickem Sportsbook Survivor

    Bob likes this.
  18. Sheldon

    Sheldon Active Member Pickem Sportsbook Survivor

  19. d12j28

    d12j28 Member Showcase Pickem Sportsbook Survivor

    Thanks Stewart. I will change that.
     
  20. Bob

    Bob Developer Staff Member

    My sis would love that steelers bike. She is a die hard Steelers fan (Season ticket holder).
     
  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.