Need extra help with your Joomla site? Consider paid Joomla support by the developer of Chameleon and MetaMod.
- Index
- » MetaMod
- » MetaMod General Support
- » Showing Registration Page to Only...
Showing Registration Page to Only Specific URL by mail
Showing Registration Page to Only Specific URL by mail
Hello,
First thanks for this great apps !
My question, I would like show registration form only when a user receip mail with specific address.
It's possible to make this ?
Ex: I send an email to an user with this url: http://www.xxx.com/...
and when user click to this url a spesific mod appear
It's for limit registration for specific user...
Thanks
Ilan
Re: Showing Registration Page to Only Specific URL by mail
Hi Ilan,
Yes, this is quite possible to do.
I would generate a special code for the group of users, then give them a URL that includes that parameter.
e.g. http://www.example.com/my_page_here?reg=x12345
Then in your MetaMod recipe, use this:
if ( JRequest::getVar("reg") == "x12345") return XXX;
// replace XXX with the id of the special registration module. This will only be shown to users who include it in the URL.
I would also ensure that the MetaMod is assigned only to the particular landing page, if you have a menu item for that.
Best regards,
Stephen
Re: Showing Registration Page to Only Specific URL by mail
I would also ensure that the MetaMod is assigned only to the particular landing page, if you have a menu item for that
Thanks for quick reply metamodguy !
just a last question, if menu item is created but invisible, this work too ?
Ilan
Re: Showing Registration Page to Only Specific URL by mail
- Index
- » MetaMod
- » MetaMod General Support
- » Showing Registration Page to Only...
Board Info
- Board Stats:
- Total Topics:
- 1689
- Total Polls:
- 6
- Total Posts:
- 5944
- Posts this week:
- 1
- User Info:
- Total Users:
- 7671
- Newest User:
- kiresidencescondo2
- Members Online:
- 1
- Guests Online:
- 135
- Online:
- eugene4916
Forum Legend:
Topic
New
Locked
Sticky
Active
New/Active
New/Locked
New Sticky
Locked/Active
Active/Sticky
Sticky/Locked
Sticky/Active/Locked