User Page Template based on member type

Hi all,

Just learning my way around D7. Wanted to know if there is a way in admin or to conditionally set a page type based on an users membership type? We have members that the Admin adds (no payment) i think they are "standard" while everyone else has to pay.

These Admin added members are the "draw" for our site so thier profile must be unique (as a group, not as individuals)

Ex

Paid Gold memeber = Page type 1 (regualr D7 page)

Admin added member = Custom page type 2 (custom header page)

 

Any thoughts are appriciated.

Quote · 2 Apr 2010

It is not built into the product - I wish it was.   You can mess around with code to make it work if you want:

http://www.boonex.com/unity/forums/?action=goto&search=1#topic/Premium-members-content-area-fishing-for-ideas.htm

There is also a mod that does this - by Anton - "page block control" - $60 I believe.

Quote · 2 Apr 2010

Your going to need a db_query to check the membership type of the profileid being viewed, it will then tell it to call general.css or you can have it call upgraded_member.css and that will give you a start.  You can also call up another page_#.html file and even additional/alternate images and so on. 

All of this will need to be wrapped up into a function check_profile_membership_type {

and so on.  Don't have time to write the whole thing for you, working on another toy at the moment.  But I might if I have time later or someone else can pick this up.  It's not a real hard item from what I see here.

Quote · 2 Apr 2010

Read the link - okweb already developed it.

Quote · 2 Apr 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.