Changing Template for large intranet site

Hello,
I need to make template changes for a rather large intranet
site. The templates affect the entire site that have several
directories. Is there a way to do it by directory rather than the
entire site at once?

Yes. Consider this example -
PARENT PAGE (index.shtml) -
<html>
<head>
<title>I AM THE PARENT</title>
</head>
<body>
<!--#include file="foo.html" -->
</body>
</html>
INCLUDE FILE (foo.html) -
<p>Hello World!</p>
> 3. Save the code in the templates that will be common in
all files as
> .SSI
> file (.txt files?)
You can use any extension you want. However, if these files
contain
server-scripting, then the extension would have to reflect
that. In other
words, if foo.html in the example above contained -
<p><?php echo "Hello World!"; ?></p>
then it would have to be named foo.php.
> 4. Change all files that now use the templates to
include the .SSI file
Yes - or in the event that the includes were in the
non-editable regions you
would need to change the template.
> 5. Rename the files using the .SSI files to have an
extension of .SHTML
The parent pages would have this extension or an extension
that reflects the
coding method used. Your links to these pages would have to
change as well.
Be aware that this will break any existing bookmarks to the
now defunct
pages, including those that have been spidered by the search
engines....
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
==================
"ValedaW2" <[email protected]> wrote in
message
news:[email protected]...
> By definition, would the SSI files be considered
fragment files?
>
> I am trying to determine the steps I would need to take
to setup my
> environment. This is what I understand from what you
have told me.
>
> 1. Make sure that SSI is enabled on the server.
> 2. Make required changes to the templates.
> 3. Save the code in the templates that will be common in
all files as
> .SSI
> file (.txt files?)
> 4. Change all files that now use the templates to
include the .SSI file
> 5. Rename the files using the .SSI files to have an
extension of .SHTML
>
> Does this seem right, or have I missed something?
>

Similar Messages

  • Want to change template for an application

    I made my first test application on oracle's provided platform.
    I chose the template with No tabs. Now I realize I need the tabs. I dont find a way to change the template assigned to an application.
    Is it really allowed or not ??
    regards,
    raghav..

    Raghav,
    If you just want to change template for that particular page, go to edit page and in the Display Attributes select the template that you want, by default its Application level default. For changing the application default template go to Home>Application Builder>Application #>Shared Components>Themes>Create/Edit Theme and there you can change the default values.
    Thanks,
    Manish

  • Using a single  file as a template for th whole site

    My Application.cfm file has the code that i am using as a
    template for the rest of my site. On the template, the title
    section looks like this. <cfif
    IsDefined('pagetitle')><cfoutput><title>#pagetitle#</title></cfoutput><else><title>Welcom e</title>
    and the title variable is set on the end page. lets just say
    test.cfm but when i view test.cfm the title is always Welcome. How
    can i fix this. and this also goes along with my content. On the
    application.cfm pge i have empty divs. on the test.cfm page i have
    the same divs only with all the page-relevant information in them,
    but they never show up. I know that this is how you do it in php.
    but how do you do it in ColdFusion

    Theres a few things you could do here... none of which I
    think is the perfect solution. It all depends on your preference as
    well as the needs of your application.
    -- Move your page title code to another file - call it
    Header.cfm or something along those lines -- and include it in
    every page after you set the pagetitle variable.
    -- Use Javascript to add the page title to some div at the
    top of the page when it loads. (not my favorite option here)
    -- Check out the CF tag cfsavecontent. You could save the
    generated HTML in test.cfm into a variable and output it later. Put
    your pagetitle code in OnRequestEnd.cfm, which is called AFTER
    every template is executed. Set your pagetitle variable in test.cfm
    and save the HTML into a variable, then in OnRequestEnd.cfm output
    the pagetitle followed by your generated content.

  • How do I get Firefox to bypass our proxy for our Intranet sites.

    I have it set to bypass proxy settings through the GPO Add-on but I receive a DNS error. I've tried entering 192.168.0.0/16 for "No Proxy" but that doesn't work. I also have our Intranet site set as the homepage but it just goes to a blank page with no error.
    I am using the Firefox ADM along with the GPO add-on for the client. This allows me to lock the settings.
    I now have to add that Firefox was updated to 10.0 and I no longer see the GPO Add-on.
    Earlier I tried the FrontMotion Firefox ADM and and GPO script. This worked fine. I could get to our Intranet but I couldn't lock the settings.
    How can I get Firefox to see our Intranet? I'll appreciate any help you can give.

    If you click "Not Now" then Firefox will ask on a next visit to that site.<br />
    If you click "Never ..." then you create a block exception that you have to remove if you want Firefox ask again to store the name and password.
    Remove the site from the exceptions: Tools > Options > Security: Passwords: Exceptions
    See:
    * [[Remembering passwords]]
    * http://kb.mozillazine.org/Password_Manager

  • Change template for Form Checkbox Item?

    I would like to remove the <label> tag from the template for Form Checkbox items and replace this in the list with my own label tag
    E.g. something like this
    select '<label onmouseover...>'||reference||'</label>', table_id r
    from tabel
    order by 1
    Is this possible?
    Thanks & regards
    Edited by: rw on May 3, 2012 6:10 AM

    Checkbox is <input> HTML tag with type="checkbox"
    The Label that wraps this Input is generated by Apex while rendering and stores important information.
    It is not advisable to play with that area even if someone gives you a technically feasible solution like "use a jquery selector to change the tags" in onload event,etc.
    Please find a more elegant solution to your problem.
    E.g. look at APEX_ITEM API
    Regards,

  • How to run a Discoverer graph once per day for my intranet site

    Hello,
    I would like to run a particular worksheet graph once per day, and place it on my intranet site. For performance reasons I don't want Discoverer to re-run the worksheet every time a user views the graph.
    Could someone kindly point me towards somewhere I can read about how to do this, or indeed offer some guidance ? I'd like to know how to generate my graph on a regular basis, and how I can construct a URL to link it into my intranet home page.
    I am very appreciative of any help,
    Steve - a Discoverer "newbie" :)

    Micheal
    What version are you running?
    In 5.31, what I would do is to have the main set M-F then use a different job (like a cmd echo or powershell write-host) on weekends that inserts the MF set at the time you want with a job event \ job insert action. This would override the time and execute when you want (you could probably just use one for  SAT, SUN). we do similar things to avoid maintenance windows.
    You might lose any downstream dependecies if the original is in a nested group but that might even work with a slight modification to the job depdency with the match occurance check box (relative to group, otherwise, for day) option
    It would be best if tidal let you add multiple calendars to one job, not sure if that is in the works but it should be on their radar.
    Marc

  • Change MTU for just one Site-to-Site VPN between ASAs?

            Hi -
    I'm setting up a Site-to-Site Cisco VPN between ASAs. I'm being told by the remote site engineer to set the maximum MTU at 1362.
    Is it possible to set the MTU for one specific site-to-site VPN on my ASA 5510 Security Plus to MTU 1362? I see my interfeces are all set at 1500.
    If not, would you recommend I setup a subinterface on my inside network router and a subinterface on the ASA with an MTU of 1362 to get around this issue? Then use this subinterface for traffic from my inside network to transverse through prior to hitting the VPN.
    Thank you.

    I would not worry too much about UDP traffics.  I rather concentrate on TCP traffics because almost all of the issues will be TCP.
    Therefore, I would set the MSS value to 1362 or may be like 1300:   sysopt connection tcp-mss 1300
    That will solve most of  your issues.

  • Changing template for "email work item "

    Hi,
    TFS Web Access has the possibility to send the work item in an e-mail. (The enveloppe on action bar).
    By clicking on this Icon, a new window opens with some basic work item information.
    I suppose the content of the e-mail is based on a template.
    My question is: Is it possible to update this template (red box)?
    Jeppen Twitter: @DoSTHGreat

    Hi Jeppen, 
    Thanks for your post.
    As far as I know there’s no default way to change that template, please refer to the discussions in this similar post:
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/2a63b27d-4bfd-413f-bff9-825d6bdc99fe/how-do-i-change-the-ides-send-work-item-to-outlook-email-template?forum=tfsworkitemtracking.
    But you can add the required column in work item query result, then select work item from query result to send email. Please refer to the workaround in this post:
    http://stackoverflow.com/questions/10518254/can-i-modify-the-email-thats-created-from-a-wi-when-i-click-the-send-work-item.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Changing domain for Adobe Muse Site

    I changed my adobe muse site domain.  Now my site does not show up on the internet.  I have Godaddy for hosting and my domains.  I contacted Godaddy and they helped with the domain.  It was attached to another hosting plan.  Now my new domain is set up correctly in Godaddy.  In Muse I try to upload to ftp with the new domain name.  Muse says there is no such ftp.  I have tried to make corrections in Muse manage.  That is hopeless.  Please help

    Hi
    I believe you are using external hosting, did you try any third party ftp client like Filezilla to Connect to FTP client? Check if you are able to connect, if yes, then there might be issue with Muse, if no, then discuss this with your hosting provider.
    Please let me know if you have any other query.

  • Changing templates for outbound "Send something" emails ...

    T-mobile 8800 .
    How do I change the template used for "Send Location ... by email" ?
    When I use my built-in GPS and choose to "send location ... by email" it creates an email with this:
    >
    This is my current location.
    maps.BlackBerry.com?lat=37.87848&lon=-122.18098&z=1
    <
    I would like to send an email like this instead, of course putting the lat/long in the right places:
    >
    maps.google.com/maps?f=q&hl=en&geocode=&q=39.738346,-120.62439&ie=UTF8&z=16&iwloc=addr
    <
    is there a location on my blackberry where templates like this are stored and can be edited?

    Amog wrote:
    Yes, the changes are occurring inside the "data member access VI." Basically, if I change any VI template, the wizard will fail to load. I've added a short video of the wizard working correctly, my changing of a read VIT, and then the wizard failing to load even though it appears to find the VIT I modified.
    http://screencast.com/t/Y9zSKxlH
    I haven't tried this, but thanks for bringing this up. I get sick of the template having the error case structure around it so I was going to go in and modify some things, but now I think I'll wait...
    CLA, LabVIEW Versions 2010-2013

  • Changing template for Test Case Description

    Hi All,
    Greetings...
    In one of my projects, I want to customize the template provided by the SAP in test case description.
    We can add test case description while creating Manual Test Case (Tx: STWB_TC), Test Script and Test Configuration (Tx: SECATT)
    I want ot update the default template with the custom template.
    We had tried to update the same in SOLAR_PROJECT_ADMIN --> select Project --> Project Standard --> Project Templates --> Documantation Types, selected TD1, Test Case Description of Complete Directory of Document Types and using Document Template --> Change and Import we tried to update the template. In the document type, it has been changed but it is not reflecting in the other transactions.
    Please help me in this regard to update the test case description.
    Thanks in Advance
    Saman

    The template is stored in the table DOKTL with documentation type TX, object TEMPLATE_CATE, language EN
    Update the last version...
    thats it

  • Visual Upgrade to 2013 - Missing Site Templates for ITTEAM and PROJSING

    I've been working on Upgrading some old WSS 3 sites to SharePoint 2013.   I Have been able to get all of them imported to SharePoint 2010,and then have imported them all to my Sharepoint 2013 server. Now at the to of all of my sites is the  Experience
    all that SharePoint 2013 has to offer. Start
    now or Remind
    me later tag line.  I Click the Start Now option and it goes though its Checks and comes back with:
    Missing Site Templates
    The following sites are using templates that are not yet supported after upgrade:
    http://<site>/it/Projects - ITTEAM#0
    http://<site>/it/webservices - PROJSING#0
    I understand that those Fab 40 Templates are no longer available to create in 2013, though what can I do with the Existing content that I have? Seems wrong to Leave it at the 2010 Visual Representation. 
    For this one Sharepoint Site I could recreate the 2 Webs. Though on another Sharepoint site there are 123 sub sites with the sa,e two templates. I can't Abandon them.  Is there a way to convert them to a new template first?  How can I do the Upgrade
    and keep my content? If I have to use a new template for new sin sites, I'm fine, I just don't want to lose what I have.
    Thanks!

    Hi  Scooter,
    For upgrading Windows SharePoint Services 3.0 to SharePoint 2013, you can refer to the steps as below:
    1.First upgrade:
    Upgrade the content to Microsoft Office SharePoint Server 2007
    http://www.fpweb.net/support/microsoft-sharepoint/tutorials/wss-to-moss-migration/
    2.
    Second upgrade: Upgrade the content to SharePoint Server 2010 Products
    If your environment is SharePoint 2007 32 bit, you need to upgrade your SharePoint 2007 32 bit to SharePoint 2007 64 bit firstly.
    http://bhavinsharepoint.wordpress.com/2011/09/07/step-by-step-migration-from-moss-2007-to-sharepoint-2010/
    http://badarinathanagaraja.wordpress.com/2010/06/11/upgrade-from-sharepoint-2007-to-sharepoint-2010-environment/
    3.
    Third upgrade: Upgrade the content to SharePoint Server 2013 Products.
    http://technet.microsoft.com/en-us/library/cc262483.aspx
    http://epmsource.com/2013/05/02/migrating-ps-2010-to-ps-2013-walkthrough/
    Reference:
    http://blogs.technet.com/b/praveenh/archive/2013/10/31/upgrading-from-wss-2-0-to-sharepoint-2013.aspx
    http://technet.microsoft.com/en-us/library/ee947141.aspx
    Also make sure you are upgrading to SharePoint 2013 Standard or Enterprise edition for your site templates working. You can have a look at the thread:
    http://social.technet.microsoft.com/Forums/en-US/caeb109b-f62b-4898-b84d-68f2f9feb872/site-templates-missing-in-sharepoint-2013-foundations?forum=sharepointadmin
    Thanks,
    Eric
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support,
    contact [email protected]
    Eric Tao
    TechNet Community Support

  • Issue with Internet facing site and Intranet sites

    Hello All,
    I have migrated the SP2013 environment using database attach method for our intranet site. We also working on the
    SP2013 Internet facing site using the same content database as Internet site.
    When I extended the web application for Internet facing site, zone to
    Internet and these are the URLs: The Intranet website URL is
    https://intranet.contoso.com/SitePages/home.aspx (Root Site) and
    SP2013 Internet facing site http://contoso.com (not a root site and publishing site template)
    However, I found on the http://contoso.com users can still access the
    http://contoso.com/SitePages/home with same content as Intranet.
    After done some Google search, bloggers mentioned to have move  https://intranet.contoso.com/SitePages/home.aspx to another site collection so that Internet facing site can exist root site.
    Can 2 we have to two root sites in same web application? I need the content database to be same so that managers can check
    Internet facing site and after signing into SP2013, redirects to
    Internet site.  
    Which is the best option to achieve this with same content database.   
    Please advice.
    Regards,
    Aroh 
    Aroh Shukla

    Business Requirement:
    Content Managers want to control internal Internet site (https://intranet.contoso.com) (with default zone, port 443, Root site) and also want to have SP2013 Internet site (with Internet zone
    http://www.contoso.com (not a root site and publishing site template)), Anonymous access at Web Application level. I configured the site architecture
    to have intranet zone as default zone and extended Web Application for Internet facing site with Anonymous site. This the current site architecture
    Because content managers do not want to duplicate public site (Internet facing site) with will be shared with some lists that are stored in intranet site.
    For e.g. a sub site named “News and Events” will be shared with Public site as well as Internet users. Therefore, if a manger wants to update a list in the public site, it should reflect in intranet site as well. Thus, managers
    don’t want to have separate database but same content database.
    Problem:
    I have extended web application to have different Internet zone, the site URL looks this: http://www.contoso.com/sites/public with publishing template and Anonymous access. Managers want to have public site URL to be just
    http://www.contoso.com and not   http://www.contoso.com/SitePages/Home.aspx. As I am using path based site collection for extending site collection, I am
    getting this URL http://www.contoso.com/SitePages/Home.aspx
    We also tried host named site collection, but it does not provide anonymous access and keep on asking for user credentials.
    Q1: We want to have Intranet and Public site with same content database as per business requirements, Shall I following link       http://sharepoint.stackexchange.com/questions/81172/moving-content-db-for-a-site-collection-to-another-db-server?
    Q2: Because I am constrained that I don’t want to have separate web application, (I know, its not regular requirement), how could achieve this requirements?
    Q3: Do have to completely re-design web site architecture, with
    www.contoso.com as main web application, then copy Intranet site collection and move this to
    www.contoso.com/intranet using
    Move-SPSite command 
    Any kind of pointer and help will be highly appreciated as I am struggling for 2 weeks to solve this.
    Regards,
    Aroh  
    Aroh Shukla

  • KB2909210 on Server 2008 R2 breaks my intranet sites

    I have several intranet sites that my users use for various data entry and querying purposes.  I installed Internet Explorer 10 onto my 2008 R2 Terminal Server over this past weekend which also installed the Security Update KB2909210 and rebooted the
    server.  On Monday morning, when my terminal users logged into the sites, the sites began malfunctioning.  All the dropdown arrows turned into question marks.  Some fields which normally have a small "x" on the right-hand side used
    to erase the data entered in the text field were also displaying as question marks.  The objects still functioned but it was disconcerting to my users.  The update also slowed down these same intranet sites to where it began interfering with productivity. 
    I activated Compatibility View for all intranet sites, but it did not resolve the problem.
    I also found that when my terminal users tried to print a pdf document from the intranet sites, the print dialog box was jumbled and no fields were pre-populated with data like they always are when printing.  I updated to the latest Adobe Reader, but
    the print dialog box remained jumbled. 
    All of my users with stand-alone PCs have IE 10 installed and the intranet sites work fine.  They display properly and process quickly.  It is only my terminal users who log in from a thin client to their profiles on the server and use the IE version
    installed on the server who have the problem with IE10.  The KB2909210 Update is not installed on, and does not come up as, an update for any of my stand-alone Windows 7 PCs.
    I uninstalled IE 10 from my server, but since this was one of my production servers, I could not restart it until after the plant was shut down for the evening forcing my users to suffer with the slowness for the day.  This morning the intranet sites
    are working fine through IE 9.  I also had to revert back to Adobe Reader v9.5 as the v11 (and v10) print dialog box does not display properly in IE 9.
    I do not want to stay on IE 9 on my server as it gets more un-secure by the day and we've found IE 11 to be too buggy so far.
    How can I install IE 10 with its security updates and prevent it from breaking my intranet sites?

    I would re ask this in a different forum as this is a Small business server forum and I'm assuming you aren't running that platform?
    Or call 1-800-microsoft and issues with a security patch are ultimately comp'd back to you.
    This re-asking in forum after forum after forum is ridiculous!  When someone else has this problem and searches for it, they will get several useless results with the only responses being to ask in another forum.
    This was originally posted in the Microsoft Community forum.  The MS Forum Moderator over there advised I should post it here and gave a link in her response.  God forbid she had just moved it to the correct forum as I've seen done on countless
    other forums!

  • KB2909210 on Server 2008 R2 breaks my intranet sites and print dialog box

    Let's try this again.  I have been asking the following question of Microsoft and every time I do, I have only been told to try another forum.
    I have several intranet sites that my users use for various data entry and querying purposes.  I installed Internet Explorer 10 onto my 2008 R2 Terminal Server over this past weekend (10/18/2014) which also installed the Security Update KB2909210
    and rebooted the server.  On Monday morning (10/20/2014), when my terminal users logged into the sites, the sites began malfunctioning.  All the dropdown arrows turned into question marks.  Some fields which normally have a small "x"
    on the right-hand side used to erase the data entered in the text field were also displaying as question marks.  The objects still functioned but it was disconcerting to my users.  The update also slowed down these same intranet sites to where it
    began interfering with productivity.  I activated Compatibility View for all intranet sites, but it did not resolve the problem.
    I also found that when my terminal users tried to print a pdf document from the intranet sites, the print dialog box was jumbled and no fields were pre-populated with data like they always are when printing.  I updated to the latest Adobe Reader, but
    the print dialog box remained jumbled. 
    All of my users with stand-alone PCs have IE 10 installed and the intranet sites work fine.  The sites display properly and process quickly, and the print dialog box is not jumbled.  It is only my terminal users who log in from a thin client
    to their profiles on the server and use the IE version installed on the server who have the problem with IE10.  The KB2909210 Update is not installed on, and does not come up as, an update for any of my stand-alone Windows 7 PCs.
    I uninstalled IE 10 from my server, but since this was one of my production servers, I could not restart it until after the plant was shut down for the evening forcing my users to suffer with the slowness for the day.  This morning (10/21/2014) the
    intranet sites are working fine through IE 9.  I also had to revert back to Adobe Reader v9.5 as the v11 (and v10) print dialog box does not display properly in IE 9.
    I do not want to stay on IE 9 on my server as IE9 gets more un-secure by the day and we've found IE 11, on any of our machines, to be too buggy.
    How can I install IE 10 with its security updates and prevent it from breaking my intranet sites and print dialog box?  What is so different about Server 2008 R2 and Windows 7 that IE 10 causes this corruption of intranet sites and the print dialog
    box on the Server but not on the Win 7 machines?
    The bulletin here:
    https://technet.microsoft.com/library/security/ms14-011
    is useless for determining why it breaks my intranet sites. Nor does it explain why the update destroys the print dialog box.

    Hi,
    In my opinion, it's hard to say your problem caused by KB2909210. Have you tried to uninstall this update for test if your intrant site's problem resolved?
    If your problem truthfuly caused by this updates, you can choose to hid the update as a workaround method.
    Roger Lu
    TechNet Community Support

Maybe you are looking for