Topic-icon Mini registration url

Active Subscriptions:

None
5 years 4 weeks ago #65261 by nielsbinder
Hallo.

When the time comes that your mini registration page get called i got the insides of joomla shown to the world ... Since i am not that open i kindly ask how to urlify these calls

Shown Example: .../de/component/jfbconnect/?view=loginregister&provider=yahoo&return=L2RlLw==
should look like this: .../de/registration (better without anything after but better then above)

Thanks to point me.
The topic has been locked.
Support Specialist
5 years 3 weeks ago #65263 by alzander
Replied by alzander on topic Mini registration url
The provider and return parameters must be passed as query string variables. Those are dynamic based on what page the user clicked the social login button from and what social network they authenticated with.

For the component/jfbconnect/?view=loginregister portion, if you're using an SEF extension, most offer a way to change an existing non-SEF (or pretty) URL to whatever you want. If you're not using an SEF extension, then I don't have a good suggestion off the top of my head for you. We don't have a way to change the look of that URL built-in to JFBConnect at this time and it's not something we've had requested before, so it'd take some investigation to determine the best (and backward compatible) way to do so.

In all honesty, there's a huge amount of cues on any website as to what tool created it (Joomla, Wordpress, etc). The URL in question that you're asking about should only be accessible to a user that has tried to authenticate with a social network, so it's unlikely to be scraped or seen by the general public. Even for those users that do see it, it should only be for that session during registration. For those reason, it's just never bubbled up to investigate.

Sorry I don't have a better answer for you, but I hope the above explains.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
5 years 3 weeks ago #65264 by nielsbinder
Replied by nielsbinder on topic Mini registration url
Thanks for the explanation. It is also about integration in my website. In Joomla it is always pointing me back to a menu item ans so i can integrate the upcoming (like neededagreement to privacy policy or terms of use) in my own page.

How should i integrate my jfbconnect mini registration in my page ? I really like (need) to use my frame and show this up in the middle. I thought if there is a way to get it recognized as for example a joomla menu item i can fiddle the jfbconnect mini registration part inside my page. As for the moment i just dont know where to start integration of this page.
The topic has been locked.
Support Specialist
5 years 3 weeks ago #65280 by alzander
Replied by alzander on topic Mini registration url
Sorry I missed this the other day. I think we're covering this in your other thread:
www.sourcecoast.com/forums/jfbconnect/jf...-registration#p65279

If there's something I'm missing above, just let me know. I'm not sure what frame you're speaking of or general layout, so if there is more to this thread, please include a picture or more detail of what you're trying to accomplish and we'll gladly help however we can.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
5 years 3 weeks ago - 5 years 3 weeks ago #65294 by nielsbinder
Replied by nielsbinder on topic Mini registration url
It is another task then the privacy story.

I need to design the mini registration page. By url seems to complicated. I start doing this with css. Inbetween i fiddle it already almost to my needs with some template overides and css. Fair good.

If you want you could help me to get the right changes in default.php in jfbconnect loginregister. My idea is to make this work that it only shows required filds which are emty. But this exeeds my poor php and overall knowledge.

Also i should know if this default.php („/html/com_jfbconnect/loginregister/default.php“) is safe to change or if i should create another one. For me it looks like a override already but i do not know where is the source then.

Thanks in advance
Last edit: 5 years 3 weeks ago by nielsbinder.
The topic has been locked.
Support Specialist
5 years 3 weeks ago #65298 by alzander
Replied by alzander on topic Mini registration url
This file:
/html/com_jfbconnect/loginregister/default.php
is an override. If it was already there, it means it came with your template (or someone else created it). The original file is:
/components/com_jfbconnect/views/loginregister/tmpl/default.php

The override directory is where you should be editing a file, but you should try to know what changes you've made and compare your override to the new version of JFBConnect whenever you update. That way, you can incorporate any changes we make. For reference though, we don't change that file often, and aren't planning to in the next release (even with the ToS implementation).

If you want you could help me to get the right changes in default.php in jfbconnect loginregister. My idea is to make this work that it only shows required filds which are emty. But this exeeds my poor php and overall knowledge.

Please see this thread about hiding those fields, which should already be happening automatically.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
5 years 2 weeks ago #65310 by nielsbinder
Replied by nielsbinder on topic Mini registration url
As for the SEF i do not use any extension just joomla. One way (which seems to be the Joomla way) is to have a jfbc menü item so it get recognized. I leave this like it is. Thanks for your thoughts.
The topic has been locked.