solved How to add Oneall as a template?

derrickhand300
@derrickhand300
10 years ago
1,353 posts
Was just looking for the template code for Oneall
I would like to be able to do something like
{jrCore_include template="oneall.tpl"}
But cannot find any code to use for the template?

What I am trying to achieve
when a viewer is not a member-in place of a comment box for item_detail stuff there is a link that says something like " you must sign up/sign in to comment"
Below this I would like to add something like "use our one click sign up to comment" and then the oneall icons to join using facbook, linkin etc

Thinking this could be done with the oneall code from their website but wondering if it can be done in Jamroom
updated by @derrickhand300: 05/31/15 02:17:28AM
michael
@michael
10 years ago
7,800 posts
The code is on this page:
https://www.jamroom.net/the-jamroom-network/documentation/modules/284/oneall-social-link

Its:
{jrOneAll_embed_code}

So wrapping it becomes:
{if !jrUser_is_logged_in()}
{jrOneAll_embed_code}
{/if}
READS:"If the user is NOT logged in, show the oneall box"
derrickhand300
@derrickhand300
10 years ago
1,353 posts
Thanks Michael-I appreciate you always taking the time to answer
Works perfectly
updated by @derrickhand300: 04/29/15 03:07:39AM

Tags