I am having some trouble in pasting images in CKEditor.
I am able to paste images when I use localhost. Please refer the image.
Picture using LocalHost
On the other hand, when I use server address instead of localhost, it shows errors. Ctrl+V won't paste the image from clipboard ether. Please refer the image.
Picture using server address
Note that I am logged into the same server and it only works on IE.
Can someone please point me to the correct direction?
Thank you very much in advance.
Regards,
I guess, problem is that Internet explorer has different security setting depends on what connection are you using.
Open Internet Explorer, select the "gear" Tools button , and then select Internet
options. Select the Security tab and customize your security zone
settings in these ways:
To change settings for any security zone, select the zone icon, and
then move the slider to the security level that you want. To create
your own security settings for a zone, select the zone icon, and then
select Custom level and choose the settings that you want. To restore
all security levels to their original settings, select the Reset all
zones to default level button.
https://support.microsoft.com/en-us/help/17479/windows-internet-explorer-11-change-security-privacy-settings
Related
Image can be inserted into Details section of Work Item in TFS using Insert Image button. Is it possible to change final hyperlink to image ?
Issue is that we are using VPN in order to access TFS and hyperlinks to images do not have the full path with the domain that we need to see it directly in the WI itself.
If is possible to do some configuration changes for this ?
For the local image, now within TFS under the "History" tab where you're inserting your image. It will automatically displays as an image directly. PS: I'm using VS2015
For the online image, it's impossible now. You can only view the hyperlinks or save it as local then update it. Please refer this user voice: https://visualstudio.uservoice.com/forums/330519-team-services/suggestions/2037677-copy-and-paste-screenshots-into-work-items
I recently installed IMCE to allow inserting images into text areas from folders on the server.* It works great for me, but other administrators cannot get the icon in the image dialog box. I have checked the permissions and administrators have permissions set for all functions. I have also cleared the cache. We have tried on multiple computers, including I have logged out and had other administrators log in on my computer with the same results. Any help you can provide would be appreciated.
For anyone who hasn't used this function, the icon mentioned shows up when 1) you click the little tree icon in the WYSIWIG, 2) look to the right of the field called Image URL.
Well, it only took two weeks, but I figured out the answer to my own problem. The problem was that the Administrator Role did not have file browsing capabilities. By going to the IMCE Media configuration, I was able to give the Administrator Role access to the User-1 public files.
I'm developing a client windows form application. the application must browse URLs provided by servers in a System.Windows.Forms.WebBrowser control.
The problem is when Navigating Document Mode is set to Quirks and a "Http Status 403" is shown instead of the requested Page.
How to force webBrowser to open in standard mode without changing the registry?
Have you tried setting the FEATURE_BROWSER_EMULATION feature control got your application's executable filename?
Remember that the default values for a number of feature controls vary between IE and applications hosting the webbrowser control. If you see different behavior when rendering the same content, it's possible that a feature control needs to be adjusted.
Hope this helps...
-- Lance
I uploaded some images to a public folder in my Google Drive and would like to display them in a Fusiontable. I defined a column "link" as "Four line image" and store a link to the image there in the following format (provided by #Mori)
https://drive.google.com/uc?id=FILE-ID
example: https://drive.google.com/uc?id=0B6qZJQj7B-4ERS1KZ3p2SE9IbkU
I also tried the following format (provided by #niutech)
http://googledrive.com/host/<folderID>/<filename>
Unfortunately the result looks like this (screenshot 1)
Only after right click onto the image placeholder and selecting "View image", the image is displayed in a separate window. Now going back to the fusiontable the image appears correctly, see screenshot 2:
What could be the solution to this problem? I would like to see all images without need to right click first. Btw, I'm using Firefox.
EDIT: I now set the Fusiontable to "visible to anybody with link" and tested with Google Chrome and Opera. There it works fine. Firefox still does not work. Seems to be a browser issue...
I now set the Fusiontable to "visible to anybody with link" and tested with Google Chrome and Opera. There it works fine. Firefox still does not work. Seems to be a browser issue...
After many attempts I was only able to upload my own images to fusion tables via Dropbox and not Drive. I could not find a way to automate this, so for many images it might be better to go to another visualization platform.
Upload the images to your personal Dropbox (mine were .png)
For each image:
Click on Share -> Create a Link -> Copy link.
Open the 'shareable link' in a new tab. It might help to open the link in a private browser to check that anyone not logged in to Dropbox can view the image. Then right click on your image and go to 'Copy Image Location' (Firefox) or 'Copy Image Address' (Chrome). You will notice if you put this link in a new tab it will prompt you to automatically start downloading the image.
Paste this image location URL into the appropriate fusion table cell and make sure the column attribute is defined as e.g. "Four line image" and not 'URL'.
You almost had the correct answer. You have to change your picture's URL from the one for viewing the picture, to a direct URL for download.
See https://www.labnol.org/internet/direct-links-for-google-drive/28356/ for details.
I managed to do this in a calculated column (I use google form to gather info, then google spreadsheet and than synchronized fusion table). I changed the URL with spreadsheet formula:
=CONCAT("https://drive.google.com/uc?export=download&id=",right(left('URL',(len('URL')-17)),len('URL')-49))
Where 'URL' is the URL for viewing your picture in the browser.
Hope it helps anyone else!
I am trying to copy a joomla website to a sub domain of a website: http://sub.domain.com. Database and everything seems fine. When I access http://sub.domain.com, the website is automatically redirected to: http://sub.domain.com/en/index.php and the error is:
The page cannot be found
The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.
Please try the following:
Make sure that the Web site address displayed in the address bar of your browser is spelled and formatted correctly.
If you reached this page by clicking a link, contact the Web site administrator to alert them that the link is incorrectly formatted.
Click the Back button to try another link.
HTTP Error 404 - File or directory not found.
Internet Information Services (IIS)
Technical Information (for support personnel)
Go to Microsoft Product Support Services and perform a title search for the words HTTP and 404.
Open IIS Help, which is accessible in IIS Manager (inetmgr), and search for topics titled Web Site Setup, Common Administrative Tasks, and About Custom Error Messages.
Yes, I deploy the joomla site on an IIS server but I am sure it is running both for php as well as asp.net.
Any idea about this auto-redirection and how can I solve this?
For me the solution was to TURN OFF Search engine friendly URL's.
After installing Joomla it was turned on. I already tried the above options. no result.
When hovering my mouse over the second menubutton I did not see the the php code to that article in the left lower corner of my browser but just mywebsite/folder1/folder2/
and not something like : index.php?options=com and so on.....
So I tried to switch OFF the Search engine friendly URL's after I already had the articles, categories and menu's. And it worked.
After reading all your comments, I can give this suggestion:
Knowing that the previous server wasn't an IIS, and when you said it was in a Linux, probably it was an Apache server, then follow these steps:
Enter the administration area by going to http://sub.domain.com/administrator/
Select "Global Configuration", and select the "Site" tab;
Go to the right column and in the "Use URL rewriting" select "no".
If you don't have more than one language, you can do the following (in this example, the English language will be the default):
(in the administration area) Go to the menu "Extensions" and select "Language Manager", go to the "Installed - Site" tab;
Select (click in the checkbox) the english language and click "Default" (this assumes that there are more than one language in this screen).
Go to the menu "Extensions" and select "Plug-in Manager";
Select "System - Language Filter", and disable it.