Version: 2.1.1, by Wired1
Developer Last Online: Dec 2021
Category: Profile Enhancements -
Version: 3.6.8
Rating:
Released: 08-06-2006
Last Update: 06-18-2007
Installs: 182
Uses Plugins Template Edits
Code Changes
No support by the author.
NOTE: After checking out the vBulletin 3.7 First Look thread, which contains significant changes to the Member Profile page, it is clear that this mod as-is will probably not work properly when it comes to displaying the Extra Profile Info on that page. As soon as an official 3.7 comes out, I'll start working on the changes.
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 EPFP hack is basically the entry form for the data that's manipulated in this hack. Please check out the pics at the EPFP 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).
FYI I've found some code to help with the multiple selection profile bug, but not an automated way to do it. It'd have to be customized by the end user.
Q: (sorry if this is dumb quesiont...non programmer here). Does using this save the queries of items/postbit elements if you put them in the menu dropdown?
eg:
no. of queries if the items were displayed without the dropdown... 5
no. of queries for same items once you put them into the dropdown.... 1
Q: (sorry if this is dumb quesiont...non programmer here). Does using this save the queries of items/postbit elements if you put them in the menu dropdown?
eg:
no. of queries if the items were displayed without the dropdown... 5
no. of queries for same items once you put them into the dropdown.... 1
is that correct?
Dunno. There's only one query for all of the profile fields in my hack, so I don't know what you're comparing it to.
Quote:
Originally Posted by Jericho2004
Your instructions don't state what to do with the xml file. I added the hook statement, but I am not sure what to do next.
I also am not sure where to change the vB Phrase [group_memberships] to the title I want for the quadrant. Is it in one of the templates?
Jericho2004: Please hit Install.
Do you mean extra member fields.xml? It's a plugin, upload it like any other plugin.
You change the phrase in the Phrase Manager within the AdminCP.
Dunno. There's only one query for all of the profile fields in my hack, so I don't know what you're comparing it to.
Jericho2004: Please hit Install.
Do you mean extra member fields.xml? It's a plugin, upload it like any other plugin.
You change the phrase in the Phrase Manager within the AdminCP.
Sorry, I hit install. Everything works except it is not pulling the data from the cp into the public profile in that bottom right quadrant. Thanks for the help.
You manually edited the member page, correct? What code is where the group membership code was?
Yes I changed the title of the quadrant and replaced the code in the memberinfo template. And, the data from the cp is not showing up. It is probably something I overlooked, but I have gone through it a few times now. Thanks.
This looks like a very good hack, one which I would be interested in using, only slightly modified..
Would it be possible for me to edit the hack so that it displays the results of my own custom query, rather than info from the control panel?
My idea is based around the fact I run an interactive story site that intregrates with my forum. What I'm looking to do is query the database for each user to see if they have made any posts on the story site, and have links to them listed under their username, as well as on their member profile page.
How easy/hard would something like this be to achieve? Thank you.