• This forum has been archived. New threads and replies may not be made. All add-ons/resources that are active should be migrated to the Resource Manager. See this thread for more information.

Xen-tr.com -Top poster in sidebar

I have a problem, there is no margin between the avatars and the top line. I didn't make any modification.

no-space.webp
 
Problem solved, thanks Tilkibey! (sorry for the spelling, my keyboard does not have that letter)

open xen_tr_com_top_poster template and replace with these codes

HTML:
<xen:if is="{$XenTrCom_TopPoster}">
 <div class="section activeMembers">
  <div class="secondaryContent avatarHeap">
     <h3>{xen:phrase xen_tr_com_top_poster}</h3>
     <ol>
     <xen:foreach loop="$XenTrCom_TopPoster" value="$XTopPoster">
     <li>
     <xen:avatar user="$XTopPoster.user" size="s" text="{$XTopPoster.username} ({xen:number $XTopPoster.message_count})" class="Tooltip" title="{$XTopPoster.username}, {xen:phrase messages}: {xen:number $XTopPoster.message_count}" />
     </li>
     </xen:foreach>
    </ol>
   </div>
  </div>
</xen:if>
 
Hi, first of all thank you! I'm using this Addon modified to show the most liked users:
$TTArray = $db->fetchAll( $db->limit( "SELECT * FROM xf_user as user WHERE NOT ISNULL(user.user_id) $excludedusergroup ORDER BY like_count DESC", $numShown ));

I would prefer to show the most liked users that belongs to a certain secondary group. How can I do that?
 
which files need to be uploaded to the server ?

Upload all files from the "upload" folder to your library folder.
Do I also need to upload the XML-file ?
where do I upload the XML-file ?
 
which files need to be uploaded to the server ?

Upload all files from the "upload" folder to your library folder.
Do I also need to upload the XML-file ?
where do I upload the XML-file ?
folder which in the _upload folder will be uploaded
import the xml file with Install Add-on link on your AdminCP
 
how many avatars is this plugin showing ?
It is currntly showing 4 rows of avatars, whereby at the members-page it only shows 3 rows of members. what is the max number of rows ?
how to limit this to showing only 3 rows, the same as on the members-page ?

Many thanks!
 
how many avatars is this plugin showing ?
It is currntly showing 4 rows of avatars, whereby at the members-page it only shows 3 rows of members. what is the max number of rows ?
how to limit this to showing only 3 rows, the same as on the members-page ?

Many thanks!
u can limit users' count via acp option area
the default setting is 16
u can change it easily ;)
example, for many themes, 12 is will be 3 rows
 
tilki bey hocam ben bunu kurdum, çok güzelde oldu resimdeki gibi, ama sağda bir sütünluk boş yer kaldı.
3 lü değil de yan yana 4 lü nasıl dizerim avatarları?

ekranalntsfq.jpg
 
teşekkürler Brogan
ben bu konuyu xen-tr.com' a açtığımı düşünmüştüm, buraya açmışım yanlışlıkla...

^O^
 
Top Bottom