KIRBXx / TRMedia

TRM - Main
1 stars 0 forks source link

Guest Message #41

Open KIRBXx opened 10 years ago

KIRBXx commented 10 years ago

Need a message displayed to guests above the images in gallery reminding them the benefits of registering an account.

I know how to display a message (Alert), but I am not sure how to only display to guests.

rickr commented 10 years ago

Beware of alert() - they're not user friendly at all. Almost no one uses them anymore.

A better solution would be to display a bootstrap alert-warning div:

You can do this and this and this if you're a member!

Rick

:wq!

On Thu, Jan 9, 2014 at 5:29 AM, James notifications@github.com wrote:

Guessing it would be something like this?

@if https://github.com/if(Auth::check() == false) × Warning! Best check yo self, you're not looking too good.

@else https://github.com/else

— Reply to this email directly or view it on GitHubhttps://github.com/KIRBXx/TRMedia/issues/41#issuecomment-31918517 .