How to add insert tab to the insert/edit image plugin in the tinyMCE to insert image from the desktop? - asp.net

I am using TinyMCE plugin, but for the insert/edit image plugin, it doesn't allow me to add an image from the desktop.
I don't want image to upload on the server but want to display in the editor, so i want to add an image insert in the insert/image plugin.
How can i achive this.
While this thing can be done in the on line tinyMCE editor's demo.
please help me with this, please gimme some guide lines or credible links to achieve this.

If you're looking for a cost-free way to upload files from your own computer (which I assume is what you mean by desktop) you can use http://www.phpletter.com/Demo/Tinymce-Ajax-File-Manager/ to achieve this. I have successfully integrated this in my own envirnonment almost hassle-free (which any other free plugin couldn't achieve ;)). Their own solution is propietary (I think), but Ajax File Manager works just as good.
I use it for PHP but I think supports ASP also.
EDIT: Looks like it doesn't support ASP after all :|

Related

Printing Displayed URL Image with Handlebarsjs

Ok so I have this template receipt file that I'm working on. I use this code to display an image on the webpage preview of the receipt:
<div class="barcode"><img class="barcode" src='https://www.example.com/?wc_barcode={{meta_data.[1].[value]}}'/></br>{{meta_data.[1].[value]}}</div>
What the image link ends up looking like in html on the preview page is:
https://www.example.com/?wc_barcode=6094644a91bc7
When you try to download the image it's an unnamed .png. It does not exist on my server and is generated by the link on the fly. It's Woocommerce Order Barcodes plugin from Woocommerce. Either way, the image shows perfectly fine in the preview but when I go to print the receipt the image disappears. Can someone help me understand what might be going on and what to do about it.
Not exactly sure what was done, but the developer customized the plugin to work the way I was using it so if someone else tries to use it like I am they will not have a problem either as the plugin is specifically designed to be embedded into different files and templates.
The Plugin is called Digital Barcodes by UKRSolution. Figured since they provided such great support and even extended plugin functionality due to not seeing someone using it in the manner I was, that I would let anyone interested or looking for this type of solution know.

What will happen to my content if i switch from elementor to simple editor?

Want to switch my elementor builder interface in simple editor like old Html one on my website tellthebell* as my site load's slowly due to this builder. want to know if my content will be loss or just the design will change?
Or suggest something that might help my loading time of site.
Yes agreed with the #cengiz sevimli Not only design will be lost also the content can be deleted. However if you have added any posts it will be saved at backend and you can add it up again from there in the new design.
well, a simple and easiest trick to do is save your content (Manually save in word doc) by pressing ctrl+A then switch to the old mode of HTML, if you lose your design/ interface..try editing or adding content that you already saved...Also, you can change your theme and again use the same content, etc.. it works very well you just need to be little tricky :P
Frist, you need to perform speed optimization for your website. It will help to load your website as soon as possible.
You can use Autoptimize and WP Rocket Plugin to boost the speed of your website.
Second, if you will switch your website from elementor to another builder you will lose complete design. After that, you need to redesign your website.
For check the speed of your website use : https://gtmetrix.com
If you change your builder, you may end up losing your designs. However you can try backing up your builder's raw code by pressing "Use Default Editor" like:

TinyMCE formatting button

Im using Wordpress on my Webpages and now i have decided to post there some tutorials and posts about it, and i just need some button that can open a box with options and i need to make starting tag using these options, and after selected put the closing tag. Im not really good in JS so i understand only a bit.
I found this:
http://return-true.com/2011/12/adding-tinymce-button-to-wordpress-via-plugin-part-2/
Adding custom tag with TinyMCE using ed.selection.setContent
maybe i need only to combine these two solutions
This can be done using an own plugin. Your plugin needs a button and this button will trigger a tinymce command that you will have to define. This command will open the box.
Developing an own plugin is pretty easy: http://www.tinymce.com/wiki.php/Creating_a_plugin
You should get the tinymce development version from the moxiecode download page. Check out the plugins directory for a plugin that uses a popup/model dialog - i think something like the searchreplace plugin will help.

Title + inline image upload (BLOB) portlet for Plone

Are there any existing add-ons which would provide the functionality
Upload image from local computer (blob)
Add some title
Add some link
This functionality can be achieved via Static Text portlet and separate image uploads, but this causes great headache usability wise. We want inline uploads.
The addon collective.quickupload do the job to let you upload multiple files and images and set title of each one of them.
But I guess I miss understood the question because you already know this addon right ?
Sounds like a great opportunity to extend the static text portlet!
There is now add-on on its way:
https://github.com/miohtama/imageportlet/

DRUPAL, video module: manually upload thumbnails

I'm using the video module on Drupal and it works pretty well.
I would like to manually update thumbnails of my videos instead of automatically generate them. Is that possible ?
thanks
Looks tough, there's a recent issue of someone complaining about this at http://drupal.org/node/670054 but there is a setting in the config (under automatic video thumbnailing), look at http://video.heidisoft.com/content/configuring-video-module
It'll be a lot of frustrating tweaks to get that to work, so sorry to say that no you can't manually update thumbnails using this module.

Resources