Changing buttons in contribute

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

  1. #1

    Default Changing buttons in contribute

    Hello,

    We have a number of people using contribute and have a request to change the
    text on the publish button to say "Save". The reasoning behind it is to not
    confuse people to think they are publishing live information, instead of saving
    it. We use contribute to edit or create the files on a dev server before they
    are uploaded.

    Is this possible? If so how and where would we do it?

    Thank you.

    Yusuf

    Y.DeMone Guest

  2. Similar Questions and Discussions

    1. Changing Accordion Buttons
      I'm having the same problem here. I think if you extend "AccordionHeader" and make a component in action script for each button, setting the...
    2. changing Contribute start page
      I am new to Contribute and am not very technical. When I set up my Contribute start page, which was originally my website home page, it was set up...
    3. Acrobat changing the urls i set in buttons
      Using Acrobat 7 i have created buttons on a document to load webpages. The buttons are invisible placed over the text of the url. Now in this...
    4. Changing scroll bars to buttons
      Hello all, I use Macromedia Dreamweaver Mac for my wepage editing, I was wondering if anyone knows any helpful tutorials or instructions on how to...
    5. Changing the State of a web page using radio buttons.
      I am trying to make a very simple web page that is only accessed through a small number of people but those people are allowed to change the...
  3. #2

    Default Re: Changing buttons in contribute

    On Contribute CS3 this is set by the value of the string in the cctoolbars.xml
    with the id of "Edit_Action_Publish_label".

    File Location
    Mac OS X
    /Applications/Adobe Contribute CS3/Configuration/Strings/cctoolbars.xml

    Windows
    C:\Program Files\Adobe\Adobe Contribute
    CS3\Configuration\Strings\cctoolbars.xml


    Default
    <string id="Toolbars/Edit_Action_Publish_label" value="Publish" />

    Desired Alteration
    <string id="Toolbars/Edit_Action_Publish_label" value="Save" />

    Always make sure you make a backup of the file before editing
    it, and make sure that Contribute is not running when you do this. And while
    you are changing this you might as well change the tooltip text in the next
    line to match.

    Hope this helps,
    Andy

    arfore Guest

  4. #3

    Default Re: Changing buttons in contribute

    That did it.

    Thank you very much.
    Y.DeMone Guest

  5. #4

    Default Re: Changing buttons in contribute

    On Apr 11, 12:26 pm, "Y.DeMone" <webforumsu...@macromedia.com> wrote:
    > That did it.
    >
    > Thank you very much.
    Hi, dont know if I am posting this in the right place but...
    I am trying to make changes to a webpage using contribute but am
    getting an error message when trying to publish the page saying:
    "While executing Edit_Action_Publish command in cctoolbars.xml, the
    following JavaScript error(s) occured:
    Exception thrown in native function.

    I would be very grateful for any advice

    Thanks

    Si
    simmysmith@googlemail.com 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