Page 23 of 33 FirstFirst ... 132122232425 ... LastLast
Results 221 to 230 of 321
    1. Upload Module (File and Image Attachment) Details »»

      Upload Module (File and Image Attachment)

      Version: 2.00, by (Pligg Founder/Coder/Designer) Yankidank is offline
      Developer Last Online: May 2013 Show Printable Version Email this Page
      Pligg Version: 1.2.x Rating:  Installs: 11
      Released: 03-20-2009 Last Update: Never Downloads: 357
      Not Supported DB Changes Is a Module Auto-Templates
      Additional Files

      This module allows you to attach a file or image to a Pligg article. There are a lot of settings to configure it from the Admin panel to allow you to do pretty much anything with it. This module comes with Pligg versions 1.0 RC3 and above.
      An early Beta version of the module was included with 1.0 RC2, but we suggest that users uninstall it and start from scratch with the version provided with RC3 to prevent any bugs from appearing.

      Support
      This module was developed by the Pligg team and is being released for free, but we do ask that if you use this module please consider donating a small amount ($10-20) to help us recuperate our losses for the amount of time involved in developing this module. This is probably the most advanced module designed for Pligg yet and we designed it so that it could be used in a broad array of sites. Because we had to design it with so many uses in mind it took us a very long time to get it just right. If you plan on using this module for commercial use (generating income greater than $30/month from the site), we require that you submit a donation of at least $10.

      Technical support will be provided for BUGS that are recognized as valid and applicable to a large number of sites. We cannot support requests for features unless you are willing to pay for the extra features to be developed and to allow the feature to be contributed back to the community.

      Features:

      • Upload image to your website
      • Grab an image from another site
      • Generate multiple thumbnails for attached images
      • Attach files to articles.
      • Select what file types you want to allow from the upload settings page. (Ex: zip jpg psd )
      • Add additional fields for each uploaded file. Use it require a name, description, author, etc. for each file.
      • Automatically embed image thumbnails into posts. Just tell it what template hook to use from the upload settings page.
      • Automatically embed an attached image list. Like above, just tell it what template hook to use to place the list.
      • Easily add HTML before and after the thumbnails or attached files list. Use these settings fields in the upload settings page to add the needed HTML to apply javascript effects to your images, or customize how the images and file list look.
      • Use template tags to embed the uploaded images into your template.


      Upload Module Tags
      If you want to manually control where images are inserted into story content you will want to use the image tags provided next to the example thumbnail(s) during the upload process in submit step 2. Example tags might be:

      • {image1}
      • {image1_100x100}
      • {image2}
      • {image2_250x250}

      The numbers in those examples are from the sizes setup from the Upload module settings page. After you upload an image it should show a thumbnail and display one of these tags next to it for you to use if you want to embed it in the article.

      Upload Module Template Tags
      This module will insert thumbnails automatically into your template by using template hooks. This was designed so that you wouldn't need to edit your template files manually in order to start using the module. If you want to customize where the images are individually displaying in the template, for example show the first image at the top of the post and show the second uploaded image at the bottom, you should follow the usage examples below.

      To insert the first attached image at it's original file size you will insert the code {$image1} into link_summary.tpl where you want it to display. The second uploaded image would be {$image2} and so on.

      From the upload settings page I have created a thumbnail size of 500x500 pixels. This allows an uploaded image to have a maximum length of 500 pixels when being resized. So if you upload a 1000x500 pixel image it would be shrunk proportionately to 500x250 pixels. To embed that 500x250 pixel image into my template I would add the code {$image1_500x500} into link_summary.tpl to display the first uploaded file for a post at it's 500x500 pixel thumbnail size. {$image2_500x500} would display the second 500x500 attached file. In the case that no image is attached nothing extra will be inserted into your template.

      Examples

      Please see the attached image for a screenshot of the Upload module settings page and examples of what the upload process looks like for the submit step 2 page.

      Download Now


      Screenshots


      Show Your Support

      • If you like this download support the author by donating.
      • This download may not be copied, reproduced or published elsewhere without author's permission.
  1. #222
    New Pligger Bassline's Avatar
    Joined
    Jan 2011
    Posts
    5
    Thanks
    Received:0
    Given: 0
    Is there any way to have this module functioning but hiding the uploading from users, because I use a template that generates automatic thumbnails and the upload field only makes users confused.

  2. #223
    Pligg Developer/Coder/Designer ChuckRoast's Avatar
    Joined
    Dec 2005
    Location
    Pliggville USA
    Posts
    9,118
    Thanks
    Received:396
    Given: 73
    Version
    SVN Build
    Site
    http://Pligg.com/chuckroast
    Quote Originally Posted by Bassline View Post
    Is there any way to have this module functioning but hiding the uploading from users, because I use a template that generates automatic thumbnails and the upload field only makes users confused.
    Yes but it will take some modifications to the module's template file that displays the upload box..
    You'll need to wrap the part of the code that displays the upload box to not show for normal level users and only display to administrators. This can be done with a conditional tags.

    {if $isadmin}
    <--- upload code---->
    {/if}
    Help Keep ChuckRoast Home
    Today's Pligg Blog Post


  3. #224
    Member lipsmega's Avatar
    Joined
    Aug 2008
    Posts
    51
    Thanks
    Received:0
    Given: 0

    Module works. just little config problem

    Hi. I'm just having a small problem, the plugin is great and works. but i'm getting 2 images/post. because one image display by defaut, and when i put the code ({image_200x200}) into the post, another image is show. so, I have two of the same image. how can I solve it? tnks for great module. sorry for my bad english

  4. #225
    Casual Pligger newskicks's Avatar
    Joined
    Oct 2006
    Posts
    50
    Thanks
    Received:0
    Given: 0
    hi,

    i am using the latest version of pligg but this module is not working. i am not able to see it under the admin section. i have can see that it is present under modules dir.
    my url is Newskicks.com - your stories, your kicks!! - Your Source for Social News and Networking

    any help would be appreciated.

    thanks,

  5. #226
    Pligg Developer/Coder/Designer ChuckRoast's Avatar
    Joined
    Dec 2005
    Location
    Pliggville USA
    Posts
    9,118
    Thanks
    Received:396
    Given: 73
    Version
    SVN Build
    Site
    http://Pligg.com/chuckroast
    Quote Originally Posted by newskicks View Post
    hi,

    i am using the latest version of pligg but this module is not working. i am not able to see it under the admin section. i have can see that it is present under modules dir.
    my url is Newskicks.com - your stories, your kicks!! - Your Source for Social News and Networking

    any help would be appreciated.

    thanks,
    The module works fine under the latest version. I can only suggest reinstalling the module again.
    Help Keep ChuckRoast Home
    Today's Pligg Blog Post


  6. #227
    New Pligger juke's Avatar
    Joined
    Mar 2011
    Posts
    1
    Thanks
    Received:0
    Given: 0
    My thumbnail quality is noticeably jagged but I have the quality set to 100. Is there a way to fix that?

  7. #228
    New Pligger marketmike's Avatar
    Joined
    Sep 2010
    Posts
    6
    Thanks
    Received:0
    Given: 0
    Yankidank,

    Let's say you want to put the image tag in story template and run a check for total number of attached images and display each. How would that tag go?

    Thanks Mike

  8. #229
    Junior Member/Designer nidho's Avatar
    Joined
    Feb 2011
    Posts
    9
    Thanks
    Received:0
    Given: 0
    I have such a need. I use to put some image to the added story. I set the resolution of images to my main page width 550px, when i click the link it goes to the story page and the main page main column changes from 550 to 790px, but the image is still 550px, i can't find in settings such an option? Could you help me please?

  9. #230
    New Pligger anwar's Avatar
    Joined
    Mar 2011
    Posts
    9
    Thanks
    Received:0
    Given: 0
    i want to show uploaded images at right side just like digg.com is it possible ?? how??

  10. #231
    New Pligger anwar's Avatar
    Joined
    Mar 2011
    Posts
    9
    Thanks
    Received:0
    Given: 0
    any one?????

Page 23 of 33 FirstFirst ... 132122232425 ... LastLast

Similar Threads

  1. Add Image to Comments - using Image Upload Module
    By Evgolas in forum Questions & Comments
    Replies: 2
    Last Post: 04-11-2012, 01:04 AM
  2. Upload module -file attachment thumbnails?
    By darkremixx in forum Questions & Comments
    Replies: 0
    Last Post: 02-28-2010, 10:36 PM
  3. Upload Module Lost Attachment
    By ffarhann in forum Questions & Comments
    Replies: 4
    Last Post: 05-11-2009, 11:26 PM
  4. Upload attachment module didn't create thumbnail
    By argh2xxx in forum Questions & Comments
    Replies: 7
    Last Post: 03-01-2009, 04:27 PM
  5. Miising loading image in image upload/thickbox module
    By Peter in forum Questions & Comments
    Replies: 5
    Last Post: 12-05-2007, 11:24 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Pligg Modules and Pligg Templates from Pligg Pro Web Hosting Services by Midphase Dreamhost Web Hosting Donate to Pligg