Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons

Reply
 
Thread Tools
Advanced Memberlist Search Details »»
Advanced Memberlist Search
Version: 1.0.3, by Andreas Andreas is offline
Developer Last Online: Jan 2023 Show Printable Version Email this Page

Version: 3.5.4 Rating:
Released: 12-06-2005 Last Update: 02-19-2006 Installs: 43
Uses Plugins Template Edits
Is in Beta Stage  
No support by the author.

Advanced Memberlist Searching

Description
This Hack adds the criteria "Profile Picture" (Only Users with/Only users without/Don't care) and "Age" (From/To) for memberlist searching.
Of course it does take care of birthday privacy settings: Only users who do allow their age to be displayed will be found if you search for age.

Details
1 Product XML (2 Plugins, 3 Phrases)

Important
This Hack requires at least vBulletin 3.5.2

This Hack is unsupported! All support requests except proven bugs will be ignored

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #22  
Old 12-27-2005, 03:21 PM
Andreas's Avatar
Andreas Andreas is offline
 
Join Date: Jan 2004
Location: Germany
Posts: 6,863
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I don't have a screenshot and I am not going to take one
http://kirbydemos.ath.cx/forum/memberlist.php?do=search
Reply With Quote
  #23  
Old 12-27-2005, 06:28 PM
PennylessZ28 PennylessZ28 is offline
 
Join Date: Mar 2002
Location: North America
Posts: 737
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I still can't make it work for all the tea in china
Reply With Quote
  #24  
Old 12-28-2005, 11:27 AM
Nordinho Nordinho is offline
 
Join Date: Aug 2004
Location: Netherlands
Posts: 288
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

PHP Code:
Database error in vBulletin 3.5.2:

Invalid SQL:

        
SELECT user.*,usertextfield.*,userfield.*, user.useridoptions,
            IF(
displaygroupid=0user.usergroupiddisplaygroupid) AS displaygroupid
        
        
,avatar.avatarpath,NOT ISNULL(customavatar.userid) AS hascustomavatar,customavatar.dateline AS avatardatelinecustomavatar.width AS avwidthcustomavatar.height AS avheight
        
,customprofilepic.userid AS profilepiccustomprofilepic.dateline AS profilepicdatelinecustomprofilepic.width AS ppwidthcustomprofilepic.height AS ppheight
         
lastactivity AS lastvisittime 
        
        
journals.journal_id
        FROM user 
AS user
        LEFT JOIN usertextfield 
AS usertextfield ON(usertextfield.userid=user.userid)
        
LEFT JOIN userfield AS userfield ON(userfield.userid=user.userid)
        
        
LEFT JOIN avatar AS avatar ON(avatar.avatarid user.avataridLEFT JOIN customavatar AS customavatar ON(customavatar.userid user.userid)
        
LEFT JOIN customprofilepic AS customprofilepic ON (user.userid customprofilepic.userid
        
         
LEFT JOIN journals AS journals ON (journals.journalist_id=user.useridLEFT JOIN customprofilepic AS customprofilepic ON (customprofilepic.userid=user.userid)
        
WHERE 1=AND user.showbirthday AND IFNULL(YEAR(FROM_DAYS(TO_DAYS(NOW())-TO_DAYS(user.birthday_search))), 0) >= 15 AND IFNULL(YEARFROM_DAYS(TO_DAYS(NOW())-TO_DAYS(user.birthday_search))), 0) <= 36 AND ISNULL(customprofilepic.userid)
            AND 
user.usergroupid IN (-1,6,7,9,120,2,5,81,123)
        
ORDER BY user.username asc 
        LIMIT 0
30;

MySQL Error  Not unique table/alias'customprofilepic' 
Getting this error now...uninstalled the old product and reimported the new one

edit: get this error by email when installing

PHP Code:
Invalid SQL:
DELETE FROM productrequirement WHERE product='' 
;

and when the product installs it gives these errors

PHP Code:
Warningmysql_query(): 7 is not a valid MySQL-Link resource in /includes/class_core.php on line 395

Warning
mysql_error(): 7 is not a valid MySQL-Link resource in /includes/class_core.php on line 837

Warning
mysql_errno(): 7 is not a valid MySQL-Link resource in /includes/class_core.php on line 855

There seems 
but the script redirects too fast to copy the whole error...
Reply With Quote
  #25  
Old 12-29-2005, 08:10 PM
Nordinho Nordinho is offline
 
Join Date: Aug 2004
Location: Netherlands
Posts: 288
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Nordinho
PHP Code:
Database error in vBulletin 3.5.2:

Invalid SQL:

        
SELECT user.*,usertextfield.*,userfield.*, user.useridoptions,
            IF(
displaygroupid=0user.usergroupiddisplaygroupid) AS displaygroupid
        
        
,avatar.avatarpath,NOT ISNULL(customavatar.userid) AS hascustomavatar,customavatar.dateline AS avatardatelinecustomavatar.width AS avwidthcustomavatar.height AS avheight
        
,customprofilepic.userid AS profilepiccustomprofilepic.dateline AS profilepicdatelinecustomprofilepic.width AS ppwidthcustomprofilepic.height AS ppheight
         
lastactivity AS lastvisittime 
        
        
journals.journal_id
        FROM user 
AS user
        LEFT JOIN usertextfield 
AS usertextfield ON(usertextfield.userid=user.userid)
        
LEFT JOIN userfield AS userfield ON(userfield.userid=user.userid)
        
        
LEFT JOIN avatar AS avatar ON(avatar.avatarid user.avataridLEFT JOIN customavatar AS customavatar ON(customavatar.userid user.userid)
        
LEFT JOIN customprofilepic AS customprofilepic ON (user.userid customprofilepic.userid
        
         
LEFT JOIN journals AS journals ON (journals.journalist_id=user.useridLEFT JOIN customprofilepic AS customprofilepic ON (customprofilepic.userid=user.userid)
        
WHERE 1=AND user.showbirthday AND IFNULL(YEAR(FROM_DAYS(TO_DAYS(NOW())-TO_DAYS(user.birthday_search))), 0) >= 15 AND IFNULL(YEARFROM_DAYS(TO_DAYS(NOW())-TO_DAYS(user.birthday_search))), 0) <= 36 AND ISNULL(customprofilepic.userid)
            AND 
user.usergroupid IN (-1,6,7,9,120,2,5,81,123)
        
ORDER BY user.username asc 
        LIMIT 0
30;

MySQL Error  Not unique table/alias'customprofilepic' 
Getting this error now...uninstalled the old product and reimported the new one

edit: get this error by email when installing

PHP Code:
Invalid SQL:
DELETE FROM productrequirement WHERE product='' 
;

and when the product installs it gives these errors

PHP Code:
Warningmysql_query(): 7 is not a valid MySQL-Link resource in /includes/class_core.php on line 395

Warning
mysql_error(): 7 is not a valid MySQL-Link resource in /includes/class_core.php on line 837

Warning
mysql_errno(): 7 is not a valid MySQL-Link resource in /includes/class_core.php on line 855

There seems 
but the script redirects too fast to copy the whole error...
any idea's about this one...also receiving dberrors now

'mysql_connect(): Too many connections
/mydir/includes/class_core.php on
line 273'
Reply With Quote
  #26  
Old 01-16-2006, 02:08 AM
moonclamp's Avatar
moonclamp moonclamp is offline
 
Join Date: May 2004
Location: London
Posts: 516
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It's working for me now.

However, I'm cheating. I can't get the time to upgrade from 3.5.0 so I just uploaded the memberlist.php from 3.5.3 ... not sure if I messed anything else up but it works just fine now
Reply With Quote
  #27  
Old 01-19-2006, 06:28 AM
sensimilla sensimilla is offline
 
Join Date: Dec 2004
Location: Poland
Posts: 555
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Invalid SQL:

SELECT COUNT(*) AS users
FROM user AS user
LEFT JOIN userfield AS userfield USING (userid)

WHERE 1=1 AND field12 LIKE 'Female' AND field8 & 128
AND user.usergroupid IN (-1,10,6,7,12,2,5)
AND user.showbirthday > 0 AND IFNULL(YEAR(FROM_DAYS(TO_DAYS(NOW())-TO_DAYS(user.birthday_search))), 0) >= 25 AND IFNULL(YEAR( FROM_DAYS(TO_DAYS(NOW())-TO_DAYS(user.birthday_search))), 0) <= 35 AND NOT ISNULL(customprofilepic.userid);

MySQL Error : Unknown table 'customprofilepic' in where clause Error Number : 1109
any ideas ?
Reply With Quote
  #28  
Old 02-19-2006, 10:38 PM
Rukas Rukas is offline
 
Join Date: Aug 2004
Posts: 162
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

^^ Same exact problem, running 3.5.3, clean install.
Reply With Quote
  #29  
Old 02-22-2006, 06:25 PM
quanvo81 quanvo81 is offline
 
Join Date: Apr 2004
Location: Flushing - New York
Posts: 115
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

nice shot, nice hack, clicked installed
Reply With Quote
  #30  
Old 02-22-2006, 06:27 PM
quanvo81 quanvo81 is offline
 
Join Date: Apr 2004
Location: Flushing - New York
Posts: 115
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Rukas
^^ Same exact problem, running 3.5.3, clean install.
I have no problem running it, I am running 3.5.3
Reply With Quote
  #31  
Old 02-28-2006, 11:44 PM
Rukas Rukas is offline
 
Join Date: Aug 2004
Posts: 162
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

^^ What other hacks do you have installed?

Everything works fine apart from searching by profile pic.
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 04:20 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.14696 seconds
  • Memory Usage 2,360KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (6)bbcode_php
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete