- Jan 1, 1970
- 37
- 4
- 0
hi i have a problem with the flow theme and reward plugin.
Sometimes, when i change text in a php file from reward plugin, nothing changes in browser.
As example in
/httpdocs/plugins/rewards/site/rewards.php
i changed this
to this:
Nothing happens.
Affiliate link appears only one time
Please take a look at the live version
http://goo.gl/l1rExA
Sometimes, when i change text in a php file from reward plugin, nothing changes in browser.
As example in
/httpdocs/plugins/rewards/site/rewards.php
i changed this
Code:
$additionalTextStr = '
Once you\'ve completed your registration you\'ll find your affiliate id in the \'rewards\' section of your account. Begin by uploading and sharing your files or by linking from your existing site using your affiliate id like this:
<ul>
<li><a href="[[[WEB_ROOT]]]/?aff=[AFFILIATE_ID]">[[[WEB_ROOT]]]/?aff=[AFFILIATE_ID]</a></li>
</ul>';
Code:
$additionalTextStr = '
Once you\'ve completed your registration you\'ll find your affiliate id in the \'rewards\' section of your account. Begin by uploading and sharing your files or by linking from your existing site using your affiliate id like this:
<ul>
<li><a href="[[[WEB_ROOT]]]/?aff=[AFFILIATE_ID]">[[[WEB_ROOT]]]/?aff=[AFFILIATE_ID]</a></li>
<li><a href="[[[WEB_ROOT]]]/?aff=[AFFILIATE_ID]">[[[WEB_ROOT]]]/?aff=[AFFILIATE_ID]</a></li>
</ul>';
Affiliate link appears only one time
Please take a look at the live version
http://goo.gl/l1rExA