Users by Profile Attribute
|
muscapaul |
Posted on 11-07-2007 17:11
|
Super Administrator
Posts: 368
Joined: 24.03.06
|
Features
A page that can show all Members sorted by a chosen Profile Attribute. Members can also be sorted by ID number or user name displaying that single Profile Attribute. The included Attributes are: Email, Location, MSN ID, Yahoo ID, AIM ID, ICQ#, Birthdate, Theme, Date Joined, Last Visit and IP Address. The latter four can only be selected by Superadmins. The Email option takes the User's setting Hide / Show Email into account.
DOWNLOAD:
Users_by_Profile_Attribute_20070709.zip (last updated: 09.07.2007)
Attention
This Infusion can be used in conjuction with the Extended Profile Infusion as is available from http://www.muscapaul.com. All Extended Profile fields are automatically added to the drop-down selection menu with Profile Attributes.
DOWNLOAD:
v6.00_extended_profile_v2.13_22.02.2007.zip
Active demo
HERE.
(Please note, some attributes are only visible to [super]admins.)
Edited by muscapaul on 01-09-2008 13:47
Paul
Time flies like an arrow, fruit flies like banana (Groucho Marx)
sites: www.diptera.info (site owner); www.phpfusion-ned... (superadministrator) |
|
|
|
DOOM |
Posted on 14-01-2008 13:54
|
Member
Posts: 10
Joined: 07.12.07
|
ok i have a ? is there a way to show a group only.
instead all members sence i can make were only one see.
|
|
|
|
muscapaul |
Posted on 14-01-2008 14:26
|
Super Administrator
Posts: 368
Joined: 24.03.06
|
Nope. At present it is just showing all members that have filled the profile field. Not distinction yet for usergroups, etc. Showing the page can at the moment only be restricted to limiting the link visibility. Anyone with kn0wledge of the correct link can see the page.
Paul
Time flies like an arrow, fruit flies like banana (Groucho Marx)
sites: www.diptera.info (site owner); www.phpfusion-ned... (superadministrator) |
|
|
|
muscapaul |
Posted on 19-08-2008 20:25
|
Super Administrator
Posts: 368
Joined: 24.03.06
|
New version: 1.00
A page that can show all Members sorted by a chosen Profile Attribute. Members can also be sorted by ID number or user name displaying that single Profile Attribute. The included Attributes are: Email, Location, MSN ID, Yahoo ID, AIM ID, ICQ#, Birthdate, Theme, Date Joined, Last Visit and IP Address. The latter four can only be selected by Superadmins. The Email option takes the User's setting Hide / Show Email into account. At present the page will only show the profile fields that have been included with the core of PHP-Fusion. Additional User Fields are not yet shown.
Upgrading from PHP-Fusion v6 to PHP-Fusion v7:
You can upgrade from v0.10 for PHP-Fusion v6 to v1.00 for PHP-Fusion v7 simply by uploading the contents of the files folder to the root of your PHP-Fusion installation. If you first defuse the infusion, you can simply re-infuse it (see readme). If you did not defuse it first, you can start using it immediately.
Changes in v1.00:
- Code completely updated for compatibility with PHP-Fusion v7.
DOWNLOAD (last version: 19.08.2008)
Paul
Time flies like an arrow, fruit flies like banana (Groucho Marx)
sites: www.diptera.info (site owner); www.phpfusion-ned... (superadministrator) |
|
|
|
helmuth |
Posted on 31-08-2008 03:08
|
Member
Posts: 23
Joined: 26.04.06
|
attached the Danish locales
helmuth attached the following file:
danish_13.zip |
|
|
|
muscapaul |
Posted on 18-09-2008 14:26
|
Super Administrator
Posts: 368
Joined: 24.03.06
|
New version: 1.10
Upgrading from v1.00 to v1.10:
Simply upload the contents of the files folder to the root of your PHP-Fusion installation.
Changes in v1.10:
- Package contained wrong files. Correct files were included.
- Danish locale added.
DOWNLOAD (last version: 19.09.2008)
19.09.2008: prp in locale definitions changed to PRP.
Edited by muscapaul on 19-09-2008 18:06
Paul
Time flies like an arrow, fruit flies like banana (Groucho Marx)
sites: www.diptera.info (site owner); www.phpfusion-ned... (superadministrator) |
|
|
|
Jelle |
Posted on 19-09-2008 15:57
|
Member
Posts: 3
Joined: 14.09.08
|
Something is wrong.
I've put it on my website and only the items of the 'Extended Profile fields' ar visible
And it looks like the locale are not included.
Jelle attached the following image:
[20.23kB]
|
|
|
|
muscapaul |
Posted on 19-09-2008 17:18
|
Super Administrator
Posts: 368
Joined: 24.03.06
|
I'll check it out.
Paul
Time flies like an arrow, fruit flies like banana (Groucho Marx)
sites: www.diptera.info (site owner); www.phpfusion-ned... (superadministrator) |
|
|
|
Jelle |
Posted on 19-09-2008 17:46
|
Member
Posts: 3
Joined: 14.09.08
|
I've found it..
In the profil_panel the locale searching for example $locale['PRP216']
In the locale files the locale are listed as locale['prp216']
So it is just a little moment of retyping the capitals. |
|
|
|
muscapaul |
Posted on 19-09-2008 18:02
|
Super Administrator
Posts: 368
Joined: 24.03.06
|
I'll update the download.
Paul
Time flies like an arrow, fruit flies like banana (Groucho Marx)
sites: www.diptera.info (site owner); www.phpfusion-ned... (superadministrator) |
|
|
|
muscapaul |
Posted on 19-09-2008 18:06
|
Super Administrator
Posts: 368
Joined: 24.03.06
|
Done.
Paul
Time flies like an arrow, fruit flies like banana (Groucho Marx)
sites: www.diptera.info (site owner); www.phpfusion-ned... (superadministrator) |
|
|
|
itsmi |
Posted on 30-01-2009 16:31
|
Member
Posts: 2
Joined: 27.01.09
|
Hi
Like DOOM I'm very interested to use profile-panel with a specific selected group of users. I believe it is a small modification in SQL request...
Edited by itsmi on 30-01-2009 16:32 |
|
|
|
itsmi |
Posted on 30-01-2009 20:25
|
Member
Posts: 2
Joined: 27.01.09
|
I found the way to make it :
Find line 90 and 163 (more or less) (example is for user_group number 1)
90------
$result=dbquery("SELECT * FROM ".$db_prefix."users WHERE user_status!='1' AND user_groups=.1 ORDER BY ".$sorting." ".$sort."");
163-----
$result=dbquery("SELECT ep.prop_value prop_value, ep.prop_name prop_name, ep.prop_user_id, u.user_name user_name, u.user_id user_id FROM ".$db_prefix."extended_profile_values ep INNER JOIN ".$db_prefix."users u WHERE ep.prop_user_id=u.user_id AND ep.prop_name='$show_what' AND user_groups=.1 ORDER BY ".$sorting." ".$sort."");
Enjoy...
Edited by itsmi on 30-01-2009 20:25 |
|
|