User editing of SSI

I am deploying Contribute CS3 for a small charity's website.
The member of staff who will update the website is sensible but not
web-savvy.
I want the staff member to be able to add new items into a
menu structure - but this will not be a frequent change.
My first thought was to set up the Menu as a template-based
htm file, and to pull it into each page using a Server Side Include
(SSI). This works fine, apart from the fact that Contribute offers
the illusion that it will allow edits to the included Menu text
from any of the pages that have the SSI. In fact, when the page is
Published, the included page is left unchanged - so technically,
this achieves what I want. But it doesn't seem very professional to
be installing a solution that behaves in such a misleading manner.
I hate training people to ignore what they are told on the screen.
Ideally, I want to be able to set a template-based page so
that it is editable in Contribute if opened directly, but not when
it forms part of a page as an SSI. I've searched and failed to find
anything - does this facility exist?
The only alternative I have come up with is to name the
included htm file with a non-htm extension (eg "includedText.abc")
and then to specify in Contribute that "abc" files are to be edited
using an alternative editor (eg nvu) . Just about viable but hardly
elegant!
Has anyone a better way?

Hi John,
If you can stomach using a .NET server, you might try using
Webstruxure's siteNav (
http://www.webstruxure.co.nz/sitenav/demo/).
It will give you your ideal scenario, with very easy editing in
Contribute, especially if the menu items are templated as repeating
editable regions.
One charity site that's using siteNav in this fashion is
http://www.aspire.org.uk/default.aspx.

Similar Messages

  • In ALV Report ,a field to allow the user EDIT/CHANGE

    Hi Guys,
    My requirement is
    in the ALV Grid display iam having 10 fields.5th field should be allow the user EDIT/CHANGE mode.
    what ever he enters the value the same should be updated to an custom table.
    EX.
    o/p:
    0001   0002   0003   0004   0005   0006   0007  0008   0009   0010
    Now the user changed the value 0005 to 0011.
    0001   0002   0003   0004   0011   0006   0007  0008   0009   0010
    now 0011 should be updated in custom table.
    to do this process please suggest a best way for coding.
    thanks in advance.
    Sunil.

    hi
    *& Report  ZTESTDEMO_INTERACTIVE_LIST_2
    REPORT  ZTESTDEMO_INTERACTIVE_LIST_2.
    TABLES: MARA,MARC,MARD.
    * internal table itab_mara 3 fields matnr, ernam,mtart
    DATA: BEGIN OF ITAB_MARA OCCURS 0,
    MATNR LIKE MARA-MATNR,  " material number
    ERNAM LIKE MARA-ERNAM,  " name of person who create
    MTART LIKE MARA-MTART,  " Material Type
    END OF ITAB_MARA.
    * internal table itab_marc 3 fields matnr, werks,lvorm
    DATA: BEGIN OF ITAB_MARC OCCURS 0,
    MATNR LIKE MARC-MATNR,
    WERKS LIKE MARC-WERKS,  " Plant
    LVORM LIKE MARC-LVORM,  " Flag Material for Deletion at Plant Level
    END OF ITAB_MARC.
    * internal table itab_mard 2 fields
    DATA: BEGIN OF ITAB_MARD OCCURS 0,
    MATNR LIKE MARD-MATNR,
    LGORT LIKE MARD-LGORT,  " Storage Location
    END OF ITAB_MARD.
    SELECT-OPTIONS: S_MTART FOR MARA-MTART.
    INITIALIZATION.
    S_MTART-LOW = 'HALB'.
    S_MTART-HIGH = 'HAWA'.
    S_MTART-OPTION = 'BT'.
    APPEND S_MTART.
    START-OF-SELECTION.
    SELECT MATNR ERNAM MTART FROM MARA INTO TABLE ITAB_MARA WHERE MTART IN
    S_MTART.
    PERFORM DISPLAY.
    TOP-OF-PAGE.
    WRITE:/2(15) 'MATERIAL NO',20(20) 'CREATED BY',45(15) 'MATERIAL TYPE'.
    FORM DISPLAY.
    LOOP AT ITAB_MARA.
    WRITE:/ ITAB_MARA-MATNR UNDER 'MATERIAL NO' HOTSPOT ON,ITAB_MARA-ERNAM
    UNDER 'CREATED BY',ITAB_MARA-MTART UNDER 'MATERIAL TYPE'.
    HIDE: ITAB_MARA-MATNR.
    ENDLOOP.
    ENDFORM.
    AT LINE-SELECTION.
    CASE SY-LSIND.
    WHEN 1.
    SELECT MATNR WERKS LVORM FROM MARC INTO TABLE ITAB_MARC WHERE MATNR =
    ITAB_MARA-MATNR.
    PERFORM DISPLAY1.
    WHEN 2.
    SELECT MATNR LGORT FROM MARD INTO TABLE ITAB_MARD WHERE MATNR =
    ITAB_MARC-MATNR.
    PERFORM DISPLAY2.
    when 3.
    sy-lsind = 0.
    ENDCASE.
    FORM DISPLAY1.
    LOOP AT ITAB_MARC.
    WRITE:/ ITAB_MARC-MATNR HOTSPOT ON, ITAB_MARC-WERKS,ITAB_MARC-LVORM.
    HIDE: ITAB_MARC-MATNR.
    ENDLOOP.
    WRITE:/ SY-LSIND.
    ENDFORM.
    FORM DISPLAY2.
    LOOP AT ITAB_MARD.
    WRITE:/ ITAB_MARD-MATNR, ITAB_MARD-LGORT.
    ENDLOOP.
    WRITE:/ SY-LSIND.
    ENDFORM.
    regards
    ravish
    <b>plz dont forget to reward points if helpful</b>

  • How can I have multiple users edit the same calendar?

    I work on a team of about a dozen people. We already share individual work calendars through iCloud. We want to create a master iCal calendar that allows us to display our various deadlines on a given project. We want the people to be able to edit their own deadlines.
    How can I create a calendar that offers multiple user Edit permission?
    Thanks!

    Go to this page:
    http://help.apple.com/icloud/#mm6b1a9479
    and expand 'Share a calendar privately'.

  • How can 2 user edit 1 word document at the same time

    hi,
    in office 2013 professional plus, can 2 user edit 1 word document at the same time?

    Hi,
    As far as I know, multiple users can not edit Word file in the same time directly. Could you give me your demand?
    Please check the two follows workarounds if they are helpful:
    http://blogs.msdn.com/b/johnmullinax/archive/2010/04/19/co-authoring-how-two-people-can-edit-one-word-2010-doc-at-the-same-time.aspx?Redirected=true
    http://www.ehow.com/how_7229904_allow-word-document-same-time.html
    Please Note: Since the web site is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.
    Regards,
    George Zhao
    TechNet Community Support
    Hi
    thank you; its worked.
    I'm so excited about this; thank you again.

  • How can I test a UIComponent to see if it is user editable?

    My current code now loops through the children of a container
    and adds
    an event handler to each one to listen for a "change" event.
    However, I want to only add event handlers to UIComponents
    that have
    some sort of value that the user can change.
    Some examples of these components are: TextInput, ComboBox,
    RadioButton, CheckBox, ColorPicker, List, RichTextEditor,
    etc.
    My current code is something like this: (simplified)
    var component:UIComponent = container.getChildAt(i);
    if (component is Container)
    // add event handlers to the container's children
    else if (component is UIComponent && "enabled" in
    component)
    // add an event handler to component
    Unfortunately, this doesn't work for all the various input
    controls.
    e.g. The RichTextEditor is a Container, so the code tries
    adding event
    handlers to it's children (I want an event handler on the
    actual
    RichTextEditor).
    Is there a reliable way of detecting a user editable control?
    Thanks in advance!

    To test a form before deploying it, you use the Test tab.  In the Test tab you will find the Test Web Form button.  Clicking this button will open up a new Browser tab/window with your form.  You will be able to see what the form will look like and how all of the fields work.  If you wish to verify that submit works, you will need to Open your form in the Distribute tab.  For the uploading of an image you will need to use the file attachment tool.  The pasting of an image is not supported.
    Jeff Canepa
    Software Quality Engineer
    Adobe Systems, Inc.
    [email protected]

  • User editable forms in Acrobat........that can be saved in Reader?

    Howdy Y'all
    I have a client that needs a contract made up that can be emailed to clients for them to "fill in" and able to be saved to send back with all of the fields filled out. The original document was made in Word and I just exported it to a PDF and created the forms for user editing. Unfortunately, I was unaware that Reader versions of Acrobat were unable to save the docs (I'm kind of sheltered in that I have only used retail versions of Acrobat). We were hoping to use Acrobat since it's pretty much universal and the Reader is free.
    Does anyone know of a way to create forms in Acrobat (vers. 8 Pro) that can be "edited" or have info input by another user with Acrobat READER and save them so it can be sent back? I already know how to create the form fields......I'm just curious if there is a way to FORMAT these fields or the document itself so that whatever is input into these fields can be saved on the client's end so it can be sent back.
    The only other option is to send the Word docs that were originally made up but I'm afraid we would run into issues of clients not having Word to open the documents up.
    Any suggestions?
    TIA

    Here is the window you will see when you choose Enable Usage rights.
    Note: That means that you can not edit any content once USAGE Rights are envoked.
    So you must make sure all corrections to documents made and perfect before Envoking rights.

  • Discoverer 3.1.42 User Edition Bug? EUL Corruption?

    We have applied the 3.1.42 patchset but are experiencing some serious buggy behaviour.
    The worst problem appears in User Edition if a Parameter is used in a Calculation and there are also Totals on one or more columns. When first created, this situation may work for a while, but further manipulations usually cause the query to crash with a message like: "Internal EUL error: EULParseNodeType error in canonical formula" (apologies: I don't have the exact message in front of me here). Once that error occurs, it seems to always occur in that Worksheet when a Calculation involves a Parameter AND there is a Total declared.
    Is this a known bug? Has anyone else run across this? Does the Worksheet get corrupted in the EUL?
    This one problem (oh, there are several others) is causing some significant grief.
    Help is appreciated.
    null

    I haven't seen what you are mentioning yet. However, if you create a calculation or parameter in 3.142 and one of your users still has 3.141, the user will get an error message: Invalid combination of filters or calculations, query cannot be resolved. Upgrading to 3.142 corrects this for the user.

  • How to create user editable Crystal Report with dynamic dataset

    What I would like to achieve:
    A program loads a report in runtime updates list of database fields (possibly includes sample data), open report in "Crystal Reports 2011" (or 2008) where user customizes report and saves it. Later on the program loads the report, fills actualized data and displays it in .net report viewer.
    What I do:
    CrReport = New CrystalDecisions.CrystalReports.Engine.ReportDocument
    CrReport.Load(TemplateFilename)
    Dim Results As DataTable
    DataTable is filled from a database
    CrReport.SetDataSource(mResults)
    CrReport.SaveAs(NewReportPath, True)
    The NewReportPath is opened in the default program.
    What are the problems
    The report is open in preview mode (not in design).
    When the field is added to the report the designer asks for XML datasource on preview.

    The short answer is that it is not possible. I broke the question to other two: How to save a report that it opens without preview? and How to create user editable Crystal Report with dynamic dataset, where it is possible to find details. Key answer is Re: How to create an editable previewable report?

  • Command Lines in the User Edition, Discovere 4i

    Dear All,
    I am searching for an answer regarding the chance to use the batch command line in the Discoverer 4i user edition to export an xls file with the pivot format.
    It is not possible to do this in the previous version, but it's possible in the 4i version choosing the xls pivot format while exporting the report interactively.
    So we are looking for a specific parameter to be used in the command line.
    Thank you for your help,
    Carola Buora

    Hi Carola,
    May I suggest reposting this question to the Dicoverer forum
    http://forums.oracle.com/forums/forum.jsp?id=422740
    Your chances for getting the right set of answers are probably much better there. Hope this helps.
    Cheers,
    -lars

  • How can a user (user edition) see a saved worksheet by other user

    how can a user (user edition) see a saved worksheet that was saved by another if it was saved in the database?
    thnx
    Endre

    If the user has given you permission to view their worksheet, then you should be able to open up an existing workbook as soon as you log into Discoverer. The disgression is up to the owner if you can view, or change their workbook.

  • New Apps User defaults with all User Edition Privileges - Security Breach?

    Please check the following Scenario/Issue and please let me know if anyone has a solution for it.
    1. In Apps, created following Responsibilities
    - Payables Inquiry-Only User
    - Projects Inquiry-Only User
    2. In Discoverer Admin, Tools->Privileges, assigned following privilege to "Payables Inquiry-Only User"
    - User Edition Parent only (unchecked all child privileges such as Create/Edit Query)
    3. In Discoverer Admin, Tools->Security, mapped following Responsibilities/Business Areas (BA)
    - Resp: Payables Inquiry-Only User BA: AP Payables
    - Resp: Projects Inquiry-Only User BA: PA Projects
    4. In Apps, created user DISC_INQUIRY_USER, assigned following responsibilities
    - Payables Inquiry-Only User
    - Projects Inquiry-Only User
    5. At this stage, if user connects to User Edition;
    - user is able to create new query in BA: AP Payables or BA: PA Projects depending on login Responsibility
    - By default Discoverer assigns all User Edition Privileges to new Apps User including Create/Edit Query
    Requirement
    1. Create new Apps User DISC_INQUIRY_USER, assign it Inquiry-Only Responsbilities
    2. Login to User Edition - DISC_INQUIRY_USER: Payables Inquiry-Only User
    - User can inquiry Workbooks associated with Resp: Payables Inqiry-Only user
    - Should not be able to create new workbooks
    3. Login to User Edition - DISC_INQUIRY_USER: Projects Inquiry-Only User
    - User can inquiry Workbooks associated with Resp: Projects Inquiry-Only User
    - Should not be able to create new workbooks
    Issue
    There is time-gap between creating Apps User and login to Discoverer Admin to remove user privileges. This is security Breach, is their any way to change get around it.
    - Discoverer gives precedence to Responsibility Privileges over User Privileges. Is their any way to change it?
    - Is it possible to change default Privileges for new Apps User?
    - I am facing this issue in Discoverer 4.1.48, Does discoverer Admin behaves differently in latest Versions?

    Nobody helps you except yourself. ;)
    So, this query get privileges for user PUBLIC
    select eap.ap_id, eap.gp_app_id
    from eul5_eul_users eeu,
    eul5_access_privs eap
    where eeu.eu_username = 'PUBLIC'
    and eap.ap_eu_id = eeu.eu_id
    and eap.ap_type = 'GP'
    In my case
    3001     1000
    3002     1001
    3003     1002
    3004     1003
    3005     1004
    3006     1005
    3015     1013
    3016     1014
    3017     1018
    3018     1024
    I research а corresponding between gp_app_id (second column) and real name of privilege and get the next list:
    1000     Discoverer and Plus Privilege
    1001     Create/Edit Query
    1002     Item Drill
    1003     Drill Out
    1004     Grant Workbook
    1005     Collect Query Statistics
    1006     Administration Privilege
    1007     Set Privilege
    1008     Create/Edit Business Area
    1009     Format Business Area
    1010     Create/Edit Summaries
    1012     Schedule Workbook
    1013     Unknown
    1014     Save Workbooks to Database
    1015     Manage Scheduled Workbooks
    1018     Unknown
    1024     Create Link
    So, the ID of privilege 'Save Workbooks to Database' is 1014. This privilege exists in table in spite of in Discoverer Administrator this option UNCHECK for user PUBLIC.
    This is a REAL BUG!!!
    Then I executed query
    delete from eul5_access_privs where ap_id = 3016
    and after that all became right.
    Now please explain me this bug. And I have question - which privileges have IDs 1013 and 1018?
    Thank you.

  • Install Disc 3i User Edition 3.3 on iAS 8i

    how to make installation User Edition 3.3 on the iAS (Enterprise Edition) while its have Viewer Edition in it that cannot be remove.
    or we can just install User Edition on it without removing the Viewer Editon?
    thanks on advance.

    I am upgrading to apex release 3.1.2. There is a patch, but I did not apply the patch yet since the install failed. Also, I've been searching & found a tutorial for installing APEX 2.2. It says that you need to install HTTP from the 10g companion cd prior to installing APEX. So, I'm guessing that I need to install HTTP first for 3.1.2. If that's true, then WHY doesn't the install instructions for 3.1 also say to install HTTP first? It is not clear! The 3.1 documentation only says you need to DECIDE which you're going to use: HTTP or embedded (which is in 11g). I thought that the install script would prompt me for my choice. So much for my interpretation skills.

  • User edition report got messed. Restore from DB Backup?

    Hi All,
    DBA new to discovere so excuse the ignorance.
    Yesterday tried manipulating a report in Discoverer User Edition
    There were 2 sheets, added one column in one of the sheet and saved the report. Surprisingly the other sheet 'Disappeared'.
    Don't know wat happened, but I have already restored the DB from the previous backup on a separate machine since the report was saved in DB.
    Now my question is:
    HOW to restore the report from the backup? I'm an absolute novice and don't have much time to go thru the manual, just for now
    TIA
    Naveen

    if you've restored apex to an auxiliary instance, then just log into apex on the auxiliary instance, and export the application (or application pages) that are missing.
    its probably safer to do the following:
    i) export your production apex appliation.
    ii) import it to your auxiliary instance(using a different application id)
    iii) copy the required pages from your auxiliary instance to your production instance copy
    iv) verify your production instance copy works as expected
    v) export your production instance copy from aux instance
    vi) import v to your production instance.
    I always export my apps and keep the exports under source control
    that way, I can always get something back.
    NB: The aux instance will need its own http server.

  • Two or more users editing the same script file in cq5, is it possible?

    In cq5 is possible two or more users editing the same jsp file? There is a lock system preventing simultaneous editing of the same file?
    Thanks,
    Gabriel

    you really should use eclipse and maven to work with multiple developers. something like [1] will be helpful
    [1] http://www.cqblueprints.com/xwiki/bin/view/Blue+Prints/The+CQ+Project+Maven+Archetype

  • Can't see business areas in Discoverer user edition

    I have setup a business area and folders in admin edition. But when I go to user edition I don't get the list in available business areas. The folders are set to 'visible to user'. What could be the reason.
    Thanks in advance.
    Alok

    Each user much have (security) access to the business area,
    and have the 'user edition' privledge.
    Both of these settings can be found in the Administration Edition
    under the Tools menu.
    While you're there, you can review the settings for the Query Governor
    as well.
    Regards,
    John Hagel

Maybe you are looking for