Quote:
Originally Posted by rmxs
For 3.7 users to get video works on profile you must make this changes
edit gb_usercp_profile template
change
Code:
<input type="hidden" name="s" value="$session[sessionhash]" />
to
Code:
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
|
After doing this, I was able to submit the link without errors. However, where is the actual video now in my profile?

I cannot find it anywhere. For the record, I have all options enabled for my admin group, including "use GB in profiles..."