Threadstarter Ribbon

Threadstarter Ribbon 2013-08-27

No permission to download
.message .signature .bbCodeImage {
max-height: 260px;
max-width: 280px;
overflow-x: auto !important;
overflow-y: auto !important;
}

.thread_view .messageUserInfo .helper {
display: block;
position: absolute;
top: -4px;
left: -4px;
background: url("styles/images/starter.png") no-repeat transparent;
height: 56px;
width: 56px;
}

.quickReply .messageUserInfo .helper {display:none;}

/*.messageUserInfo .helper {
display: block;
position: absolute;
top: -4px;
left: -4px;
background: url("styles/images/starter.png") no-repeat transparent;
height: 56px;
width: 56px;

}*/

looks ok

have you edit this also ?

Go into you message_user_info template find

Code:
<span class="helper"></span>

add the following so it looks like so

Code:
<xen:if is="{$post.user_id} == {$thread.user_id} "><span class="helper"></span></xen:if>

so it is showing by me
Code:
<div class="messageUserBlock">
    <xen:hook name="message_user_info_avatar" params="{xen:array 'user={$user}', 'isQuickReply={$isQuickReply}'}">
        <div class="avatarHolder">
            <xen:if is="{$post.user_id} == {$thread.user_id} AND !{$message.conversation_id}"><span class="helper"></span></xen:if>
            <xen:avatar user="$user" size="@xb_avatarSize" img="true" />
            <!-- slot: message_user_info_avatar -->
 
looks ok

have you edit this also ?

Go into you message_user_info template find

Code:
<span class="helper"></span>

add the following so it looks like so

Code:
<xen:if is="{$post.user_id} == {$thread.user_id} "><span class="helper"></span></xen:if>

so it is showing by me
Code:
<div class="messageUserBlock">
    <xen:hook name="message_user_info_avatar" params="{xen:array 'user={$user}', 'isQuickReply={$isQuickReply}'}">
        <div class="avatarHolder">
            <xen:if is="{$post.user_id} == {$thread.user_id} AND !{$message.conversation_id}"><span class="helper"></span></xen:if>
            <xen:avatar user="$user" size="@xb_avatarSize" img="true" />
            <!-- slot: message_user_info_avatar -->

Just did that, still no fix.
 
hm .. ok
is it the correctly styl how you have edit the templates ?

my next step i would be :

rebulid templates before your edit. and then change the thinks of templates again .
 
hm .. ok
is it the correctly styl how you have edit the templates ?

my next step i would be :

rebulid templates before your edit. and then change the thinks of templates again .

If I create you an Administrator account, can you have a look?
 
Hey lem do u have a skype??

Btw does anybody know how to make it not show in the conversation? I mean just the conversation start should habe it not the other people.. but they all habe the ribbon
 
@RAHSTYLES

looks ok

have you edit this also ?

Go into you message_user_info template find

Code:
<span class="helper"></span>

add the following so it looks like so

Code:
<xen:if is="{$post.user_id} == {$thread.user_id} "><span class="helper"></span></xen:if>

so it is showing by me
Code:
<div class="messageUserBlock">
    <xen:hook name="message_user_info_avatar" params="{xen:array 'user={$user}', 'isQuickReply={$isQuickReply}'}">
        <div class="avatarHolder">
            <xen:if is="{$post.user_id} == {$thread.user_id} AND !{$message.conversation_id}"><span class="helper"></span></xen:if>
            <xen:avatar user="$user" size="@xb_avatarSize" img="true" />
            <!-- slot: message_user_info_avatar -->
 
here this is my tempate . backup our tempalte message_user_info

clear your tempalte

copy my template and

past it in your template

save it up an look , its working or not
 
test it with this
backup your template before copy

Code:
<xen:require css="message_user_info.css" />

<div class="messageUserInfo" itemscope="itemscope" itemtype="http://data-vocabulary.org/Person">   
<div class="messageUserBlock">
    <xen:hook name="message_user_info_avatar" params="{xen:array 'user={$user}', 'isQuickReply={$isQuickReply}'}">
        <div class="avatarHolder">
            <xen:if is="{$post.user_id} == {$thread.user_id} AND !{$message.conversation_id}"><span class="helper"></span></xen:if>
            <xen:avatar user="$user" size="@xb_avatarSize" img="true" />
            <!-- slot: message_user_info_avatar -->
        </div>
    </xen:hook>

<xen:if is="!{$isQuickReply}">
    <xen:hook name="message_user_info_text" params="{xen:array 'user={$user}', 'isQuickReply={$isQuickReply}'}">
        <h3 class="userText">
            <xen:username user="$user" itemprop="name" rich="true" />
            <xen:if hascontent="true"><em class="userTitle" itemprop="title"><xen:contentcheck>{xen:helper userTitle, $user, 1, 1}</xen:contentcheck></em></xen:if>
            {xen:helper userBanner, $user, 'wrapped'}
            <!-- slot: message_user_info_text -->
        </h3>
    </xen:hook>
       
    <xen:if hascontent="true">
        <div class="extraUserInfo">
            <xen:contentcheck>
            <xen:hook name="message_user_info_extra" params="{xen:array 'user={$user}', 'isQuickReply={$isQuickReply}'}">
                <xen:if is="@messageShowRegisterDate AND {$user.user_id}">
                    <dl class="pairsJustified xbJoinDate">
                        <dt><xen:if is="@xb_fa_messageUserInfo"><i class="fa fa-calendar Tooltip" title="{xen:phrase joined}" data-offsetX="-6" data-offsetY="0"></i><xen:else />{xen:phrase joined}:</xen:if></dt>
                        <dd>{xen:date $user.register_date}</dd>
                    </dl>
                </xen:if>
               
                <xen:if is="@messageShowMessageCount AND {$user.user_id}">
                    <dl class="pairsJustified xbMessages">
                        <dt><xen:if is="@xb_fa_messageUserInfo"><i class="fa fa-comments Tooltip" title="{xen:phrase messages}" data-offsetX="-6" data-offsetY="0"></i><xen:else />{xen:phrase messages}:</xen:if></dt>
                        <dd><a href="{xen:link search/member, '', 'user_id={$user.user_id}'}" class="concealed" rel="nofollow">{xen:number $user.message_count}</a></dd>
                    </dl>
                </xen:if>
               
                <xen:if is="@messageShowTotalLikes AND {$user.user_id}">
                    <dl class="pairsJustified xbLikes">
                        <dt><xen:if is="@xb_fa_messageUserInfo"><i class="fa fa-thumbs-up Tooltip" title="{xen:phrase likes_received}" data-offsetX="-6" data-offsetY="0"></i><xen:else />{xen:phrase likes_received}:</xen:if></dt>
                        <dd>{xen:number $user.like_count}</dd>
                    </dl>
                </xen:if>
               
                <xen:if is="@messageShowTrophyPoints AND {$user.user_id}">
                    <dl class="pairsJustified xbTrophyPoints">
                        <dt><xen:if is="@xb_fa_messageUserInfo"><i class="fa fa-trophy Tooltip" title="{xen:phrase trophy_points}" data-offsetX="-6" data-offsetY="0"></i><xen:else />{xen:phrase trophy_points}:</xen:if></dt>
                        <dd><a href="{xen:link 'members/trophies', $user}" class="OverlayTrigger concealed">{xen:number $user.trophy_points}</a></dd>
                    </dl>
                </xen:if>
           
                <xen:if is="@messageShowGender AND {$user.gender}">
                    <dl class="pairsJustified xbGender">
                        <dt>{xen:phrase gender}:</dt>
                        <dd itemprop="gender"><xen:if is="{$user.gender} == 'male'">{xen:phrase male}<xen:else />{xen:phrase female}</xen:if></dd>
                    </dl>
                </xen:if>
               
                <xen:if is="@messageShowOccupation AND {$user.occupation}">
                    <dl class="pairsJustified xbOccupation">
                        <dt>{xen:phrase occupation}:</dt>
                        <dd itemprop="role">{xen:string censor, $user.occupation}</dd>
                    </dl>
                </xen:if>
               
                <xen:if is="@messageShowLocation AND {$user.location}">
                    <dl class="pairsJustified xbLocation">
                        <dt>{xen:phrase location}:</dt>
                        <dd><a href="{xen:link 'misc/location-info', '', 'location={xen:string censor, $user.location, '-'}'}" target="_blank" rel="nofollow" itemprop="address" class="concealed">{xen:string censor, $user.location}</a></dd>
                    </dl>
                </xen:if>
           
                <xen:if is="@messageShowHomepage AND {$user.homepage}">
                    <dl class="pairsJustified xbHomepage">
                        <dt>{xen:phrase home_page}:</dt>
                        <dd><a href="{xen:string censor, $user.homepage, '-'}" rel="nofollow" target="_blank" itemprop="url">{xen:string censor, $user.homepage}</a></dd>
                    </dl>
                </xen:if>
                           
            </xen:hook>           
            <xen:if is="@messageShowCustomFields AND {$user.customFields}">
            <xen:hook name="message_user_info_custom_fields" params="{xen:array 'user={$user}', 'isQuickReply={$isQuickReply}'}">
           
                <xen:foreach loop="$userFieldsInfo" key="$fieldId" value="$fieldInfo">
                    <xen:if is="{$fieldInfo.viewable_message}">
                        <xen:if hascontent="true">
                            <dl class="pairsJustified userField_{$fieldId} xbCustomField">
                                <dt>{xen:helper userFieldTitle, $fieldId}:</dt>
                                <dd><xen:contentcheck>{xen:helper userFieldValue, $fieldInfo, $user, {$user.customFields.{$fieldId}}}</xen:contentcheck></dd>
                            </dl>
                        </xen:if>
                    </xen:if>
                </xen:foreach>
               
            </xen:hook>
            </xen:if>
            </xen:contentcheck>
        </div>
    </xen:if>
       
</xen:if>

    <span class="arrow"><span></span></span>
</div>
</div>
 
Good suggestion.

Here's that ribbon.
Hi, I want to translate the ribbon to my language.
@Shelley could you share the editable file for change the text? Like PSD or something like that.
Thanks.

P.D.: If not possible, could you edit the name of ribbon to AUTOR ?
Thanks in advance.
 
Last edited:
Top Bottom