Developer Toolbox - Show Thumbnail in Include

'm placing the show thumbnail behavior within an include file
to be placed within another page. When I test the main page the
include shows the no image icon. If I place the same behavior on
the test page, it works fine. It just doesn't like being in the
include. The include file has the path
/assets/includes/IncShowthumbnail.php. The main page has the path
/content/mainpage/MainPage.php. The show thumbnail calls for the
image from /assets/images/folder/Image.jpg. The show thumbnail has
the correct path from MainPage.php to the image - img src =
"../../assets/images/category/Image.jpg". Not sure what the deal
is, but I'm thinking the showthumbnail doesn't like to be within an
include. Is this correct, or is there something in the support
files for the include that needs to be adjusted? Any input would by
much appreciated.
Thanks,
DH

dmh5 wrote:
> 'm placing the show thumbnail behavior within an include
file to be placed
> within another page. When I test the main page the
include shows the no image
> icon. If I place the same behavior on the test page, it
works fine. It just
> doesn't like being in the include. The include file has
the path
> /assets/includes/IncShowthumbnail.php. The main page has
the path
> /content/mainpage/MainPage.php. The show thumbnail calls
for the image from
> /assets/images/folder/Image.jpg. The show thumbnail has
the correct path from
> MainPage.php to the image - img src =
"../../assets/images/category/Image.jpg".
> Not sure what the deal is, but I'm thinking the
showthumbnail doesn't like to
> be within an include. Is this correct, or is there
something in the support
> files for the include that needs to be adjusted? Any
input would by much
> appreciated.
>
> Thanks,
> DH
Try this as the image source
"/assets/images/category/Image.jpg"
Steve

Similar Messages

  • Dreamweaver Developer Toolbox - Show border on empty cell using Horizontal Looper Wizzard

    Hello,
    I just applied a horizontal looper, 3 columns, unlimited
    rows. Works nice. One question however. On the last row, my
    recordset does not have data for 3 columns, thus, the 2 cells on
    the right is empty, as it should be. But my table has a border, and
    because there is no data in the cells, including a " ",
    there is no border on that cell. Cosmetically is looks like a
    problem, even though all else is correct.
    How can I get a border on that last 2 empty cell, bottom
    right? I tried adding a "&nbsp" before almost all the
    "</td>", but still could not get the border on that empty
    cell.
    I'm using ASP VB Script
    Regards
    Rune

    Reinstall ADDT was the key I was able to finish the tutorial
    still having problems but all can wait

  • XMLExport - Developer Toolbox Problem/Question?

    I am using the XMLExport function of developer toolbox but have a problem which I hope someone can help with.
    I need to retrieve data from 2 different tables for the XMLExport page that have no relating fields to use in my Spry XML Data Set, although i can add each table and create the Export function when I view the XML it is only showing data from the first table Export function. I had thought of creating 1 sql query to pull the database from both tables but I am at a loss with that as well.
    Could someone answer why the XMLExport only sees 1 of the tables, or explain how to use 2 tables, I only want the first record from each of the tables without using any relationship.
    I am using .asp and CS3
    Regards in advance
    Ray

    Heya Ray,
    I would not use ADDT XML export use THIS - Converting Database queries to XML (scroll to the bottom of the linked page for ASP example) it's easier to customize (two DB tables in one xml file) you can embed CDATA.
    Granted this may all be possible through ADDT XML export I just find the linked reference easier to use. I used ADDT XMLExport in the past but went on to use the linked reference later on when I needed a way to embed CDATA into my dynamic XML file for spry.
    Hope that helps!

  • Setup  E-mail settings in developer toolbox

    i want setup E-mail settings in developer toolbox.
    i use google apps for my site mail.
    and use easyphp for localhost.
    what is my "mail server" and other parameters?
    This
    question in Google Apps Discussion Group

    Try this:
    Email server settings (POP and SMTP)
    AT&T email server settings are needed if you intend to use an email program (e.g. Outlook) with your AT&T email accounts. The current settings are displayed in the table below. If you only use AT&T Webmail to access your AT&T email accounts, these settings are not needed and you can access your mail by logging in at https://login.yahoo.com/.
    If you signed up for a free att.net email account after 6/12/11, you will not be able to use an email program (e.g., Outlook) with your AT&T email account.
    Note: AT&T's POP/SMTP settings have recently changed to inbound.att.net and outbound.att.net. However, if you are using the old settings, they will continue to work.
    The following mail server settings will work with all AT&T email domains: @ameritech.net, @att.net, @bellsouth.net, @flash.net, @nvbell.net, @pacbell.net, @prodigy.net, @sbcglobal.net, @snet.net, @swbell.net, @wans.net.
    Email Program Settings Field:
    Enter:
    Incoming (POP)
    inbound.att.net
    Outgoing (SMTP)
    outbound.att.net(requires authentication)
    Incoming mail server:
    POP3
    Incoming/Outgoing User Name:
    Full AT&T email address, including domain (e.g., [email protected], [email protected])
    Incoming mail port #:
    995, secure connection (SSL) checked
    Outgoing mail port #
    465, secure connection (SSL) checked
    Note: When updating the secure server settings, check the SSL check box first and then update the port number if necessary.
    Message was edited by: Glenn Leblanc BTW: This comes directly from the AT&T help site. Go to help and search Email Server Settings. The reps should have suggested this.

  • Developer toolbox, Editable drop down encoding problem

    Hi
    I'm using DW CS3 with Developer toolbox, PHP MySql.
    Problem is that Editable drop down show national characters
    wrongly.
    actually its inserts data in to database with wrong encoding.
    I use encoding "charset=utf-8", all other forms working fine.
    Only Editable drop down show [squares] instead Ä Ö
    Ü ...
    How i can do that Editable drop down will inserts data in
    utf-8 encoding?
    (like other forms and fields in my page)
    Thanks!

    I already read that one (and a few others) but it never
    solved my
    problem, but perhaps it will help Markokiz
    Dooza skrev:
    > Maybe this will help:
    >
    http://dev.mysql.com/doc/refman/5.0/en/charset-server.html
    >
    > Steve
    >
    > kim wrote:
    >> Hi,
    >>
    >> I had a similar problem recently (not with tool box
    though) and I gave
    >> up using UTF-8 and went with charset=iso-8859-1
    instead. It seemed (in
    >> my case) that whenever data was being submitted from
    a page to the DB
    >> and then pulled back out I got the problem. I guess
    it's some setting
    >> in the MySQL but I just couldn't figure out where.
    This is only the
    >> case when I'm working with Danish characters. Maybe
    it could help you
    >> with your problem... maybe not.
    >>
    >> Markokiz skrev:
    >>> Hi
    >>> I'm using DW CS3 with Developer toolbox, PHP
    MySql.
    >>> Problem is that Editable drop down show national
    characters wrongly.
    >>> actually its inserts data in to database with
    wrong encoding.
    >>> I use encoding "charset=utf-8", all other forms
    working fine. Only
    >>> Editable drop down show [squares] instead ? ? ?
    >>> How i can do that Editable drop down will
    inserts data in utf-8
    >>> encoding? (like other forms and fields in my
    page)
    >>> Thanks!
    >>>
    >>>
    >>
    >
    Kim
    http://www.geekministry.com

  • Developer toolbox for dw cs 6 ?????

    i  need developer toolbox for dw cs 6.
    But i can't find nowhere.
    who is show me a way?
    Thanks....

    Adobe has discontinued development of ADDT. Refer to ANN: ADDT will soon be discontinued

  • Developer Toolbox - Integrate (ASP) CAPTCHA

    Hi there,
    I would like to know how to integrate (ASP) CAPTCHA into
    forms created using the developer toolbox. I use webwiz CAPTCHA and
    this works well, but the processing page must be different from the
    form page. The toolbox generated forms look pretty complicated and
    I would like to know if anyone has successfully done this - or
    knows how to go about achieving this.
    I hope you can help
    Regards
    Scott

    I will give an example for a forgot password page..
    1. Insert these strings at the top of your forgot password
    page
    <!-- #include file="captcha/CAPTCHA_process_form.asp"
    -->
    <%If Request.Form("capcontrol")="1" AND
    blnCAPTCHAcodeCorrect = false Then
    Response.Redirect("forgotpassword.asp?cap=0")
    End If
    %>
    2. Add captcha to your form as usual.
    3. Insert a new hidden field to your form as below
    <input name="capcontrol" type="hidden" value="1" />
    it's a shame they don't have a captcha option for asp..
    Mehmet

  • Developer Toolbox For Dreamweaver CS4

    Hello people,
    I am searching for Developer Toolbox server side software to add to my Adobe Dreamweaver CS4 sever behaviors. Does any one have idea where I could find/buy this very server side software? please if you do, contact me. I have to have this software to complete my "Social Blog-Network."
    Joplateau
     

    Greetings,
    May be I have bought some piece of software that has been discontinued; the fact is that Dreamweaver CS4 doesn’t have the server side I wanted or needed. For this reason, I have searched in vain to find and purchase the ASP VBScript server side upload I could use to design image or classified web site.
    UltraDev 4 I bought, has this very type of server side or, the server side I am seeking for, if it doesn’t, I could find most of them from the Dreamweaver extension for UltraDev 4 and download them including CDONT MAIL.  Unlike Dreamweaver CS4, it is highly impossible to find any. I have also bought “ASP upload and resize” server side software from DWZone.com but it doesn’t work at all and their support is poor. However, if youhave other idea why I shouldn’t use the UltraDev 4 you let me know but they still have supports and I have used most of them to learn how to use Dreamweaver CS4. .
    THanks,
    Joplateau.

  • Developer Toolbox List Columns

    I am using the Developer Toolbox' Dynamic List Wizard to make
    a list of photos .These photos are linked to the menu:
    The field "menu_linked" of table "photos" has the same number
    of the field "id" of the table "content". The Dynamic List Wizard
    displays the number of "menu_linked". But instead of numbers it is
    much more userfriendly to show the name of the menu, which is the
    field "menu_item" of table "content.
    How can I make a link from one table to the other? (I am not
    sure if this is the right explanation of my problem.. Hopefully
    someone understand my problem)
    Thanks a lot for any tips!!

    ok, maybe this is more clear: I print the "id" field of
    "table01" which is for example "16". I want to show the entry with
    the number "16" of "table02" but then not the number but the field
    "name" of "table02". This would be "Contact" then. And then a whole
    repeat region...
    I cannot programme with PHP, so you see it's hard for me even
    to explain.
    Maybe it's more clear when you see the image: The numbers
    should display names of the menu to be more userfriendly in the
    Back-End:
    http://ulla.nl/cmd/table.png

  • Show Thumbnails Not Loading

    So, here's a problem I'm having (something that's never been a problem before).<br /><br />On my testing server, I have a recrodset grab image data from the DB:<br /><br />print_id<br />print_desc<br />print_image<br />print_order<br /><br />I want the image to show as a thumbnail, so I use the "show thumbnail" command and locate the image directory, resize to 100x100.<br /><br />// Show Dynamic Thumbnail<br />$objDynamicThumb1 = new tNG_DynamicThumbnail("../../../", "KT_thumbnail1");<br />$objDynamicThumb1->setFolder("../../../images/dy/prints/");<br />$objDynamicThumb1->setRenameRule("{getPrint.print_image}");<br />$objDynamicThumb1->setResize(100, 100, true);<br />$objDynamicThumb1->setWatermark(false);<br /><br />  <tr><br />      <td><img src="<?php echo $objDynamicThumb1->Execute(); ?>" alt="<?php echo $row_getPrint['print_desc']; ?>" border="0"  /></td><br />      <td><?php echo $row_getPrint['print_order']; ?></td><br />      <td><?php echo $row_getPrint['print_desc']; ?></td><br />      <td><a href="edit_print.php?print_id=<?php echo $row_getPrint['print_id']; ?>">edit</a></td><br />      <td><a href="delete_print.php?print_id=<?php echo $row_getPrint['print_id']; ?>">delete</a></td><br />    </tr><br /><br />What's happening is no thumbnail is showing when I load the page in the browser. In fact, all source code after the <img src=" does not load. if I take away the "show thumbnail" command, and just load the description and order fields, everything works fine. <br /><br />looking into the thumbnail directory that was created in the image directory, there is no thumbnail generated. <br /><br />Is this a permission problem with the directory?<br /><br />thanks.

    Hi Chris,
    better post code which contains html elements as .txt file on your server -- these forums can´t handle that and turn it into a big mess
    Is this a permission problem with the directory?
    most probably. Please have a look at "includes/common/KT_config_inc.php" -- what values are currently defined for the variables KT_folder_mode and KT_file_mode ?
    Cheers,
    Günter Schenk
    Adobe Community Expert, Dreamweaver

  • Organizer cannot show thumbnails or play video for my captured DV video

    I have captured DV video from my 10-year old DV camera (Sony DCR-TR22) that Elements Organizer is neither able to preview nor show thumbnails for. When I double click on it, I get a preview window, but all I can do is play the audio, and I see a generic video icon in place of the actual video.
    On the other hand, the video plays back just fine in the editing window, so I know the right codecs are there somewhere.
    I am using Windows 7 64bit. I've also installed VideoLan, but I don't think that's the culprit as I uninstalled it to see if that solves the issue (and it does not).
    Not being able to use Organizer for my DV video makes Elements much less useful than advertised. Please help.

    DV files us the DV codec. It's a universal codec that's included with every operating system.
    The only thing I can think is that some other software on your computer replaced the standard DV coded with that IEC61384 or whatever codec.
    You can probably restore the DV codec by downloading the K Lite Codec Pak.
    http://codecguide.com/download_kl.htm
    Downloading codec packs isn't always a good idea, but this is a terrific and pack that I've used with no problems.
    You only need the Basic pack -- although the advanced pack includes some very nice tools. Just make sure you click the links on the right side of the web page and not and not the big green DOWNLOAD button, which is actually an ad.

  • RAW files from my Canon 7D Mark II camera do not show thumbnails when stored on my iMac computer even though I have Photoshop CC 14.2 and Camera RAW 8.7

    How do i resolve this problem?  TIFF files show the thumbnails just fine, just not the RAW files.  My old Canon 7D was fine with RAW files showing thumbnails also.

    Which version of mac os x are you using?
    They show here in photoshop 14.2.1 in the open dialog as well as in finder on mac os x 10.10
    I believe the operating system provides the thumbnails and not photoshop.

  • DNG files created with LR4 do not show thumbnails

    Hi, 
    When using LR3 to create DNG files from my RAW files, those files would show me thumbnails of my image in Windows Explorer.  I am running Windows/7 (64) and have installed a CODEC from "Fast Picture Viewer" that allows thumbnails from RAW & DNG files to be shown.   It seems, however, that the thumbnails do not show for DNG's created with LR4.
    To Remedy this I uninstalled the CODEC.  Downloaded the most recent version and installed it but this did not fix the problem.
    I then went to the user forum for the CODEC product and searched for my problem.  I found a thread who's solution is to turn off "Embed Fast Load Data" when exporting to DNG and it fixes the problem.  I tried this and indeed it did fix it.  The responder went on to say ".....When this option is enabled the files created are no longer DNGs (just an undocumented private format of Adobe that no one else can read to this date)".   This statement surprised me as it is counter to what I understand Adobe created DNG to be.  Can I get some input on this comment as if true it is very troubling.
    My second question is that I see where to turn off the "Embed Fast Load Data" in the LR Export module, but where do I do the same thing in the Import module when I'm selecting import mode "Copy to DNG"?
    And, my thrid question is this.  If indeed the DNG files created by LR4 are proper DNG files and this CODEC is just flawed in some way, does anyone have a better way to allow image thumbnails to be shown in Windows Explorer?
    Thanks -- Dan

    Hi David,
    You testing does not coincide with mine.  I have consistently kept "Use
    lossy compression" turned off.  With lossy turned off, it seems that using
    Fast Data Load prevents the thumbnails from displaying whereas turning off
    "Fast Data Load" allows the thumbnail to be shown.
    Below is comment from Adobe confirming that they have yet to release the
    spec containing "Fast Data Load".
    From: Ian Lyons [email protected]
    Sent: Tuesday, June 05, 2012 12:29 AM
    To: Califdan
    Subject: DNG files created with LR4 do not show
    thumbnails
    Re: DNG files created with LR4 do not show thumbnails
    created by Ian Lyons in Photoshop Lightroom - View the full discussion

  • A thumbnail button option to hide or show thumbnails on slideshows

    A great feature would be the option to hide or show thumbnails when using the full screen slideshow widget, I would suggest an option to turn this feature on in the flyout box so when viewing a full screeen slide show a grid icon appears thats brings up you thumbnails so you can jump to a specific image. Then the option to hide the thumbnials so the viewer can view the images without anything else on the page. A brilliant example of this is a widget by Muse Themes.... Adobe Muse Fullscreen Thumbnail Gallery Widget by MuseThemes this should be standard feature native in Muse. Please!

    So each time a user completes viewing a screen/slide, when they click the next button a user variable, v_lastmod is passed. So if a user views the intro slide and clicked next, v_lastmod=1 is passed to the database. The program actually reloads, so the .NET does a Response.redirect and jumps to the appropriate slide. That might be too much info. But if that user whose lastmod=1 were to review that screen again, I like the next button to appear for the entirety of the slide so they can skip the slide they've already seen.
    We also pass a user variable v_compind=1 if they've completed the whole program.

  • Mini-bridge CS6 : impossible to show thumbnails

    Impossible to show thumbnails in mini-bridge.
    This bar which was in CS5 is missing in CS6
    Therefore you cannot neither show nor change dimensions of the thumbnails.
    Reynold Jaquet

    But they do auto-resize as you change the height of mini-bridge, so on my PC I can see sixteen thumbnails when mini-bridge is at its smallest:
    Large:
    Small:
    Cheers,
    Neale
    Insanity is hereditary, you get it from your children

Maybe you are looking for

  • Can't find my creative cloud subscription to reinstall

    I purchased creative cloud and downloaded it successfully to my desktop. However, my desktop recently caught a virus and technician had to wipe out the ssytem and reinstall everything. However, I don't see the link to reinstall creative cloud. Can yo

  • What does it take to go from an Intune Trial version to an actual Licensed Version

    Hello All, I have intune trail account and now i want to go buy subscription. so can i merge my trial version account details in to new subscription? or will there be any difference in this like azure? Thanks

  • Cannot open any file in PSE7 [was:Govtrumbull1776]

    I have been using PSE-7 for a long time.  But something happened to it that either involves the settings, or there is a corrupted file that won't allow me to open any file; new or existing; for editing.  I uninstalled the program, and then reinstalle

  • Edges of logo in AI, EPS or PSD are not crisp (PE4, Illustrator CS2)

    When importing files of the following types (AI, EPS and PSD), the logo I have placed still looks slightly pixelated/fuzzy.  Same thing goes for any title slides I have created in Illustrator and imported into PE4. I did outline the text before savin

  • Source Clips Missing After Moving Them

    I found a few threads about this but I didn't find a solution that worked for me so I thought I ask again. I just bought a new HD with Firewire 800. I moved all my events to it using iMovie '09 by holding the command key and "moving" them. Now my 20+