image

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
stilllife00's picture

How to send an Image to a Drupal Services 3 endpoint using json

Hi all!
I'm having a trouble during a simple Android application development. I'm trying to add a simple News on my Drupal site from the Android application. I created a new content type called "News" with 2 strings (title and body) and a Image field. I sent to my site a title and a body and it works correctly using JSONObject class.

Read more
rubenk's picture

What is the most recommended solution for someone who wants to go live right now but prepare for the future?

May I ask: For a developer who wants a live (D7) site, can they theoretically use audiofield, video, and any one of the image modules to let users attach and display rich media in posts now while reasonably expecting a future path to integration with the media module? - I want users to be able to add audio, video, or images in whatever format and then presented to the site viewers. I'm confused as to whether media can do any of this now. I would also like to have them transcoded to mp3 or h.264 but I don't believe this is possible at this moment correct?

Read more
mac2000's picture

upload_insert: Inserts attached files into body

This module adds insert buttons to attached files list (upload module), that inserts it into body in selected format. So there is no need in monsters like IMCE, Wysiwyg-imagefield etc., work out of box, supports wysiwyg, imagecache etc. Also when node deleted its files also deleted (via upload module).

Only local images are allowed.

Read more
kairospoia's picture

Creating a derivative image with perspective effect

I'm working on a project where I need to append user submitted images to a specific background image as an overlay. The challenge that I have is that I need to add a slight perspective effect in addition to the overlay (i.e. a slight angle to the original picture to be used as an overlay to take into account the shape of the background image). Please see the example images attached below for the outcome I am trying to get. The original overlay image is a user submitted design that I would append at the back of a laptop screen.

Read more
dbourrion's picture

(Solved) Rules working on field_image that doesn't work

After installation of the Rules module, I created a Triggered rules that is supposed to :
- look if there is an image associated with the new created content (image into field_image)
- if yes, made the new content «Sticky» on publich (even by scheduler)

But it doesn't work :(

The code is below - does somebody understand where is the problem ?
Thanks for tips and help
Best
D.


array (
'rules' =>
array (
'rules_punaiser' =>
array (
'#type' => 'rule',
'#set' => 'event_node_insert',
'#label' => 'Punaiser contenu si images',

Read more
shortexxx's picture

Resizing images within a view

Hi all, I'm fairly new to drupal 6 and had a slight query which I'm hoping somebody can help me with.

I have created a view called "News" and wish to display most recent news(obv). I have enabled the CCK for users to upload images when creating a new news article. The problem being that when user upload images to news articles, they will uploaded in various sizes.

In the view I have created called "News", I wish to use the "Rewrite the output of this field" option to resize the image automatically but this seems to be a big problem as I'm not too familiar with html or php.

Read more
therobyouknow's picture

Is Image FUpload multi-image loader compatible with Open Publish ? "Page not found" when visiting ../node/add/image/list_images after images found (latest dev release installed, modules re-enabled, update.php run)

I'm wondering if there are compatibility issues with Open Publish and Image FUpload - the tool that uploads multiple images, because I get page not found when visiting ../node/add/image/list_images to go to the next stage of image uploads following doing the uploads.

I've taken the advice here, but still get the same problem of "page not found".
http://drupal.org/node/296057

Read more
therobyouknow's picture

Which Drupal photo upload/management suite of modules is best for OpenPublish: 1) image and related modules 2) flickr and related modules 3) open publish's own?

I have 3 requirements for publishing my own photos on my own site
1) multiple batch uploading
2) integration with an external photo sharing network to widen my presence on the web i.e. so that my content will get seen elsewhere which will draw people to my site. The photos themselves would either hosted on the external site and referenced by my site OR a copy is on my site and on the external site
3) low resolution versions, but not too low available on the site, with ubercart integration should people wish to buy a hires version - expecting occasional trade here at best but would like to learn about this aspect.

Read more
naeluh's picture

Link Change or File change to image thru cck

Hi All,

I have a question about how to create a content type that adds a cck field that allows this type of functionality:

  • The image always stays the same. It is a weekly specials pdf link that changes weekly by the user.

  • the image would stay the same always.

  • I want them to be able to change the pdf every week just by adding a new pdf, essentially just changing the link as needed

Read more
Dave R.'s picture

How I (finally) got captions to display.

This is how I added captions, or cutlines, to the Articles content type in Openpublish. I hope that it is helpful to anyone who, like me, spent untold hours trying to figure it out.

First, add a field to the Article content type (../admin/content/node-type/article/fields). I labelled mine Caption and gave it the name field_main_image_caption. I chose Text for the field type and gave it a textfield size of 200.

Next, add something like: $vars['main_image_caption'] = $vars['field_main_image_caption'][0]['view'];

Read more
Subscribe with RSS Syndicate content