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
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.
The 3.5.x version of this hack can be found here. 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). An example is shown here: http://www.houseofhelp.com/forums/sh...ad.php?t=39826 Example of user profile with specs: http://www.houseofhelp.com/forums/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 Any suggestions are appreciated. Don't forget to hit INSTALL! Support will only be given to people who have hit install. Also, please post where you've installed this, as I'd like to see how people are using it. Or if guests can't see the effects, then please post a pic. Show Your Support
|
Comments |
#132
|
|||
|
|||
any one plz? and does it work on 3.6.8?
|
#133
|
|||
|
|||
I try it on 3.6.5
but without succeed I think there is some thin missing in code or template It's not appear in user profile or in postbite |
#134
|
||||
|
||||
I've got the extar fields page working, but the dropdown doesn't appear...
Man, these mods are racking my brain...I could've made a mistake, but the only thing I think may be causing the issue is the edit to the member.php file...attached. This is a great mod...I just wish there was someone around to help... I'm using 3.6.8 UPDATE: Got tired of waiting for help... I just removed the if conditional from the postbit and..."voila"...done and done. Thanks for the help... |
#135
|
||||
|
||||
Ok,
Looked at the edit instructions and it says to find: Code:
<if condition="$show['membergroups']"> <dl id="membergroups_list" class="smallfont"> $membergroupbits </dl> <else /> <div class="smallfont"><strong><phrase 1="$userinfo[username]">$vbphrase[x_is_not_a_member_of_any_public_groups]</phrase></strong></div> </if> Code:
<if condition="$show['extrainfo']"> <dl id="additionalinfo_list"> $customfields2 </dl> <else /> <div class="smallfont"><strong><phrase 1="$userinfo[username]">$vbphrase[n_a]</phrase></strong></div> </if> Code:
<if condition="$show['membergroups']"> <td></td> <else /> <td><strong><phrase 1="$userinfo[username]">$vbphrase[x_is_not_a_member_of_any_public_groups]</phrase></strong></td> </if> </tr> $membergroupbits </table> </div> </div> </div> </td> </tr> </table> Regards. |
#136
|
||||
|
||||
Replace:
Code:
<if condition="$show['membergroups']"> <td></td> <else /> <td><strong><phrase 1="$userinfo[username]">$vbphrase[x_is_not_a_member_of_any_public_groups]</phrase></strong></td> </if> </tr> $membergroupbits </table> Code:
<if condition="$show['extrainfo']"> <td></td> <else /> <td><strong><phrase 1="$userinfo[username]">$vbphrase[n_a]</phrase></strong></td> </if> </tr> $customfields2 </table> |
#137
|
|||
|
|||
This hack is PERFECT for what I need for two sites (horse message board and car club).
BTW, woot for Orlando, FL. I'm over by Unviersal Studios |
#138
|
||||
|
||||
Thanks, I'll give it a shot now and report back asap.
Regards. |
#139
|
||||
|
||||
Thanks, the edits worked fine but my text is not aligned correctly, see attached pic and how can I change the section heading?
Regards. |
#140
|
||||
|
||||
Sections heading has been changed but if I add to much text, its not all alighned.
Any ideas? |
#141
|
||||
|
||||
Quote:
Not a clue. All my hack does is replace the vBulletin variable with one of my own creation, and displays it. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|