Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions
You are not logged in.
Pages: 1
Great script so far. I have a feature combination that would be useful for my implementation.Include the ability to embed html in FAQ module, need to add links to more through answers.
Include the ability to have a wildcard for FAQ questions, ie. /store/this-category/* would apply this q&a to all pages beneath /store/this-category.
Offline
Hi,
1. As for html, it's possible to generate links, images etc. We support bbcode, so you can try to play around.
2. As for second one, please fill github feature request.
2013/10/20 Jai Molloy <j...***.com>
Great script so far. I have a feature combination that would be useful for my implementation.
Include the ability to embed html in FAQ module, need to add links to more through answers.
Include the ability to have a wildcard for FAQ questions, ie. /store/this-category/* would apply this q&a to all pages beneath /store/this-category.
Offline
I will confess my ignorance of github, i have no idea how to submit a feature request. sorry/
thank you for such quick replies.
Offline
I changed to BBcode, but the link opens within the iframe of the FAQ, very close though.
Offline
Hi,
I see. I will fill feature request by myself.
2013/10/21 Jai Molloy <j...***.com>
Offline
thanks. sorry for stepping on your toes in regards to the modification to core file.
Offline
Actually you could avoid that just by overriding the class
Offline
Ok, now that the wildcard is working... another suggestion in regards to this module.
a delimiter to be able to use the same question anywhere (in addition to any previously stated locations)
ie. /store/this-category/*, /faq/*, /about
is that possible?
Offline
Hi,
Actually you can override classes also. So it was not necessary to modify kernel. I will write small doc regarding this.
2013/10/21 Jai Molloy <j...***.com>
ok, i have a work around for this link in iframe.
maybe this could be made an option for each module.
!!! this requires modifying a core file !!!
file name: lhbbcode.phpfile location: <script install location>/lib/core/lhbbcode/line to change: 161
original: return '<a href="'.$in.'">'.$matches[2].'</a>';modified: return '<a href="'.$in.'" target="_parent">'.$matches[2].'</a>';
now all links that are using bbcode will open in parent window. i am assuming it would be possible to modify the code to get extra parameters from the bbcode to specify parent/current iframe/new window.
On Sunday, October 20, 2013 11:10:25 PM UTC-4, Jai Molloy wrote:I changed to BBcode, but the link opens within the iframe of the FAQ, very close though.
On Sunday, October 20, 2013 8:21:12 AM UTC-4, Jai Molloy wrote:
Great script so far. I have a feature combination that would be useful for my implementation.
Include the ability to embed html in FAQ module, need to add links to more through answers.
Include the ability to have a wildcard for FAQ questions, ie. /store/this-category/* would apply this q&a to all pages beneath /store/this-category.
Offline
OK, thank you.
Offline
Separation by comma not possible And i really dowt i will ever implement it, it would be just to mutch overhead. Or i would have to have separate table for that to support n-1 url for single question.
2013/10/29 Jai Molloy <j...***.com>
Offline
OK, I understand
Offline
Pages: 1