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 2381

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:

Frank1000

16 Guests

Maximum Online: 150

Forums:

Groups: 2

Forums: 7

Topics: 1181

Posts: 5363

Members:

There are 1173 members

There are 1 guests


Kevin has made 2381 posts

Top Posters:

metal450 - 148

Ragnar - 102

YikYak - 68

whiteorb - 44

Daisy - 35

Administrator: Kevin | Moderators: Kevin