× Joomla Facebook Connect support forum

Topic-icon Having troubles with registration page VM

Active Subscriptions:

None
12 years 7 months ago #14390 by privilege
Hi there!
I'm having quite a strange problem...gotta say i'm newbie as well. When i push the registration link button from the module, i get the registration form under other adress of my wepage...like wrapped. What can i do to fix it up? I want my registration form linked in a whole page...not wrapped.

www.japonencasa.com

Cheers and thanks for the help!
The topic has been locked.
Support Specialist
12 years 7 months ago #14397 by alzander
JFBConnect has it's own registration page. That's how it works, as we need to be able to hide, pre-populate, or otherwise alter the registration fields based on Facebook data. When you click the "Login With Facebook" button, that's how it's going to work. If you want, we can help you to modify the JFBConnect login/registration page to remove the login section (on the left) or something like that in general if you want. There's no way to use the Virtuemart registration page though.

Hope that helps, and just let us know what you're looking for,
Alex
The topic has been locked.
Active Subscriptions:

None
12 years 7 months ago #14399 by privilege
Good morning!
I've no any problem with the facebook button, just with the standard "registration" button. When I push it, i got redirected to:

japonencasa.com/index.php/revistas/manga?page=shop.registration

I don't know why the shop registration runs over a category of virtuemart... I can see perfectly the registration form, but i can see it running over the category, like wrapped in... i don't like at all :(

is there some way to change the shop registration adress? (all the mainbody just for the form... no images, no sub-categories)

Sorry about my english! long time i didn't use it
The topic has been locked.
Support Specialist
12 years 7 months ago #14409 by alzander
Ah, gotcha. Can you post the link that 'normally' works for you for Virtuemart registration, before you added JFBConnect? We actually ask Virtumart for what the registration page should be, and that's what it's returning on your site. Not sure why, but we can help you modify it if you can give us what the 'real' URL should be.

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

None
12 years 7 months ago #14412 by privilege
Hello!

The right registration page should be this one:

japonencasa.com/index.php?option=com_vir...egistration&Itemid=2


Thanks a lot!
The topic has been locked.
Support Specialist
12 years 7 months ago #14436 by alzander
Not sure why Virtuemart isn't detecting your menu item for itself correctly. It basically looks at your menus and selects the Virtuemart page it thinks is 'best' for the registration page, but obviously not working.

Either way, if you can make the following minor modification to the JFBCLogin module, it should get you going. In the /modules/mod_jfbclogin/mod_jfbclogin.php file, around line 75, you should see:
$registerLink = $sess->url( SECUREURL.'index.php?option=com_virtuemart&page=shop.registration' );
Change that to (adding the Itemid=2 to the end):
$registerLink = $sess->url(SECUREURL.'index.php?option=com_virtuemart&page=shop.registration&Itemid=2');

Hope that helps, and let us know how it goes!
Alex
The topic has been locked.
Active Subscriptions:

None
12 years 7 months ago #14450 by privilege
It worked! i don't know neither why my virtuemart is wokring as its own haha...
thanks you a lot, really appreciate your help


Enzo.
The topic has been locked.
Support Specialist
12 years 7 months ago #14463 by alzander
No problem for the help, its what we do. Thank you for subscribing and supporting us! Glad we got you going.

After you've played with JFBConnect a bit, please consider leaving a ratin and review on the Joomla Extension Directory for it, or our support. It's not required, but very appreciated!
extensions.joomla.org/extensions/social-...ook-integration/7215

Thanks, and good luck with your site,
Alex
The topic has been locked.