insert images on egeloen ckeditor - ckeditor

Hi I'm using symfony with ckeditor bundle to write content. But I can't find a way to insert images within ckeditor. Can someone have ever try using it ?

Insert image through CKEditor is just clicking on the 'picture' button.
But I guess you mean "upload on the server some picture, and insert them on the text.
And you should take a look to IvoryCKEditorBundle. And so, checking FMElfinderBundle, which could do what you need.

Related

How to automatically place image from node to Image field? (Drupal)

It's useful to use Image field from Drupal Views module blocks.
But it's very unuseful to place pictures into this field.
The more convinient way for me is to insert images right in node Body.
How to make first image from Body to place to Image field automatically?
Or from Summary?
Or learn Views module to access first image directly from node?
Or... maybe I misunderstand some simple things?
UPD: I'm using WYSIWYG editor. All images are uploaded.

Can not insert images inline OpenWYSIWYG with CodeIgniter

My previous question was here
missing images OpenWYSIWYG editor , Code igniter Structure.
I was able to load icon images and can upload image, but I can't insert image into inline text:
Please see the images for a clearer picture. It just won't add them to the textarea.
Modified 1-6-2013
After fixing
assets/js/openwysiwyg/addons/imagelibrary/insert_image.php.
I was able to add image frame
how ever URL enter is wrong
URL should be
app_name/assets/js/openwysiwyg/uploads
How can I fixed that?
I fixed it , by the solution from this link
http://www.ussamerica.org/Scripts/openwysiwyg_v1.4.7/docs/addons.html
after changing
/assets/js/openwysiwyg/addons/imagelibrary/config.inc.php
like this it works now
$imagebaseurl = '/app_name/assets/js/openwysiwyg/uploads/';
I am posting this as it might helpful to someone in the future.

image display in drupal

i would like to create an image gallery on my homepage in drupal. Each image will have been uploaded by the user, and, as i understand it, will be saved in some image directory folder in drupal. My question concerns a recent tip i picked up in response to the general debate whether or not it is good to store images as blob in mysql. The tip was to store the filenames of the images in mysql so you can essentially still sort the files. I was wondering whether this would be possible even if the files url is in drupal so to speak. It should be possible shouldn't it? I new to programming you see and want to the images on my homepage to be periodically refreshed according to a define sorting function. I would greatly appreciate any response to this question. Cheers.
You can using content types and views module for create gallery in Drupal 7.
First create new content type with gallery name(admin/structure/types/add).
Then add a image field to gallery content type and save it.
If you want have thumbnail of image you should create a image style. for example create a image style with thumbnail_custom name and add suitable effect(admin/config/media/image-styles/add). You will use of this image style in views in the next step.
Then create a new view with gallery-view name. uncheck create a page, check create a block, enter block title and item per page you want(admin/structure/views/add).
In Filter criteria from block details add content type gallery.
In Fields add Content image that appears in node:gallery and select and select thumbnail_custom for image style option.
Save view.
This view block appears in Blocks section and you select region for it.
If you want this block appears only in the front page, in configuration of this block in the section pages of visibility settings check "Only the listed pages" option and then enter "<front>" phrase in textarea.

Joomla/Seblod Display Image Thumbnail Only, Link to Lightbox

I am using Joomla and Seblod. I would like to create a gallery of thumbnails only, tiled next to one another and when clicked it will open each image into a lightbox (fancybox) and display larger image and description.
Problem I'm having is that when I try to display only the image thumbnails, I get the label "Image" or whatever I enter into Seblod. I just want plain image thumbnails, no text or any description but when clicked it opens them in the lightbox. I'm sure this is child's play, but confusing for a a beginning Joomla user like myself.
Any help would be appreciated, thanks.
There is built-in Lightbox functionality in Seblod, but it takes a few steps to make it work. It is even better if you use a custom template, because then you can add regular PHP functions to process your photos.
In any case, to get started, look at the tutorial I wrote on this subject: http://www.seblod.com/support/documentation/seblod-2x/fields/typo/1710-create-a-simple-gallery-with-fieldx-field.html

CKEditor: insert HTML from clip-board at current insertion point in WYSIWYG mode?

It seems that to insert HTML into the source code in CKEditor one must view source, then scan down through the code to find the appropriate insertion point.
I have a situation where the user will have HTML in their clipboard, but will not be HTML proficient, and will have a tough time understanding where in the source they need to insert the clip of HTML
SO: Is there a way to get CKEditor to paste, into the source code, whatever is in the user's clipboard at the current insertion point while in WYSIWYG mode?
Would this require developing a plugin? If so, could anyone someone provide a high-level overview of how that would be done?
use the Embed Media plugin which is available.
Just add that plugin. Using that the user can paste the html code in a dialog box and that will be pasted in the editor wherever the cursor was.

Resources