Author Topic: Only registered users can post comment - sign  (Read 5870 times)

0 Members and 1 Guest are viewing this topic.

Offline Lucifix

  • Hero Member
  • *****
  • Posts: 710
    • View Profile
    • http://www.slo-foto.net
Only registered users can post comment - sign
« on: April 06, 2005, 05:07:03 PM »
Many visitors are asking me how should they post a comment. Yes we all know that this question is very logical (and stupid) :)

I searched forum and didn't find answer to my question. Is there a way to make new table in details.html tamplate for visitors, with text:
Only registered users can post comment / or / If you wish to post comment you must register.

My sorry if there is answer already.

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: Only registered users can post comment - sign
« Reply #1 on: April 06, 2005, 11:57:30 PM »
have u tryed use it this way in details.html template:
Code: [Select]
{if user_loggedout}Only registered usesrs can post comments{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 Lucifix

  • Hero Member
  • *****
  • Posts: 710
    • View Profile
    • http://www.slo-foto.net
Re: Only registered users can post comment - sign
« Reply #2 on: April 07, 2005, 12:04:14 AM »
No I haven't but its working ;) thx

Offline RoadDogg

  • Sr. Member
  • ****
  • Posts: 488
    • View Profile
    • Düsipixel
Re: Only registered users can post comment - sign
« Reply #3 on: April 07, 2005, 09:18:44 AM »
@ Lucifix

vrey nice pictures in your gallery  8O
For support requests please don´t forget link to your Gallery/to phpinfo.php
Code: [Select]
<?
phpinfo()
?>
safe_mode must turned OFF
Please check Error Messages

Offline Lucifix

  • Hero Member
  • *****
  • Posts: 710
    • View Profile
    • http://www.slo-foto.net
Re: Only registered users can post comment - sign
« Reply #4 on: April 07, 2005, 09:25:58 AM »
Thx  :oops: