Plugin - Last Profile Visitors

15 years 4 months ago #81219 by matu666
Replied by matu666 on topic Re:Plugin - Last Profile Visitors
Opinioo wrote:

Hello,

I'd like to know if it possible to make it visible only by profile owner (and maybe admin) ?

like that, every profile owner would be the only one who can see who visit his profile

because until now, all members can see all profiles visitors.


possible ?

thank you


same here!!! realy want that i can see only my own profile visits and others cant see who has visited my profile! its should be adjustable from back-end. And from profile settings every user should have a chance to enable/disable profile visits. If you want to see who visit your profile you enable it and then other users can see if you visit their profiles. But if you disable it you cant see who visits your profile and others cant see if your visit their. i hope you understand what i mean. Its more private then. Thats the way it works in orkut.com

Hope that developer read this and have time to make those changes otherwise i have to uninstall it because i know that ppl dont want it that way like it is now.

Please Log in to join the conversation.

15 years 4 months ago #81809 by ramonskie
Replied by ramonskie on topic Re:Plugin - Last Profile Visitors
i have joomla 1.5.7
and cb 1.2 rc4
and installed this plugin

i had 1 problem and that was
that if ppl choose from the gallery theyd showd up
as nophoto

so i changed the code a lil bit.
i attached the file
overwrite the file in
(joomlaroot)/com_comprofiler/plugin/user/plug_cblastviewstab-0_2_9/

for you other ppl out there that don't trust anything :)
i changed this

[code:1]
if ($lastview->avatar && $lastview->banned != '1' && $lastview->avatarapproved !='0') {
$testimage = "/images/comprofiler/tn$lastview->avatar";

if (file_exists($mosConfig_absolute_path.$testimage)) {
$image = $mosConfig_live_site.$testimage;
}
[/code:1]

into this

[code:1]
if ($lastview->avatar && $lastview->banned != '1' && $lastview->avatarapproved !='0') {
$testimage = "/images/comprofiler/tn$lastview->avatar";
$testimage2 = "/images/comprofiler/$lastview->avatar";

if (file_exists($mosConfig_absolute_path.$testimage)) {
$image = $mosConfig_live_site.$testimage;
}
elseif (file_exists($mosConfig_absolute_path.$testimage2)) {
$image = $mosConfig_live_site.$testimage2;
}
[/code:1]

i hope this helps some ppl :)
keep sharing your knowledge

Attachment lastviews.zip not found



Post edited by: ramonskie, at: 2008/12/09 21:14
Attachments:

Please Log in to join the conversation.

15 years 4 months ago #82497 by only1russ
Replied by only1russ on topic Re:Plugin - Last Profile Visitors
Karma to you for this, and later for the htaccess rewrite. It has taken me a few times to get used to this forum, (limited search capacity) but once I realized that you kept updating the start message... I got the file - and away I went... The htccess works great too, but I'm sure you know that <Grin>

I can't read Dutch - Do you have joomla fish or a translator? I'd like to see about getting a version to update the gallery pictures as on your site too!

Thanks and
Karma to you

-- Russ T.

Please Log in to join the conversation.

15 years 4 months ago #82527 by only1russ
Replied by only1russ on topic Re:Plugin - Last Profile Visitors
I think I may have replied to the wrong message earlier, but I did give you karma, I'm sure I owe you several days worth, but here's more - do you have a repository of your work?

-- Russ T

Please Log in to join the conversation.

15 years 4 months ago #82590 by gero91
Replied by gero91 on topic Re:Plugin - Last Profile Visitors
excellent, thank you, it works very well on cb rc4
Gero

Please Log in to join the conversation.

15 years 3 months ago #83248 by Andrej
Replied by Andrej on topic Re:Plugin - Last Profile Visitors
Great improvment !

On my wishlist for this plugin :I would like to see that the avatars/photo should automaticly get a size (one size)that i as administrator has decided for all pics.


It would also be great if someone could convert this plugin to show last viewred. (I know that there is another plugin made by someone else out there, but i like this better..Karma to DJ Trail and you others that try to improve it!)

Post edited by: Andrej, at: 2008/12/23 19:22

Please Log in to join the conversation.

Moderators: beatnantkrileon
Time to create page: 0.960 seconds

Facebook Twitter LinkedIn