i2-Services, Inc. Forums

Full Version: Homepage.php login using <if>
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am curently trying to redesign my homepage. Now that i have v2 successfully installed and working well. i would like to do the following...

2 groups (free & paid)
when a member logs in, according to what group they are in, an extra part of the page will display (using the <if> statement.
My folder structure is:
.com/members < free
.com/members/pay < paid

so, in effect this is not creating a folder for a paid member that i require, just access to either folder.

Note: the pay would also get access to the free bit.

Question: is this possible via a login box on the homepage?
i think i can use
<if> free then include free.php
<if> pay then include free.php, include pay.php
Reference URL's