The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Extra Profile Fields Page Details »» | |||||||||||||||||||||||||
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
|
Comments |
#32
|
||||
|
||||
Quote:
|
#33
|
|||
|
|||
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.
|
#34
|
|||
|
|||
Quote:
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 |
#35
|
||||
|
||||
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 |
#36
|
|||
|
|||
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. |
#37
|
||||
|
||||
Quote:
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:
Code:
$vbphrase[edit_extra_options] to $vbphrase[edit_system_specs] |
#38
|
||||
|
||||
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? |
#39
|
||||
|
||||
define how you're envisioning a "sub-page".
|
#40
|
||||
|
||||
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? |
#41
|
|||
|
|||
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 |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|