Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted September 2, 20159 yr 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
September 3, 20159 yr Author 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...
September 3, 20159 yr 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"}
September 3, 20159 yr Author I want sign up form instead of html from that link is there a way to get an html of Sign up form
September 3, 20159 yr 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.
September 4, 20159 yr Is it posisble to show a signup template on home page........? Yes, but only for Guests
September 6, 20159 yr Author 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...
September 6, 20159 yr Author Do what I described above.Look I have done this http://dharmbachao.com is now redirected
September 6, 20159 yr 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...)
September 6, 20159 yr 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.
September 6, 20159 yr 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.
September 6, 20159 yr 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
September 6, 20159 yr 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.