1. jameswadsworth
  2. Bug Report
  3. Monday, March 09 2020, 06:20 PM
Steps to recreate:
1) Install JSN on Joomla and configure the Social connect settings for the different social media platforms. Leave the default settings.
2) Go to the frontend and under the registration form there are the social medial login buttons (or any other pages where the social connection everywhere buttons have been inserted {socialconnect})
3) Go to the jsn social connection plugin and restrict the JS to different pages
4) Back in the frontend the social connect buttons on come out on the pages as configured in the menu
5) Go to the jsn social connection plugin and remove the restrictions. It is impossible to reset the setting so that the JS and the social connect buttons are visible on all pages
Accepted Answer
admin Accepted Answer
Admin
Hi,
ok I have understood, also we are been able to replicate this issue.

In file /plugins/jsn/socialconnect/socialconnect.php at line 24 replace this
$includeJsItemId = $this->params->get('includeJsItemId',array());
with this
$includeJsItemId = array_filter($this->params->get('includeJsItemId',array()));


We will apply same patch in next release :D
  1. more than a month ago
  2. Bug Report
  3. # Permalink
admin Accepted Answer
Admin
Hi,
sorry for late reply,

Have you tried to choose "None" from the options?
  1. more than a month ago
  2. Bug Report
  3. # 1
jameswadsworth Accepted Answer
Content Protected
  1. more than a month ago
  2. Bug Report
  3. # 2
jameswadsworth Accepted Answer
Content Protected
  1. more than a month ago
  2. Bug Report
  3. # 3
jameswadsworth Accepted Answer
We can confirm that when sent it "none" the social buttons show on all pages.

Instead of none, it would be more logical and clearer to call the option 'all'.
  1. more than a month ago
  2. Bug Report
  3. # 4
admin Accepted Answer
Admin
Instead of none, it would be more logical and clearer to call the option 'all'.
I agree with you, in the next release we will change this string.
  1. more than a month ago
  2. Bug Report
  3. # 5
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.