Jump to content
View in the app

A better way to browse. Learn more.

Invision Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Custom Home Page documentation and best practices for referral system

Featured Replies

Hello Invison team

Our team would like to change our forum home page for guests and non paying members as a custom landing page.

We have a separate landing page, where we introduce our community and from there usually people go directly to /subscriptions page. The main reason why this arises not, is for the referral links to work more efficiently. At the moment referral link from a paying customer directs to the forum home page, which in our case, if you are not logged in and paying member, is pretty empty.

What is the best workaround to ease this sign up process?

  1. Would like the referral link to direct to either /subscriptions page at minimum.

  2. or to custom home page which has different elements from page builder. Done with cooperation with out PHP developer.

  3. Option 3 which I cann't think of at the moment but which has solved similar problem previously.

Thank you!

Solved by Erki Laansalu

  • Community Expert

I'm afraid, it is not possible to direct certain users to certain pages depending on their member group. You would need a custom application for this.

You could though, create a homepage of sorts via Pages and then limit the blocks based upon the member groups that you want to show. This may require using Pages custom blocks depending on your usage.

  • Author

What is the best resource for creating custom application? Any links that I could send to my developer?

Thanks

  • 4 weeks later...
  • Author
  • Solution

For people who might have a similar need in the future. Our solution was to use code

{{if \IPS\Member::loggedIn()->member_id && !\IPS\Member::loggedIn()->inGroup([11])}}

    {{\IPS\Output::i()->redirect( \IPS\Http\Url::internal( 'app=forums&module=forums&controller=index' ) );}}

{{else}}

    Sample text

{{endif}}

Which in essence shows one home page for logged in account and other custom home page to guests and other member groups.

Both guest version and for logged in accounts home page can be edited thorugh invision community page editor.

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.