Version: 1.0.1, by Wired1
Developer Last Online: Dec 2021
Version: 3.0.0
Rating:
Released: 05-25-2005
Last Update: 09-13-2005
Installs: 4
Template Edits
Code Changes
No support by the author.
This hack builds upon Zachery's Extra Profile Fields Page hack. This template mod lets you take the extra fields from his hack and places them within a dropdown that sits below the user's title within each post.
I also made a link directly from the UserCP -> Settings & Options sub-menu directly to the new page Zachery's hack creates (which is part of the optional instructions within his hack. I've added the snipped for that within my instruction file as well, just in case). One thing about his hack, when a poster hits their save button, there's no real notification that it's saved. This modification is also in the attached instructions.
This template mod also lets you replace the Group Membership quadrant of a user's profile with this info. 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).
I've just gone trough installing the extra profile fields page hack, can you show me how to replace the group membership area and also the nifty dropdown? Can't seem to find it anywhere...
Ok, I found out how to get the postbit dropdown to work. Took me like 3 hours... pfhew!
But I've got absolutely no idea how to get started on replacing the group membership. Any hints?
Forgot to mention that since over @ House of Help we are using it for PC specs, I've set up the dropdowns within a post only to occur if the first field has something in it (which in this case is the user's motherboard). Instructions are included as to how I did this (yes, it's just an if condition).
I haven't set it up to allow hyperlinks within the dropdowns yet because it can be easily abused.
Can you add the changes you made to member.php to your instructions?
I don't think that the changes of zachary's hack are enough to make your template hack work.
I've tried some things but once I ended up with some infinite loops and a very messed up member profile page I just thought I'd ask
Can you add the changes you made to member.php to your instructions?
I don't think that the changes of zachary's hack are enough to make your template hack work.
I've tried some things but once I ended up with some infinite loops and a very messed up member profile page I just thought I'd ask
Doh! You're right, I did! Forgot about that tweak, as it's just duplication of some vB code that queries the profile info. The added code queries and brings back only the new fields. Updated the instruction file.