Remove Download link for photos

Hi
I'm using the Darkroom theme to create a site and have added some photo pages. Each photo page includes a "Download" link, which I'd like to remove.
In the Inspector, I can see how to change the size of the download file and I can also see how to enable and disable and RSS subscription link but the Download link remains stubbornly in place.
What should I do to remove the Download link?

see my post here:
http://discussions.apple.com/thread.jspa?threadID=1079168&tstart=0

Similar Messages

  • Problem providing download link for BLOB data in apex report

    Hi,
    I am trying to create a report on a table with BLOB data so that the report displays a "download" link for the BLOB data. I am trying to give users the ability to download files from a website.
    I have been following the instructions in OBE "Defining and Viewing BLOB Data in Oracle Application Express 3.1".
    In the report, for the BLOB column, I have specified values for the following fields in Report Attributes->Column Formatting->Number/Date Format->BLOB Download Format Mask:
    BLOB Table
    BLOB Column
    Primary Key Column 1
    MIME Type Column
    Filename Column
    BLOB Last Updated Column
    However, when I run the report, I get the following error, even thought there is data loaded into the table:
    report error:
    ORA-01403: no data found
    When I remove the BLOB Download Format Mask information for the BLOB column, then the data displays in the report, but without the "download" link for the BLOB data (which is expected):
    E.g.
    Title Author Created BLOB_CONTENT
    Siebel & RAC Best Practices     Erik.Peterson     17-SEP-08     [datatype]
    Siebel Grid Case Studies     Mark.MacDonald     17-SEP-08     [datatype]
    Siebel CRM Applications protected by Oracle Clusterware     Kelly.Tan     17-SEP-08 [datatype]
    Oracle Grid: The Optimal Platform for Siebel Solutions Mark.MacDonald 17-SEP-08     [datatype]
    Any ideas why I'm seeing the ORA_01403 when I specify the BLOB Download Format Mask?
    Edited by: user716599 on Sep 18, 2008 12:31 AM

    Good morning,
    Here is how I have solved this problem.
    1. The select statement in the sql for the report should not include the BLOB column. I decided to select only 2 columns, the column that has the key and the column with the filename.
    2. On the first column ( the primary key ) I put in the format statement that was simply DOWNLOAD:TABLENAME:BLOB_COLUMN:PRIMARY_KEY
    This works. I believe that the Oracle error I was getting was because I was trying to apply this format statement to the actual BLOB column.
    So, it appears that you can use any of the columns in the report to hold the DOWNLOAD format statement since in the format statement, you are defining the BLOB table, BLOB column and the primary key into that column.
    Hope this helps,
    Don.

  • Where can I find the download link for Photoshop Elements 6 for Macintosh?

    Hard disk crashed, need to reinstall all software including Photoshop Elements 6 for Mac.  The download link has been removed from Adobe site and support is saying I have to purchase a new license.  I already have a licensed version of this product and this version is sufficient for my needs.  Where can I find the download link? 

    Hi jsachen
    I don't think Download Link for Photoshop Elements 6 is available.
    The download links are available from Photoshop Elements 7
    Download Photoshop Elements products | 9, 8, 7

  • Where is a download link for firefox4?

    I searched Google..cannot find a download link for Firefox 4!

    Firefox 4 is not supported any longer. Firefox 5 and 6 were security upgrades for the 4.0 version, and Mozilla removed the download links to those versions.
    Is there any particular reason you don't want Firefox 6.0?

  • Can have the download link for Lightroom 4, please? My computer crashed and I reinstalling programs. I bought this in April 2013

    Can have the download link for Lightroom 4, serial number  please? My computer crashed and I reinstalling programs. I bought this in April 2013
    Message was edited by: Geoff Walker
    I removed your serial number as it is not the wisest thing to place in public view.

    Mac or PC??
    PC is here: Adobe - Lightroom : For Windows
    Mac is here: Adobe - Lightroom : For Macintosh

  • IBN live app download link for C6-01?

    Anyone from INDIA who can give of a download link for IBNlive mobile app link? It had been installed by default and I accidentally removed it. Visiting Nokia store does not have this app anymore. I did visit m.IBNlive.com/app . This directs me to Nokia store which in turn states the app is currently not available. The problem seems to be with belle. It is wellknown that the said app works well with belle, but it has been removed from store for belle. If you select Anna as your OS it available download. Can Anyone provide me an external link for this app?
    In Love With My C6-01:Now running on Nokia Belle!
    Solved!
    Go to Solution.

    Upon N8 Belle it only works in "Portrait mode" and you have to longpress upon Menu key to reveal open applications to close as "Exit" button doesn't work, which maybe sufficient reason to warrant not being made available to Symbian Belle devices!
    Happy to have helped forum with a Support Ratio = 42.5

  • I cant find any download version for Photo Elements 10

    I have a new iMac without cd rom and I just bought a new Epson scanner V700 with Photo Elements 10, the problem I have is that I cant find any download version for Photo Elements 10? I do have activation key.

    Hi,
    You can get pse 10 from here, just follow the Very Important Instructions or the links won't work.
    http://prodesigntools.com/photoshop-elements-10-direct-download-links-pse-premiere-pre.htm l

  • Download link for CS 6

    I'm a creative cloud member and I need to remove CS 6 from an XP machine and re-install on a Win 7 virtual box (running XP). Where do I find a download link for CS 6? I have to have CS 6 with XP so I can print to my ancient imagesetter using appletalk and postscript level 2.

    I have the CC apps installed in win 7 64 bit and I found what your blog said to do. Idon't want to install on the win 7 ; but, I need to install in the virtual box (XP) which is like a separate computer. Your link won't let me do the install to the XP virtual box as I don't have the app manager in XP. I'm downloading CS 6 design Standard from Download CS6 products in the virtual box (XP0. Hopefully, I can install & sign-in.

  • Re: Problem providing download link for BLOB data in apex report

    Hi Don,
    Your solution below worked but in the download option i only see save but not open for PDf file in the blob. Please let me know if you have any suggestion to achieve it
    Thanks
    Jo
    Problem providing download link for BLOB data in apex report 
    591953 Nov 19, 2008 1:55 PM (in response to 660436)
    Currently Being Moderated
    Good morning,
    Here is how I have solved this problem.
    1. The select statement in the sql for the report should not include the BLOB column. I decided to select only 2 columns, the column that has the key and the column with the filename.
    2. On the first column ( the primary key ) I put in the format statement that was simply DOWNLOAD:TABLENAME:BLOB_COLUMN:PRIMARY_KEY
    This works. I believe that the Oracle error I was getting was because I was trying to apply this format statement to the actual BLOB column.
    So, it appears that you can use any of the columns in the report to hold the DOWNLOAD format statement since in the format statement, you are defining the BLOB table, BLOB column and the primary key into that column.
    Hope this helps,
    Don.

    Branched out from a years old thread.
    user3003326 Don't post to old threads, please.

  • Problem with download link for a BLOB Column in a "Classic report"

    I am having a problem where I cannot make a download link for a blob column function in a "classic" (non-interactive) report. I went through the tutorial on this topic and it was great help it working out the minor bugs, but I get a 404 error (apex_util.get_BLOB not found). For testing purposes I went ahead and created a an identical report on the same page that is an "Interactive report" and it works like a charm. Same query, same BLOB formatting Mask, pulling data from the same table. So, it really doesn't seem like an issue with the grants, since both reports should be executing as the same user.
    I know it sounds like the obvious answer is to just go with the interactive report and my problem is solved, but the rest of this site uses classic reports, and I don't need the sort features of an interactive report, and the slightly different style of the the report really stands out even if I turn off all the bells and whistles. I don't want to change the css to make them look identical, I just want a regular report to work.

    I eventually found another post: APEX_UTIL.GET_BLOB was not found on this server
    In this post there is the suggestion of putting "dbms_lob.getlength("var")" after the date field in your select. So I changed my query to have it at the end, and now my format mask (DOWNLOAD:table_name:ATTACHED_FILE:FILE_ID::FILE_MIME_TYPE:FILE_NAME:::attachment:Download) works like a charm, in a classic report.

  • Funtional download link for Creative Suite Standard CS6 Mac Os

    Please provide me with a function download linke for Creative Suite Design Standard 6. The provided download link from this site https://helpx.adobe.com/de/x-productkb/policy-pricing/cs6-product-downloads.html does not work. I always get a "permission denied" error when I try to download the install file for mac.

    You don't have permission to access "http://trials2.adobe.com/AdobeProducts/DSGN/CS6/osx10/DesignStandard_CS6_LS16.dmg?" on this server.
    Reference #18.a7d81002.1425211646.439bcb13
    Unfortunately the same thing

  • Need download link for Adobe Acrobat X pro for mac

    Need download link for Adobe Acrobat X pro for mac

    You can download some of the older versions of Adobe software directly from the Adobe website. See the following links for details.
    Accessible from these pages:
    Download and installation help
    Adobe Downloads - other downloads
    Downloads available:
    CS6 | CS5.5 | CS4 | CS3
    Acrobat XI, X | 9,8
    Premiere Elements 11, 10
    Photoshop Elements 11, 10

  • Where can I find the download link for Acrobat Standard v. 8.1 ?

    where can I find the download link for Acrobat Standard v. 8.1 ?
    Thanks

    See if anything in here helps: https://helpx.adobe.com/creative-suite/kb/find-download-link.html

  • Where can I find the download link for Adobe Acrobat Installer DC? We bought the product as a program and not as a subscription. Thanks'

    Where can I find the download link for Adobe Acrobat Installer DC? We bought the product as a program and not as a subscription. Thanks'

    I forgot to get back to you. Thank you very much for your prompt reply.
    Your suggestion helped!
    Pamela Oettel
    *Oh by the way, referrals to your friends are the heart of my business! If
    you know of someone who is buying or selling a home, please give me a call.*
    cell: 510-703-8636
    [email protected] <[email protected]>
    Hablo espanol tambien
    *Check out my Latest Facebook Post
    <https://www.facebook.com/pameastbayrealtor>*
    *Check out *What They Say About Me
    <http://www.zillow.com/profile/Pamela-Oettel/Reviews/?my=y>
    *BHG Mason McDuffie *
    2095 Rose Street, Suite 100, Berkeley, CA 94709
    BRE Lic No. 01761212
    On Tue, May 27, 2014 at 2:29 AM, GautamBahl <[email protected]>

  • Download link for only some rows

    Hi,
    I have 2 tables. One contains records for products, and the other contains images for only some of the products. The images have been uploaded through the application and therefore are in a 'upload_data' table.
    The tables are linked by product_id.
    I would like to display a report that shows all the column from the products table and a download link for only those products that have an image.
    So far the query only returns those rows that have an image.
    Thanks
    Edited by: user12970007 on 20-Apr-2010 17:59

    What does this query look like?

Maybe you are looking for

  • Difference in behavior of sql and pl/sql after migrating from 9i to 11g

    after migrating our database from oracle 9i to oracle11g, the developpers are worry that the behavior of the queries and pl/sql procedures/functions will change example : in 9i, select salary,count(*) from emp group by salary, it will display the row

  • FCP runs on Intel Mac Mini but Won't capture, HELP!

    Installed FCP 5.1 on Mac Mini Core Duo and it runs fine. It will capture fine too, but only to the main harddrive. If I plug in a firewire harddrive using a firewire hub it won't capture, and give a "No Video" error in the Log and Capture window. I'v

  • Including JavaScript into a JSP Page

    Hi, How do i include a piece of JavaScript <SCRIPT> stuff into a JSP Page? Right now i have an HTML Page that includes some <SCRIPT> code. Now many other HTML files use this piece of <SCRIPT> stuff. How do i remove it , put it in one place(I mean whe

  • Will not start only spinning wheel

    My two-year old iMac 21.5 will not start. All I get is a gray Apple Screen and the spinner.   Before this restart, I changed the permissions for the hard drive to allow the administrator to have access to the whole hard drive.  I got a start series o

  • Airport utility 5.6  does not recognize my password

    Here's the deal. I have Airport Extreme and Airport Express. I moved our TV temporarily from the family room to the the guest room. The Airport Extreme is still in the family room next to the modem. Internet works fine for the computers. I have a Son