Adding image in alfresco share editor - alfresco

I need to add a image from a local computer in alfresco share editor. Currently the following option is available in alfresco share editor.
This requires an url to add and I tried adding from local computer but it is not inserting anything.
The CKeditor addon (http://share-extras.github.io/addons/ckeditor-forms/) is available but it is used to insert image from the share site only.

Related

How to access your wordpress website via code editor?

So I am trying to customize my already running website via custom code
for better user experience etc.
I see a lot of people developing for WordPress via the code editor
and I simply can't find any information on how I can access my website
via a code editor and customize it with customer HTML, CSS, and javascript (or react.js)
and of course, PHP if necessary.
Could anyone please help me where I can find that information?
I would be very grateful!
Not sure exactly what you are looking for, but I go to CPanel on my host and open File Manager. Scroll down to the public_html folder and the web site below that. Select a PHP file and click Edit. Beware, though, that updating the theme will wipe out any changes when taking this approach.

Box.com integration for WordPress

Does somebody know if there is a plugin for WordPress that can integrate the Box.com cloud service into a page/post? I am looking for a way to show my files from Box.com directly on a page in a sort of file browser.
I know that there are some plugins around that can do it for Dropbox or Google Drive. But I don't want to switch, so it would be nice if I can use my Box.com account.
Has somebody found a similar plugin for Box.com?
Have you looked at leveraging Box Embed or the Box File Picker?
Either of these will give you a small code snippet to embed Box into your site.

Manage a website gallery with dropbox folder

I'm trying to make a gallery photo on website and my client need to upload these photos unto dropbox or google drive.
I've embed a gallery from google drive in my website and it works perfectly (which means I can see the photos). But, when I click on a photos, it redirects me on google drive and its not a good rendering.
I've also try this solution : pull and display images in website gallery from dropbox directory. It seems to be a good solution but unfortunatly, nothing appears on my website.
Anyone has a solution? I really need my client to manage himself is gallery photo without having to put it on FTP.
Thanks
Take a look at the Google Drive SDK and API, which allows you to get the list of files in a Drive folder and URLs that can be used to view the image directly. Depending on your needs, you can turn this into a gallery, use a lightbox to display the image, or whatever you specifically need.
You may also want to take a look at using Drive to publish website content. You may still need to write some code to create the gallery portion, but this provides an easy public place to store and manage the uploaded images.

IMCE module to load images from local hard disk

I'm using Drupal as my content-management system. I installed the IMCE module to include images on my site. This works fine, but I can only choose the images from the server, which means I have to copy them on the server and can then choose them. But I would like to choose them from my local hard drive.
Does anyone know if it is possible to do that with that module, or do I need another one?
Right. IMCE provides an upload button (See linked image, top left. I tried to embed it in my post, but the system here won't allow me to add images yet).
But by default, only User-1 has access to it and you'll have to create and associate profiles with roles to allow actions such as uploading of files. If you haven't done so, this is configured on:
admin/settings/imce (Drupal 6), or
admin/config/media/imce (Drupal 7)
So if you aren't logged in as User-1 and don't see the upload button, it's likely a configuration step you are missing.
I wrote an article recently which goes pretty in-depth about use of the IMCE module and gets into configuration. It also covers the workflow for adding images to WYSIWYG content editors, and is written with Drupal 7 in mind, but the IMCE-relevant stuff is mostly the same between Drupal 6 and 7. You may also want to use the IMCE_Mkdir module, which allows users with appropriate permission (added to the IMCE configuration for each profile) to create new sub-directories, which can help keep your images or other files better organized.
You can read my relevant article on the Cocomore Drupal blog: Configuring and adding images to Drupal 7 content with Wysiwyg, IMCE and Lightbox2
Hope that helps.
Click the 'upload' button in IMCE...that will allow you to upload images to the server using the UI, then you can choose them. There's no other way of doing this as obviously it's a website...if you want files from your local machine on the server you'll have to transfer them there. This is what IMCE's 'upload' button is for.
You might also want to check out the IMCE WYSIWYG Bridge module if you're using WYSIWYG, it provides a nice easy way to upload images into WYSIWYG if you're using that module.
Just a tip that always bother using drupal. If you don't see some config options after installing a new module (it was my case for this threat), you must clean caches , in D7 /admin/config/development/performance

Wordpress: Editing pages with another editor

Relatively simple question, but I can't find the answer: How can I edit static pages (or posts) with my own editor instead of using WordPress? I'm not asking about the details of how to FTP, but instead where can I actually find the pages I created using WordPress in the WordPress directory?
Thanks.
The content of the pages you create are stored in the mySQL database rather than as static files so you cannot just see them if you look through the directory. The software reads out the data from the db when requested and renders it according to various settings.
As for editing your wordpress pages/entries using an external editor, wordpress supports an XML RPC interface which can be used to communicate with it. For an example of an emacs extension to edit WP articles, check out http://www.tolchz.net/2008/01/06/posting-to-wordpress-with-emacs-webloggerel/. I'm sure many other editors have this facility as well (including, I'm led to believe, Microsoft Word).
Finally, if you want to use the web interface but use your own editor for the textboxes where you edit pages/articles, check out the it's all text plugin for Firefox.
Windows Live Writer is an excellent editor for this purpose. The latest version (2011) surprisingly better than the first, which was already more than I expected for a freebie, and a small project team.
Make sure you avoid all the extra "Live" options and just leave the Writer checked for install. And in WP admin settings, enable XML RPC.
wp generates dynamic pages - that means the pages only exist the moment they are requested. You would first need to "statify" them - simply downlowding would do, but there's also plugins that can do this.. Usually needed for optimizing speed/cache
Looking for "wordpress static pages plugin" might help..
PS: this would do the job of making wp 'static'
http://wordpress.org/extend/plugins/really-static/

Resources