![]() |
Different portal page for first time user
1 Attachment(s)
Q: How do I create a different portal index page for first time users?
I am setting up a forum about "service" for a wide audience range. For first time users I want to create a different opening portal page, a teaser page (index1.php). A page that contains more explanation about the mechanics of the site. A page that is less intimidating for a first time user. A page that invites the user to register. This page should only show a subset of the forum data, predominantly an overview of the forums grouped per category. This page should NOT contain any references to threads, except for the labels mod (to give a glimpse on the content/ topics covered inside the forums. A user registered user will be presented a "regular" vBadvanced portal page (see index2.php) with the option to customize the page and remove/ hide redundant mods. How to create the code for the flow displayed in the picture. Regards Coen |
What is the criteria to define a first time user? Once you define that, you can write conditions in your page to spit out different info based on that criteria.
|
You should ask this at the vBAdvanced website.
|
Quote:
PHP Code:
Quote:
Quote:
I have added two more pictures in post #1.
Since index 1 & 2 differ so much I am not sure if I can achieve my goal with only using vBa with the right condition. First I need a working mechanism to separate guests from regulars. But I need some help of the vB community. Then I can complete the styling and coding of index1. Regards Coen |
Quote:
HTML Code:
<if condition="$show['guest']"> |
You want a redirection to index2.php, correct? As that's what I see in your attachment image in the browser.
So if they're on the frontpage and they are a guest, you want them redirected to index2? |
This is easy. You can make all your current normal portal page modules visible only to registered users and not guests.
Then you make a second series of vbadvanced modules that are visible only to guests, and you're ready. :) |
All times are GMT. The time now is 08:13 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|