Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated
Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.

JomSocial Registration Page Fields (solved)

10 years 3 months ago
  • Andrew's Avatar
    Topic Author
  • Andrew
  • Offline
  • Junior Boarder
  • Posts: 264
  • Thank you received: 2
Licenses:
JomSocial Expired

Hi,

See attached screenshot...

1) Is there a way to hide the "Username" field as I would like for the email address to be automatically used as the username?

2) We use JFBConnect - Currently the registration is a little confusing due to the layout. Which file do we need to amend to make it more self explanatory for the user. e.g. add space and text between "Next" and "JFBConnect Social Buttons"

Thanks,

Andrew

Attachments:
10 years 3 months ago
Licenses:

Hi, Andrew Gous.

This is Joomla! required field. So you'll need hacking the code or... try this extension: extensions.joomla.org/extensions/access-...authentication/10343


- Instead of saying: 'it's not working', explain the problem in detail.
- Screenshots with the URL visible in them and the problem marked are more than welcome.
- Tell us how to replicate the problem, we can't fix it if we can't find it.
- Make sure that your site/server meets JomSocial System Requirements
- Make sure to setup JomSocial Cron Job
- Always provide us with access details to the backend and ftp. We need it to debug problems.
- If you have a similar problem, but a solution you found isn't working, open a new thread instead of 'merging' with an existing one.

- Use the "Thank You" feature on any post that helped you
10 years 3 months ago
  • Andrew's Avatar
    Topic Author
  • Andrew
  • Offline
  • Junior Boarder
  • Posts: 264
  • Thank you received: 2
Licenses:
JomSocial Expired

I used "Quick Reply" to get back to Michal, but have not had a reply nor do I see my "Quick Replies" as posts on here...

10 years 3 months ago
Licenses:

Hi, Andrew Gous.

Please, try to post again.
We're sorry for any inconvenience.


- Instead of saying: 'it's not working', explain the problem in detail.
- Screenshots with the URL visible in them and the problem marked are more than welcome.
- Tell us how to replicate the problem, we can't fix it if we can't find it.
- Make sure that your site/server meets JomSocial System Requirements
- Make sure to setup JomSocial Cron Job
- Always provide us with access details to the backend and ftp. We need it to debug problems.
- If you have a similar problem, but a solution you found isn't working, open a new thread instead of 'merging' with an existing one.

- Use the "Thank You" feature on any post that helped you
10 years 3 months ago
  • Andrew's Avatar
    Topic Author
  • Andrew
  • Offline
  • Junior Boarder
  • Posts: 264
  • Thank you received: 2
Licenses:
JomSocial Expired

Is the quick reply working or not? I have just tried again and it is still not showing...

10 years 3 months ago
  • Andrew's Avatar
    Topic Author
  • Andrew
  • Offline
  • Junior Boarder
  • Posts: 264
  • Thank you received: 2
Licenses:
JomSocial Expired

I have already got this extension installed: extensions.joomla.org/extensions/access-...authentication/10343

Can you help me to get rid of the username field on the JS registration as we currently have two fields requiring the email address during registration.

10 years 3 months ago
  • Andrew's Avatar
    Topic Author
  • Andrew
  • Offline
  • Junior Boarder
  • Posts: 264
  • Thank you received: 2
Licenses:
JomSocial Expired

Okay, the latest version of the LunarHotels extension (EmailasUserName) works! - www.lunarhotel.co.uk/joomla-extentions/j...ing-of-the-past.html

Thanks, although I would strongly recommend this be added as a standard on JomSocial. Email as UserName should be standard option.

10 years 3 months ago
  • Andrew's Avatar
    Topic Author
  • Andrew
  • Offline
  • Junior Boarder
  • Posts: 264
  • Thank you received: 2
Licenses:
JomSocial Expired

The second point on my list was not answered:

2) We use JFBConnect - Currently the registration is a little confusing due to the layout. Which file do we need to amend to make it more self explanatory for the user. e.g. add space and text between "Next" and "JFBConnect Social Buttons"

Would really appreciate your help on that.

Attachments:
10 years 3 months ago
Licenses:

Hi,

That is not possible, since the username is very required from core Joomla com_users, to change the auth to email you can use the 3rd party plugin extensions.joomla.org/extensions/access-...email-authentication

To create space between button and social buttons please add:

#jomsForm .auth-facebook {
	margin: 30px 0 0;	
	}

To your main css file in current template.


- Instead of saying: 'it's not working', explain the problem in detail.
- Screenshots with the URL visible in them and the problem marked are more than welcome.
- Tell us how to replicate the problem, we can't fix it if we can't find it.
- Make sure that your site/server meets JomSocial System Requirements
- Make sure to setup JomSocial Cron Job
- Always provide us with access details to the backend and ftp. We need it to debug problems.
- If you have a similar problem, but a solution you found isn't working, open a new thread instead of 'merging' with an existing one.

- Use the "Thank You" feature on any post that helped you
10 years 3 months ago
  • Andrew's Avatar
    Topic Author
  • Andrew
  • Offline
  • Junior Boarder
  • Posts: 264
  • Thank you received: 2
Licenses:
JomSocial Expired

Hi,

Which file is the code located in? Please can you provide details?

Thanks,


Andrew

10 years 3 months ago
Licenses:

Hi, Andrew Gous.

I'm sorry, I can't provide you exact location since you have gzip for your css files enabled.
I addition I can't login to your backend on credentials you provided. Could you check it?

As I see in code you probably use templates/ja_community_plus/. Go via FTP to templates/ja_community_plus/css and edit your main css file... probably called style.css or template.css.


- Instead of saying: 'it's not working', explain the problem in detail.
- Screenshots with the URL visible in them and the problem marked are more than welcome.
- Tell us how to replicate the problem, we can't fix it if we can't find it.
- Make sure that your site/server meets JomSocial System Requirements
- Make sure to setup JomSocial Cron Job
- Always provide us with access details to the backend and ftp. We need it to debug problems.
- If you have a similar problem, but a solution you found isn't working, open a new thread instead of 'merging' with an existing one.

- Use the "Thank You" feature on any post that helped you
10 years 3 months ago
  • Andrew's Avatar
    Topic Author
  • Andrew
  • Offline
  • Junior Boarder
  • Posts: 264
  • Thank you received: 2
Licenses:
JomSocial Expired

admin url was updated. pls try again.

Can I also add text (Register with:) at the same place to be visible just before the buttons? See attached screenshot.

Thanks,

Andrew

Attachments:
10 years 3 months ago
Licenses:

Hi, Andrew Gous.

I'm sorry, still no luck with logging in. And it doesn't matter if I type or copy credentials.

You can try to add description without modifying core files using css:
www.w3schools.com/cssref/sel_before.asp

If the social buttons can be on the top? As it is JFBConnect extension you should ask JFBConnect developers for assistance with this modification.


- Instead of saying: 'it's not working', explain the problem in detail.
- Screenshots with the URL visible in them and the problem marked are more than welcome.
- Tell us how to replicate the problem, we can't fix it if we can't find it.
- Make sure that your site/server meets JomSocial System Requirements
- Make sure to setup JomSocial Cron Job
- Always provide us with access details to the backend and ftp. We need it to debug problems.
- If you have a similar problem, but a solution you found isn't working, open a new thread instead of 'merging' with an existing one.

- Use the "Thank You" feature on any post that helped you
10 years 3 months ago
  • Andrew's Avatar
    Topic Author
  • Andrew
  • Offline
  • Junior Boarder
  • Posts: 264
  • Thank you received: 2
Licenses:
JomSocial Expired

Hi Michal.

Admin access definitely works, maybe your IP was blocked by our system. What is your IP?

Cheers,


Andrew

Moderators: Piotr Garasiński
Powered by Kunena Forum

Join 180,000 websites creating Amazing communities

JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a
full -fledged, social networking site

TRY NOW BUY NOW