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

Reply
 
Thread Tools
Extra Profile Fields Page Details »»
Extra Profile Fields Page
Version: 2.1.10, by Wired1 Wired1 is offline
Developer Last Online: Dec 2021 Show Printable Version Email this Page

Category: Profile Enhancements - Version: 3.6.9 Rating:
Released: 08-06-2006 Last Update: 04-25-2008 Installs: 388
Uses Plugins Template Edits
Code Changes  
No support by the author.

IMPORTANT INSTRUCTIONS for those upgrading to vB 3.6.10!!!

https://vborg.vbsupport.ru/showpost....&postcount=269

EVERYONE: PLEASE BE CRYSTAL CLEAR IN WHAT ISSUES YOU ARE HAVING WITH THIS MOD IF YOU ARE USING IT IN 3.7.x! A 3.7.x version is already in the works.

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

You can find the 3.5.x version of this hack here.

This hack will add an extra page to the User CP. This area can be used for extra profile fields that for one reason or another you would like to split from the main list.

Personally, I use this page for PC specs, but it can also be used for other specs as well (e.g. cars). I have the specs in a dropdown list under the user title in each user's post, as well as in their profile page, but that's another hack You'll see a link to it under Add-Ons to the right.

Here's some examples of how I use this hack (with the Add-On hack, Additional Section within Profile and Dropdown within Posts):
http://www.houseofhelp.com/forums/sh...ad.php?t=39826
http://www.houseofhelp.com/forums/member.php?u=15

# of plugin hooks: 1
# of php page edits: 3
# of new templates: 1
# of template edits: 1
# of new phrases: 2


To install, upload the product and then make the manual edits as listed in the text file.

Don't forget to hit INSTALL!

Support will only be given to people who have hit install.

Show Your Support

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

Comments
  #292  
Old 05-01-2008, 12:02 PM
GameWizard's Avatar
GameWizard GameWizard is offline
 
Join Date: Apr 2004
Location: Vancouver, BC
Posts: 319
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Wired1 View Post
Search the thread, you'd have to edit the search code, and even then, it may not work, at least not most of the time in pre-3.7.0. No idea what changes were made in 3.7.0.
Could you post this code for me? I have looked through many of the pages without any luck of finding it. I have 3.7 installed, but will try it regardless.

Quote:
Originally Posted by Wired1 View Post
Don't quite understand what you mean.

GameWizard, do you see this same issue?
I have a similar issue, but for me the "reset fields" button (beside the submit button) does not work at all, thats including the stock vb pages and the pages created with your hack, and all they contain is regular text multi-line text boxes. But this could very well be as a result of all the template modifications I've made, I'd have to play around with it a bit to know for sure.
Reply With Quote
  #293  
Old 05-02-2008, 09:44 AM
GameWizard's Avatar
GameWizard GameWizard is offline
 
Join Date: Apr 2004
Location: Vancouver, BC
Posts: 319
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Alright, I have gone through your thread and managed to dig this code up:
https://vborg.vbsupport.ru/showpost....&postcount=137

Basically it allows me to show ALL the custom profile fields, and they become searchable. HOWEVER, I have 2 hidden fields that are appearing, which is the issue that has been made aware of here:
https://vborg.vbsupport.ru/showpost....&postcount=215

The problem is, I don't understand what he means by 'a new query'. I have tried different code variations and it simply does not work. Basically what I have discovered is that if I use only Form = 6, it will ONLY display the ones I need appropriately, and if they are hidden, it won't display them. However, as soon as I use the "form = 0 or 6" it completely ignores the hidden fields and shows them all, even though the hidden ones are not functional.

Please let me know if there is a remedy for this situation as it's important for me.

====== UPDATE =======


[high]* GameWizard pats himself on back[/high]

I figured it out, it should be:
form = 0 OR form = 6 rather than form = 0 OR 6
*this has to be done on both entries inside memberlist.php - Tested on 3.7 Gold
The result is that it displays the correct custom profile fields on your advanced member list search and keeps the unsearchable fields hidden as it should. In addition, the functionality I originally asked for is also there, which allows for search custom fields on another page (created by this hack) to be found via url:

/memberlist.php?do=getall&field23=test123 - where as field23 is located on the new page i created with this hack (previously this feature wasn't working until i fixed it with my modification above)

I will post any other issues as I find them.
Reply With Quote
  #294  
Old 05-02-2008, 10:39 AM
stemmy stemmy is offline
 
Join Date: Feb 2006
Posts: 63
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Please can somebody help me. I had this hack installed on an old version of vb.

I upgraded to 3.7.0 and wanted to install this hack.

I have deleted as much as I can remember and followed the instructions. Deleted the plug-in etc.

I deleted the extra fields from the users profile field section. I then re added them as I wanted them to show in members profiles.

The problem I have is this. The details only show once in the usercp etc - and on their profiles.

My problem is that on registration they are asked the same question twice -see attached image ??

What do I have to do to get rid of the old section (The bottom section)

Please help as I don't want to confuse my new members before they have even registered.

I have no customized templates that would affect this as far as I can see.

Thanks in advance
Reply With Quote
  #295  
Old 05-02-2008, 04:26 PM
Ted S Ted S is offline
 
Join Date: Dec 2003
Location: SoCal
Posts: 3,954
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

All is working in 3.7 with just one other code edit and a few template changes & conditionals... Once again, great addon... thanks!
Reply With Quote
  #296  
Old 05-03-2008, 05:35 AM
Wired1's Avatar
Wired1 Wired1 is offline
 
Join Date: Nov 2003
Location: Orlando, FL, USA
Posts: 1,361
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by GameWizard View Post
[high]* GameWizard pats himself on back[/high]

I figured it out, it should be:
form = 0 OR form = 6 rather than form = 0 OR 6
*this has to be done on both entries inside memberlist.php - Tested on 3.7 Gold
The result is that it displays the correct custom profile fields on your advanced member list search and keeps the unsearchable fields hidden as it should. In addition, the functionality I originally asked for is also there, which allows for search custom fields on another page (created by this hack) to be found via url:

/memberlist.php?do=getall&field23=test123 - where as field23 is located on the new page i created with this hack (previously this feature wasn't working until i fixed it with my modification above)

I will post any other issues as I find them.
Well, that explains why it never worked lol! Can't believe I missed that syntax problem! Got a link to the custom search working live?


Quote:
Originally Posted by stemmy View Post
I deleted the extra fields from the users profile field section. I then re added them as I wanted them to show in members profiles.

The problem I have is this. The details only show once in the usercp etc - and on their profiles.

My problem is that on registration they are asked the same question twice -see attached image ??

What do I have to do to get rid of the old section (The bottom section)
WAIT. You DELETED the Profile Fields, then re-created them? WHY? This mod does NOT touch the Profile fields AT ALL. It just changes how they're displayed! Not sure what you did exactly, but if you're seeing fields multiple times when registering, then you have multiple repeating fields in the Profile Fields in the AdminCP.


Quote:
Originally Posted by Ted S View Post
All is working in 3.7 with just one other code edit and a few template changes & conditionals... Once again, great addon... thanks!
Did you make a code change for 3.7.0 that was not in the current instructions? If so, what did you do, and why?



TO ALL: Anyone using this on 3.7.0, please PM me a link ASAP! I was going to test some stuff this weekend, but hell, if it works already, then that'll save me some time!

I will be putting out a new thread in the 3.7.x area here, and probably cleaning up the instructions and whatnot. Any and all suggestions are appreciated!
Reply With Quote
  #297  
Old 05-03-2008, 02:31 PM
stemmy stemmy is offline
 
Join Date: Feb 2006
Posts: 63
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Please can somebody help me with my problem.



Quote:
Originally Posted by stemmy View Post
Please can somebody help me. I had this hack installed on an old version of vb.

I upgraded to 3.7.0 and wanted to install this hack.

I have deleted as much as I can remember and followed the instructions. Deleted the plug-in etc.

I deleted the extra fields from the users profile field section. I then re added them as I wanted them to show in members profiles.

The problem I have is this. The details only show once in the usercp etc - and on their profiles.

My problem is that on registration they are asked the same question twice -see attached image ??

What do I have to do to get rid of the old section (The bottom section)

Please help as I don't want to confuse my new members before they have even registered.

I have no customized templates that would affect this as far as I can see.

Thanks in advance
Reply With Quote
  #298  
Old 05-03-2008, 08:00 PM
Ted S Ted S is offline
 
Join Date: Dec 2003
Location: SoCal
Posts: 3,954
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Wired1 View Post
Did you make a code change for 3.7.0 that was not in the current instructions? If so, what did you do, and why?

TO ALL: Anyone using this on 3.7.0, please PM me a link ASAP! I was going to test some stuff this weekend, but hell, if it works already, then that'll save me some time!!
To achive the functionality shown in the screenshots from my last post I had to make another code hack and a template change. I've sent over a PM with my how to although I think with some work you could make this hack even more extensible and really take advantage of the new userprofilefield categories.

Thanks for the great product again!
Reply With Quote
  #299  
Old 05-03-2008, 08:49 PM
Wired1's Avatar
Wired1 Wired1 is offline
 
Join Date: Nov 2003
Location: Orlando, FL, USA
Posts: 1,361
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by stemmy View Post
Please can somebody help me with my problem.
Read the post above, I answered you!
Reply With Quote
  #300  
Old 05-04-2008, 04:07 PM
Jase2 Jase2 is offline
 
Join Date: Dec 2007
Location: USA
Posts: 1,575
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have this running on 3.7 Wired.

Site: www.techsupportteam.org
Reply With Quote
  #301  
Old 05-04-2008, 06:07 PM
stemmy stemmy is offline
 
Join Date: Feb 2006
Posts: 63
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi and sorry I didnt see your reply.

I havent got any user defined profile fields in admin cp now and yet I still see the radio buttons.

I simply cant get rid of them.


Quote:
Originally Posted by Wired1 View Post
Read the post above, I answered you!
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 06:50 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02828 seconds
  • Memory Usage 2,328KB
  • Queries Executed 27 (?)
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
  • (9)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
  • (1)pagenav_pagelinkrel
  • (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_postinfo_query
  • fetch_postinfo
  • 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