Closed (outdated)
Project:
Video Filter
Version:
6.x-3.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Apr 2012 at 18:04 UTC
Updated:
8 Mar 2016 at 08:43 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
blackdog commentedHmm, not good. Do you know if there is a way to add it back programmatically?
Comment #2
vinmassaro commentedThe change I can see in the database is in the WYSIWYG table that contains the tinyMCE settings. videofilter changed to video_filter in the serialized settings array with 6.x-3.x.
6.x-2.x
6.x-3.x
Comment #3
blackdog commentedCould you try the attached patch?
Comment #4
blackdog commentedEven better to remove the old setting also..
Comment #5
blackdog commentedOr maybe this one?
Comment #6
vinmassaro commentedThanks for the patch! It's close, but not working. The button is still disabled after update.php runs. Here's the unserialized output (ignore the add'l settings):
Comment #7
blackdog commentedAhh, we have to move inside the array to update the name there too. I'll get to it.
Comment #8
blackdog commentedTry this one. You'll need to reset the schema column in system table for video filter before trying again.
Comment #9
vinmassaro commentedThis one is a winner. Thanks!
Comment #10
blackdog commentedSo, this hasn't been committed. Don't know if it's still valid, or needed. Feedback appreciated.
Comment #11
minnur commentedClosing this issue since D6 no longer supported.