This product will add a new page to the User CP for easy editing of specially marked profile fields, that for one reason or another you would like to split off from the main list. NOTE: Any fields marked for this page will not be seen in the user's profile. A mod I'll release later on will create a tab for them, fully editable like the "About Me" tab.
After the product is FULLY installed, when a you want to move a profile field to the new page for easy editing:
1. Go to the AdminCP and edit the field as normal.
2. At the bottom in the Display Page area, you will see "Which page displays this option?" The last option should say Options: $vbphrase[extra_options].
3. Save!
Personally, I use this page for PC specs, but it can also be used for other specs as well (e.g. cars). With an ADDITIONAL product (e.g. NOT this one), I place these specs in a dropdown list under the user title in each user's post, as well as in their profile as an extra tab.
# of plugins: 3
# of php page edits: 1 (admincp/profilefield.php)
# of new templates: 1 (page)
# of template edits: 1 (USERCP_SHELL)
# of new phrases: 3 Click here for details. Also look at the attached pictures to see where they show up.
If you have a 3.6.x version of this on your forum and are running 3.7.0, please uninstall it via running backwards through the old instructions, and then follow the Install instructions.
To Install:
1) Save the attached product-wired1_epfp.xml file.
2) Navigate to AdminCP -> Plugins & Products -> Manage Products -> [Add/Import Product]
3) Browse to wherever you saved the file.
4) Allow Overwrite -> Yes.
5) Import!
6) Follow the instructions for the manual edits (1 template edit, 1 PHP page edit)
The install process should only take 5 minutes at most.
Can you tell me which parts would need conditionals to hide both the new tab and if that is hidden would the normal option just reappear in the left nav ? if so where do i need to add conditionals to hide this also
Thanks
T
EDIT
i just realised i posted this in the extra profile fields thread instead of extra profiles fields "TAB" thread
Please pretend this is in the other thread as they kind of join together anyway
Can you tell me which parts would need conditionals to hide both the new tab and if that is hidden would the normal option just reappear in the left nav ? if so where do i need to add conditionals to hide this also
????????????
Nothing's hidden in the first place, so if you put a conditional around the edit in the USERCP_SHELL template, the page will disappear. If there's no data in there, the tab won't show up.
As it states in the main post, please hit install.
Nothing's hidden in the first place, so if you put a conditional around the edit in the USERCP_SHELL template, the page will disappear. If there's no data in there, the tab won't show up.
As it states in the main post, please hit install.
ok i have clicked install now
the page is still showing with no data in there.
When you say no data do you mean no answers to the options or actually no questions in there?
UPDATE
I think what i need to do is put conditionals around the template edits i had to make in profilefields.php
Can you advised if these edits can be made within the normal vbulletin template files in style manager instead of in the actual php file?
If not could you point me in the right direction to somewhere that could guide me on how to do this.