There is no option "embed" in "Available uploaders

There is no option "embed" in "Available uploaders" how can i fix that? any mod should be  upgraded or fixed I am using 7.1.4 

Quote · 16 Nov 2013

 

There is no option "embed" in "Available uploaders" how can i fix that? any mod should be  upgraded or fixed I am using 7.1.4 

 Need a bit more information, I was able to embed a video.

Are you talking about in the admin section?

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 16 Nov 2013

 

 

There is no option "embed" in "Available uploaders" how can i fix that? any mod should be  upgraded or fixed I am using 7.1.4 

 Need a bit more information, I was able to embed a video.

Are you talking about in the admin section?

 Yes I mean in the admin section photos/administration/settings

There is no option "embed" in "Available uploaders" in the photo settings cause I bought a mod and need this option. i upgraded my dolphin from 7.0.8 to 7.1.4 maybe there is a mod missing. Cause I got this message from the vendor to use his Mod:

Look at http://www.?????.com/modules/index.php?r=photos/administration/settings

There is no option "embed" in "Available uploaders". Seems some modification was made to this section. Restore the original module and then install my mod.

Quote · 16 Nov 2013

It exists on the demo.boonex.com site; have you made any changes anywhere that could affect this?

Geeks, making the world a better place
Quote · 16 Nov 2013

 

It exists on the demo.boonex.com site; have you made any changes anywhere that could affect this?

 May be there is a missing code in a mod or a missing mod can any one help to fix it.

Quote · 17 Nov 2013

There should be no reason why they would not exist. Both dolphin 7.0.8 and your current version had the embed option. Only reason it would be missing is if you made a change in the past to remove the embed option.

Option can be restored using the following SQL in phpMyAdmin

UPDATE `sys_options` SET `AvailableValues` = 'flash,regular,record,embed' WHERE `Name` = 'bx_photos_uploader_switcher';
UPDATE `sys_options` SET `AvailableValues` = 'flash,regular,record,embed' WHERE `Name` = 'bx_videos_uploader_switcher';

This resets the available uploaders, but it does not actually guarantee it will work if something else has been changed. Without knowing what was done to remove it, it will be difficult to fix it.

https://www.deanbassett.com
Quote · 17 Nov 2013

 

There should be no reason why they would not exist. Both dolphin 7.0.8 and your current version had the embed option. Only reason it would be missing is if you made a change in the past to remove the embed option.

Option can be restored using the following SQL in phpMyAdmin

UPDATE `sys_options` SET `AvailableValues` = 'flash,regular,record,embed' WHERE `Name` = 'bx_photos_uploader_switcher';
UPDATE `sys_options` SET `AvailableValues` = 'flash,regular,record,embed' WHERE `Name` = 'bx_videos_uploader_switcher';

This resets the available uploaders, but it does not actually guarantee it will work if something else has been changed. Without knowing what was done to remove it, it will be difficult to fix it.

 

 Do you mean if I want to restore what mentioned up I have to run this Update in

Run SQL query/queries on server "localhost":

Quote · 17 Nov 2013

What Deano gave you was the means to restore the options in the backend; admin, section of Dolphin.  He also stated that if you have done something elsewhere; that restoring the options in the backend may not restore the option when you actually upload an image/video.

To run the query he presented, you must do it with a database tool, such as phpMyAdmin.  You would log into the database tool and run the query using the query tool that it provides.  If you need detailed information on how to proceed, you need to give us information on what control panel, etc, you are using.

Geeks, making the world a better place
Quote · 17 Nov 2013

And always back up your database first in case of an oops.

Geeks, making the world a better place
Quote · 17 Nov 2013

 

What Deano gave you was the means to restore the options in the backend; admin, section of Dolphin.  He also stated that if you have done something elsewhere; that restoring the options in the backend may not restore the option when you actually upload an image/video.

To run the query he presented, you must do it with a database tool, such as phpMyAdmin.  You would log into the database tool and run the query using the query tool that it provides.  If you need detailed information on how to proceed, you need to give us information on what control panel, etc, you are using.

 My video embed is working and visible except for the photo embed it is not visible in my "Available uploaders"  photo settings. I will ask for the one who upgraded my dolphin from 7.0.8 to 7.1.4 maybe he missed something in the upgrade. Usually i do not do any changes on my server.

Quote · 17 Nov 2013
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.