Publisher does not support the Fluid field type. Please do not contact asking when support will be available.

If you purchased an add-on from expressionengine.com, be sure to visit boldminded.com/claim to add the license to your account here on boldminded.com.

Ticket: YouTube username not saving in Wyvern module prefs

Status Resolved
Add-on / Version Reel
Severity Trivial
EE Version 17

Tim Print

Jul 16, 2012

When I add a username to the “username” field in the Wyvern module prefs and hit Save, the page refreshes and the username field is blank again. Can’t get it to save anything.

#1

BoldMinded (Brian)

Jul 16, 2012

Hi Tim, what version are you running?

#2

Tim Print

Jul 17, 2012

Wyvern Video 1.2.1
EE 2.5.2

I’m trying to use it as a stand alone video field.

I wasn’t 100% sure about installation. I put the whole ‘video’ folder from ‘plugins’ in ‘system > expressionengine > plugins’.

Is that correct for a standalone field? The docs talk about moving it for WYSIWYG fields.

That’s probably unrelated to the username saving issue though.

#3

BoldMinded (Brian)

Jul 17, 2012

The video folder should go into the /themes/third_party/wyvern/plugins folder, and its only needed if you want to use the video dialog in the Wyvern fieldtype, otherwise it isn’t needed.

#4

BoldMinded (Brian)

Jul 17, 2012

I can replicate the inability to save the username, will look into it.

#5

BoldMinded (Brian)

Jul 17, 2012

Tim, open the helper.wyvern_video.php file and go to line 361, you should see this:

'settings' => serialize($data)

Change it to this:

'settings' => json_encode($data)

That should fix it.

#6

Tim Print

Jul 18, 2012

Works perfectly. Great support. Thanks.

Login to reply