Search found 29 matches

by aharper12
Wed Jan 20, 2021 10:58 am
Forum: Flare's General Discussion
Topic: Using Active Directory with control conditional coding
Replies: 0
Views: 773

Using Active Directory with control conditional coding

Has anyone used Active Directory (AD) to show/hide conditional coding? E.g. our company is using active directory to login to our help centre (hosted in Azure cloud). If we create conditional coding for content (Show if audience A, Hide if audience B), can we use AD to show/hide that content (someho...
by aharper12
Mon Dec 07, 2020 7:21 am
Forum: Single-Sourcing
Topic: Publishing to Sharepoint (Office 365)
Replies: 3
Views: 2923

Re: Publishing to Sharepoint (Office 365)

Thanks Brian. We don't have an IT resource at the moment, but I'll keep this on hand for when we can check this out.

Adriana
by aharper12
Wed Oct 14, 2020 1:59 pm
Forum: Styles, Stylesheets and XML
Topic: div.backlink-container ?
Replies: 1
Views: 776

Re: div.backlink-container ?

Haha! Never mind - it is not in the code at all. It is found in the 'Advanced' options of the target, when publishing - a tickbox for 'Powered by Madcap'.

Adriana
by aharper12
Wed Oct 14, 2020 1:21 pm
Forum: Styles, Stylesheets and XML
Topic: div.backlink-container ?
Replies: 1
Views: 776

div.backlink-container ?

Hi everyone, I noticed today that our site seems to have a 'powered by Madcap Software' text piece on it now, in our footer. It looks like it is in the div class 'backlink-container' - but I can't find that in our stylesheets anywhere. Can anyone help me figure out where this is and how I can remove...
by aharper12
Tue Oct 13, 2020 1:51 pm
Forum: Single-Sourcing
Topic: Publishing to Sharepoint (Office 365)
Replies: 3
Views: 2923

Publishing to Sharepoint (Office 365)

Has anyone out there done any work with the Sharepoint connector and authoring in Flare/publishing to Sharepoint? I'd like to explore the process and get a better understanding of how much work it takes for integration, how well it works, does it require a Sharepoint developer to set up the back-end...
by aharper12
Wed Oct 07, 2020 11:56 am
Forum: Single-Sourcing
Topic: Publishing to ServiceNow
Replies: 0
Views: 1314

Publishing to ServiceNow

Has anyone out there done any work with the ServiceNow connector and authoring in Flare/publishing to ServiceNow? I'd like to explore the plugin and get a better understand of how much work it takes for integration, how well it works, does it require a ServiceNow developer to set up the back-end, is...
by aharper12
Fri Jun 19, 2020 6:32 am
Forum: Styles, Stylesheets and XML
Topic: Cannot find div nth child?!
Replies: 3
Views: 1575

Re: Cannot find div nth child?!

This is INSANELY helpful! Thank you so much.

Adriana
by aharper12
Thu Jun 18, 2020 1:03 pm
Forum: Styles, Stylesheets and XML
Topic: Cannot find div nth child?!
Replies: 3
Views: 1575

Cannot find div nth child?!

Hi everyone, I'm trying to update a left-border color (see attached screenshot). css_1.png I have looked in my stylesheet, in the div properties, and I can't find the item ANYWWHERE. Does anyone: a) know where I might find that item, to update the color? b) know if there is a way to do a search thro...
by aharper12
Fri Apr 24, 2020 10:01 am
Forum: Web-based Outputs
Topic: Widget for showing help in an application
Replies: 0
Views: 781

Widget for showing help in an application

Hi everyone, We are outputting our help centres to HTML5, hosted in Azure. Question for all of you out there with online help centres that relate to software applications - do any of you have any recommendations/experiences using 3rd party plugins as a widget in the software that a user can type in ...
by aharper12
Fri Apr 24, 2020 9:57 am
Forum: Web-based Outputs
Topic: Capturing votes, feedback, and search results in HTML5 outpu
Replies: 3
Views: 1690

Capturing votes, feedback, and search results in HTML5 outpu

Hi everyone, We are outputting HTML5 help centres, hosted in Azure. Question - what is anyone/everyone else doing to capture user voting, feedback on topics/articles, and search results with and without results? We have Pulse but we are finding that it is very inconsistent, only offers star ratings ...
by aharper12
Tue Apr 07, 2020 6:55 am
Forum: Styles, Stylesheets and XML
Topic: Formatting micro-content search results
Replies: 7
Views: 2810

Re: Formatting micro-content search results

Unfortunately no :( We haven't had much luck so far.
by aharper12
Thu Mar 12, 2020 6:26 am
Forum: Flare's General Discussion
Topic: Ratings on articles from annonymous readers
Replies: 4
Views: 3620

Re: Ratings on articles from annonymous readers

Wow, thank you this is a great idea that we will try out!

Re. Pulse - Madcap is actually sunsetting their support for it. I would suggest investigating Central instead of Pulse (which they are ramping up as a tool for analytics instead of Pulse).

Adriana
by aharper12
Fri Jan 24, 2020 8:02 am
Forum: Flare's General Discussion
Topic: Ratings on articles from annonymous readers
Replies: 4
Views: 3620

Ratings on articles from annonymous readers

Hi there! Is anyone using any sort of start rating system on their help centre output (HTML) to collect annonymous user feedback? We have a help centre output and we'd like to allow our users (all annonymous; no login required to read our content) to rate articles (based on a 5-star system) as to ho...
by aharper12
Wed Jan 15, 2020 12:16 pm
Forum: MadCap Pulse Server
Topic: Pulse Reports?
Replies: 0
Views: 8830

Pulse Reports?

Hello! We are using the Pulse server to review how users are interacting with our help, specifically as it relates to search phrases and voting on our articles. I found a report to look at what users are entering for search phrases, but I can't for the life of me figure out where to see how users ar...
by aharper12
Tue Jan 14, 2020 6:47 am
Forum: Flare's General Discussion
Topic: Using Heap, Google Analytics, and Trialfire in HTML5 output
Replies: 7
Views: 2881

Re: Using Heap, Google Analytics, and Trialfire in HTML5 out

Thanks Dave. We actually found another work-around, late last night - a script that looks like this is working as well: <script> var s = document.createElement('script'); s.src = 'https://cdn.trialfire.com/tf.js'; s.onload = function () { Trialfire.init('TRIALFIRECODE'); }; document.head.appendChild...
by aharper12
Mon Jan 13, 2020 7:06 am
Forum: Flare's General Discussion
Topic: Using Heap, Google Analytics, and Trialfire in HTML5 output
Replies: 7
Views: 2881

Re: Using Heap, Google Analytics, and Trialfire in HTML5 out

For what it's worth, here is a screenshot of what is happening when the website is rendering... The tf.js script is included but the Traiflire.init is above it and wrapped in a CDATA. Any thoughts or suggestions are welcome!
Trialfire_render.jpg
Adriana
by aharper12
Sat Jan 11, 2020 6:17 am
Forum: Flare's General Discussion
Topic: Using Heap, Google Analytics, and Trialfire in HTML5 output
Replies: 7
Views: 2881

Re: Using Heap, Google Analytics, and Trialfire in HTML5 out

Ah! Ok, thank you. I made those changes and both Heap and Google and now working. Awesome! Thanks so much! The only one left we have to figure out is our TrialFire script: <script src="https://cdn.trialfire.com/tf.js"></script> <script>Trialfire.init('TRIALFIRECODE');</script>. Although it...
by aharper12
Fri Jan 10, 2020 6:55 am
Forum: Flare's General Discussion
Topic: Using Heap, Google Analytics, and Trialfire in HTML5 output
Replies: 7
Views: 2881

Re: Using Heap, Google Analytics, and Trialfire in HTML5 out

Thank you! Do we put the same code in both our scripts.js file and the master pages (for the Google analytics code): So I now have this in my scripts.js file: // Google Analytics <!-- Global site tag(gtag.js) - Google Analytics --> <script async src = "https://www.googletagmanager.com/gtag/js?i...
by aharper12
Thu Jan 09, 2020 3:00 pm
Forum: Flare's General Discussion
Topic: Using Heap, Google Analytics, and Trialfire in HTML5 output
Replies: 7
Views: 2881

Using Heap, Google Analytics, and Trialfire in HTML5 output

Hello! We have an HTML5 output, for an EN and a FR project. We want to be able to collect analytics, using Google Analytics, Trialfire, and Heap. However, we are having trouble getting the code(s) in all the right places. Right now, we have Google analytics code in our masterpages (we have 3 differe...
by aharper12
Thu Jan 09, 2020 12:45 pm
Forum: Web-based Outputs
Topic: Description on homepage disappears at a certain size?
Replies: 2
Views: 988

Re: Description on homepage disappears at a certain size?

Thank you! It looks like we were using different classes on our home pages, and we've managed to fix the problem.

-A
by aharper12
Fri Jan 03, 2020 2:52 pm
Forum: Web-based Outputs
Topic: Description on homepage disappears at a certain size?
Replies: 2
Views: 988

Description on homepage disappears at a certain size?

Our team is outputting to an HTML5 output. Our skin is set to be responsive. But what we are finding is that if we re-size the window manually, the descriptions on our home page disappear after a certain size. Seems fine up to 775 * 517 There.jpg Description text disappears 764 * 518 NotThere.jpg Wh...
by aharper12
Mon Dec 16, 2019 9:32 am
Forum: Web-based Outputs
Topic: Chrome output downloading to computer
Replies: 0
Views: 642

Chrome output downloading to computer

Good morning! We are outputting our HTML5 to an Azure server for our online, web-help output. It was working fine last week, but as of this morning, Chrome is 'downloading' all our html files to our desktop when we click them. IE is fine. Does anyone know why Chrome might be doing this? TIA!
by aharper12
Tue Dec 10, 2019 3:30 pm
Forum: MadCap Pulse Server
Topic: Filter/exclude by IP address?
Replies: 0
Views: 6196

Filter/exclude by IP address?

Hello! Brand new Pulse user... wondering if I can filter out report results/views by IP address, so that the reports don't show all the internal employees who are doing searches, accessing the site etc.? TIA!
by aharper12
Fri Nov 22, 2019 6:58 am
Forum: Web-based Outputs
Topic: Turn off word highlighting in search
Replies: 3
Views: 1399

Re: Turn off word highlighting in search

Yes! Thank you Jeff, that helps. Do you know if there is a way to change HOW Flare chooses words to highlight.... For example, I would think it should be possible to highlight only partial words when the search terms has more than X characters... ? Also - do you know how we can remove the icon from ...
by aharper12
Wed Nov 20, 2019 7:54 am
Forum: Web-based Outputs
Topic: Turn off word highlighting in search
Replies: 3
Views: 1399

Turn off word highlighting in search

Hi everyone, We are using HTML5 outputs in Flare, and one of our stakeholders does not like that when you search, Flare 'highlights' the word(s) you search for and opens any accordion sections in corresponding articles to show that searched-for term. Is there a way to turn either of these features o...