Ask a Question related to Macromedia Contribute General Discussion, Design and Development.

  1. #1

    Default SideBar won't edit

    My rgtsidebar appears on every page of my website and it has text that I want
    to edit, but in Contribute when I go to click on the text to edit it, it seems
    to be one object that I can't change or even highlight text in. (I go to
    highlight text and the whole box is highlighted.) I feel like this problem has
    something to do with the fact that this sidebar is on every page of the
    website, but I didn't make the template so I don't know how to change it or
    even how to make a new one. How does one change template properties?
    I would really appreciate help on this!
    Thanks.

    desperate4help Guest

  2. Similar Questions and Discussions

    1. Expandable Sidebar?
      Can a sidebar with a menu be set to expand and contract according to the length of the content? Right now, when my content is too long, it just...
    2. Sidebar gadgets
      > No offense, but that Sidebar is so Windows 95. :-) I did say I suck at making things pretty. But that wasn't my point here--someone more...
    3. how to view files in sidebar? Where do images go?
      When using Dreamweaver you can see all of the files and folders in the sidebar. In Contribute, I only get the "browser" and any recently edited...
    4. inserting sidebar from fireworks into contribute
      Does anyone know of any good way to insert the pop up menu/sidebar that I have created in fireworks into my Contribute webpage? Any input is...
    5. Is there's a way to put the sidebar of mozilla on the right?
      On Sun, August 03 at 3:52 PM EDT Zhao You Bing <zhaoyb@cad.zju.edu.cn> wrote: Not sure about versioning and stuff - but this is at...
  3. #2

    Default Re: SideBar won't edit

    Sounds like your sidebar is simply not been assigned as an editable region
    in the template from which the page is derived. Edit the original template
    in Dreamweaver to make that area an editable region.

    John

    "desperate4help" <webforumsuser@macromedia.com> wrote in message
    news:f59hoc$mvs$1@forums.macromedia.com...
    > My rgtsidebar appears on every page of my website and it has text that I
    > want
    > to edit, but in Contribute when I go to click on the text to edit it, it
    > seems
    > to be one object that I can't change or even highlight text in. (I go to
    > highlight text and the whole box is highlighted.) I feel like this
    > problem has
    > something to do with the fact that this sidebar is on every page of the
    > website, but I didn't make the template so I don't know how to change it
    > or
    > even how to make a new one. How does one change template properties?
    > I would really appreciate help on this!
    > Thanks.
    >
    >

    Laiverd.COM Guest

  4. #3

    Default Re: SideBar won't edit

    You can also adjust the template in Dreamweaver with a server-side-include
    (f.i. PHP).

    You replace the content for the sidebar with f.i. <?php
    include("sidebar.php"); ?>.

    You can then edit the sidebar.php file, when it's in need of an update,
    instead of your template, so you won't have to update and upload the intire
    site in Dreamweaver.

    You can even provide your end-user(s) with a link to sidebar.php so they can
    edit it in Contribute.

    grtz.
    Hayo

    ThinkInk Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139