I understand that "disabling question links to node" works in some way as the link does not redirect to the FAQ node but to the same page instead.
But is there a reason to redirect to the same page? Why not outputing some span markup instead for example along with an id, so it can be reached by clicking on the question?
Comments
Comment #1
Steven Brown commentedThe reason that you still get a link is so that someone knows that they can click on it and when they do; Depending on how FAQ is configured something will happen. A lot of the time it will expand the answer below the question when you click the question Or it can take you to the node Or it can be a jump menu and take you further down the page.
However all of these different configurations need to have the question as a link especially the hide/show the answer with javascript or else you would think it's just a list of questions w/o answers.
Comment #2
Steven Brown commentedComment #3
mrfelton commentedWhat about the checkbox that says:
Well I haven't selected "Clicking on question opens the answer in a new page" and yet they are still displayed as links. Links that go nowhere and do nothing. Surely that checkbox is supposed to do what it says and disable the links - which it does not do.
Comment #4
Steven Brown commentedThank you for the update. I will check into that asap
Comment #5
Steven Brown commentedI believe this sums up all the issues that I see with the configuration issues. Please review and see if your Scenario isn't stated. If it is not please tell me the Scenario so I can test that and also have it on the list of todos.
Comment #6
Steven Brown commentedYou might also want to check out the following issue. This should also help on the confusion of what you can and can't do per Question display. #1344300: Revamp the FAQ Configuration Page
Comment #7
mrfelton commentedGood job. My scenario is described exactly in #1b, and your proposed solution is what I would expect should happen in that case.
Comment #8
TimelessDomain commented"disable question links to node" should output plain text & should also still be operable when using expanding questions (javascript link not plain text). it is still not working as of today
Comment #9
Steven Brown commentedI apologies for the lack of attention this issue has gotten. The company I work for put me on a huge project shortly after so I've been pretty busy. I will make a patch eventually. If someone else can that would be helpful too. Sorry for the delay.
Comment #10
stella commentedScenarios 1b and 2b fixed in D6 and D7 dev versions. Scenarios 3a and 3b are needed so the users know to click on the links to hide/show the answer underneath and so not to break the javascript. There's probably a way around it, if anyone is willing to work on a patch.