Profile Visitors (4.1 Released | SMF 2.0 Compatible)

Started by [SiNaN], April 09, 2008, 12:44:17 AM

Previous topic - Next topic

[SiNaN]

Link to Mod

Profile Visitors

This modifications logs the visitors for all members' profile with the time of their last visit. Additionally it gives you the ability to see the total visit count for the profile.

Version 4.1

At last, version 4.1, which is an SMF 2.0 only package is released. This version does not log 20, but all visitors of a user. Also it keeps the total visit count for each visitor and total visit count for each profile.

It, as usual, has own/any profile view option and improved remove visitor permissions. Also it includes "Avoid logging permission", which allows users to select if they want to be logged or not. User can set it from "Look and Layout" area of their profile.

And some bad news... There won't be any updates for the SMF 1.x version, but I'll continue supporting that too.

-Blue Dream
Former SMF Core Developer | My Mods | SimplePortal

Apllicmz

nice work 100% fine
translate portuguese pt_PT/pt_BR
Support utf8

</file>
<file name="$languagedir/Modifications.portuguese.php" error="skip">
<operation>
<search position="end" />
<add><![CDATA[
$txt['latest_visitors'] = 'Últimos Visitantes';
$txt['no_visitors'] = 'Nº visitantes.';]]></add>
</operation>
</file>
<file name="$languagedir/Modifications.portuguese-utf8.php" error="skip">
<operation>
<search position="end" />
<add><![CDATA[
$txt['latest_visitors'] = '&Uacute;ltimos Visitantes';
$txt['no_visitors'] = 'Nº visitantes.';]]></add>
</operation>
</file>
<file name="$languagedir/Modifications.brazilian.php" error="skip">
<operation>
<search position="end" />
<add><![CDATA[
$txt['latest_visitors'] = 'Últimos Visitantes';
$txt['no_visitors'] = 'Nº visitantes.';]]></add>
</operation>
</file>
<file name="$languagedir/Modifications.brazilian-utf8.php" error="skip">
<operation>
<search position="end" />
<add><![CDATA[
$txt['latest_visitors'] = '&Uacute;ltimos Visitantes';
$txt['no_visitors'] = 'Nº visitantes.';]]></add>
</operation>
</file>






[SiNaN]

#3
You can see the demo here:
.......
Former SMF Core Developer | My Mods | SimplePortal

- danny

how does this work with ultimate profile?

robbie93

#5
got this error on install

1. Execute Modification ./Themes/default/languages/Modifications.english.php Test successful
2. Execute Modification ./Sources/Load.php Test failed
3. Execute Modification ./Sources/Profile.php Test successful
4. Execute Modification ./Themes/default/Profile.template.php Test successful
5. Execute Code database.php 


1.1.4 gothic_rose

Basie

Does this have 'permissions', so that only mods/admin can see the visitors?

wilsy

Quote from: ~Alex on April 09, 2008, 01:15:20 PM
how does this work with ultimate profile?

Same question for me ;)



Busy RewindBikers offered to Good Home! 1000+ members, loads of mods, SMF Gallery PRO, TinyPortal installed with great use of blocks, ultimate profiles, PAID SUBSCRIPTIONS (works flawlessly), great theme, 1,500 posts per month - PM or email me if interested.

Basie

Quote from: wilsy on April 10, 2008, 05:03:50 AM
Quote from: ~Alex on April 09, 2008, 01:15:20 PM
how does this work with ultimate profile?

Same question for me ;)

What is ultimate profile?

link to the mod?

Islander_IBG

how does this work for User CP MOD ??

[SiNaN]

Quote from: ~Alex on April 09, 2008, 01:15:20 PM
how does this work with ultimate profile?

Quote from: wilsy on April 10, 2008, 05:03:50 AM
Quote from: ~Alex on April 09, 2008, 01:15:20 PM
how does this work with ultimate profile?

Same question for me ;)

Hımmm, I should look for that.

Quote from: robbie93 on April 09, 2008, 10:03:33 PM
got this error on install

1. Execute Modification ./Themes/default/languages/Modifications.english.php Test successful
2. Execute Modification ./Sources/Load.php Test failed
3. Execute Modification ./Sources/Profile.php Test successful
4. Execute Modification ./Themes/default/Profile.template.php Test successful
5. Execute Code database.php 


1.1.4 gothic_rose

Try installing it manually.

Quote from: Islander_IBG on April 10, 2008, 05:13:51 AM
how does this work for User CP MOD ??


I should look for this also.
Former SMF Core Developer | My Mods | SimplePortal

chrisb

hi all here is a screen shot of what it should look like once it has been installed



Basie

#12
How to I make it so that admin can visit profiles without the visits being recorded?


Also how can admin delete visits?

JoshieDaMan

#13
1.     Execute Modification     ./Themes/default/languages/Modifications.english.php     Test successful
2.    Execute Modification    ./Sources/Load.php    Test successful
3.    Execute Modification    ./Sources/Profile.php    Test failed
4.    Execute Modification    ./Themes/default/Profile.template.php    Test failed
5.    Execute Code    database.php

Sources/profile.php? I don't know.
I probably can do manually in profile.template.php but not sources/profile.php

OKAY. I added it onto ultimate profile, successful. However, when I click on other user's profile it wouldn't show me being on their recent visitors.


robbie93

tried to install manually via package parser

my theme gothic_rose doesnt have Profile.template.php

what to do now?

wayoutwest

if your theme doesnt have Profile.template.php, then your site is using default/Profile.template.php 


robbie93

thanks for the reply i will edit the default/ profile.template.php :D

wayoutwest


Lord Anubis

I got it working for the Ultimate Profile, Just make sure you add

$visitor_profile to the Ultimate Profile Template, for example:

function template_summary2()
{
global $context, $settings, $options, $scripturl, $modSettings, $txt, $db_prefix,$ID_MEMBER, $visitor_profile;

global $scripturl, $context;

Advertisement: