Welcome Guest ( Log In | Register )

UploadScript

Check out the FREE chatroom mod for IPB 3.x

2 Pages V   1 2 >  
Reply to this topicStart new topic
{KERO} Global Last Visit v2.0
Kero_1116
post Dec 28 2003, 07:05 PM
Post #1


Member
**

Group: Members
Posts: 200
Joined: 12-April 03
Member No.: 1,772
IPB Version: 1.3.x



{KERO} Global Last Visit v2.0

Category: Multi View Modifications

Compatibility: All versions of Invision Board

Demo: See Screenshots in .zip file...

Description:

This mod allows you to show your Members Last Visit date and time in the member list, profiles, and topics.

You can also sort the member list by the user's last visit times just like you can for their, Joined Date, Member Name & Total Posts smile.gif

All options Admin CP Controled, and you can enable any, all or none of the options smile.gif

View This Mod

This post has been edited by Kero_1116: Dec 30 2003, 09:05 PM
Go to the top of the page
 
+Quote Post
Kero_1116
post Dec 29 2003, 10:20 AM
Post #2


Member
**

Group: Members
Posts: 200
Joined: 12-April 03
Member No.: 1,772
IPB Version: 1.3.x



Update: works for 1.3 as well
Go to the top of the page
 
+Quote Post
burnout1
post Jan 8 2004, 10:28 AM
Post #3


Member
**

Group: Members
Posts: 220
Joined: 1-January 04
Member No.: 73,444
IPB Version: 2.0.x



is their a way to make it so only people that have access to Admin CP can view last login...or make a secion in admin CP for this
rather then everyone seeing?


--------------------
Go to the top of the page
 
+Quote Post
Kero_1116
post Jan 8 2004, 04:11 PM
Post #4


Member
**

Group: Members
Posts: 200
Joined: 12-April 03
Member No.: 1,772
IPB Version: 1.3.x



that would require a whole another coding, i'll see what i can do
Go to the top of the page
 
+Quote Post
san-deep
post Jan 8 2004, 05:43 PM
Post #5


Member
**

Group: Members
Posts: 187
Joined: 21-December 03
From: India
Member No.: 71,366
IPB Version: 1.3.x



QUOTE(burnout1 @ Jan 8 2004, 09:58 PM)
is their a way to make it so only people that have access to Admin CP can view last login...or make a secion in admin CP for this
rather then everyone seeing?

yup this thing is important smile.gif

i meant. if some way we can only allow specifiv groups to see this info.
like admins/mods/etc.
or our customization.

great mod too smile.gif


--------------------
Go to the top of the page
 
+Quote Post
Kero_1116
post Jan 8 2004, 05:48 PM
Post #6


Member
**

Group: Members
Posts: 200
Joined: 12-April 03
Member No.: 1,772
IPB Version: 1.3.x



thanks

u can't give any credit to me since Shadow Fox did make the mod after all

thank him, i'm just the owner of this mod
Go to the top of the page
 
+Quote Post
san-deep
post Jan 8 2004, 06:04 PM
Post #7


Member
**

Group: Members
Posts: 187
Joined: 21-December 03
From: India
Member No.: 71,366
IPB Version: 1.3.x



??
shadow fox made the mod
but you are owner ?
:S me bit confused ....


--------------------
Go to the top of the page
 
+Quote Post
Daniel
post Jan 8 2004, 06:11 PM
Post #8


not enough free time
******

Group: Members
Posts: 3,218
Joined: 20-April 03
Member No.: 5,037
IPB Version: 2.3.x



QUOTE(san-deep @ Jan 8 2004, 07:04 PM)
??
shadow fox made the mod
but you are owner ?
:S me bit confused ....

http://forums.invisionize.com/-t25892.html

SF gave ownership to him smile.gif
Go to the top of the page
 
+Quote Post
milwserv
post Jan 8 2004, 11:41 PM
Post #9


Newbie
*

Group: Members
Posts: 33
Joined: 10-April 03
From: S.E WI
Member No.: 373
IPB Version: 2.3.x



this seems like a great mod! I have one question in editing my 1.2 files I cant find any "pformstrip" entrys in my skin files... Is that only to 1.3? or am I missing the bigger picture here?

CODE
Open Skin/s*/skin_mlist.php AND FIND THE FOLLOWING (around line 48)
--------------------------------------------------------------------

<th class='pformstrip' align="center" width="20%">{$ibforums->lang['member_joined']}</th>

---------------------------------------------------------------------
ADD THE FOLLOWING LINE RIGHT "BELOW" THAT
---------------------------------------------------------------------

<th class='pformstrip' align="center" width="20%"> {$ibforums->lang['member_lastvisit']} </th> <!--// Global Last Visit v2.0 //-->

---------------------------------------------------------------------
Step 8.2 - FIND THE FOLLOWING (around line 80)
---------------------------------------------------------------------

<td class='row3' colspan="9" align='center' valign='middle'> // line 80

<td class='pformstrip' colspan="10" align='center' valign='middle'> // line 85
Go to the top of the page
 
+Quote Post
Kero_1116
post Jan 9 2004, 02:17 PM
Post #10


Member
**

Group: Members
Posts: 200
Joined: 12-April 03
Member No.: 1,772
IPB Version: 1.3.x



QUOTE(milwserv @ Jan 9 2004, 12:41 AM)
this seems like a great mod! I have one question in editing my 1.2 files I cant find any "pformstrip" entrys in my skin files... Is that only to 1.3? or am I missing the bigger picture here?

CODE
Open Skin/s*/skin_mlist.php AND FIND THE FOLLOWING (around line 48)
--------------------------------------------------------------------

<th class='pformstrip' align="center" width="20%">{$ibforums->lang['member_joined']}</th>

---------------------------------------------------------------------
ADD THE FOLLOWING LINE RIGHT "BELOW" THAT
---------------------------------------------------------------------

<th class='pformstrip' align="center" width="20%"> {$ibforums->lang['member_lastvisit']} </th> <!--// Global Last Visit v2.0 //-->

---------------------------------------------------------------------
Step 8.2 - FIND THE FOLLOWING (around line 80)
---------------------------------------------------------------------

<td class='row3' colspan="9" align='center' valign='middle'> // line 80

<td class='pformstrip' colspan="10" align='center' valign='middle'> // line 85

skin files in 1.2 is almost the same as 1.3

this mod is actually designed for 1.2 and it also works for 1.3

if u can't find pformstrip, try finding

CODE
{$ibforums->lang['member_joined']}</
Go to the top of the page
 
+Quote Post
san-deep
post Jan 23 2004, 09:21 AM
Post #11


Member
**

Group: Members
Posts: 187
Joined: 21-December 03
From: India
Member No.: 71,366
IPB Version: 1.3.x



hi Kero_1116,
still no updates ??

smile.gif
i only want to allow a few users to view the last visit.
and disable that for rest of groups.

please let me know if u got some solution.

thnx.
Sandy...


--------------------
Go to the top of the page
 
+Quote Post
Kero_1116
post Jan 23 2004, 01:35 PM
Post #12


Member
**

Group: Members
Posts: 200
Joined: 12-April 03
Member No.: 1,772
IPB Version: 1.3.x



ops, i forgot about it, i've been a lot busy due to exams n such

i'll try to do it ASAP
Go to the top of the page
 
+Quote Post
Guest_Stewie_*
post Jan 29 2004, 09:04 AM
Post #13





Guests






This is excellent.

How would someone make it in the topic view last visit after joined date, I've tried and couldn't figure it out.

Thanks, and Hi, my first post here.

This post has been edited by wmmc: Jan 29 2004, 09:05 AM
Go to the top of the page
 
+Quote Post
Kero_1116
post Feb 1 2004, 01:21 PM
Post #14


Member
**

Group: Members
Posts: 200
Joined: 12-April 03
Member No.: 1,772
IPB Version: 1.3.x



QUOTE(wmmc @ Jan 29 2004, 10:04 AM)
This is excellent.

How would someone make it in the topic view last visit after joined date, I've tried and couldn't figure it out.

Thanks, and Hi, my first post here.

CODE
--------------------------------------------------------------------
Open Skin/s*/skin_topic.php AND FIND THE FOLLOWING (around line 163)

(Note: you can place it anyway in there you want, I suggest under the joined date)
--------------------------------------------------------------------

            {$author['member_joined']}<br />

---------------------------------------------------------------------
ADD THE FOLLOWING LINE RIGHT "BELOW" THAT
---------------------------------------------------------------------

  {$author['member_last_activity']}<br /><!--// Global Last Visit v2.0 //-->
Go to the top of the page
 
+Quote Post
dannyg
post Apr 8 2004, 06:31 PM
Post #15


Newbie
*

Group: Members
Posts: 8
Joined: 18-April 03
Member No.: 4,102



I love this mod but having a problem........
It wont work on my site. Im using a "portal" by Dragoran. It works perfectly when I configure the whole thing using easyphp on my computer, but as soon I load it to my site, nothing show up. I can see in the "drop down" option box on the "members" page a choice for "last online", and it does show the list in order, but no column, or list for "last visit". I been going crazy trying to figure it out. Nothing shows up in the topics either, and I did add it correctly to I think the skin_topic.php. Works perfect using easyphp, but not at all on the site. It shows up in the admin panel.
Anyone run across this ??????????
Go to the top of the page
 
+Quote Post

2 Pages V   1 2 >
Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



RSS Lo-Fi Version Time is now: 14th March 2010 - 08:41 PM
Invision Skins · IPB Skins