View Full Version : How do I add custom profile fields to the 3.5.3 postbit_legacy?
Club3G
01-10-2006, 05:20 PM
Title says it all. :) Thanks in advance.
peterska2
01-10-2006, 05:23 PM
Find
<div>
$vbphrase[posts]: $post[posts]
</div>
Add Above
<if condition="$post[fieldx]">
<div>
Text Label: $post[fieldx]
</div>
</if>
Replace the two occasions of x to the number given in the profile field manager.
Replace 'Text Label' with whatever you want the field to be labeled as.
Repeat as desired.
Club3G
01-10-2006, 05:34 PM
Thank you very much! :D
peterska2
01-10-2006, 05:37 PM
Looks right to me. I see nothing in your postbit and details in a couple of other members
Club3G
01-10-2006, 05:46 PM
Looks right to me. I see nothing in your postbit and details in a couple of other members
Hahah sorry about that, I hosed it, realized what I did and ended up editing the above post about a minute too late. :D
Much appreciated, just upgraded and I'm trying to nail down all of the old mods/tweaks before my PM box gets stuffed with members asking where they went. ;)
Master Miyagi
02-07-2006, 09:30 AM
Excellent work, Peter.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.