View attachment 200282
- Small bug fixes in html/css: fixed no closing quote in some situations and some css optimizations
- Slightly different hover area to prevent unwanted popups when moving the mouse
- Added arrow down which aligns with popup arrow
- Removed javascript:void(0); link on hover
- Fixed some language errors
Slightly different hover area to prevent unwanted popups when moving the mouse
Please note: all options for this add-on are now moved to Appearance > Style properties > Messages
Hello! I've noticed that I've the free version and not the paid one that I've bought some time ago. Any clue on where can I download it since I don't remember? Thanks!The free version
<xf:if is="$user.canViewIdentities()">
<xf:macro template="custom_fields_macros" name="custom_fields_view"
arg-type="users"
arg-group="contact"
arg-set="{$user.Profile.custom_fields}"
arg-additionalFilters="{{ ['message'] }}"
arg-valueClass="pairs pairs--justified"
/>
</xf:if>
<!-- this adds the Rank Badge Count-->
<xf:if is="$user.message_count >= 20000">
<br>
<div class="rank-image" align="center"><img src="https://1098343149.rsc.cdn77.org/forum/rank/r20000.png"></div>
<xf:elseif is="$user.message_count >= 15000"/>
<br>
<div class="rank-image" align="center"><img src="https://1098343149.rsc.cdn77.org/forum/rank/r15000.png"></div>
<xf:elseif is="$user.message_count >= 10000"/>
<br>
<div class="rank-image" align="center"><img src="https://1098343149.rsc.cdn77.org/forum/rank/r10000.png"></div>
<xf:elseif is="$user.message_count >= 8000"/>
<br>
<div class="rank-image" align="center"><img src="https://1098343149.rsc.cdn77.org/forum/rank/r8000.png"></div>
<xf:elseif is="$user.message_count >= 6000"/>
<br>
<div class="rank-image" align="center"><img src="https://1098343149.rsc.cdn77.org/forum/rank/r6000.png"></div>
<xf:elseif is="$user.message_count >= 5000"/>
<br>
<div class="rank-image" align="center"><img src="https://1098343149.rsc.cdn77.org/forum/rank/r5000.png"></div>
<xf:elseif is="$user.message_count >= 4000"/>
<br>
<div class="rank-image" align="center"><img src="https://1098343149.rsc.cdn77.org/forum/rank/r4000.png"></div>
<xf:elseif is ="$user.message_count >= 3000"/>
<br>
<div class="rank-image" align="center"><img src="https://1098343149.rsc.cdn77.org/forum/rank/r3000.png"></div>
<xf:elseif is ="$user.message_count >= 2000"/>
<br>
<div class="rank-image" align="center"><img src="https://1098343149.rsc.cdn77.org/forum/rank/r2000.png"></div>
<xf:elseif is ="$user.message_count >= 1500"/>
<br>
<div class="rank-image" align="center"><img src="https://1098343149.rsc.cdn77.org/forum/rank/r1500.png"></div>
<xf:elseif is ="$user.message_count >= 1000"/>
<br>
<div class="rank-image" align="center"><img src="https://1098343149.rsc.cdn77.org/forum/rank/r1000.png"></div>
<xf:elseif is ="$user.message_count >= 750"/>
<br>
<div class="rank-image" align="center"><img src="https://1098343149.rsc.cdn77.org/forum/rank/r750.png"></div>
<xf:elseif is ="$user.message_count >= 500"/>
<br>
<div class="rank-image" align="center"><img src="https://1098343149.rsc.cdn77.org/forum/rank/r500.png"></div>
<xf:elseif is ="$user.message_count >= 250"/>
<br>
<div class="rank-image" align="center"><img src="https://1098343149.rsc.cdn77.org/forum/rank/r250.png"></div>
<xf:elseif is ="$user.message_count >= 100"/>
<br>
<div class="rank-image" align="center"><img src="https://1098343149.rsc.cdn77.org/forum/rank/r100.png"></div>
<xf:elseif is ="$user.message_count >= 50"/>
<br>
<div align="center"><img src="https://1098343149.rsc.cdn77.org/forum/rank/r50.png"></div>
</xf:if>
<!-- this adds the Rank Badge Count-->
</xf:if>
</xf:contentcheck>
</div>
<xf:if is="property('uix_collapseExtraInfo')">
</div>
<div class="thThreads__userExtra--toggle">
<span class="thThreads__userExtra--trigger" data-xf-click="ththreads-userextra-trigger"></span>
</div>
</xf:if>
</xf:if>
</xf:if>
</div>
<span class="message-userArrow"></span>
</section>
</xf:macro>
<xf:macro name="user_info_simple" arg-user="!" arg-fallbackName="">
<header itemscope itemtype="https://schema.org/Person" class="message-user">
<meta itemprop="name" content="{{ $user.username ?: $fallbackName }}">
<div class="message-avatar">
<div class="message-avatar-wrapper">
<xf:avatar user="$user" size="s" defaultname="{$fallbackName}" itemprop="image" />
</div>
</div>
<span class="message-userArrow"></span>
</header>
</xf:macro>
</xf:if>
<!-- this adds the Rank Badge Count-->
<xf:if is="$user.message_count >= 20000">
</xf:if>
<xf:include template="mrjinx_profilefieldspopup" />
<!-- this adds the Rank Badge Count-->
<xf:if is="$user.message_count >= 20000">
</xf:if>
<xf:include template="mrjinx_profilefieldspopup" />
<!-- this adds the Rank Badge Count-->
...
<!-- this adds the Rank Badge Count--
</xf:contentcheck>
Sometimes I feel a little dumb sorryread my previous message again
- The profile fields popup is now also visible with responsive view
We use essential cookies to make this site work, and optional cookies to enhance your experience.