Author Topic: Show guests a "register now" message instead of download button  (Read 4275 times)

0 Members and 1 Guest are viewing this topic.

Offline BigBlueBall

  • Newbie
  • *
  • Posts: 47
    • View Profile
If I have a gallery category where guests do not have download permission, is there a way to display a message that might say something like "Register now to download"? Where would I do this?

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: Show guests a "register now" message instead of download button
« Reply #1 on: June 01, 2006, 12:23:42 AM »
I guess it would be in details.html template:
Code: [Select]
{if user_loggedout}Register now to download{endif user_loggedout}
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline diablowolf

  • Newbie
  • *
  • Posts: 10
    • View Profile
Re: Show guests a "register now" message instead of download button
« Reply #2 on: June 01, 2006, 04:54:58 AM »
I guess it would be in details.html template:
Code: [Select]
{if user_loggedout}Register now to download{endif user_loggedout}

And for multilanguage sites what would be ?
thx