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
  #42  
Old 09-06-2006, 11:24 PM
Wired1's Avatar
Wired1 Wired1 is offline
 
Join Date: Nov 2003
Location: Orlando, FL, USA
Posts: 1,361
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The-Ensemble:
What is in the sub-page, more fields to enter data in, or something else? Either way, you could edit the page template and throw a link in there.

You want the stuff entered NOT to go into their profile, but just into a PM?


garyrogers:
Kewl use of the hack Sorry, no clue why it's doing that. Please restrict dropdown posts to the dropdown hack's thread, and vice versa


WARNING: allowing users to post links blatently in their profile like that screams for spammers to abuse it. What I'd do is to change it a bit, like so:

HTML Code:
<if condition="$post['field14']">
<tr><td class="vbmenu_option"><a href= "http://www.google.com/calendar/embed?src=$post[field14]" target="_blank">My Calendar from Google</a></td></tr>
</if>
and change the field to be a place for their email address only. That way, you know it'll go to the google calendar page. However, this may very well still be abused by crafty coders, although you could probably do some regex parsing on the field itself somehow to prevent this. No, I have no idea how to do it, just that it may be possible
Reply With Quote
  #43  
Old 09-07-2006, 03:03 PM
The-Ensemble's Avatar
The-Ensemble The-Ensemble is offline
 
Join Date: Jul 2006
Location: United Kingdom
Posts: 278
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Wired1
The-Ensemble:
What is in the sub-page, more fields to enter data in, or something else? Either way, you could edit the page template and throw a link in there.

You want the stuff entered NOT to go into their profile, but just into a PM?
Yes, So Users fill out these fields and they all combine and become the content of a PM with a set user and set title. (which I would like to be able to customize because I'll be using this more than once)

Is this possible?
Reply With Quote
  #44  
Old 09-07-2006, 06:00 PM
wrang wrang is offline
 
Join Date: Oct 2004
Location: Sweden
Posts: 161
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is it possible to put a link to a picture in this mod. So if i put a link to my picture it came up as a picture in the System Specs

I have a webbpage about marinaquarium and it should be great to use this and want a picture to

best regards
Reply With Quote
  #45  
Old 09-08-2006, 05:16 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 The-Ensemble
Yes, So Users fill out these fields and they all combine and become the content of a PM with a set user and set title. (which I would like to be able to customize because I'll be using this more than once)

Is this possible?
Possible, yes, however it's way outside the scope of this hack. I'd search the forum here for auto-creation of PMs, that would be a good start.

Quote:
Originally Posted by wrang
Is it possible to put a link to a picture in this mod. So if i put a link to my picture it came up as a picture in the System Specs

I have a webbpage about marinaquarium and it should be great to use this and want a picture to
Do you mean you would like the picture to appear in their member profile and/or dropdown? If so, please specify which one or both you mean, and respond in the correct thread, which would be the add-on hack (linked to at the top of this thread).
Reply With Quote
  #46  
Old 09-08-2006, 11:46 AM
wrang wrang is offline
 
Join Date: Oct 2004
Location: Sweden
Posts: 161
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Wired1
Yes i want it in the member profile.
Is it possible to have one upload function or is it better to link to a picture in the profile.
So if i put a picture link in one textfield it came up like a picture.
Reply With Quote
  #47  
Old 09-09-2006, 02:18 AM
Wired1's Avatar
Wired1 Wired1 is offline
 
Join Date: Nov 2003
Location: Orlando, FL, USA
Posts: 1,361
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

vBulletin Options > vBulletin Options > User Picture Options

Could do that as well
Reply With Quote
  #48  
Old 09-10-2006, 04:04 AM
cyvok cyvok is offline
 
Join Date: Apr 2005
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have installed this hack and have a small issue.

As you can see from the attached picture, instead of having the new field show up on the userCP all I get is a double line.

I have followed the instructions exactly and gone over them several times. Any advice?

Also, do you have instructions for actually adding the extra fields to the second page. I am slightly new at this and I cannot easily see where/how to add them.

thank you

-CYVOK-
Reply With Quote
  #49  
Old 09-10-2006, 04:22 AM
Wired1's Avatar
Wired1 Wired1 is offline
 
Join Date: Nov 2003
Location: Orlando, FL, USA
Posts: 1,361
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Code:
$vbphrase[edit_extra_options]
is either not created or has no value. As for the extra fields, you need to select EXTRA OPTIONS under Display Page when creating the field, or edit an existing field to do so. Have you installed the product? it creates the phrase mentioned above.
Reply With Quote
  #50  
Old 09-10-2006, 02:43 PM
cyvok cyvok is offline
 
Join Date: Apr 2005
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sweet! Did not realize I had to edit the XML if I changed the VB phrase. I have it working just the way I woudl like now.

Great hack, thank you.

-CYVOK-
Reply With Quote
  #51  
Old 09-10-2006, 05:25 PM
The-Ensemble's Avatar
The-Ensemble The-Ensemble is offline
 
Join Date: Jul 2006
Location: United Kingdom
Posts: 278
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok, So How would I do the sub page? The input fields into a PM I might be able to work out but how would I create a subpage?
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 10:41 AM.


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.05229 seconds
  • Memory Usage 2,313KB
  • 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
  • (1)bbcode_code
  • (1)bbcode_html
  • (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
  • (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_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