News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

Profile Visitors (4.1 Released | SMF 2.0 Compatible)

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

Previous topic - Next topic

BAW

Hello,

I have installed this, but it seems only Admins on my site can see profile visitors.

Normal members/moderators/global moderators cannot see any profile visitors?

Why is this?

Thanks

[SiNaN]

Admin CP >> Permissions

you should give groups the "View Profile Visitors" permission.
Former SMF Core Developer | My Mods | SimplePortal


Father Luke

4.1 says not compatible with 1.1.7 and 1.1.7 does not have an Admin.template.php in the theme I use.

May I just copy the admin.template.php from the default in the chosen theme?


Suggestions?

- -
Okay,
Father Luke

Father Luke

Install Actions
Installations actions for "Profile_Visitors":
Installing this package will perform the following actions:
   Type    Action    Description
1.    Execute Modification    ./index.php    Test successful
2.    Execute Modification    ./Sources/Load.php    Test successful
3.    Execute Modification    ./Sources/ManagePermissions.php    Test successful
4.    Execute Modification    ./Sources/ModSettings.php    Test successful
5.    Execute Modification    ./Sources/Profile.php    Test failed
6.    Execute Modification    ./Themes/default/languages/Modifications.english.php    Test successful
7.    Execute Modification    ./Themes/default/languages/Modifications.english-utf8.php    Skipping file
8.    Execute Modification    ./Themes/default/Admin.template.php    Test successful
9.    Execute Modification    ./Themes/default/Profile.template.php    Test successful
10.    Execute Modification    ./Themes/default/UltimateProfile.template.php    Test successful
11.    Execute Code    install.php


4.0 using 1.1.7

- -
Okay,
Father Luke

[SiNaN]

You can't use 4.1 on SMF 1.1.7. That package is SMF 2.0 only.

You have to do Profile.php edits manually, using the manual installation instructions on the mod page.
Former SMF Core Developer | My Mods | SimplePortal

Father Luke

Quote from: Blue Dream on January 31, 2009, 04:49:23 PM
You can't use 4.1 on SMF 1.1.7. That package is SMF 2.0 only.

You have to do Profile.php edits manually, using the manual installation instructions on the mod page.

Yes, but. . .

When I go to parse the mod I get this:

QuoteSorry, but this modification does not appear to be compatible with the selected version.

And there are no instructions for 4.0 on the mod page.
So. That's why I asked.


- -
Okay,
Father Luke

Father Luke

Figured it out.
My bad.

Thanks.

- -
Okay,
Father Luke

Kimmie

Quote from: Blue Dream on January 31, 2009, 04:49:23 PM
You can't use 4.1 on SMF 1.1.7. That package is SMF 2.0 only.

You have to do Profile.php edits manually, using the manual installation instructions on the mod page.

So 4.0 is for 1.x versions and 4.1 is for 2.0? Just wanted to make sure because I'm used to seeing a changelog on the mod page and there isnt one for this one so its hard to tell. :).

I'm moving to 1.1.8 tomorrow. Are there any specific changes that need to be made in order for it to be compatible with 1.1.8 (other than the normal changing of the package-xml file so it will install/uninstall)?

[SiNaN]

Yeah, 4.0 is for SMF 1.x versions and it should work with 1.1.8. You probably won't need to change version in package_info.xml file too.
Former SMF Core Developer | My Mods | SimplePortal

mattchewone

I installed then uninstalled this, as when it was installed you could not click on profile link.

When you clicked on the profile link it took you to a white page with an error.

wilsy

Quote from: mattchewone on February 15, 2009, 05:15:21 PM
I installed then uninstalled this, as when it was installed you could not click on profile link.

When you clicked on the profile link it took you to a white page with an error.

Did you get an error when installing? Have you tried installing again?



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.

mattchewone

No i havent yet, i will do it again. But i am having problems with avatars (i have three being displayed) at the minute once i have solved this i shall be installing all my mods again and ill try this one again.

Sudhakar Arjunan

Hope i will have a update for 2.0. RC1 .

I need this mod , since this is very useful for users to find there real time visitors.

I have tried installing version 4.1 and it said much test failed error. I am sure it will be complete compactable to 2.0.beta 4 only.
Working on New Mods & Themes for SMF... Will update soon... My Blog page
My Smf forum : Discuss ITAcumens :: My SMF Forum

Chriss Cohn

#334
small bug(fix) for 4.0 Version for the ultimateprofile template.

Where it searches for:
   if (isset ($modSettings['enable_buddylist']) && $modSettings['enable_buddylist'] == '1') {

it should called
   if (isset($modSettings['enable_buddylist']) && $modSettings['enable_buddylist'] == '1') {

Just one space removed after "isset".
Otherwise the installer cant find the line to replace.

There is a second bug(fix) when you install it for Ultimateprofile. It destroys the modsettings.php array.

'pv' => 'ModifyPvSettings',
);


So when you install it with that above listed you get this final array which wont work of course:

$subActions = array(
'aeva' => 'ModifyAevaSettings',
'aevasites' => 'ModifyAevaSettings',
'basic' => 'ModifyBasicSettings',
'layout' => 'ModifyLayoutSettings',
'karma' => 'ModifyKarmaSettings',
'googlebot' => 'ModifyGooglebotSettings',
'ultprofile' => 'ModifyUltProfileSettings'
'pv' => 'ModifyPvSettings',
);

chrishicks

1.     Execute Modification     ./index.php     Test successful
2.    Execute Modification    ./Sources/Load.php    Test successful
3.    Execute Modification    ./Sources/ManagePermissions.php    Test successful
4.    Execute Modification    ./Sources/ModSettings.php    Test failed
5.    Execute Modification    ./Sources/Profile.php    Test successful
6.    Execute Modification    ./Themes/default/languages/Modifications.english.php    Test successful
7.    Execute Modification    ./Themes/default/languages/Modifications.english-utf8.php    Test successful
8.    Execute Modification    ./Themes/default/Admin.template.php    Test successful
9.    Execute Modification    ./Themes/default/Profile.template.php    Test successful
10.    Execute Modification    ./Themes/default/UltimateProfile.template.php    Test failed

could someone give a helping hand with the modsettings.php edits please? I have a few gaps/blank spaces in the file and I have no idea why and with my luck I'll kill my board.

littleone

Quick question.  I set the settings to show 10 most recent however it still only displays five.  I looked back a couple of pages and didnt find anyone mentioning a similar problem.  Any suggestions?  I am using 4.0 on 1.1.8.  Thanks ;)

chrishicks

Question, I installed this, did the manual edits on the 2 files that failed the tests and ran into a snag. In AdminCP the tab for Profile Viewers was shown but I couldn't actually click it to get to that section. It just bounced me back to the Basic Features section every time. I didn't get any errors in the logs after the install/manual edits so I uninstalled it for now until someone can point me in the right direction on how to fix it.

I'm running 1.1.8 with quite a few mods including the Ultimate Profile.

kolt

Hello I have this problem,

I had installed firts, but after having some problems with other packages, I upgrade, and now I cant install it

It shows me this problem

Database Error
Duplicate column name 'visitors'
File: /home/klorenti/public_html/forum/Packages/temp/install.php
Line: 6 



Please help

baijianpeng

Today I tried to install Profile Visitors v4.0 on SMF v1.1.9, but there is a problem with Sources/ModSettings.php file.

It seems that v4.0 can't support SMF 1.1.9.

Will the author upgrade it to be compatible with SMF v1.1.9?

Thanks.
JoomlaGate: The way to the World of Joomla!

http://www.joomlagate.com

Advertisement: