solved OneAll SignUp - removal

PatriaCo
PatriaCo
@the-patria-company
8 years ago
349 posts
Where can I find the signup page code in order to remove the OneAll social signup option. I want to keep the OneAll social connection option (for auto-posting to twitter), but the signup script is not pulling in the email accounts so no one is receiving our news letter. I just want to comment out the signup via twitter option on the signup page.

Thanks :)


--
The Patria Company - patriaco.com / quality-trades.com / a-t.life - doing Jamroom since v3

updated by @the-patria-company: 12/25/16 10:33:23PM
michael
@michael
8 years ago
7,715 posts
Easiest way is via CSS:
#social_login #provider_twitter{
  display: none;
}

The other way is by altering the code generated by the {jrOneAll_embed_code} function on the login/signup screens.

The providers are stored in the:
$_conf['jrOneAll_social_networks']
variable, so you'd need to remove twitter from that list either by "Events and Listeners" or via the Template Injection module.

Docs: "Template Injection"
https://www.jamroom.net/the-jamroom-network/documentation/modules/1629/template-injection

Docs: "Events and Listeners"
https://www.jamroom.net/the-jamroom-network/documentation/jamroom-developers-guide/1011/events-and-listeners
PatriaCo
PatriaCo
@the-patria-company
8 years ago
349 posts
@michael, I truly appreciate your help.

Hiding it via CSS was perfect!

THANKS :)


--
The Patria Company - patriaco.com / quality-trades.com / a-t.life - doing Jamroom since v3

Tags