[ABD] CPF Member Search v.0.0.1

Any abandoned MODs will be moved to this forum.

WARNING: MODs in this forum are not currently being supported or maintained by the original MOD author. Proceed at your own risk.
Forum rules
IMPORTANT: MOD Development Forum rules

WARNING: MODs in this forum are not currently being supported nor updated by the original MOD author. Proceed at your own risk.
User avatar
4_seven
I've Been Banned!
Posts: 5155
Joined: Wed Apr 30, 2008 1:41 am

Re: [DEV] CPF Member Search v.0.0.1

Post by 4_seven »

good luck in customization :idea:
Volksdevil wrote:But even though they are not searchable, they show up in the mouseover/tooltip. But I tried this and it works so far :D
http://www.loaditup.de/files/590714.png
may i expand the addition#1 this way, but have not a high priority
FIELD IDENTIFICATION | FIELD TYPE | SEARCHABLE | [b]SEE IN POPUP[/b] |OPTIONS
Current Mods | Mod Base | php(BB) programming | No help via PM
User avatar
Volksdevil
Registered User
Posts: 2415
Joined: Sun Oct 03, 2010 2:03 pm
Location: Lancashire, UK
Name: Neil

Re: [DEV] CPF Member Search v.0.0.1

Post by Volksdevil »

Hi 4_Seven,

The mod is still working perfect! :D

Is it possible to split the cpf's up so we can reorder and place them where we like on the search page?

I'm trying to do it for option fields by editing the below but I'm struggling a little so far.

Code: Select all

<!-- BEGIN option_fields -->
<dl>
<dt><label for="{option_fields.FIELD_ID}">{option_fields.LANG_NAME}:</label></dt>
<dd>
<select id="{option_fields.FIELD_ID}" name="{option_fields.FIELD_ID}">
<option selected="selected" value="x">&nbsp;</option>
<!-- BEGIN lang_values -->
<option value="{option_fields.lang_values.OPTION_ID}">{option_fields.lang_values.LANG_VALUE}</option>
<!-- END lang_values -->
</select>
</dd>
</dl>
<!-- END option_fields -->
My phpBB Extensions
Finally found great Website Hosting from :arrow: KUALO!
Do NOT use 123-reg.co.uk - Incapable of running phpBB!
:ugeek: TekNeil - Streamer on Twitch | My Volkswagen Corrado G60
User avatar
4_seven
I've Been Banned!
Posts: 5155
Joined: Wed Apr 30, 2008 1:41 am

Re: [DEV] CPF Member Search v.0.0.1

Post by 4_seven »

sorry, no time for single user customizations.
what goes much far than standard-support need coins.

in a later version it can be that i make a position-addition.
Current Mods | Mod Base | php(BB) programming | No help via PM
User avatar
4_seven
I've Been Banned!
Posts: 5155
Joined: Wed Apr 30, 2008 1:41 am

Re: [DEV] CPF Member Search v.0.0.1

Post by 4_seven »

4_seven wrote:
Info

- Avatar Display
- Online/Offline Status
- CPF Onmouseover Quick-View

Demo: http://4seven.kilu.de/phpbb3/memberlist ... searchuser

Screens:
http://www.loaditup.de/files/595090.png
http://www.loaditup.de/files/595097.png

Note: Use this fix to show the status for all members
------------------------------------------------------------------------------------

Little Code Update for Addition #1:

open

memberlist.php

find

Code: Select all

'CPF_SELECT_AL'      =>  str_replace(array("'", '<', '>'), array('', '<', '>'), $full_prof), 
replace with

Code: Select all

'CPF_SELECT_AL'      =>  addslashes($full_prof), 
Reason: Prevent to break the code through ' or " and some other (as before) but display them

Screen
http://www.loaditup.de/files/638656_mbfmhag6w8.png

Demo:
http://4seven.kilu.de/phpbb3/memberlist.php
or
http://4seven.kilu.de/phpbb3/memberlist ... searchuser

---------------------------------------

package is updated

----------------------------------

Edit:

Code Update for Addition #1:

make Tooltip work with url-links in cpf
http://www.phpbb.com/community/viewtopi ... #p13033670

package is updated soon..
Last edited by 4_seven on Thu Aug 04, 2011 10:55 pm, edited 3 times in total.
Current Mods | Mod Base | php(BB) programming | No help via PM
User avatar
Volksdevil
Registered User
Posts: 2415
Joined: Sun Oct 03, 2010 2:03 pm
Location: Lancashire, UK
Name: Neil

Re: [DEV] CPF Member Search v.0.0.1

Post by Volksdevil »

4_seven, does this fix apply to my question here> ? http://www.phpbb.com/community/viewtopi ... &t=2136375 :)
My phpBB Extensions
Finally found great Website Hosting from :arrow: KUALO!
Do NOT use 123-reg.co.uk - Incapable of running phpBB!
:ugeek: TekNeil - Streamer on Twitch | My Volkswagen Corrado G60
User avatar
4_seven
I've Been Banned!
Posts: 5155
Joined: Wed Apr 30, 2008 1:41 am

Re: [DEV] CPF Member Search v.0.0.1

Post by 4_seven »

to all related, yes..
Current Mods | Mod Base | php(BB) programming | No help via PM
User avatar
Volksdevil
Registered User
Posts: 2415
Joined: Sun Oct 03, 2010 2:03 pm
Location: Lancashire, UK
Name: Neil

Re: [DEV] CPF Member Search v.0.0.1

Post by Volksdevil »

Fantastic. Thanks for the fix, appreciate it.
My phpBB Extensions
Finally found great Website Hosting from :arrow: KUALO!
Do NOT use 123-reg.co.uk - Incapable of running phpBB!
:ugeek: TekNeil - Streamer on Twitch | My Volkswagen Corrado G60
User avatar
Volksdevil
Registered User
Posts: 2415
Joined: Sun Oct 03, 2010 2:03 pm
Location: Lancashire, UK
Name: Neil

Re: [DEV] CPF Member Search v.0.0.1

Post by Volksdevil »

I just applied the fix, but still the same issue 4_seven, i tried purging cache etc too.

I just put the following into a profile, and now when i hover over, nothing comes up, not even an empty box.
It's
My phpBB Extensions
Finally found great Website Hosting from :arrow: KUALO!
Do NOT use 123-reg.co.uk - Incapable of running phpBB!
:ugeek: TekNeil - Streamer on Twitch | My Volkswagen Corrado G60
User avatar
4_seven
I've Been Banned!
Posts: 5155
Joined: Wed Apr 30, 2008 1:41 am

Re: [DEV] CPF Member Search v.0.0.1

Post by 4_seven »

your statement about the functionality of this fix here is related to your private customization.
for this mod here it works (see demo and info post). also it works before, but with transforming the named signs.

for your customization make shure, that it is syntactical right. otherwise it can't work.
Current Mods | Mod Base | php(BB) programming | No help via PM
User avatar
Volksdevil
Registered User
Posts: 2415
Joined: Sun Oct 03, 2010 2:03 pm
Location: Lancashire, UK
Name: Neil

Re: [DEV] CPF Member Search v.0.0.1

Post by Volksdevil »

I just went with the change you suggested, but it doesn't work for me. Not sure why. :(
My phpBB Extensions
Finally found great Website Hosting from :arrow: KUALO!
Do NOT use 123-reg.co.uk - Incapable of running phpBB!
:ugeek: TekNeil - Streamer on Twitch | My Volkswagen Corrado G60
User avatar
4_seven
I've Been Banned!
Posts: 5155
Joined: Wed Apr 30, 2008 1:41 am

Re: [DEV] CPF Member Search v.0.0.1

Post by 4_seven »

further talk in the other topic.
Current Mods | Mod Base | php(BB) programming | No help via PM
MSliCK
Registered User
Posts: 6
Joined: Mon Aug 22, 2011 10:48 am

Re: [DEV] CPF Member Search v.0.0.1

Post by MSliCK »

Hi i have got the member search mod on my board and when i have made a searchable custom field for say all the U.K county's only shows 28 of the county in the drop down menu in the search so how can i make it show them all
User avatar
4_seven
I've Been Banned!
Posts: 5155
Joined: Wed Apr 30, 2008 1:41 am

Re: [DEV] CPF Member Search v.0.0.1

Post by 4_seven »

MSliCK wrote:Hi i have got the member search mod on my board and when i have made a searchable custom field for say all the U.K county's only shows 28 of the county in the drop down menu in the search so how can i make it show them all
this is a setting in acp > cpf, so its not fired by the mod. if you have setup all single fields for dropdown right in acp > cpf and using genuine phpbb3 acp > cpf to setup cpf dropdown, it should appear right.
Current Mods | Mod Base | php(BB) programming | No help via PM
MSliCK
Registered User
Posts: 6
Joined: Mon Aug 22, 2011 10:48 am

Re: [DEV] CPF Member Search v.0.0.1

Post by MSliCK »

see it shows perfect in the profile so people can select what county they from and all of them show it just in search they don't show them all
User avatar
4_seven
I've Been Banned!
Posts: 5155
Joined: Wed Apr 30, 2008 1:41 am

Re: [DEV] CPF Member Search v.0.0.1

Post by 4_seven »

wired, for me it works. can you check, if these fields, which not appaers, contains kind of special-char? or give me list or screen of names, that not appears.
Current Mods | Mod Base | php(BB) programming | No help via PM

Return to “[3.0.x] Abandoned MODs”