The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Additional Section within Profile and Dropdown within Posts Details »» | |||||||||||||||||||||||||||
Additional Section within Profile and Dropdown within Posts
Developer Last Online: Dec 2021
Link to 3.6.0 version:
https://vborg.vbsupport.ru/showthread.php?t=123254 This hack builds upon my Extra Profile Fields Page hack. This template mod lets you take the extra fields from that hack and places them within a dropdown that sits below the user's title within each post, as well as replaces the Group Memberships area with a listing of only these specs. The EFP hack is basically the entry form for the data that's manipulated in this hack. Please check out the pics at the EFP hack link to get the full idea. In my case, it is used for PC specs (and as you will see the instructions are tailored towards this), however it can be easily used for parts or specifications of almost anything (car parts for example). An example is shown here: http://www.houseofhelp.com/v2/showthread.php?t=39826 Example of user profile with specs: http://www.houseofhelp.com/v2/member.php?userid=15 # of plugin hooks: 1 # of php page edits: 1 (just 1 line to add the custom hook line into member.php) # of template edits: 3 # of phrase edits: 1 An admin section will eventually be done for this, as well as extra areas to place the new specs within. Because this is based upon the EFP hack, the upgrades in functionality to this hack will depend on the EFP hack's upgrades. In otherwords, staggered upgrades. Other functionality has been recommended and will be added at a later date. Any suggestions are appreciated. Don't forget to hit INSTALL! Also, please post where you've installed this, as I'd like to see how people are using it. That'll help me think of new ways to add to it aside from my own needs for this hack. Or if guests can't see the effects, then please post a pic. Show Your Support
|
Comments |
#52
|
||||
|
||||
Quote:
Tested Multiple checkboxes, worked fine. Can you be more specific? |
#53
|
||||
|
||||
I am having issues with this and kinda would like to get rid of the extra stuff now.
How do I "uninstall" the extra stuff like the profile hooks and drop down on postbit. I went thru the changes and thought I got it all that I added with the readme but some users still have the features available. |
#54
|
||||
|
||||
Go through the instructions step by step. If you've added code, remove it. Make sure you go through each of your templates, and remember to turn off the plugin.
What types of issues are you having? |
#55
|
|||
|
|||
Hi, Great Mod.
At the moment its showing up based on one field condition, any way to enable it based on multiple fields Say if Field11 or 12 or 13 exist? <if condition="$post['field11']"> ?? //EDIT Got it <if condition="$post['field10'] OR $post['field11'] OR $post['field12']"> |
#56
|
||||
|
||||
Wired:
I made an extra profile page as per your instructions here: https://vborg.vbsupport.ru/showpost....&postcount=192 I've installed this hack now to show it in memberinfo template and it keeps grabbing my first original custom profile page extra, and not getting extra2. How do I fix this? |
#57
|
||||
|
||||
n/m, figured it out
|
#58
|
||||
|
||||
Kewl, glad to see you both got it worked out. Don't forget to hit install Paul
|
#59
|
|||
|
|||
If this has already been asked, I didn't see it. Is there a way to have it so it will show a message in the table in the additional section in the profile instead of leaving it blank if the user doesn't enter anything for those fields?
|
#60
|
||||
|
||||
could just replace the n/a message line with whatever message you'd like, but I would code it into the template, don't replace the phrase or it will show up in other unintended places.
|
#61
|
|||
|
|||
Does not work in 3.6.0 due to changed table schema. Fix below:
Change: PHP Code:
PHP Code:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|