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.