How to get templates visible in assets panel

Hello!
My problem is to get the templates visible in the assets panel.
I created a site where the templates are visible in assets panel (the first phase of the pic). In order to meet the demands of the server, I had to change the folder structure of my site so I created the necessary new folders inside the main site folder and dragged all the files inside them (the second phase). I kept the templates inside their Templates folder. I was very careful that the links really updated. I noticed that when I had move the html documents (kurssi1, kurssi2, kurssi3) but not yet the templates, the templates worked fine but after moving the Templates folder inside a second level folder (net_static) they stopped working. I tried to refresh the site but the templates didn't show up in the assets panel and they were not active although they physically exist in their own folder (in net_static folder). How could I re-activate the templates and get them to show in the assets panel?
Thank you million times!

The template folder must be located in the site root. It will not work where you have moved it to.
Also, in the future please post these types of questions to the Dreamweaver forum. This is the app dev forum.

Similar Messages

  • Template not in assets panel

    I am using DW8 v8.0.2 & am going thru 'Macromedia
    Dreamweaver 8 Complete Concepts & Techniques." It was working
    great until I got to project 5 about templates. I created a new
    template & it showed in the files panel. Then, I created a new
    page & went to the templates category of the assets panel to
    apply it & it was not there. I also noticed that many of the
    images file names in the images category of the assets panel had
    duplicate entries. They looked fine in the files panel & the
    Windows file explorer. [I am running Windows XP home edition SP1]
    I've tried the following:
    - refreshed the site
    - rebuilt the site cache
    - deleted the site cache & re-created it
    - detached the assets panel from the files group
    - re-starting DW8
    Nothing has helped.
    I did apply the template to the new page using the modify
    menu, but nothing has helped the assets panel display correct
    entries so that it is usable.
    Is there a solution to this?

    See your original post on DW forum....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "cthorne44" <[email protected]> wrote in
    message
    news:fakrr1$21h$[email protected]..
    >I am using DW8 v8.0.2 & am going thru 'Macromedia
    Dreamweaver 8 Complete
    > Concepts & Techniques." It was working great until I
    got to project 5
    > about
    > templates. I created a new template & it showed in
    the files panel. Then,
    > I
    > created a new page & went to the templates category
    of the assets panel to
    > apply it & it was not there. I also noticed that
    many of the images file
    > names
    > in the images category of the assets panel had duplicate
    entries. They
    > looked
    > fine in the files panel & the Windows file explorer.
    [I am running Windows
    > XP
    > home edition SP1]
    > I've tried the following:
    > - refreshed the site
    > - rebuilt the site cache
    > - deleted the site cache & re-created it
    > - detached the assets panel from the files group
    > - re-starting DW8
    >
    > Nothing has helped.
    >
    > I did apply the template to the new page using the
    modify menu, but
    > nothing
    > has helped the assets panel display correct entries so
    that it is usable.
    >
    > Is there a solution to this?
    >

  • How to get Template name / or its GUID?

    Hello
    I have Project GUID available in my program, now I need to get associated Template's description, pls. let me know how can I get associated template description by passing Project GUID?
    Than you

    Hi,
         It's farely easy:
         You get the instance of the CL_DPR_PROJECT_O class based on your Project GUID. And call the method ->GET_DATA_EXT importing ES_PROJECT_INT. This structure contains a component TEMPLATE_GUID (type DPR_TV_ENTITY_GUID).  Use this to load an instance of class CL_DPR_PROJECT_T (Template), and then call method ->GET_DESCRIPTION( ).
         If you don't know how to load a project instance, just copy-paste the following code:
    data:
        lv_convert_guid type dpr_tv_entity_guid.
      lo_project ?= cl_dpr_api_services=>get_object_by_guid( iv_project_guid ).
      if lo_project is initial.
        lv_convert_guid = iv_project_guid.
        cl_dpr_bapi_services=>load_objects_of_object_type(
           exporting
             iv_object_type     = cl_dpr_co=>sc_ot_project
             iv_object_guid     = lv_convert_guid
             iv_change_mode     = cl_dpr_co=>sc_false ).
        lo_project ?= cl_dpr_api_services=>get_object_by_guid( iv_project_guid ).
      endif.
         Preferably, put this code inside a method and use the more generic CL_DPR_PROJECT.
         Hope this helps you!
    Tudor

  • How to get Template(indt) filepath (CS3/JS)

    Hi All,
    I opened indesign template file, programatically i want to know where it is?
    I have tried with app.activeDocument.filePath, it shows "This document is not saved, so there is no path".
    How can i get the filepath from the indt
    Regards,
    Sudar

    Did you open the .indt by script or by hand?
    If by script, then you must know where it is. If by hand, then I don't think there's any way to get back to the template. If you know the name of the template, you could search for it in a script, otherwise, you're out of luck.
    I'd reorganize the script to start without a document open and have the script open the template; if it's potentially anywhere, then throw up a file dialog and have the user locate it.
    Dave

  • How to get rid of the properties panel

    I'm not a power Photoshop user. I use it with Lightroom. I have Photoshop CC 2014. Whenever I choose levels it seems that the properties panel displays and goes the full length of my screen. It seems to me that this just started happening. If I can get it stopped then there is a minimized properties icon that displays next to my right hand panels. I don't use the properties panel as such. How can I get rid of it?

    You should not even try to get rid of it. If you ever add an adjustment layer or use actions that mayadd them you need the properties palette, 3D object also have.
    However you can hide the palette as a tab with other palettes you can also close the palette.

  • How to get the visible text in JTextField?

    I want to compare the space occupied by English and Japanese characters in the visible area of JTextFiled. I tried the same by taking the length of the characters occupied by the same text in both the language . But this did not work . I even tried the method getVisibleRect().
    Can please some one suggest a method or procedure by whcih i can get the length of the visible text in the JTextField
    Thanks
    Inder

    Point point = new Point(brm.getExtent(),0) ,it wont workWell, theoretically, the "Y" value shouldn't matter, but I guess when you display a line the text, the first couple of "Y" pixels are the spacing between lines and will presumably return the position of the character on the previous line (when using JTextArea, JTextPane). But since JTextField doesn't have a previous line I guess its returning 0. Change the "Y" value to 2 (1 doesn't work either):
    import java.awt.*;
    import javax.swing.*;
    public class Test
         public static void main(String[] args)
              JFrame frame = new JFrame();
              frame.setDefaultCloseOperation( JFrame.EXIT_ON_CLOSE );
              JTextField textField = new JTextField("Some text");
              frame.getContentPane().add(textField);
              frame.pack();
              frame.setLocationRelativeTo( null );
              frame.setVisible(true);
              for (int i = 0; i < textField.getSize().width; i += 5)
                   Point p = new Point(i, 2);
                   System.out.print(p + " : ");
                   System.out.println( textField.viewToModel(p) );
    }

  • How to Get or View Old Asset Number

    I want to view or get the old asset number loaded in LSMW using the field OLDN1. Kindly help me
    Thanks

    resolved

  • [CS3] how to get the "IPanelControlData" when the panel is Minimized.

    I am using the following way but its returning Null<br /><br />InterfacePtr<IPanelControlData> panelData(Utils<IPalettePanelUtils>()->QueryPanelByWidgetID(kPanelWidgetID));<br /><br />Plz help me.

    Hi,
    Please try with the following to get the approver name
    Use SWIWIOBJCT table and provide shopping cart value so that you can get the work item.
    Check for dialog user (W) as WI type where you will get WI agent who is your approver for the shoppign cart.
    Or, If you know the Taxk Id then also you can get the approver name by using this table.
    I hope the above information is useful to you.
    Thanks
    Rajesh K

  • How to get coloured background of front panel

    Abhimaniu

    The background of the FP is already colored (grey), IMHO.
    If you want some other color, just follow Mike's steps.
    - Partha
    LabVIEW - Wires that catch bugs!

  • How do I remove an IOS Diagnostics panel - I lost the ticket number

    I hit the face time problem and sent in a request before realising I needed to upgrade the IOS - which worked. I received the diagnostics email and panel for entering the ticket number, but deleted the email before recording the ticket number to enter in the panel. Any idea how to get rid of the diagnostics panel with no ticket number? Not very familiar with computers :-)

    Hi there gjkweb,
    You may want to try force closing all open apps and resetting the device as an initial troubleshooting step. Take a look at the articles below for more information.
    iOS: Force an app to close
    http://support.apple.com/kb/ht5137
    Turn your iOS device off and on (restart) and reset
    http://support.apple.com/kb/ht1430
    -Griff W.

  • How to get Layer's visibility status?

    Ii I know the class name & UID of an item on a indd file, how can i get it's visibility status?
    I tried to do it like this as shown in a nexample,
    InterfacePtr<ISpreadLayer> spreadLayer(::GetDataBase(unknown), hierarchy -> GetLayerUID(), UseDefaultIID());
    if(spreadLayer != nil)
    bool visibleFlag = spreadLayer->IsVisible();
    but above code gives 'true' even for invisible items.
    please let me know what is the wrong?
    Thanks

    Hi Dirk,
    Thanks for your rich reply.......
    I agree with you, before get in to SDK we should have a better knowledge on that. I've gone through programming guides as much as pssible. but still have a lot more to know..
    My requirement is to get layer's visibility(that is shown from 'eye' symbol in layer panel).
    when i use'
    InterfacePtr<ISpreadLayer> spreadLayer(::GetDataBase(unknown), hierarchy -> GetLayerUID(), UseDefaultIID());
    if(spreadLayer != nil)
    bool visibleFlag = spreadLayer->IsVisible();
    It  shows only 'Layer1' status, But I can't get Layer1's item's(root items or child items) status. Do you have any idea about how to get root item's layer visibility status?

  • Missing Templates in iphoto how to get them back?

    I'm using Macbook Pro with OS X 10.7.2 , i have iphoto version 9.2.1 (628) , Now when i use email in iphoto and i want to use the templates so they are missing can someone help me how to get them back?

    You'll need to reinstall iPhoto from the source it came from, i.e. the Software Install disk that came with your MBP or an iLife11 disk.  If the MPB came with Lion install you'll have to download iPhoto from the App Store.
    To reinstall iPhoto  you'll have to delete the current application and all files with "iPhoto" in the file name with either a .PKG or .BOM extension that reside in the HD/Library/Receipts folder and from the /var/db/receipts/  folder,
    Click to view full size
    Then install iPhoto and apply any needed updaters.
    I may be presching to the choir here but in Lion the Library folder is now invisible. To make it permanently visible enter the following in the Terminal application window: chflags nohidden ~/Library and hit the Enter button - 10.7: Un-hide the User Library folder.
    OT

  • Can someone tell me how to get my side tool panel back?

    I'm hoping someone can tell me how to get my side tool panel back. I'm using adobe elements 10.0. Everything was fine, then all of a sudden the side tool panel disappeared and my whole screen is covered with adobe elements workspace.
    Hope you can help

    oh! yes ,
    It should be Shift + Ctrl + ALT on windows
    and Shift + Command + Option on Mac

  • How do you remove items from the assets panel that are duplicated?

    How do you remove items from the assets panel that are duplicated?

    If you add an item to a slideshow, you'll usually see 2 entries for that image in the assets panel - one represents the thumbnail, and the other represents the larger 'hero' image.
    It sounds like you may have added the same image to your slideshow twice. You can select one of the hero images or thumbnail images in your slideshow and use the delete key to remove it. Then the extra 2 entries in the assets panel should disappear.

  • How to get 2nd line in smartforms using template

    how to get 2nd line in smartforms main window using template. i have also defined loop .

    if possible can you try with the TABLES..
    Put one TABLE in your MAIN window
    create table lines as per your requirment...consider all lines like 6 for header, 1 for main, 1 for total
    Now, you will find three section under the tables: header, main, footer...
    in header section, create a table line, assign one of the proper lines from the line types.. repeat for your all lines.
    in main section, you can access your data form the loop.
    the footer secion will be called, just after the main will be finished.
    Regards,
    Naimesh Patel

Maybe you are looking for

  • Excel file error after upgrade from 2010 to 2013

    Hi there, I did the upgrade from 2010 (Enterprise) to 2013. The excel files are not opening giving error. ULS Log: "Unexpected error when trying to access service settings in the configuration database. Make sure the proxy for this service applicatio

  • Movies in pdf files on iPad

    If I make a interactive pdf with a movieclip (mp4) I can watch it on my mac but if I open the pdf on my iPad I just see the stillpicture where the movie is placed and I can not get it to play. How do I solve this?

  • WD java application in UWL link has authentication problems !

    Hi ,     I am facing a starnge problem in UWL. I am trying to open an WD Java application upon clicking of UWL workitem. In the WdDoInit() method I have RFC present in R3-HR system. but Rfc execution could not be done when I click UWL work item and i

  • Why are all playlists deleted when closing itunes ver 11

    Since installing the latest update for iTunes, version 11, all playlist delete when I close iTunes.  I have recreated my playlists six times and am now working on number 7.  What's wrong?  Can I save the playlists to an external drive and simply copy

  • Reentrant data collection

    So what I am trying to do is develp a system that collects data syncronoysly on the RT, and stores it in a FG so that it can be used by mutiple threads in this multithreaded application.   This will ultimatly be a part of a very large application tha