Jump to content

Want to show sign up form to guests


Saurabh Jain

Recommended Posts

Posted

Here's an idea

Create a 2 blocks

Contents of your first block - html for your homepage. Permissions a block first without Guests
Content for your second block - html for Guests http://dharmbachao.com/index2.html
Permissions a second block -  permit only Guests.
Create a new homepage content
{block="1" title="Sait"}
{block="2" title="Guests"}
 
 
 
Posted
Try this:
Note: In the example below, I accept that -
your Members load sait: http://dharmbachao.com/
 
1.Create first Custom block name 'members' content
<meta http-equiv="Refresh" content="0;url=http://dharmbachao.com" /> 

Permissions this block - without Guests

2. Create second Custom block name 'guests' content

<meta http-equiv="Refresh" content="0;url=http://dharmbachao.com/index2.html" /> 

Permissions this block - only Guests

3. Create Page with a name, such as home and details

home.thumb.png.26efad8025d07c0e8c381ce95

Content

{block="1" title="members"}
{block="2" title="guests"}

 

Note: Entered your number blocks
Permissions this page - All groups
 
4. Make default this page
default.thumb.png.f4347a93d120e8e4aee1cd
 
Now I think it works as you want.
 
Posted

It's not possible... (it is possible but requires custom coding.. You'll have to call IPS\core\modules\front\system::buildRegistrationForm to get the form(or c&p it to your own page) then you'll have to customize the form action to change the url... and soo on...)

Posted

It's not possible... (it is possible but requires custom coding.. You'll have to call IPS\core\modules\front\system::buildRegistrationForm to get the form(or c&p it to your own page) then you'll have to customize the form action to change the url... and soo on...)

I've tested and works without a problem.

Posted

I have created a page using pages as a root index file...

 

If there is a guest - I want to show a sign up form   - how can I ?

 

Regards

Saurabh

You could try to contact @ipsrocks . This could be solved as widget/page block and he said in https://community.invisionpower.com/topic/419589-additional-widgets-and-dashboard-blocks/

 

Feel free to suggest other missing widgets & dashboard items :)

:D

 

Posted

This redirection recommends guest registration.
Using the link 'Community Home' guests will see the landing page.

I think that the presence of the registration page inside the landing homepage will be incorrect.

 

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...