so now i did it in the gb_usercp_profile template, which is shown in the usercp profile where you can enter your video url:
Code:
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" /> <form enctype="multipart/form-data" action="profile.php?do=updateprofilevid" method="post">
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="do" value="addprofilevideo" />
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="tcat" colspan="2">Add a Profile Video</td>
</tr>
<tr>
<td class="panelsurround" align="center">
<div class="panel">
<div style="width:$stylevar[formwidth_usercp]" align="$stylevar[left]">
<fieldset class="fieldset">
<legend><label for="sel_languageid">Goldbrick Media</label></legend>
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0" width="100%">
<tr>
<td>Enter a video url for your profile.</td>
</tr>
<tr>
<td>
<div style="padding:$stylevar[formspacer]px">
<if condition="$video">
<input type="text" class="bginput" name="gb_profile_video" size="45" value="$video" dir="ltr" />
<else />
<input type="text" class="bginput" name="gb_profile_video" size="45" value="http://www." dir="ltr" />
</if>
</div>
</td>
</tr>
</table>
</fieldset>
</div>
</div>
<div style="margin-top:$stylevar[cellpadding]px">
<input type="submit" class="button" value="$vbphrase[save_changes]" accesskey="s" />
<input type="reset" class="button" value="$vbphrase[reset_fields]" accesskey="r" />
</div>
</td>
</tr>
</table>
</form>
This should work i think, but it isn't