Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Problems adding jsConfig

edited August 2015 in Vanilla 2.0 - 2.8

I wrote this (although it was slightly OT) in a previous post.

Since then, I have spent all day trying to figure out why my jsConnect button, which appears after the text "Or you can..." - appears briefly, then is set to hidden. I can't see why. All the correct URLs appear in the relevant variables as I am opening the page.

But when the page displays, there is a change, here - the div is hidden, as display:none is added:
div style="display: none;" class="JsConnect-Connect"

The page is /entry/signin?Target=discussions
because I have set
$Configuration['Garden']['PrivateCommunity'] = true;
so that visitors who are not logged in cannot see the posts.

Any suggestions as to why this button is being hidden?

Sign In or Register to comment.