Xen-TR Who Has Visited

Xen-TR Who Has Visited 2.6.0

No permission to download
It's attached to the first post of the add-on's former thread:
http://xenforo.com/community/threads/xen-tr-who-has-visited.10604/
wow - who knew....? I didn't.
Now I do though. And knowing is half the battle. Hope it doesn't destroy my server, this battle LOL
okay - it's official - I'm drunk. But thank you just the same and cheers
cheersc.gif
 
Hello, I would like to know how I can change.
When you click on view other users connected on the top of the browser bar WhoHasVisited and would like to change it because my site is in Spanish with another word.
Thank you very much.

1.webp
 
Great add-on, it appears to be working ok , however im getting this error show up on my sever log a few times
Code:
ErrorException: Undefined variable: setDate - library/XenTrCom/WhoHasVisited/Model/SetDate.php:187
Any ideas?

set the timezone in php.ini http://php.net/manual/en/function.date-default-timezone-set.php same as the server timezone
Code:
[root@ID]# date
Fri Dec  7 08:10:27 EST 2012
 
[Date]
; Defines the default timezone used by the date functions
; http://php.net/date.timezone
date.timezone = America/New_York
 
Is it possible to include this Addon in XenPorta?
I thought that I can do it like:

Code:
<xen:include template="xen_tr_com_who_has_visited" />
, but there is no functionality.

So I did it with XenPorta-blocks, also no functionality.

That is the reason why I have to ask someone of you to say how to get it works, please.
 
Does this add-on take a day or 2 to activate? I installed it and i don't see it.
This is shown by default in the sidebar, if you have installed Widget Framework you need to create a widget.

If you want to show the forum index, you have to add the following to the bottom of the template forum_list of you style
Code:
<xen:include template="xen_tr_com_who_has_visited" />
 
This is shown by default in the sidebar, if you have installed Widget Framework you need to create a widget.

If you want to show the forum index, you have to add the following to the bottom of the template forum_list of you style
Code:
<xen:include template="xen_tr_com_who_has_visited" />

Where in the sidebar_online_users template would i add it, if i wanted it to show under "Online now: 6 (members: 2, guests: 4)"?
 
Try with:
At the end of the template sidebar_online_users
Or
just below of
Code:
<div class="footnote">
{xen:phrase online_now_x_members_y_guests_z, 'total={xen:number $onlineUsers.total}', 'members={xen:number $onlineUsers.members}', 'guests={xen:number $onlineUsers.guests}'}
</div>
 
Try with:
At the end of the template sidebar_online_users
Or
just below of
Code:
<div class="footnote">
{xen:phrase online_now_x_members_y_guests_z, 'total={xen:number $onlineUsers.total}', 'members={xen:number $onlineUsers.members}', 'guests={xen:number $onlineUsers.guests}'}
</div>

Yeah, i tried both ways already and didn't work. I also disabled "Autotemplate edit" and still doesn't work. If you go on http://awalkerbit.me, he was able to blend it in there with no issues.
 
You have to adapt the css with that shown in my previous answer.

Get in contact with Stewart to share the css.
 
Top Bottom