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

  1. #1

    Default Hiding Includes?

    Hi - I've always recommended contribute for clients wanting to manage content
    on their own, and never had trouble until the latest version.

    In the past, I've used php include files for navigation. The contribute user
    sees this as a blank space, or indication that there is a failed stream or
    something - that's fine. My newest client using this just bought the latest
    version, which populates the include content in their page view on edit.

    Here's the problem- I'm using the OpenCube Infinite Menu System, which creates
    drop-down & flyout navigation using CSS and javascript from a list-based
    system. When the client edits the page, it shows the div element in it's
    entirety with the giant list fully expanded for all categories. Because it
    needs to be on the top layer for the menus to paint over the content on
    rollover, this expanded view is completely covering the content, and the client
    can't edit it.

    So is there a way to specify a certain file will NOT be seen by a certain
    user? If I could somehow make it so when she edits the page, the include file
    doesn't show up - that would be perfect. Right now we're chasing an idea of
    using a browser sniffer and if/then, but that's really ugly.

    patricksheehan Guest

  2. Similar Questions and Discussions

    1. PHP Includes
      Hello, I am installing coppermine photo gallery on my site. I think I am running into problems - I get the following error message after...
    2. Help w/ Includes & CSS
      for some reason after I upgraded from MX 2004 to DreamWeaver 8, my site doesn't doesn't format with the style sheet i used previously in 2004. Also...
    3. Hiding includes
      I have this config.php file in a folder "data" in the same directory as public_html -------- <?php //config.php host = "domain.name"; //your...
    4. Includes...
      as you said... put the data in a page and use the INCLUDE command -- ---------------------------------------------------------- Curt...
    5. XP includes ???????
      ah, ok, thanks
  3. #2

    Default Re: Hiding Includes?

    If you set up the page with a Dreamweaver template, you can define editable and
    non-editable regions of the site. For your case, you'd want the menu code in
    the non-editable region. It's a little bit of a hassle to apply the template
    to an already built site, but this will solve the problem.

    scr 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