Search found 144 matches

by RiverMonster
Fri Apr 15, 2022 5:14 am
Forum: Web-based Outputs
Topic: Should Sitemap include spaces in URLs?
Replies: 2
Views: 1400

Re: Should Sitemap include spaces in URLs?

Dave Lee wrote:I've not had a problem with it.
For a number of years I've submitted sitemap XML files to Google Search Console tools, and it indexes the topics fine and doesn't complain about spaces in the URLs.
Thanks for the reply Dave. That's comforting to know.

Adrian
by RiverMonster
Thu Apr 14, 2022 4:44 am
Forum: Web-based Outputs
Topic: Should Sitemap include spaces in URLs?
Replies: 2
Views: 1400

Should Sitemap include spaces in URLs?

Hi, I am using Flare to generate the Sitemap.xml file for our website. I notice that when my files or folder have spaces these spaces are retained in the sitemap file. E.g. <url> <loc>https://<our website>/Content/Employees/Employees Landing Page.htm</loc> </url> Is this correct behavior? I expected...
by RiverMonster
Fri Feb 18, 2022 9:34 am
Forum: Source Control
Topic: Commit window showing topics changed by other authors
Replies: 0
Views: 4196

Commit window showing topics changed by other authors

Hi, We have a project that is bound to Central (single bound model). Usually when a tech writer clicks "Commit All" he/she sees a list of the files that they have modified and have not been committed yet. However, the other day one tech writer clicked "Commit All" and the list of...
by RiverMonster
Thu Feb 17, 2022 6:39 am
Forum: Flare's General Discussion
Topic: Custom meta tags to a file
Replies: 3
Views: 1678

Re: Custom meta tags to a file

Hi Amy, I have a similar need. Did you ever figure out how to do it?

Thanks!
by RiverMonster
Mon Jan 03, 2022 11:32 am
Forum: Web-based Outputs
Topic: Output TOC collapses expanded nodes on topic click
Replies: 0
Views: 2218

Output TOC collapses expanded nodes on topic click

With our HTML5 output, suppose a user expands some TOC nodes in the left nav. When they then go on to click a topic the topic opens (as expected) but the TOC reloads with those previously opened nodes now collapsed. There are two reasons why this behavior can be irritating...i. As it happens in a fl...
by RiverMonster
Thu Sep 30, 2021 11:50 am
Forum: Flare's General Discussion
Topic: Micro-content in filtered HTML5 search results
Replies: 2
Views: 1684

Micro-content in filtered HTML5 search results

Should micro-content show up in the Search results regardless of the (concept) filter settings that have been applied for the search? That is what is happening. E.g. - My micro-content contains the word "test" and does not have any concepts applied to it. - In the Search box of the output ...
by RiverMonster
Tue Aug 17, 2021 1:17 pm
Forum: Styles, Stylesheets and XML
Topic: Bullet style with background image causes side nav issue
Replies: 1
Views: 1150

Re: Bullet style with background image causes side nav issue

It's ok I figured out a workaround:

li.tree-node, li.tree-node-leaf, li.tree-node-selected
{
background-image: none;
}

I found these classes using developer mode in Chrome. Was not able to see this exact info in Edge.
by RiverMonster
Tue Aug 17, 2021 12:20 pm
Forum: Styles, Stylesheets and XML
Topic: Bullet style with background image causes side nav issue
Replies: 1
Views: 1150

Bullet style with background image causes side nav issue

Hi, I'm setting custom bullets using the background-image property on a ul > li selector. When I do this any bulleted text looks fine with the bullets positioned as I want them. The problem is that these custom bullets are now showing up to the left of all entries in the HTML5 side nav menu ! Bullet...
by RiverMonster
Thu Aug 12, 2021 4:57 am
Forum: Central's General Discussion
Topic: Passing login credentials in a link
Replies: 2
Views: 2950

Passing login credentials in a link

Hello,

Does Madcap Central support SSO workflows? For end user access to a private project hosted in MadCap Central, is it possible to pass the username and password as part of the URL link?

Thanks

Adrian
by RiverMonster
Mon Aug 09, 2021 3:55 am
Forum: Flare's General Discussion
Topic: Import from Confluence not working for large spaces
Replies: 1
Views: 951

Import from Confluence not working for large spaces

Hi, We have a confluence wiki with about 40000 pages. We optimistically tried imported directly into Flare, but a) in Flare only about 50 of the wiki pages showed up in the import list and it was not possible to import any of them b) attempting the import put our wiki offline ("service unavaila...
by RiverMonster
Thu Aug 05, 2021 8:11 am
Forum: Source Control
Topic: Update Local Files button and workflow question
Replies: 2
Views: 2863

Re: Update Local Files button and workflow question

Regarding my second question, I have just seen that if you attempt to pull before committing then a msg will appear telling you that you must first commit.

I'm guessing that when you pull there is a check for conflicts with your local files and for this check to occur the files must be committed?
by RiverMonster
Wed Aug 04, 2021 5:45 am
Forum: Source Control
Topic: Update Local Files button and workflow question
Replies: 2
Views: 2863

Update Local Files button and workflow question

Hello, I have a few doubts regarding how source control works between Flare and Central... 1. Update latest local files button The MadCapCentral window (View > MadcapCentral) has a button with tooltip "Upload latest local files to MadCap Central". The Flare online help file implies that th...
by RiverMonster
Wed Jun 02, 2021 11:55 am
Forum: Central's General Discussion
Topic: Editing a user's first and last name
Replies: 0
Views: 2109

Editing a user's first and last name

How do you edit the first/last name of a user who is an SME or viewer? I thought it would be the same as editing a team name but it seems it is only possible for an author to edit his/her own name, but not anybody else's. I tried deleting and recreating the user but this does not work if the email a...
by RiverMonster
Tue Jun 01, 2021 4:34 am
Forum: Importing
Topic: Importing from Confluence
Replies: 0
Views: 2231

Importing from Confluence

Hello, Does anybody have any tips for importing Confluence spaces into Flare? We are seeing the following behaviours: 1. For large spaces, Flare hangs when trying to open the space for viewing (we don't get as far as actually selecting the folders/files that we want to import from that space) 2. For...
by RiverMonster
Fri Mar 05, 2021 4:58 am
Forum: Flare's General Discussion
Topic: Syntax highlighting for code snippets
Replies: 4
Views: 2162

Syntax highlighting for code snippets

Love the new feature for adding code snippets such that they are automatically syntax highlighted. However, I would like to be able to do this for HL7 code and there is no option in the dropdown Language list for this. So I was wondering if there is a way to either add a new language to the list bas...
by RiverMonster
Mon Mar 06, 2017 7:37 am
Forum: Tips and Tricks
Topic: Tip: Styling conditions in HTML5 help
Replies: 17
Views: 18964

Re: Tip: Styling conditions in HTML5 help

I found a way to extend this idea to "rough" PDFs....e.g if you want a single PDF with all text of a particular condition highlighted for your own information 1. Create an XHTML output and look for the largest htm output file - you will see this contains all the topics from the TOC. Let's ...
by RiverMonster
Fri Feb 03, 2017 5:59 am
Forum: Web-based Outputs
Topic: Images missing in preview and output
Replies: 11
Views: 6202

Re: Images missing in preview and output

Hi, I am having the same problem with one image - shows up in IE but not Chrome. Did you find a solution for this? Never mind, I found the problem! Although the image file has the extension PNG looking at the file in a text editor shows that it is in fact a JPG (JFIF). It seems IE does not support ...
by RiverMonster
Fri Feb 03, 2017 5:35 am
Forum: Web-based Outputs
Topic: Images missing in preview and output
Replies: 11
Views: 6202

Re: Images missing in preview and output

Hi,

I am having the same problem with one image - shows up in IE but not Chrome. Did you find a solution for this?

Thanks

Adrian
by RiverMonster
Thu Feb 02, 2017 7:26 am
Forum: Printed Documentation Targets
Topic: One chapter using Roman Numerals
Replies: 4
Views: 1921

Re: One chapter using Roman Numerals

I suggest you open the TOC file in a text editor and see if you can spot anything out of the ordinary.

BTW You say that you are using the same "master page". I suppose you meant to say page layout as master pages are not for PDF output.
by RiverMonster
Tue Jan 31, 2017 11:29 am
Forum: Printed Documentation Targets
Topic: Best way to get 1:1 image size in PDF output, no scaling?
Replies: 3
Views: 1584

Re: Best way to get 1:1 image size in PDF output, no scaling

If you open the image in Paint and look at the file properties, what Resolution does it show?
by RiverMonster
Tue Jan 31, 2017 10:30 am
Forum: Printed Documentation Targets
Topic: Allow image to extend outside frame?
Replies: 0
Views: 714

Allow image to extend outside frame?

Hi, I have an image that I would like to extend outside the page layout frame at the bottom a little (about 30px). I would rather avoid having to create another page layout just for this instance. The <img> element is inside a <p> element. Is there a way to do this using local styling in the topic? ...
by RiverMonster
Tue Jan 31, 2017 3:32 am
Forum: Importing
Topic: Importing Word Lists
Replies: 7
Views: 9155

Re: Importing Word Lists

Just wanted to give a massive thanks to Jeff (Chicago_HPT) for the Flare Import Prep macro. I have just converted 10 projects to Flare and your macro saved me a good few days' of extra work.

Jeff, you rock!

:D
by RiverMonster
Wed Nov 23, 2016 1:28 pm
Forum: Printed Documentation Targets
Topic: Background-color not working for print TOC entries
Replies: 8
Views: 5270

Re: Background-color not working for print TOC entries

Thanks for testing this Nita. MadCap have confirmed it is a bug.

Cheers

Adrian
by RiverMonster
Wed Nov 23, 2016 6:21 am
Forum: Printed Documentation Targets
Topic: Background-color not working for print TOC entries
Replies: 8
Views: 5270

Re: Background-color not working for print TOC entries

I tried creating a brand new project using the wizard. Same result so I have submitted a bug.

Thanks

Adrian