Jollyriffic

Registered
1.) i have an outdated template and not sure where or why it happened. I've been using the flatawesome + for ages.
http://image.prntscr.com/image/8ac7e07580254765a63770700ff80f9c.png


on this section here's the code
http://image.prntscr.com/image/de29d79235884dda86d09ae4c91ec851.png
Code:
<li class="resourceListItem {$resource.resource_state}{xen:if '{$resource.isIgnored} AND !{$showIgnored}', ' ignored'} {xen:if $resource.feature_date, featured}" id="resource-{$resource.resource_id}">
    <div class="listBlock resourceImage">
        <div class="listBlockInner">
            <xen:if is="{$xenOptions.resourceAllowIcons}">
                <a href="{xen:link resources, $resource}" class="resourceIcon"><img src="{xen:helper resourceiconurl, $resource}" alt="" /></a>
                <xen:avatar user="$resource" size="s" img="true" class="creatorMini" />
            <xen:else />
                <xen:avatar user="$resource" size="s" img="true" />
            </xen:if>
        </div>
    </div>
    <div class="listBlock main">
        <div class="listBlockInner">
            <xen:if hascontent="true">
                <div class="iconKey">
                <xen:contentcheck>
                    <xen:if is="{$resource.resource_state} == 'moderated'"><span class="moderated" title="{xen:phrase moderated}"><i class="fa fa-shield fa-fw"></i></span></xen:if>
                    <xen:if is="{$resource.resource_state} == 'deleted'"><span class="deleted" title="{xen:phrase deleted}"><i class="fa fa-trash fa-fw"></i></span></xen:if>
                </xen:contentcheck>
                </div>
            </xen:if>
            <xen:if is="{$listItemExtraHtml}"><span class="extra muted">{xen:raw $listItemExtraHtml}</span></xen:if>
            <xen:if is="{$resource.cost}"><span class="cost">{$resource.cost}</span></xen:if>
            <xen:if is="{$resource.feature_date}"><span class="featuredBanner">{xen:phrase featured}</span></xen:if>
            <h3 class="title">
                <xen:if is="{$resource.canInlineMod} AND !{$hideInlineMod} AND !{$showCheckbox}"><input type="checkbox" name="resources[]" value="{$resource.resource_id}" class="InlineModCheck" id="inlineModCheck-resource-{$resource.resource_id}" data-target="#resource-{$resource.resource_id}" title="{xen:phrase select_resource}: '{$resource.title}'" /></xen:if>
                <xen:if is="{$showCheckbox}"><input type="checkbox" name="resource_ids[]" value="{$resource.resource_id}" /> </xen:if><xen:if is="{$resource.prefix_id} AND {$linkPrefixHtml}"><a href="{xen:raw $linkPrefixHtml}" class="prefixLink" title="{xen:phrase show_only_resources_prefixed_by_x, 'prefix={xen:helper resourcePrefix, $resource, escaped, ""}'}">{xen:helper resourcePrefix, $resource}</a><xen:else />{xen:helper resourcePrefix, $resource}</xen:if><a
                href="{xen:link resources, $resource}">{$resource.title}</a>
                <xen:if is="!{$resource.isFilelessNoExternal}"><span class="version">{$resource.version_string}</span></xen:if>
            </h3>
            <div class="resourceDetails muted"><xen:username user="{$resource}" />,
                <a href="{xen:link resources, $resource}" class="faint"><xen:datetime time="{$resource.resource_date}" /></a><xen:comment>
                </xen:comment><xen:if is="{$showCategoryTitle}">, <a href="{xen:link resources/categories, $resource}">{$resource.category_title}</a></xen:if>
            </div>
            <div class="tagLine">
                <xen:if is="{$resource.resource_state} == 'deleted'">
                    <span class="deletionNote">{xen:phrase this_resource_has_been_deleted}
                        <xen:if is="{$resource.delete_user_id}">
                            {xen:phrase deleted_by_x, 'name={xen:helper username, {xen:array "user_id={$resource.delete_user_id}", "username={$resource.delete_username}"}}'}, <xen:datetime time="{$resource.delete_date}" /><xen:if is="{$resource.delete_reason}">, {xen:phrase reason}: {$resource.delete_reason}</xen:if>.
                        </xen:if>
                    </span>
                <xen:else />
                    {$resource.tag_line}
                </xen:if>
            </div>
        </div>
    </div>
    <div class="listBlock resourceStats">
        <div class="listBlockInner">
            <xen:include template="rating">
                <xen:set var="$rating">{$resource.rating_avg}</xen:set>
                <xen:set var="$hint">{xen:if '{$resource.rating_count} == 1', {xen:phrase rm_1_rating}, {xen:phrase rm_x_ratings, 'count={$resource.rating_count}'}}</xen:set>
            </xen:include>
            <div class="pairsJustified">
                <xen:if is="!{$resource.is_fileless}"><dl class="resourceDownloads"><dt>{xen:phrase downloads}:</dt> <dd>{xen:number $resource.download_count}</dd></dl></xen:if>
                <dl class="resourceUpdated"><dt>{xen:phrase updated}:</dt> <dd><a href="{xen:link resources/updates, $resource}" class="concealed"><xen:datetime time="{$resource.last_update}" /></a></dd></dl>
            </div>
        </div>
    </div>
</li>

<xen:require css="resource_list.css" />

and on this section, here's the code
http://image.prntscr.com/image/f6ffc21fb8744691b140fe0c225376c9.png
Code:
<xen:if is="@xb_rating_fa">
<xen:require css="xb_rating_fa.css" />
<xen:else />
<xen:require css="rating.css" />
</xen:if>

<xen:if is="{$action}">
    <xen:require js="js/xenforo/rating.js" />

    <form action="{$action}" method="post" class="rating RatingWidget" {xen:if $microdata, 'itemscope="itemscope" itemtype="http://data-vocabulary.org/Rating"'}>
        <dl>
            <dt class="prompt muted">{xen:raw $prompt}</dt>
            <dd>
                <span class="ratings">
                    <button type="submit" name="rating" value="1" class="star {xen:if '{$rating} >= 1', 'Full'}{xen:if '{$rating} >= 0.5 AND {$rating} < 1', 'Half'}" title="{xen:phrase rating_1}"></button
                    ><button type="submit" name="rating" value="2" class="star {xen:if '{$rating} >= 2', 'Full'}{xen:if '{$rating} >= 1.5 AND {$rating} < 2', 'Half'}" title="{xen:phrase rating_2}"></button
                    ><button type="submit" name="rating" value="3" class="star {xen:if '{$rating} >= 3', 'Full'}{xen:if '{$rating} >= 2.5 AND {$rating} < 3', 'Half'}" title="{xen:phrase rating_3}"></button
                    ><button type="submit" name="rating" value="4" class="star {xen:if '{$rating} >= 4', 'Full'}{xen:if '{$rating} >= 3.5 AND {$rating} < 4', 'Half'}" title="{xen:phrase rating_4}"></button
                    ><button type="submit" name="rating" value="5" class="star {xen:if '{$rating} >= 5', 'Full'}{xen:if '{$rating} >= 4.5 AND {$rating} < 5', 'Half'}" title="{xen:phrase rating_5}"></button>
                </span>
           
                <span class="RatingValue"><span class="Number" itemprop="average">{$rating}</span>/<span itemprop="best">5</span>,</span>
                <span class="Hint">{xen:raw $hint}</span>
            </dd>
        </dl>
       
        <input type="hidden" name="_xfToken" value="{$visitor.csrf_token_page}" />
    </form>
   
<xen:else />
   
    <div class="rating">
        <dl>
            <dt class="prompt muted">{xen:raw $prompt}</dt>
            <dd>       
                <span class="ratings" title="{xen:number $rating, 2}">
                    <span class="star {xen:if '{$rating} >= 1', 'Full'}{xen:if '{$rating} >= 0.5 AND {$rating} < 1', 'Half'}"></span
                    ><span class="star {xen:if '{$rating} >= 2', 'Full'}{xen:if '{$rating} >= 1.5 AND {$rating} < 2', 'Half'}"></span
                    ><span class="star {xen:if '{$rating} >= 3', 'Full'}{xen:if '{$rating} >= 2.5 AND {$rating} < 3', 'Half'}"></span
                    ><span class="star {xen:if '{$rating} >= 4', 'Full'}{xen:if '{$rating} >= 3.5 AND {$rating} < 4', 'Half'}"></span
                    ><span class="star {xen:if '{$rating} >= 5', 'Full'}{xen:if '{$rating} >= 4.5 AND {$rating} < 5', 'Half'}"></span>
                </span>
               
                <span class="RatingValue"><span class="Number" itemprop="average">{$rating}</span>/<span itemprop="best">5</span>,</span>
                <span class="Hint">{xen:raw $hint}</span>
            </dd>
        </dl>   
    </div>

</xen:if>

i tried to merge but no go.

2.) how did you push the joy snow over on your guys header?
mine is full width and i want it to match up like you've got here.


sorry for asking for help on xmas morning, kids just layed down and trying to crunch down on some work so i can set it and forget it.
 
For start,if you have latest version of the style you should have also the xf latest version.

Don't try to auto merge,open the template and click save and exit.

About the snow you can find here https://xenforo.com/community/resources/holiday-joy.4887/ it's an add-on
i cant just save, i dont think i did anything new other than add the Resources plugin/addon and then about 2 - 4 days later i noticed that shit on the header
i have joy, the issue is i'm not sure what to modify to get it like the page here
their layout http://image.prntscr.com/image/e343fe6f93154550b78f0b2040debbb3.png
mine http://image.prntscr.com/image/66ca418e2984420da6cae46deb679bbb.png
see how it's not inline with the innner?
 
i cant just save, i dont think i did anything new other than add the Resources plugin/addon and then about 2 - 4 days later i noticed that shit on the header
i have joy, the issue is i'm not sure what to modify to get it like the page here
their layout http://image.prntscr.com/image/e343fe6f93154550b78f0b2040debbb3.png
mine http://image.prntscr.com/image/66ca418e2984420da6cae46deb679bbb.png
see how it's not inline with the innner?
Here are the settings https://xenforo.com/community/attachments/holidayjoy2-png.123678/ enable the setings. don't need to do anything else
 
i cant just save, i dont think i did anything new other than add the Resources plugin/addon and then about 2 - 4 days later i noticed that shit on the header
i have joy, the issue is i'm not sure what to modify to get it like the page here
their layout http://image.prntscr.com/image/e343fe6f93154550b78f0b2040debbb3.png
mine http://image.prntscr.com/image/66ca418e2984420da6cae46deb679bbb.png
see how it's not inline with the innner?
Maybe you mean the navigation? yours its full width
 
There's an annoying problem I'm seeing with a few outdated templates that I can't really track down a reproduction of the problem. If you click the template that's in the outdated list and click save and EXIT it should technically clear the message.
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back