Resources

My Agape try

Your Agape try


Support Forum

You must be logged in to post Login Register

Search 
Search Forums:


 




Different header or page for different access required

UserPost

7:09 am
February 3, 2010


lordakoa

Member

lordakoa

posts 5

1

I am using NextGen Gallery for my header as a slideshow. Problem is I only want the subscribed users to see the photos on it. I want to give the folks that havent logged in a different header or the default header.jpg that my Iphone users get now. Any tips?

8:41 am
February 8, 2010


Kevin

Admin

posts 2503

2

lordakoa said:

I am using NextGen Gallery for my header as a slideshow. Problem is I only want the subscribed users to see the photos on it. I want to give the folks that havent logged in a different header or the default header.jpg that my Iphone users get now. Any tips?


If that's all you need, some custom code in your template's header.php should do the job:

global $current_user;
if ( $current_user->ID ) {
  // your subscriber display code
} else {
  // your non-subscriber display code
}

7:15 pm
February 8, 2010


lordakoa

Member

lordakoa

posts 5

3

perfect, worked like a charm!


About the Agapetry forum

Currently Online:

15 Guests

Maximum Online: 150

Forums:

Groups: 2

Forums: 7

Topics: 1246

Posts: 5654

Members:

There are 1257 members

There are 1 guests


Kevin has made 2503 posts

Top Posters:

metal450 - 178

Ragnar - 108

YikYak - 70

whiteorb - 49

Daisy - 35

Administrator: Kevin | Moderators: Kevin