Youtube videos with new update

longshot

New Member
Hi all,

firstly huge compliments to the developer(s) on the 1.8 update - so happy with the new bootstrap skin.

Quick question - when a user now signs up, there doesn't seem to be a section now where a user can add their youtube video in the sign up or edit profile forms.
Does anyone have the quick code for this? I have added {$youtube_video} in the profile section, so videos that have already been added are showing.

Many thanks

Longshot.
 

Mark

Administrator
Staff member
Hi there, the youtube video plugin creates a custom field in the admin panel, so if you login to admin -> tools -> manage join fields

Here you will see a box for acf_youtube, expand it and you will see the tags and templates to add them.

the tag will look something like this:
Code:
{$form_acf_youtube}
and would added to the following child templates:
Code:
join_form.html
join_form_existing.html 
edit_form.html
Thanks for the kind words it means a lot.
 
Last edited:
Top