Templates do no appear when creating pages

I am using 10g....
When I create a Template in a particular Page Group (in the Templates folder) I am not able to select this template when I create a new page in the that Page Group. The only templates that are available to select are those in the Shared Object Folder.
There are a couple bugs with 10g, is this another one or am I doing something wrong?
Thanks for your assistance,
Rob

Rob,
When you create the template you have to make it available explicitly for pages to use by checking this check box:
[ ] Make available for use in this page group
After selecting this option you will be able to assign it to your pages.
Peter

Similar Messages

  • Problems when Creating Pages from Templates in Dreamweaver 8

    When creating new pages from templates in Dreamweaver 8(Ver
    8.0.2). The full path for images is not created
    i.e. in template the code is <img src="main_page_logo.png"
    width="814" height="172" longdesc="Main Page Logo" />
    In the new file the code should be :-
    <img src="../../Templates/main_page_logo.png" width="814"
    height="172" longdesc="Main Page Logo" />
    but only :-
    <img src="main_page_logo.png" width="814" height="172"
    longdesc="Main Page Logo" /> is in the code.
    but this does work in Version 8.0.
    Does anyone know of a setting or fix for this problem

    > Does anyone know of a setting or fix for this problem
    It was regarded as a bug in previous versions, and was fixed
    in the 8.0.2
    release. In normal circumstances, ALL links in a template
    file must be
    relative to the template document, not relative to where you
    intend to save
    the child pages. Thus, there would be no way to have a link
    in your
    template document like the first one you show, e.g.,
    <img src="whatever.png"....
    *unless* the file was actually in the Templates folder (a bad
    idea).
    In 8.0.2, you can set your PREFERENCES for the Templates
    category to NOT
    MANAGE relative links. Be aware that this may have unintended
    consequences
    for you - specifically regarding other relative links in your
    site.
    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
    ==================
    "pgs_it" <[email protected]> wrote in
    message
    news:eivj88$361$[email protected]..
    > When creating new pages from templates in Dreamweaver
    8(Ver 8.0.2). The
    > full
    > path for images is not created
    > i.e. in template the code is <img
    src="main_page_logo.png" width="814"
    > height="172" longdesc="Main Page Logo" />
    > In the new file the code should be :-
    > <img src="../../Templates/main_page_logo.png"
    width="814" height="172"
    > longdesc="Main Page Logo" />
    > but only :-
    > <img src="main_page_logo.png" width="814"
    height="172" longdesc="Main Page
    > Logo" /> is in the code.
    > but this does work in Version 8.0.
    > Does anyone know of a setting or fix for this problem
    >
    >
    >

  • Message Servers not appearing when creating JCO Destination

    Hello Experts,
    I had created a  System Object in the Portal system landscape based on System Template (Template) and choosed SAP system with load balancing (to connect to R/3 server).
    Given parameters to Connector, ITS, WAS and User management, when i test the connection test on these settings, All are successful except the connector settings. but when run the transaction code(System Administration -> support-> portal runtime-> SAP Transaction) by selecting this message server, it is executing.
    And i want this message server to be selected when creating JCO destination.
    This System Object is not showing in the message servers dropdown box selection when creating the JCO destinations.
    What may be the issue.
    Could anyone help me in solving this.
    Thanks in advance
    Regards
    Sunil

    Hi,
    Have you checked the Technical systems in the SLD ?   When you click on check sld , you appear an SLD url ,,,
    Typing the same URL in browser and loging inwith SLD USER .... have you seen all the technical system which you want to appear while creating the JCO's ..
    Regards,
    Srini

  • Why is the template not being used when dynamic page called ?

    Hi,
    I have created a dynamic page and assigned a template to it. When I call the dynamic page using the 'show' procedure from a form, I do not see the template.
    Why is the template not being used ? How can I get the template working when I call the dynamic page ?
    I even tried to show the page from the dynamic page's manage components tab and there is same problem. Template is not being used.
    thanks,
    Mainak

    You can alter the generated package body to include the following function in the header and footer sections.
    Header:
    PORTAL.wwv_headings.show_header(
    p_template => 'PUBLIC.TEMPLATE_3',
    p_heading => 'Dynamic Page',
    p_help_link => 'PORTAL_DEMO.EXAMPLE_DYNAMIC_PAGE.help',
    p_about_link => 'PORTAL_DEMO.EXAMPLE_DYNAMIC_PAGE.about');
    Footer:
    PORTAL.wwv_headings.show_footer(
    p_template => 'PUBLIC.TEMPLATE_3',
    p_help_link => 'PORTAL_DEMO.EXAMPLE_DYNAMIC_PAGE.help');
    where
    <PORTAL_DEMO> indicates application schema
    <PORTAL> indicates the name of the portal (normally this will be portal30 by default).

  • Dreamweaver 8 is removing forward slash when creating pages

    Dreamweaver 8
    Links set to be relative to Site Root
    If I create a template that has ../index.php as the home link, and also create a few pages from that template, the links on those pages all start with a forward slash:
    /stuff/
    However, if I then change the template to have a home link like this:
    and then save, all the links in the already-built pages suddenly lose their site-root forward slash and instead look like this:
    stuff/
    and the home link now looks like this in the created pages:
    ../  (yep, it stays like that)
    I did not change links to be relative to document
    Hmmmmm.....I'm noticing that it's occurring when I edit the template, when you then save the edited template, it updates all the pages made with that template but then all the links are now without the front forward slash, so it looks like this is getting triggered when the template is edited
    It doesn't change how the links are in the template ../whatever, but all the updated links in the built pages now do not have a front forward slash
    And once it changes to the non-forward slash version, it never goes back, it stays as link/
    Does anyone know what might be wrong? I need all the links to stay as /relative-to-site-root/
    Thanks

    > Does anyone know of a setting or fix for this problem
    It was regarded as a bug in previous versions, and was fixed
    in the 8.0.2
    release. In normal circumstances, ALL links in a template
    file must be
    relative to the template document, not relative to where you
    intend to save
    the child pages. Thus, there would be no way to have a link
    in your
    template document like the first one you show, e.g.,
    <img src="whatever.png"....
    *unless* the file was actually in the Templates folder (a bad
    idea).
    In 8.0.2, you can set your PREFERENCES for the Templates
    category to NOT
    MANAGE relative links. Be aware that this may have unintended
    consequences
    for you - specifically regarding other relative links in your
    site.
    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
    ==================
    "pgs_it" <[email protected]> wrote in
    message
    news:eivj88$361$[email protected]..
    > When creating new pages from templates in Dreamweaver
    8(Ver 8.0.2). The
    > full
    > path for images is not created
    > i.e. in template the code is <img
    src="main_page_logo.png" width="814"
    > height="172" longdesc="Main Page Logo" />
    > In the new file the code should be :-
    > <img src="../../Templates/main_page_logo.png"
    width="814" height="172"
    > longdesc="Main Page Logo" />
    > but only :-
    > <img src="main_page_logo.png" width="814"
    height="172" longdesc="Main Page
    > Logo" /> is in the code.
    > but this does work in Version 8.0.
    > Does anyone know of a setting or fix for this problem
    >
    >
    >

  • How to make cost element field appear when create network activity service

    Hi All,
    Please help. We create a project ,wbs and network activity using external service. How can we make appear the cost element when the service master appear. The system require cost element but we cannot see the cost element field.
    Steps :
    *. CJ20n.
    *. Create WBS and network header
    *. Then network activity for external service.
    *. Then it appears service specifications : ext specs Task List Maintain
    *. I Put Service no, and the error message appears :
    Please enter a cost element
    Message no. SE121
    *. But we can find where the cost element is. It seems the field disappear.
    PLease help.
    Thank you.
    Nies

    Hi,
    Yes. It is already blank. But the cost element field still not appears when we create activity service. It shows :
    Please specify a valid account assignment
    Message no. SE181
    Diagnosis
    You have entered an account assignment category in the document item for which an account assignment is mandatory.
    All account assignment lines in the service specifications either have been deleted or are inactive (e.g. account assignment lines of a contingency item).
    Procedure
    Please enter an account assignment for the services or value limits.
    The entry of an account assignment is unnecessary if you choose "unknown account assignment" in the document item.

  • Error message appear when creating new bookmarks

    When creating new bookmarks a pop-up window appear with the following info:
    unload: [Exception..."Component retyrned failure code:0x80004005 (NS_ERROR_FAILURE) [nsIObserverService.removeObserver]" nsresult:"0x80004005 (NS_ERROR_FAILURE)" location: "JS frame:: chrome://trustchecker/content/trustchecker.js:: anonymous:: line 955" data:no]
    The bookmark is saved at the bottom of the list but it is not possible to select folder to store bookmark. How do I fix this problem?

    I believe Trust Checker is part of Zone Alarm, to test this try disabling the Zone Alarm add-ons in Firefox to see if you can then create new bookmarks.
    To disable extensions:
    Click the Tools menu and then select Add-ons . The Add-ons window appears.
    # In the Add-ons window, click the Extensions panel. The list of installed extensions appears.
    # Click the name of an extension in the list to select it.
    # Click Disable to disable the selected extension.
    # Click Restart Firefox .
    If it does turn out to be the Zone Alarm extension causing the problem, check for any updates to Zone Alarm, if none you could report the issue to them.

  • Layout issues when creating page from valid template

    Hi,
      I have a built a page from which I have created a template. Both page and template render perfectly in Live and Design view. Both preview in FF, Safari and IE with no problem.
    However, when I create a new page from the template, in Design View the page layout is pretty messed up. Lots of divs are wrapping and it appears that a clearing div is being ignored. In Live View, the page created from the template looks perfectly fine.
    So to me it appears DW is doing rendering a page created from a template differently. The HTML is valid markup and it is this one edge case that we're fighting right now. DW bug?
    To summarize:
    - Source page looks good in Live and Design View
    - Template created from source looks good in Live and Design View
    - A New Page created from Template looks good in Live View, messed up in Design View.
    - Source, Template and New Page all render correctly in FF, Safari and IE.
    Can anyone suggest a solution or even the next debugging steps?
    Regards,
    Nobby

    Hi there,
      I have uploaded the site as-is to a temp location:
    http://www.lakemeadowsopen.com/biglever
    The homepage is rendering no problem. The template in question can be found at:
    http://www.lakemeadowsopen.com/biglever/Templates
    and the name of the template is overview.dwt
    Thanks.

  • SharePoint 2013 Document Library template displays html code when creating a new document from a sharepoint list multiline rich text

    I have a 2010 work flow that is associated with a sharepoint 2013 list that creates a new list document using a custom Microsoft Word 2013 template with a rich text multiline field quick part.  The workflow creates the document and populates
    the the quickpart, however, the text in the document is showing html codes
    <div class="ExternalClass2116495984EB429D95B02CC15F85FD4C"><h1>ABC123</h1><h2>Test&#58; 1234</h2></div>
    and not as 
    ABC123
    Test: 1234
    Is there a no code solution for this?

    Hi,
    I have done a test and I can reproduced your issue.
    I referred to the blog about Automatically create Word documents which include list fields:
    http://blogs.technet.com/b/brenclarke/archive/2009/04/15/automatically-create-word-documents-which-include-list-fields.aspx
    When I create a multiple line of text column in a list, I just choose Plain text, Then I solved the issue:
    Besides, here is a similar post, you can take a look at:
    https://social.technet.microsoft.com/Forums/sharepoint/en-US/a7ab3a61-6643-4a47-a464-fe46b5db1558/rich-text-field-showing-html-code
    Best Regards,
    Lisa Chen
    Lisa Chen
    TechNet Community Support

  • Menu navigation buttons do not appear when viewing page on iPhone

    My webpage shows the menu navigation buttons on all browsers and platforms but when viewing on an iPhone they are not there. Hence you cannot view other pages. Is this a restriction of pages created in iWeb or am I doing something wrong?
    I have trawled through the discussion forum and tried tips such as the height of the menu bar from the top on the page, pixel width and making sure the menu box is at the front or brought forward.
    my website is www.sussexgolfcaptains.org

    This may or may not be of interest, but some site builders (such as weebly.com) are mobile friendly — click here:
    http://blog.weebly.com/2/post/2010/12/your-websites-are-now-mobile-friendly.html   http://blog.weebly.com/2/post/2010/12/your-websites-are-now-mobile-friendly.html
    Also, unlike sites made with iWeb, Weebly sites respond to desktop Safari's +View > Zoom In+ command — this is helpful for many who don't have perfect eyesight for reading small text. (iWeb's default font sizes are relatively small.)

  • Language German Position Appear When Create New position (PO13)

    Dear Experts,
    I have very odds problem. When I create new position through PO13, pop-up message appear "previous record will be delimited at end. Do you want to save".  For example I want to create new position 'Engineer ' starting 01 Feb 2011 through PO13.After I select new button , pop-up message with this record appear.If I choose yes, position with german language appear; for example 'entwickler' and validity period 30.11.1995 to 31.01.2012 with language  key German.So this position have 2 object
    1) DE 30.11.1995 31.01.2012 entwickler
    2) EN  01.02.2012 31.12.9999  engineer
    Every time I create new position seem I copy position from german language. How to avoid this error

    Hi
    Can i take clarity here
    a) Are you working in the IDES system to create the position ? if yes, there is every possibility of such a thing happening as ther are few standard entries in the SAP IDES system.
    If you are not working on the IDES system please excuse me for having picked to reply for your query.
    All the best to you
    Regards
    RR

  • Print Dialog box wont appear when "Print Pages" from Bookmarks Window

    When I use the "print pages" option from the Bookmarks window the pages are sent directly to the default printer with the default settings. How do I get the print dialog window to appear if I select "print pages" from the Bookmarks window so that I may modify the print settings?

    I wasn't aware that you could get the print dialog box to appear after dragging a supported file to the alias, regardless of where it resided. I've never seen this happen on 10.4.x or 10.3.9 so I tested the Option key and found it didn't force the dialog box to appear either. Tried a few others keys also but no luck in getting the box to appear.
    Re the fierycupsfilter issue. EFI have released an updater that replaces the system-provided version and therefore stops the need to modify the ppd.

  • 'Session timeout" appears when creating account

    I am trying to create an iTunes account because I bought an iTunes gift card. Every time I try to create an account in the Music Store, and straight after I have accepted the terms and conditions, a screen comes up saying "Session timeout". I have never even logged in before and no one on my computer ever has. I have downloaded the newest version of iTunes, and done all the relevant connectivity tests etc. What can I do??

    Sorry, figured out my error: on the authentication page for session verify function I had to specify:
    return session_timeout;
    Then it worked as expected. Verified the cookie by creating a pl/sql region to fetch the cookie value and display on the page.

  • Real Player downloads videos from page I'm not even viewing, and "download this video" appears when navigating pages that a video isn't even on page.

    when I try to downlad a video, even when I right click and "download with Real Player" real player refuses to download THAT video if I have any other pages open...
    really frustrating to be forced to close pages to download a video on a page, when that is the one page I no longer want to view, I have already viewed it, and want to download and navigate away.

    Install realplayer again worked for me,hope this helps.

  • "Buy" button does not appear when creating a ringtone

    When I create a ringtone, the only buttons I have are to change the looping time, the button to preview and I can see the first two letters of the cancel button. The Buy button does not show up. It is like it is off my screen but I don't have a slider to get over there.
    Anybody else have this problem?

    Open Displays in the Control Panel and try increasing the number of pixels displayed on the monitor.
    (27345)

Maybe you are looking for

  • How can I change the order (top to bottom) of toolbars

    I've just upgraded to FX31. I have Classic Theme Restorer installed, and nothing too drastic has occurred. However, the order (top to bottom) of my Add-on toolbars has changed. How can I correct this ? I have tried disabling and restoring them, both

  • Need help..MAJOR..with Adobe 8 elements

    i have several issues..and when i search for the answer it seems the searchs come back with nit understanding what i need....I bought a WATERMARK for my photo bus..when i open the picture up in adobe i would like to place the water mark on the photos

  • Find My Friends app and Apple Watch

    Will Find My Friends app be able to be downloaded on the Apple Watch?

  • Adobe Captivate 3 Crashing

    Hello Everyone, we have Adobe Captivate 3.0.0.630 that has been installed on a Windows XP SP2 machine for about a month. We have this PC as well as all others locked down so that a normal user cannot install or remove any software or do much to the s

  • Mac Pro (2008) Mouse opertational but won't click or open any applications. Help Please!

    Mac Pro (Early 2008) my mouse lets me navigate all over and I can see the arrow and everything but can't click or open any applications. What shall I do? Help PLease!