solved Enable Templates For login and signup

izhmel
@izhmel
5 years ago
1,319 posts
Enable Templates For login and signup dose not have social media signup or login


--
The Scientist
dubmusic.com
Thanks for any assistance.

updated by @izhmel: 07/01/20 04:42:17PM
michael
@michael
5 years ago
7,692 posts
The whole purpose of enabling the templates is to allow you to customzie them however you like.

You can add a skin override to your skin and put them in.

Docs: Altering a modules template
https://www.jamroom.net/the-jamroom-network/documentation/development/1051/altering-a-modules-template
nate
@nate
4 years ago
911 posts
This is how it was done on the Follow Me skin.

 {if jrCore_module_is_active('jrOneAll') && isset($_conf.jrOneAll_domain) && strlen($_conf.jrOneAll_domain) > 2 }
<script src="{$_conf.jrOneAll_domain}/socialize/library.js?v=1.8.4" type="text/javascript"></script>
 {/if}
{jrCore_array name='widget_data' key='type' value="login"}
{jrCore_array name='widget' key='widget_data' value=$widget_data}
{jrUser_widget_login_display($widget)}

Tags