user add new page to site

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

  1. #1

    Default user add new page to site

    What is the best practices for allowing a user to add a new page to a site from a template. How does the user add the page to navigation, say CSS menu on banner?

    Thanks for suggestions on this.
    itinko Guest

  2. Similar Questions and Discussions

    1. Register User Control for ALL pages in a site
      Hi There! Typically I can register a user control for a page using... <%@ Register TagPrefix="myControls" Src="controls/test.ascx"...
    2. the remote site of web page is empty how can I moveeverything over from local site?
      I am new to using this Dreamweaver 3 software and I cannot update my website, due to the remote site being empty. How can I repopulate the remote...
    3. Can I perform a function when user leaves site?
      I need to update a database record when a User closed his browswer or leaves the site. Is this possible? If so, how would I do that?
    4. my user login page is always the default page
      :brokenheart; my coldfusion application has an login page, some users logged in and saved some page to favorites, then close the browser without...
    5. User changing something on a form makes asp.net take user to login page
      Hi, I have an application that displays the database table records on the web page, the user can navigate thru the contents and make changes and...
  3. #2

    Default Re: user add new page to site

    In most cases its not a good idea to give users access to modify navigation.
    They may add something which is too long, or screw up the navigation scripts,
    if you use any.

    If you want someone other than yourself to be able to modify the navigation,
    I'd suggest using suckerfish dropdown menu, because its really just a HTML
    bulleted list, (which uses only only a small bit of javascript and CSS) and you
    can put it by itself inside of a file, and allow one "special" user to know
    where this file is at.

    This way, if anyone has a request for a new menu item to be in the nav, they
    can go to thios user and he can add it. This special nav page, will act like a
    web page because its editable inside Contribute, however it will notcontain
    tags like <html>, <head>, or <body>... yes, ONLY the navigation HTML code,
    because its an include.

    mzanime.com Guest

  4. #3

    Default Re: user add new page to site

    thanks for the reply Mike. The CSS menus seem the way to go. In principal I
    agree with you about the nav but the bottom line is users are now able to
    create new pages and need to be able hook them up. I expect in future
    incarnations of Contribute there will be some support for modifying menus in
    'editableregions' so users don't have to que up with IS staff to get a stoopid
    page added. Maybe someone can develop an extension that uses dialogs to modify
    menus instead of dropping users into html.

    itinko 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