vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Profile Enhancements - Extra Profile Fields Page (https://vborg.vbsupport.ru/showthread.php?t=123253)

Wired1 08-30-2006 08:21 PM

Quote:

Originally Posted by garyrogers
just wondering how easy it would be to split the profile info so that there can be 2 user groups each of which has distinct profile info that they can record. essentially I have a board that "matchmakes" between 2 groups and I want to record separate info for each in the profile section.:confused:

got a link to your forum? do you two ACTUAL usergroups, and which each one has different profile fields, or all users have the same fields, but you want to split off one group of fields from another?

marlita 08-30-2006 08:29 PM

Hey wired1... I don't know about his forum, but the answer for me would be the second one: I have the same profile fields for everyone, but I just want to split the info evenly onto two different panels within the profile. oh, and i'm on vb6. thank you.

garyrogers 09-02-2006 01:10 PM

Quote:

Originally Posted by Wired1
got a link to your forum? do you two ACTUAL usergroups, and which each one has different profile fields, or all users have the same fields, but you want to split off one group of fields from another?

my site is http://www.gpmanagement.co.uk
currently I have managers signed up. i want to add in locum doctors who will offer them their services. essentially the locums will need to portray a set of fields ( price, terms etc) that the managers will view

The-Ensemble 09-03-2006 04:00 PM

Is this controlled by a template so I could customize the design? If so which one?

EDIT---------
Nevermind I found it. :-p

Its the Page template for those else who are wondering. :d

Jericho2004 09-04-2006 06:46 PM

I am not having any luck changing "Edit Extra Options" to "Edit System Specs". Can you specify in more detail how to do that? I tried changing it in USERCP_SHELL, but that just made it disappear from the control panel.

Thanks for any help.

Wired1 09-04-2006 09:57 PM

Quote:

Originally Posted by garyrogers
my site is http://www.gpmanagement.co.uk
currently I have managers signed up. i want to add in locum doctors who will offer them their services. essentially the locums will need to portray a set of fields ( price, terms etc) that the managers will view

In otherwords, certain fields for certain user groups. This isn't a feature of vB, and as such would require additional hacking. Off the top of my head, here's the basic idea of what you'd have to do.

Create 2 pages, one for each set of hacks. Throw usergroup conditionals around the code that has the links for the edit <PAGE> in the UserCP.


Quote:

Originally Posted by Jericho2004
I am not having any luck changing "Edit Extra Options" to "Edit System Specs". Can you specify in more detail how to do that? I tried changing it in USERCP_SHELL, but that just made it disappear from the control panel.

What EXACTLY did you do? I'd guess you changed
Code:

$vbphrase[edit_extra_options] to $vbphrase[edit_system_specs]
but didn't create the phrase, hence nothing shows up.

The-Ensemble 09-05-2006 01:29 PM

Is it possible to install another page and have it as a subpage for one you've previously added?
If so could you share some basic instructions on it?

Wired1 09-05-2006 11:59 PM

define how you're envisioning a "sub-page".

The-Ensemble 09-06-2006 05:27 AM

ok.
One page has alot of info and there will be a button to say for more info click here and it will take you to a sub page with alot more info.

Also is it possible to put input fields on a page and a submit button at the bottom that turns all the fields filled in, into one big pm?

garyrogers 09-06-2006 07:55 AM

thanks for the advice above. another problem though...
from the drop down list that displays the extra fields, I have created a field that holds a url, in this case one to a member's google calendar. I want this link to open up a new browser window, but despite lots of tinkering I can't get it to do so, here is my code in the postbit template:

<if condition="$post['field14']">
<tr><td class="vbmenu_option"><a href= "$post[field14]" target="_blank">My Calendar from Google </a></td></tr>
</if>
this only brings up the link in the same browser window, which is annoying. it doesnt seem to be able to understand the target reference, and simply ignores it. any ideas?
thanks


All times are GMT. The time now is 08:10 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.03454 seconds
  • Memory Usage 1,741KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete