• 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 Who Has Visited

This code get list : user1 , user2 , user3 , userX

space comma space :(( and HTML code is not good...

Code:
<li>user1</li>
<li>, user2</li>

comma first symbol in list is not logical..

yeah, u re right
i will try to find another solving way3
This is nice but the style don't match adding it under the forum's :(
IMG CODE

i didnt understand u clearly, sorry =(
can u give more explanation?
 
i try mod code
Code:
<xen:contentcheck>
 <xen:foreach loop="$XenTrCom_WhoHasVisited" value="$XWhoHasVisited" i="$limit">
   <xen:if is="{$XWhoHasVisited.count} = 1">
     <li><xen:username user="$XWhoHasVisited.user" rich="true" class="Tooltip" title="{xen:date {$XWhoHasVisited.user.last_activity}, 'H:i'}" />
            <xen:else />
      ,</li> <li><xen:username user="$XWhoHasVisited.user" rich="true" class="Tooltip" title="{xen:date {$XWhoHasVisited.user.last_activity}, 'H:i'}" />
             </xen:if>
     </xen:foreach>
  </li>
 </xen:contentcheck>
but code output this html code... save format from html grab
Code:
<li><a rich="true" class="username Tooltip" href="members/nolik.1">Nolik.1</a>

                            ,</li>
and output again list - user1 , user2 , user3... space comma space

how delete many spaces in html code and uping comma line???
and get code how xf online member for example
Code:
<li>
                            <a class="username" href="members/nolik.1/">Nolik.1</a>,

                        </li>
comma on new line ,<li> output code... space comma space (((

sorry for my bad english ((
 
i try mod code
CODE
but code output this html code... save format from html grab
CODE
and output again list - user1 , user2 , user3... space comma space

how delete many spaces in html code and uping comma line???
and get code how xf online member for example
CODEcomma on new line ,<li> output code... space comma space (((

sorry for my bad english ((

no problem, i understand u
at first, u deleted the limit codes, so, ur limit option won't work

i am working on another solving way, which is code from php file
i will try count from php file, if i success it, this comma problem will be solved

just wait please, coz, my lessons are began and i dont ve pc or laptop now =(
it will be come in 3weeks
but, i will try somethings for this

regards..
 
The way it looks it looks like its part of the sidebar still even tho its where the forum's are

if i understood correctly, ur problem is bout css
the css is defined as like sidebar's css codes
so, this block (template) always show like in sidebar (in forum_list template coz of index listener)
 
if i understood correctly, ur problem is bout css
the css is defined as like sidebar's css codes
so, this block (template) always show like in sidebar (in forum_list template coz of index listener)
Indeed i was just letting you know because you added the option to add it under the forum's and i was only saying it don't match :)
 
Indeed i was just letting you know because you added the option to add it under the forum's and i was only saying it don't match :)

k, thx for this =)
before css support, the title couldnt be shown clearly, (just words, not color, bg, etc.)
i added sidebar's css codes via creating another css template and including css
 
i didnt understand why disregard :S


i am waiting my new notebook, idea is noted for queue

I had installed this mod previously and whatever reason I thought that it showed avatars instead of links.
It is the "top poster" mod that shows the avatars.
 
I had installed this mod previously and whatever reason I thought that it showed avatars instead of links.
It is the "top poster" mod that shows the avatars.
at first releases, there was an option for showing avatar list
but, users requested usernamelist option and it is more comfortable for big forums( example who has visited today:300 )
i bought and msi notebook but waiting still for cargo, i will upgrade version as soon as my notebook is came

is there a way to get this with the Avatars?
for now, there is no way for avatar list option
coz, this option has removed

http://xenforo.com/community/threads/xen-tr-who-has-visited.10604/page-3#post-155366
 
Top Bottom