- Uyumlu XF 1 Sürümleri
- 1.0
- 1.1
Kurulum;
<xen:if is="@messageShowLocation AND {$user.location}">
<dl class="pairsJustified">
<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>
Hemen altına ekleyin,
<!-- xenforo.gen.tr Seçim alanı -->
<input type="text" title="@{$user.username} adını kopyala" tabindex="1" size="27" maxlength="80" value="@{$user.username}" style="background: rgb(229, 248, 252) none repeat scroll 0 0;border: 1px solid rgba(11, 76, 91, 0.5);color: rgb(11, 76, 91); display: inline-block;font-size: 14px;height: 20px;margin-top: 5px;padding: 0 0 2px;text-align: center;width: 175px;" onclick="select()">
<!-- / xenforo.gen.tr Seçim alanı -->