Keyword
Please note that official support for commercial extensions & templates is provided in the Subscriber Help Desk.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.

Dollar Sign in Captions [Solved]

  • tunnel312
  • tunnel312's Avatar Topic Author
  • Offline
  • New Member
More
13 years 11 months ago #38418 by tunnel312
Dollar Sign in Captions [Solved] was created by tunnel312
Not sure if anyone is still experiencing this problem, but I have discovered a fix that I have not seen listed on these forums.

In the file "/plugins/content/jw_sigpro/sigpro.engine.php" look for the following code around line 343:
$source_html = array("&","\"","'","<",">","\r","\t","\n");
$replacement_html = array("&amp;","&quot;","&#039;","&lt;","&gt;","","","");

and replace with this:
$source_html = array("$","&","\"","'","<",">","\r","\t","\n");
$replacement_html = array("$","&amp;","&quot;","&#039;","&lt;","&gt;","","","");

It worked like a charm for me.

Please Log in or Create an account to join the conversation.

More
13 years 11 months ago #38419 by JanetJSchell
Replied by JanetJSchell on topic Re: Dollar Sign in Captions [Solved]
I am very enjoyed for this side. Its a nice topic. It help me very much to solve some problems. Its opportunity are so fantastic and working style so speedy. I think it may be help all of you. Thanks.

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum