Support

Home Forums Event Espresso Premium Sign in hint for members above event pricing select

Sign in hint for members above event pricing select

Posted: April 30, 2015 at 1:30 pm

Viewing 3 reply threads


Henning Seip

April 30, 2015 at 1:30 pm

Hi,

I want to show a sign-in hint for logged out members above the pricing select box. How-to?


Jonathan Wilson

April 30, 2015 at 1:47 pm

Hi Henning,

The quick and easiest way to do this is to add the hint and login link to the event description. Would that work for you?


Henning Seip

April 30, 2015 at 2:01 pm

I was afraid you’d say that. That means we have to add it every time. I was looking for a config option.


Tony

  • Support Staff

May 1, 2015 at 1:42 pm

Is this within the registration page?

Something like this – http://take.ms/clvkE
(Loggin in left, logged out right)

Can be achieved using:

if (  ! is_user_logged_in() ) {
	echo '

This is a message displayed to users that are not logged in.

'; }

This can be placed within the EE template files to load on all of your events, but it depends exactly where you want to display this as to which files.

Also you’ll need to apply your own message and styling to get this looking nicer.

Viewing 3 reply threads

The support post ‘Sign in hint for members above event pricing select’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso