The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Could a profile option I added be hidden from a members profile page but still be displayed in the post bit? And, could this option be made edittable from the edit avatar page instead?
Thankjs |
#2
|
|||
|
|||
![]()
<bump>
|
#3
|
|||
|
|||
![]()
In the profile field manager there is an option (right at the bottom of the page) to set where you want that field to be editable from.
To display the contents in the postbit use Code:
<if condition="$post[fieldx]"> $post[fieldx] </if> |
#4
|
|||
|
|||
![]()
Thanks. Is there anyway it could be made edittable on the Edit Avatar page?
I was thinking I could use the 'userfield_textbox' template and add it to the edit avatar form template. Code:
<fieldset class="fieldset"> <legend><label for="ctb_field9">Personal Text (Avatar Caption)</label></legend> <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0" width="100%"> <tr> <td>Any text you would like to appear below (or instead of) your avatar. This can also be editted under 'Thread Viewing Options'.</td> </tr> <tr> <td><input type="text" class="bginput" name="userfield[field9]" id="ctb_field9" value="$bbuserinfo[$field9]" size="25" maxlength="100" /></td> </tr> </table> </fieldset> <input type="hidden" name="userfield[{field9}_set]" value="1" /> Think I will try it.... Didn't work. 'Upload of file failed'. Any ideas, anyone? |
#5
|
|||
|
|||
![]()
anyone?
anyone? |
#6
|
|||
|
|||
![]()
<<bump>>
<<bump>> anyone at all please? |
#7
|
|||
|
|||
![]()
Please, please, can anyone help.
![]() |
#8
|
|||
|
|||
![]()
*coughs*
Not even a 'not possible' reply? ![]() |
#9
|
|||
|
|||
![]()
Hi
![]() |
#10
|
|||
|
|||
![]()
<<bump>>
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|