Viewing 7 replies - 1 through 7 (of 7 total)
  • that’d be kinda hot!

    Thread Starter Can

    (@can)

    Good news: Kris (the XDForum plugin creator) is planning to make this into a plugin! Oh, I’m so happy.

    Let me just repost what I wrote on his forum….

    I just talked to the guy who created the member’s last visit plugin for EE. He said something about the dates for the last visits being stored in the user profile database table. When he wrote the plugin, he just pulled the info from there. He also said something about running the ten-digit data (I would assume this is the timestamp) through the PHP time function and get a time/date. I told him that I looked in the user profile and couldn’t find that data. So he said, if there was inline processing of data in the templates…it might not have been needed.

    Oh, I can’t wait for the day when I finally can have this feature on my site!

    Thread Starter Can

    (@can)

    Still waiting and hoping…

    alex king’s last visited does the trick I thought?

    I would also really like to see this plugin.

    I don’t know php myself but I’ve been told that this shouldn’t be too hard for experienced coders.

    GamerZ: I don’t think Alex King’s last visit plugin does the trick, as it only shows which posts and comments are new since the last visit, but does not show the time of last visit. but I may be wrong? :-S

    I am using this to print out the date
    <?php echo gmdate('jS M Y @ H:i', $_COOKIE["wplastvisit"]); ?>

    Thread Starter Can

    (@can)

    What I meant by this member’s last visit plugin is…I’d like to know when a member last visited the site. Something like this:

    Member: Eden
    Last Visit: 06-05-05

    Member: Tristan
    Last Visit: 07-21-06

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Member’s Last Visit Plugin’ is closed to new replies.