Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions

You are not logged in.

Announcement

#1 2013-10-20 14:21:12

Jai Molloy
Member
Registered: 2013-10-20
Posts: 10

Feature request

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.

https://groups.google.com/forum/#!topic … pIX5-W_fUg

Offline

#2 2013-10-20 16:22:53

Remigijus Kiminas
Administrator
From: Lithuania
Registered: 2012-09-23
Posts: 3,661
Website

Re: Feature request

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

#3 2013-10-21 04:02:33

Jai Molloy
Member
Registered: 2013-10-20
Posts: 10

Re: Feature request

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

#4 2013-10-21 05:10:25

Jai Molloy
Member
Registered: 2013-10-20
Posts: 10

Re: Feature request

I changed to BBcode, but the link opens within the iframe of the FAQ, very close though.

Offline

#5 2013-10-21 06:47:51

Remigijus Kiminas
Administrator
From: Lithuania
Registered: 2012-09-23
Posts: 3,661
Website

Re: Feature request

Hi,

I see. I will fill feature request by myself.

2013/10/21 Jai Molloy <j...***.com>

Offline

#6 2013-10-21 06:56:30

Jai Molloy
Member
Registered: 2013-10-20
Posts: 10

Re: Feature request

thanks. sorry for stepping on your toes in regards to the modification to core file.

Offline

#7 2013-10-22 07:27:50

Remigijus Kiminas
Administrator
From: Lithuania
Registered: 2012-09-23
Posts: 3,661
Website

Re: Feature request

Actually you could avoid that just by overriding the class smile

Offline

#8 2013-10-29 03:16:09

Jai Molloy
Member
Registered: 2013-10-20
Posts: 10

Re: Feature request

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

#9 2013-10-29 06:53:42

Remigijus Kiminas
Administrator
From: Lithuania
Registered: 2012-09-23
Posts: 3,661
Website

Re: Feature request

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

#10 2013-10-29 06:54:50

Jai Molloy
Member
Registered: 2013-10-20
Posts: 10

Re: Feature request

OK, thank you.

Offline

#11 2013-10-29 07:05:54

Remigijus Kiminas
Administrator
From: Lithuania
Registered: 2012-09-23
Posts: 3,661
Website

Re: Feature request

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

#12 2013-10-29 07:07:08

Jai Molloy
Member
Registered: 2013-10-20
Posts: 10

Re: Feature request

OK, I understand

Offline

Board footer