Skip to main content
lauraj19373940
Participating Frequently
July 21, 2015
Question

Multi-User Environment And Style Sheets

  • July 21, 2015
  • 2 replies
  • 1155 views

I'm doing some prototyping with WebHelp in RoboHelp 11, but documentation on certain features seems to be a bit scarce (as far as I can find), and I have a few questions.

First and most important is Multi-User environment. I understand RoboHelp supports this feature, but I can’t seem to find much information about it, especially in regards to WebHelp. The ideal scenario would be to have the files on a shared drive, and have multiple users access it whenever needed. Is this at all possible? If yes, what would I need to do to set it up? If no, is there another alternative (preferably one that doesn’t involve SQL servers)?


Secondly, I have a minor problem with a style sheet. Once imported into RoboHelp, certain styles are categorized in the “Other” section, and do not appear in the “Styles and Formatting” pod at all. I can still call these styles in the HTML code, though their formatting is strange, and not what it should be.


Any help would be greatly appreciated.

This topic has been closed for replies.

2 replies

lauraj19373940
Participating Frequently
July 22, 2015

In regards to my CSS problem, the styles that aren't being listed are Unordered lists (ul). RoboHelp says it should be listed under HTML lists, but it doesn't show up in the editor at all.

Peter Grainge
Community Expert
Community Expert
July 23, 2015

There is a dropdown for some styles and the Styles pod that shows all styles. Where are you looking for the unordered list style?


See www.grainge.org for RoboHelp and Authoring tips

@petergrainge

Use the menu (bottom right) to mark the Best Answer or Highlight particularly useful replies. Found the answer elsewhere? Share it here.
Community Expert
July 24, 2015

I'm looking In that style pod you mentioned, and it does not appear. In the CSS editor in RoboHelp, these styles are categorized in the "Other" section, and do not appear anywhere else. They can be referenced through the HTML code, and but the formatting isn't what it should be.


I think I can clarify the Other section for you. For specific help on the display issues you have, we might need some more information about the specific CSS. See if the below helps you sort out the issues first.

The Other section defines styles that generally shouldn't be selected independently - basically set and forget, with one exception that I can think of off the top of my head.

Other > Background + Text (BODY) defines the style for the body tag. This is applied to all other tags unless you specifcally set something else. For example, if you set a font of Arial here, your font will default to Arial for everything, unless you specifically customise an element (for example, change Normal, the equivalent of the p tag, to Calibri).

Other > Lists defines the basic style for ol and ul tags. You apply ol and ul by clicking the appropriate button on the toolbar (ol = numbers, ul = bullets). If you then want to customise specific lists, that is where the Lists section higher in the dialog box comes in - it defines classes you can apply to individual list items - for example, maybe you want extra space before the first bullet in a list: define it here, then manually apply to only the first item in your bulleted lists.

Other > table.xxxxx are the styles you define for first row, first column, etc when you create a table style. You only choose the overall table style and Robohelp automatically applies each row/column style for you. So you don't want to select these individually. The Tables section higher in the dialog box allows you to define the table styles, including specific styles for first row/column, etc.

The Other section will also show any classes you've created that aren't specifically tied to one html tag. I think you would have had to manually add these to the stylesheet in a text editor. These styles aren't 'set and forget', but don't fit in to the other categories in the Styles dialog box.

Captiv8r
Legend
July 21, 2015

Hi there

I think you may be a tad confused with terminology as well as function. Apologies in advance if you feel I'm speaking down to you, but I'm making a bit of an assumption here based on what I perceive your understanding to be.

You seem to be confusing source with output. You use RoboHelp to create and edit source documents. You then tell RoboHelp to generate output files that all users can access. Only folks making changes to the documents need RoboHelp. For others, your users, all they need is a browser.

There is nothing special about the output files. No SQL server is needed. You simply copy the output files (and folders) to the location where you want folks to access them from and away they go.

Hopefully that helps clarify things a bit.

Cheers... Rick

lauraj19373940
Participating Frequently
July 21, 2015

Entry-level explanations are what I need, so no need to apologize.

The files I need to put on the shared drive are the source files, not the output files. Essentially, I need to know if RoboHelp has the ability to Lock files in the event that there are multiple users editing the same project. So if one user starts editing source files, then a second user accesses those same files while the first user is still editing, is there I way to lock one of them out from making changes?

Captiv8r
Legend
July 21, 2015

If you plan on having multiple folks making edits, you need to investigate using a source control system. RoboHelp ships with one, but you have to specifically install it and configure it. It's called RoboSource Control. But many places already have a source control system configured. You might ask your developers if they do. If so, it may be simpler to just have RoboHelp piggyback on their source control system.

Cheers... Rick