By Leslie on Thursday, 30 October 2014
Posted in General Issues
Replies 4
Likes 0
Views 723
Votes 0
I would like to add the main user field (profile / login). Please see example website template below. They are using Jomsocial however I would be using Easysocial. Any help?

I am using a full screen template similar to their template.

http://demo.templaza.com/j/weiss/index.php/en/home/jomsocial
You can use a module for that one. then just edit the css to fit the width.
Ken
·
Thursday, 30 October 2014 11:01
·
0 Likes
·
0 Votes
·
0 Comments
·
hello Leslie,

Sorry for late reply to this,
Unfortunately we do not have this option for set image in login page.
We only have this in EasySocial Quick Registration module.
By the way, you can using CSS to adjust it as Ken suggested at above.
Regarding the login part php code in under this file -> JoomlaFolder\components\com_easysocial\themes\wireframe\dashboard\default.guests.login.php

//LINE 15
<div class="es-login-box es-responsive">
//Replace with
<div class="es-login-box es-responsive" style="background-image:url(/modules/mod_easysocial_register/images/sunrise.jpg);">
// using your own image path file
·
Thursday, 30 October 2014 12:05
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you, I got it solved!
·
Saturday, 01 November 2014 10:23
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for updating Leslie, glad that your issues are resolved now
·
Saturday, 01 November 2014 15:07
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post