The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Extra Profile Fields Page Details »» | |||||||||||||||||||||||||
Don't forget to hit INSTALL!
You can find the 3.6.x version of this hack here. 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. Here's some examples of how I use this mod (with the Add-On mod, Extra Profile Fields Tab, and a separate mod, Profile Fields in a Postbit Dropdown): http://www.houseofhelp.com/forums/sh...ad.php?t=39826 Note: the pics in that thread are from 3.6.x, but you'll get the idea. # 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. Don't forget to hit INSTALL! Support will only be given to people who have hit install. Show Your Support
|
Comments |
#12
|
|||
|
|||
i don't have a screen shot as i added the code to the post template so it looks the same now.
but if you go here: https://vborg.vbsupport.ru/profile.php?do=editoptions you see the light gradient blue bar saying: Edit Options: username, this is the bar that is totally missing in the mod. not a big deal really |
#13
|
||||
|
||||
What's the code? I'll add it tonight.
|
#14
|
|||
|
|||
How do I manage to get it displayed on postbit?
Example - like this or smiliar (prefer - just one line and the rest under popup) This is from neologan forum http://forums.pureoverclock.com/showthread.php?t=479 I have installed this and can see the extra options under my UserCP, but it does not display under postbit. any ideas why? |
#15
|
|||
|
|||
Anything changed from the 3.6 version Wired ?
|
#16
|
||||
|
||||
Thanks for the update! I've been waiting for this and it's finally here.
|
#17
|
|||
|
|||
Quote:
|
#18
|
||||
|
||||
Quote:
Functionality, nope. easier install though (less manual edits). Still working on something new for it, but it would hardly be a noticable change. Hit INSTALL then! |
#19
|
|||
|
|||
the actual table is
Code:
<tr> <td class="tcat">[new phrase?]</td> </tr> Code:
<tr> <td class="thead">$vbphrase[extra_options]</td> </tr> <tr> |
#20
|
|||
|
|||
I installed this, but im not seeing anything...Am I supposed to see an "Extra Options" link show up in my UserCP?
|
#21
|
||||
|
||||
Code:
<tr> <td class="tcat">$vbphrase[edit_extra_options]</td> </tr> Code:
<tr> <td class="thead">$vbphrase[extra_options]</td> </tr> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|