Search found 132 matches

by tomjohnson1492
Thu Nov 20, 2014 11:10 am
Forum: Other Issues
Topic: Republishing webhelp with feedback
Replies: 3
Views: 2640

Re: Republishing webhelp with feedback

Thanks. I did try that, but I think I ran into issues with the TOC not updating. I will check again. Either way, having to manually exclude the install directory complicates any automated build processes.
by tomjohnson1492
Thu Nov 20, 2014 11:09 am
Forum: Other Issues
Topic: jquery tabs are choking
Replies: 15
Views: 10128

jquery tabs are choking

I integrated a couple of jquery tab plugins into oxygenxml, and they seem to work fine in Firefox. But in Chrome, when I click a few of the tabs, the tabs freeze while half loading and I'm not sure why. Here's the demo: http://idratherbewriting.com/ditaqrg/#tabs_demo.html Try it in Firefox first. It...
by tomjohnson1492
Wed Nov 19, 2014 8:53 am
Forum: Other Issues
Topic: Republishing webhelp with feedback
Replies: 3
Views: 2640

Republishing webhelp with feedback

When I generate a new webhelp with feedback version, the output includes the install directory with a new copy of config.php. When I upload it to my web server, I have to re-enter the configuration and then remove the install file. This is very cumbersome to do on a regular basis (e.g., 5 updates a ...
by tomjohnson1492
Tue Nov 18, 2014 8:13 pm
Forum: Other Issues
Topic: ant build script taking forever to convert HTML to DITA
Replies: 7
Views: 4165

Re: ant build script taking forever to convert HTML to DITA

Actually, there is a catalog.xml file in the directory I referenced. Here's the contents: <?xml version="1.0" encoding="UTF-8"?> <!-- This file is part of the DITA Open Toolkit project hosted on Sourceforge.net. See the accompanying license.txt file for applicable licenses.--> <!...
by tomjohnson1492
Tue Nov 18, 2014 6:09 pm
Forum: Other Issues
Topic: ant build script taking forever to convert HTML to DITA
Replies: 7
Views: 4165

Re: ant build script taking forever to convert HTML to DITA

Thanks. I'll experiment with that. I did find that using the Multimarkdown converter instead of Pandoc also fixes the problem.
by tomjohnson1492
Mon Nov 17, 2014 8:37 pm
Forum: Other Issues
Topic: ant build script taking forever to convert HTML to DITA
Replies: 7
Views: 4165

ant build script taking forever to convert HTML to DITA

I'm having trouble getting the ant script from OxygenXML to convert HTML to DITA in a timely fashion. Can you see what's happening? Here are the steps to reproduce: 1. Download this zip file: http://idratherbewriting.com/wp-content/uploads/2014/11/ant.zip 2. Put the html file into this directory: [O...
by tomjohnson1492
Thu Nov 06, 2014 6:06 pm
Forum: Other Issues
Topic: Dynamically hide content in body and TOC
Replies: 8
Views: 5934

Re: Dynamically hide content in body and TOC

Sorry, I meant to type platform there instead of product. I want to use platform instead of outputclass because I'm not sure if I'll always use this consolidated output method. Sure you can't just share how to do it?
by tomjohnson1492
Mon Nov 03, 2014 5:29 pm
Forum: Other Issues
Topic: Dynamically hide content in body and TOC
Replies: 8
Views: 5934

Re: Dynamically hide content in body and TOC

If I could trouble you for one more bit of info (and this is a nice-to-have more than an absolute need): In the ditamap (that becomes the TOC in the webhelp output), if I add something like this: <topicref href="sample.dita" product="acme"/> The product attribute doesn't get incl...
by tomjohnson1492
Mon Nov 03, 2014 5:13 pm
Forum: Other Issues
Topic: Dynamically hide content in body and TOC
Replies: 8
Views: 5934

Re: Dynamically hide content in body and TOC

Awesome!!! Thank you so much. That simple adjustment makes the code work perfectly. I really appreciate it!

Tom
by tomjohnson1492
Mon Nov 03, 2014 10:48 am
Forum: Other Issues
Topic: Dynamically hide content in body and TOC
Replies: 8
Views: 5934

Re: Dynamically hide content in body and TOC

This script looks similar to what I'm trying to do: https://github.com/jeremygriffith/Dynamic-Conditional-Display-in-HTML . Maybe I'd have better luck using it? Or would I run into the same problems? Can you give detailed instructions on how to implement either this or some other technique that woul...
by tomjohnson1492
Mon Nov 03, 2014 9:49 am
Forum: Other Issues
Topic: Dynamically hide content in body and TOC
Replies: 8
Views: 5934

Dynamically hide content in body and TOC

This issue is kind of a continuation of the one here: http://www.oxygenxml.com/forum/topic10918.html . Check out this sample page: http://idratherbewriting.com/ditaqrg/#jquery_content_selector.html . If you select a programming language from the language selector, the content in the main body filter...
by tomjohnson1492
Tue Sep 30, 2014 2:17 am
Forum: Other Issues
Topic: How to incorporate Disqus?
Replies: 3
Views: 2143

Re: How to incorporate Disqus?

Thanks. I did try incorporating the code into the footer file using the technique you mentioned. However, the disqus commenting form gets hidden. I can try it again, but I don't think it really integrates well.
by tomjohnson1492
Fri Sep 26, 2014 8:11 pm
Forum: Other Issues
Topic: How to incorporate Disqus?
Replies: 3
Views: 2143

How to incorporate Disqus?

Is it possible to incorporate Disqus into OxygenXML's output? This is a comment form system that allows users to log in using their social media profile.

I tried incorporating it in the footer, but the frames nature of OxygenXML's webhelp made it so Disqus didn't display.
by tomjohnson1492
Tue Sep 23, 2014 9:02 am
Forum: Other Issues
Topic: Add drop-down selector in header?
Replies: 2
Views: 1833

Re: Add drop-down selector in header?

sweet. i think that works. thanks!
by tomjohnson1492
Fri Sep 19, 2014 1:12 am
Forum: Other Issues
Topic: Add drop-down selector in header?
Replies: 2
Views: 1833

Add drop-down selector in header?

I'd like to add a drop-down selector in the header.xhtml file that looks like this: <form> <select name="URL" onchange="window.location.href=this.form.URL.options[this.form.URL.selectedIndex].value"> <option value="">Choose a site</option> <option value="http://exa...
by tomjohnson1492
Thu Sep 18, 2014 9:58 am
Forum: Other Issues
Topic: Integrate jquery
Replies: 30
Views: 17277

Re: Integrate jquery

Yes, I understand that output class converts to class on rendering to html. I put together a demo of the content selector here: http://idratherbewriting.com/ditaqrg/#demo_content_selector.html That section also details the script and classes I'm using. A few items in the TOC (in that same content se...
by tomjohnson1492
Thu Sep 18, 2014 1:23 am
Forum: Other Issues
Topic: Integrate jquery
Replies: 30
Views: 17277

Re: Integrate jquery

I am thinking of throwing in the towel on this one. Can you solve it? There doesn't seem to be a way to hide topics from both the main content window and the TOC.
by tomjohnson1492
Thu Sep 18, 2014 1:23 am
Forum: Other Issues
Topic: instructions for adding html4publishers plugin?
Replies: 7
Views: 3541

Re: instructions for adding html4publishers plugin?

I'm on a Mac, so there isn't a Run as Administrator option.

The error says F [ANT] Transformation failed. There aren't any more log files to send.

Can you try integrating the HTML5 plugin and see if you can get it to work?
by tomjohnson1492
Wed Sep 17, 2014 7:27 pm
Forum: Other Issues
Topic: instructions for adding html4publishers plugin?
Replies: 7
Views: 3541

Re: instructions for adding html4publishers plugin?

Thanks, that clarifies things a lot and now I think I'm doing all the installation steps correctly. However, when I try to run the DITA OT Integrator, it fails.

See this screenshot: http://www.screencast.com/t/bH3F3jVeYq

Do you know why the OT Integrator might be failing?
by tomjohnson1492
Wed Sep 17, 2014 9:38 am
Forum: Other Issues
Topic: Make left pane fixed
Replies: 7
Views: 3540

Re: Make left pane fixed

This issue is erratic and hard to reproduce, but I'll try my best to capture it on video. I use normal browsers -- latest version of Chrome, FF, and Safari. The collapsed state only happens when I open a link from within a Salesforce Community and the link opens in a new window. I also have some sty...
by tomjohnson1492
Wed Sep 17, 2014 9:33 am
Forum: Other Issues
Topic: instructions for adding html4publishers plugin?
Replies: 7
Views: 3541

Re: instructions for adding html4publishers plugin?

Thanks. But I actually did mean the OXYGEN_INSTALL_DIR/frameworks/dita/DITA-OT/plugins[/b] folder when I referred to the plugins folder in my initial post.. I'm just confused about the whole file architecture of the dita4publishers folder. When I download the latest release candidate and unzip it, a...
by tomjohnson1492
Wed Sep 17, 2014 3:44 am
Forum: Other Issues
Topic: instructions for adding html4publishers plugin?
Replies: 7
Views: 3541

instructions for adding html4publishers plugin?

Can you provide current instructions for installing the html4publishers plugin into Oxygen? I found a set of detailed steps here, http://straygoat-technicalauthor.co.uk/install-dita-html5-plug-oxygen-xml-editor/ , but they didn't quite work. When I ran the transformation, it said failed. I'm not sur...
by tomjohnson1492
Wed Sep 17, 2014 2:54 am
Forum: Other Issues
Topic: Make left pane fixed
Replies: 7
Views: 3540

Re: Make left pane fixed

Thanks, but while commenting out these lines does disable the splitter, it also makes the main content window blank. Any other ideas?
by tomjohnson1492
Wed Sep 17, 2014 2:50 am
Forum: Other Issues
Topic: Integrate jquery
Replies: 30
Views: 17277

Re: Integrate jquery

Adding the script in toc.js, as well as adding outputclass attributes on the TOC items, doesn't seem to work. The TOC items don't get hidden when they should. I have tried quite a few things without success. Here's what I need to happen. 1. I need this script to appear on the page: `<script> functio...
by tomjohnson1492
Tue Sep 16, 2014 4:03 pm
Forum: Other Issues
Topic: Make left pane fixed
Replies: 7
Views: 3540

Re: Make left pane fixed

Yes, the left pane with the TOC and search. Sometimes it is collapsed by default and I have to drag the vertical slider over to the right to make the TOC visible. The vertical splitter allows users to change the width of the left pane. I would like to disable the vertical splitter and always make th...
by tomjohnson1492
Tue Sep 16, 2014 10:32 am
Forum: Other Issues
Topic: Make left pane fixed
Replies: 7
Views: 3540

Make left pane fixed

I'm having an issue with the left pane. I've noticed that sometimes the left pane (where the TOC resides) launches in a collapsed state. I don't really see much value in users being able to slide that left pane around. Is there any way I can disable the sliding mechanism, or make it fixed at a certa...
by tomjohnson1492
Fri Sep 12, 2014 10:08 am
Forum: Other Issues
Topic: Integrate jquery
Replies: 30
Views: 17277

Re: Integrate jquery

I tried adding my script to toc.js, but it doesn't work. That's okay b/c I actually play to use index_frames.html instead anyway (due to a salesforce integration). Check out the jquery scripts in action here: http://idratherbewriting.com/ditaqrg . Look in the demos folder. The content selector one i...
by tomjohnson1492
Fri Sep 12, 2014 12:12 am
Forum: Other Issues
Topic: Integrate jquery
Replies: 30
Views: 17277

Re: Integrate jquery

Are there any downsides to simply putting my js scripts into the webhelp_topic.js file, and my global css into the webhelp_topic.css file? Is seems to simply work that way and is easy.
by tomjohnson1492
Mon Sep 08, 2014 10:27 pm
Forum: Other Issues
Topic: Integrate jquery
Replies: 30
Views: 17277

Re: Integrate jquery

Great -- that would be an awesome update. I am pretty excited at how easy it is to integrate jquery functionality into the webhelp.
by tomjohnson1492
Mon Sep 08, 2014 10:37 am
Forum: Other Issues
Topic: Integrate jquery
Replies: 30
Views: 17277

Re: Integrate jquery

Thanks, I was able to get this to work. I put this in a header.xhtml file that I included in the args.hdf parameter: ` <select id="selector"> <option value="blue">Blue</option> <option value="green">Green</option> <option value="red">Red</option> </select> ` T...