Results 1 to 2 of 2

Thread: How to insert picture to EditView in modulebuilder.

  1. #1
    bwalecki is offline Junior Member
    Join Date
    Jan 2009
    Posts
    2

    Default How to insert picture to EditView in modulebuilder.

    I mean, when i fill form in Editview in my custom module, i want to attach a file - picture.

    And the questions :

    1. How I can set field type to a file ?
    2. How I can change DetailView to show thubnails of attached pictures (jQuery and graybox will be great) ?

    thanks in advance for help.

  2. #2
    mvngti is offline Sugar Community Member
    Join Date
    Oct 2007
    Location
    South Africa
    Posts
    510

    Default Re: How to insert picture to EditView in modulebuilder.

    Start by building your module on the "File" template in modulebuilder - then you already have a file field that will upload the image to the cache/upload directory with the record id as filename.

    Then the save method of your module will have to generate the thumbnail (using gd functions or convert command from imagemagick) (convert -scale XxY cache/upload/$id cache/upload/$id-thumb)

    Then edit the custom/modules/<module>/metadata/detailviedefs.php and add a customCode entry to the document_name field to display the thumbnail - something like customCode='<IMG SRC="cache/upload/{$id}-thumb">';


    M
    --


    Marnus van Niekerk

    There are only 10 types of people in the world
    those who can read binary and those who don't

    Modules:
    CE Teams - Upgrade safe teams module for Community Edition
    FieldACL - Field Level Access Control for Community Edition
    EditLogicHooks - Create and edit Logic Hooks from the Admin GUI
    FlexibleChartDashlet - Display any data in a Dashlet Chart
    DocumentThumbnails - Thumbnails for Documents module

    Many questions can be answered by reading the Developers Manual

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. adding a picture to a contact
    By maus in forum Developer Help
    Replies: 9
    Last Post: 2010-01-12, 04:27 PM
  2. Embed picture in outbound email
    By rowanscott in forum Feature Requests
    Replies: 1
    Last Post: 2008-02-15, 06:16 PM
  3. Replies: 8
    Last Post: 2007-07-27, 01:01 PM
  4. Replies: 0
    Last Post: 2006-12-02, 10:17 AM
  5. Picture to Contacts
    By Stalkers in forum Feature Requests
    Replies: 0
    Last Post: 2006-09-08, 03:43 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •