A great new feature would be....

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

  1. #1

    Default A great new feature would be....

    I think a great new feature would be to be able to have editable Library Items
    in Contribute. This way I could put a latest news section down the side of all
    my clients pages within a site and then if i set it as editable then they could
    open it up and change the news only once but then it would update the content
    throughout the site.

    I did try and come up with a solution with i-frames whereby a client could go
    to an external page and edit their news which would then update all other pages
    but it was too much of a pain to set up.

    Anyone else have any thoughts or solutions for this??

    Malcolm



    maldc Guest

  2. Similar Questions and Discussions

    1. GREAT FORUM
      What more can I say, the proof of the pudding says it all
    2. GREAT CF JOB IN VA
      Really awesome CF programming job for a person with experience. Head up the college web page! We are a great college located just minutes from...
    3. great examples
      MM showcase: http://www.macromedia.com/cfusion/showcase/index.cfm?event=casestudydetail&casestudyid=52486&loc=en_us
    4. OT: Have a great New Year's Eve...
      ....and a fantastic year to follow! }`¬P
    5. Netscape great, but IE?
      Hello All When I run my app in Netscape, controls etc appear to be retained on the page during postback sequence so when new info is received...
  3. #2

    Default Re: A great new feature would be....

    maldc wrote:
    > I think a great new feature would be to be able to have editable Library Items
    > in Contribute. This way I could put a latest news section down the side of all
    > my clients pages within a site and then if i set it as editable then they could
    > open it up and change the news only once but then it would update the content
    > throughout the site.
    >
    > I did try and come up with a solution with i-frames whereby a client could go
    > to an external page and edit their news which would then update all other pages
    > but it was too much of a pain to set up.
    >
    > Anyone else have any thoughts or solutions for this??
    >
    > Malcolm
    >
    >
    >
    I guess your i-frames is a best solution for this kind of things. At the
    end the user has to any way edit the news page to update latest news be
    it a library item or a normal web page.

    i.e., create a newspage.htm

    in all your client pages create an iFrame -

    <IFRAME height="300"
    SRC="http://www.sitename.com/directory/newspage.htm"></IFRAME>

    ....

    To update the news page, just browse to the newspage.htm and click on
    edit page and publish with changes. This is a better way.

    Arun Kumar M Guest

  4. #3

    Default Re: A great new feature would be....

    Can Contribute edit iframes that have a forceframe action/javascript attached
    to it. I've been trying to do that with contribute 3, but no such luck, since
    the iframe keeps coming up with the page that the forceframe javascript point
    too.

    Any workarounds. Maybe in Contribute 4?

    Thank you in Advance!
    micdim

    micdim 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