rafass
Well-known member
This is the page: Recent Activity | XenForo Community
I need to put something here: (after the username)

I've already checked everything, and I'm 99% sure the only template I have to edit is
news_feed_item [right?]
	
	
	
		
Has been impossible show my element there. I mean, it show but in other locations. like:

But there are not any way to put my element next to the username.
I did the same in more than 20 templates already and everything has been perfect.
What I'm doing wrong with that page? some help is really appreciated.
				
			I need to put something here: (after the username)

I've already checked everything, and I'm 99% sure the only template I have to edit is
news_feed_item [right?]
		Code:
	
	<li id="{xen:if $itemId, $itemId, 'item_{$item.news_feed_id}'}" class="event primaryContent NewsFeedItem" data-author="{$item.username}">
    <xen:avatar user="$item" size="s" class="icon" />
    <div class="content">  
        {xen:raw $itemTemplate}
  
        <xen:datetime time="{$itemDate}" />
    </div>
</li>
	
But there are not any way to put my element next to the username.
I did the same in more than 20 templates already and everything has been perfect.
What I'm doing wrong with that page? some help is really appreciated.
			
				Last edited: 
			
		
	
								
								
									
	
								
							
							


