3.2 & 3.3 Extensions Database 3.2 / 3.3Member Profile Views

<span class="qte-attr qte_32_33-qte">3.2.x & 3.3.x</span>
User avatar

Kim
Users
Users
Posts: 3
Joined: 16 Dec 2015, 19:37
    Windows 7 Chrome

Re: Member Profile Views

Post by Kim »

Russian for 1.0.2
ru.zip
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
Cuilibet fatuo placet sua clava.

User avatar

rogerio24
Users
Users
Posts: 77
Joined: 05 Jun 2016, 20:18
    Ubuntu Firefox

Re: Member Profile Views

Post by rogerio24 »

Hi
Is there the spanish version? :eyes2:
Thanks

User avatar

martin
Admin
Admin
Posts: 5105
Joined: 06 Apr 2014, 16:12
    Android Chrome

Re: Member Profile Views

Post by martin »

Yes if you translate the lang files.

[ Post made via Android ] Image
Image

User avatar

The Good
Users
Users
Posts: 93
Joined: 05 Nov 2015, 22:48
    Windows 10 Firefox

Re: Member Profile Views

Post by The Good »

Need help plz
Image
why I have all this code ??
phpbb prosilver 3.1.9

thx

User avatar

BLIZZARDCZ
Users
Users
Posts: 23
Joined: 14 Apr 2016, 12:42
    Windows 10 Firefox

Re: Member Profile Views

Post by BLIZZARDCZ »

Hello,

today I made the update to version 1.0.2 but do not see no avatar or number of views for each user.
Do you know včem could be wrong ?
Thanks
blizzard
screenshot-2016-09-14.png
my version phpbb on 3.1.9
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.

User avatar

Topic Author
dmzx Online
Founder
Founder
Posts: 6466
Joined: 13 Jan 2014, 21:45
    Windows 10 Chrome

Re: Member Profile Views

Post by dmzx »

First post updated.

User avatar

Wolfkin48
Users
Users
Posts: 1
Joined: 21 Apr 2017, 22:03
    Windows 10 Chrome

Re: Member Profile Views

Post by Wolfkin48 »

Is there any way to alter the extension (or the existing code) so that the information will be shown only to the owner of the profile?

User avatar

The Good
Users
Users
Posts: 93
Joined: 05 Nov 2015, 22:48
    Windows 10 Firefox

Re: Member Profile Views

Post by The Good »

The Good wrote: 21 Aug 2016, 19:57 need help plz
Image
why I have all this code ??
phpbb prosilver 3.1.9

thx
still no support !!
Member Profile Views 1.0.3 phpbb 3.1.10

User avatar

mortalites
Users
Users
Posts: 33
Joined: 08 Aug 2018, 17:04
    Windows 7 Firefox

Re: Member Profile Views

Post by mortalites »

Is there by chance any way to change the last 100 Members to say 25 or 50 members. I looked through all the posts but I didnt see anyone ask about this.

Thanks

User avatar

Sniper_E
VIP
VIP
Posts: 1157
Joined: 14 Oct 2014, 19:01
    Windows 10 Firefox

Re: Member Profile Views

Post by Sniper_E »

In the migration schema file it adds a new column to the config table.

Code: Select all

			// Add configs
			array('config.add', array('profileviews_value', 100)),
You could go to phpmyadmin and look in the config table and change the value of profileviews_value column to 25 or 50.
The Good wrote: 16 Jun 2017, 16:44
The Good wrote: 21 Aug 2016, 19:57 need help plz
Image
why I have all this code ??
phpbb prosilver 3.1.9

thx
still no support !!
Member Profile Views 1.0.3 phpbb 3.1.10
In the memberlist_view_contact_after.html template is this url written right for that link?

Code: Select all

					<div class="member-viewed-avatar">{member_viewed.AVATAR}</div> <span><a href="{member_viewed.URL}" "{member_viewed.TIME}" ""{member_viewed.USERNAME_COLOUR}">{member_viewed.USERNAME}</a> ({member_viewed.COUNTER})</span><!-- IF not member_viewed.S_LAST_ROW -->, <!-- ENDIF -->
I don't understand this:

Code: Select all

<a href="{member_viewed.URL}" "{member_viewed.TIME}" ""{member_viewed.USERNAME_COLOUR}">
Image
No is NEVER an Option and NEVER is the only Option when it comes to Giving Up!™

User avatar

Topic Author
dmzx Online
Founder
Founder
Posts: 6466
Joined: 13 Jan 2014, 21:45
    Android Chrome

Re: Member Profile Views

Post by dmzx »

mortalites wrote: 20 Nov 2018, 23:25 Is there by chance any way to change the last 100 Members to say 25 or 50 members. I looked through all the posts but I didnt see anyone ask about this.

Thanks
Did you check ACP settings to enter a value?

User avatar

Sniper_E
VIP
VIP
Posts: 1157
Joined: 14 Oct 2014, 19:01
    Windows 10 Firefox

Re: Member Profile Views

Post by Sniper_E »

Ah... I see it now, in ACP / Board features / under Load settings. I was like mortalites, didn't know that was there.
Maybe add a screenshot of acp setting on first post. I just now saw the Added ACP option to set value (Board features)

And I understand your link now.

Code: Select all

<a href="{member_viewed.URL}" "{member_viewed.TIME}" "{member_viewed.USERNAME_COLOUR}">{member_viewed.USERNAME}</a>
You set those up in the listener, I've never seen that done before.

Code: Select all

$user_colour = ($totalviewsmember['user_colour']) ? ' style="color:#' . $totalviewsmember['user_colour'] . '" class="username-coloured"' : '';
$user_time = ($totalviewsmember['date']) ? ' title="' .	$this->user->format_date($totalviewsmember['date']) . '': '';
What planet do you hail from?


rgm3
    Windows 7 Chrome

Re: Member Profile Views

Post by rgm3 »

How to remove the number of clicks :whistl:

User avatar

Topic Author
dmzx Online
Founder
Founder
Posts: 6466
Joined: 13 Jan 2014, 21:45
    Windows 10 Chrome

Re: Member Profile Views

Post by dmzx »

rgm3 wrote: 01 Jan 2019, 23:10 how to remove the number of clicks :whistl:
Check listener and comment out this line:

'COUNTER' => $totalviewsmember['counter_user'],


rgm3
    Windows 7 Chrome

Re: Member Profile Views

Post by rgm3 »

Thank you so much
dynamic ip :rolling:

Post Reply Previous topicNext topic