This forum is now read-only. Support is provided at https://wordpress.org/support/plugin/sermon-browser/
3:54 pm
15 January, 2015
I'm in the processing of moving all sermons from an old site to a new one I'm developing. I can't find the video embed code anywhere in the database. Does that mean it's encrypted/encoded?
I was hoping to be able to do a global replace to resize all videos to suit the new site dimensions.
Can it be done?
Thanks
12:16 am
5 July, 2013
I do not have any videos in SermonBrowser, but since you can't upload videos to SermonBrowser, the embed codes have to be in the database. Look in sb_sermons for the id of the sermon. Then look for that id in the field "sermon_id" in the table sb_stuff. The field "name" should contain the embed code for the video.
4:01 pm
15 January, 2015
9:04 pm
15 January, 2015
9:33 pm
5 July, 2013
OK, I get it now. SermonBrowser saves embed codes using base64_encode, that's where the jumbled mess comes from.
You can see what the code is using tools like this http://www.tools4noobs.com/onl.....64_decode/
But that makes it hard to do a global resize.
Maybe changing a containing div via css would be an option
9:38 pm
15 January, 2015
9:42 pm
15 January, 2015
10:58 pm
15 January, 2015
Finally got it working. For anyone else interested, I had to use jQuery :
http://stackoverflow.com/quest.....ing-jquery
And how to add a jQuery script to WordPress:
1 Guest(s)