PDA

View Full Version : Change Profile Option


vBulletin THEN DAYLIGHT
04-20-2006, 11:46 PM
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

vBulletin THEN DAYLIGHT
04-23-2006, 08:26 PM
<bump>

peterska2
04-23-2006, 09:03 PM
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
<if condition="$post[fieldx]">
$post[fieldx]
</if>
where x is the field number of that profile field eg field5 etc

vBulletin THEN DAYLIGHT
04-26-2006, 08:35 PM
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.

<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" />

That way the option could be editted from the edit avatar page AS WELL as where it is set to be displayed.

Think I will try it....

Didn't work.

'Upload of file failed'.

Any ideas, anyone?

vBulletin THEN DAYLIGHT
04-27-2006, 11:03 PM
anyone?

anyone?

vBulletin THEN DAYLIGHT
04-29-2006, 10:37 PM
<<bump>>

<<bump>>

anyone at all please?

vBulletin THEN DAYLIGHT
05-02-2006, 06:06 PM
Please, please, can anyone help. :(

vBulletin THEN DAYLIGHT
05-07-2006, 06:56 PM
*coughs*

Not even a 'not possible' reply? :(

vBulletin THEN DAYLIGHT
05-12-2006, 10:50 PM
Hi :)

vBulletin THEN DAYLIGHT
05-22-2006, 06:15 PM
<<bump>>

peterska2
05-22-2006, 07:53 PM
The only places that you can add profile field input fields to are the ones listed in the profile field manager, ie edit profile and various locations in edit options.