View Full Version : 2 Profile Questions
Kevin104
08-21-2002, 06:08 PM
1) I want to have the a profile field from the profile show up when the person posts. It's a cell phone website and the users enter their phone model into a custom profile field. I just thought it would be nice to show that info when they post in the forums.
2) How can I turn off "default email notification"? By default it's on, I want it off.
Thanks for any and all help that can be given.
-Kevin
Xenon
08-21-2002, 08:26 PM
add $post[fieldx] in your postbit-template
replace x with fieldid of the cell field
Kevin104
08-21-2002, 09:17 PM
Thanks, it worked perfectly. :)
Now if someone knows how to make email notification off by default I would be happier than ever. :)
g-force2k2
08-22-2002, 01:35 AM
open registeradult & registercoppa and in both templates find:
<td bgcolor="{secondaltcolor}"><normalfont>
<input type="radio" name="emailnotification" value="yes" checked> yes
<input type="radio" name="emailnotification" value="no" > no
</normalfont></td>
and replace them both with:
<td bgcolor="{secondaltcolor}"><normalfont>
<input type="radio" name="emailnotification" value="yes"> yes
<input type="radio" name="emailnotification" value="no" checked> no
</normalfont></td>
Regards hope that helps Kevin104 :)
g-force2k2
Kevin104
08-22-2002, 01:49 AM
Thanks a ton! It worked like a charm. I'm still new to vBB so I'm sure I'll be bugging you guys with questions again. ;)
g-force2k2
08-22-2002, 04:01 AM
hey Kevin104 no prob man no prob... if you need any assistance you can pm me too if needed ;) be seeing you around :)
g-force2k2
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.