Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Saurabh Jain Posted September 2, 2015 Posted September 2, 2015 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 ? RegardsSaurabh
Saurabh Jain Posted September 3, 2015 Author Posted September 3, 2015 Edit Groups -> GuestsCan access site? - NoThen entire site will be off for Guests....If you can see link http://dharmbachao.com/index2.html here is a google form which is now simillar to sign up form I want to collect data using sign up...
Adlago Posted September 3, 2015 Posted September 3, 2015 Here's an ideaCreate a 2 blocksContents of your first block - html for your homepage. Permissions a block first without GuestsContent 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"}
Saurabh Jain Posted September 3, 2015 Author Posted September 3, 2015 I want sign up form instead of html from that link is there a way to get an html of Sign up form
Adlago Posted September 3, 2015 Posted September 3, 2015 Try this: Note: In the example below, I accept that - your Members load sait: http://dharmbachao.com/ your Guests: http://dharmbachao.com/index2.html 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 Content {block="1" title="members"} {block="2" title="guests"} Note: Entered your number blocks Permissions this page - All groups 4. Make default this page Now I think it works as you want.
Saurabh Jain Posted September 4, 2015 Author Posted September 4, 2015 Is it posisble to show a signup template on home page........?
Adlago Posted September 4, 2015 Posted September 4, 2015 Is it posisble to show a signup template on home page........? Yes, but only for Guests
Saurabh Jain Posted September 6, 2015 Author Posted September 6, 2015 your code is redirecting and I wanted that the code of sign up page itself can be pasted in the page... let me try yours...
Saurabh Jain Posted September 6, 2015 Author Posted September 6, 2015 Do what I described above.Look I have done this http://dharmbachao.com is now redirected
Daniel F Posted September 6, 2015 Posted September 6, 2015 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...)
Adlago Posted September 6, 2015 Posted September 6, 2015 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.
Daniel F Posted September 6, 2015 Posted September 6, 2015 I've tested and works without a problem.Yes, your redirect works, but he doesn't want a redirect. He want to show the form on his landingpage.
Daniel F Posted September 6, 2015 Posted September 6, 2015 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
Adlago Posted September 6, 2015 Posted September 6, 2015 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.