×

Notice

The forum is in read only mode.
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: anonym users

anonym users 12 years 3 months ago #14822

  • Roy Svendsen
  • Roy Svendsen's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 11
  • Thank you received: 0
hi

Is there a way to let users just type name without email adressing ?

Some users will be anonymus

anonym users 12 years 3 months ago #14825

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Hey Roy,
Well actually this is the default behavior! If the user doesn't type anything in the email field then he won't be stopped sending the comment. But if he types something in the email field, then we will check it if it is a valid looking email.
Cheers,
Daniel

anonym users 12 years 3 months ago #14846

  • Roy Svendsen
  • Roy Svendsen's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 11
  • Thank you received: 0
Understand this, but some users is confused. Where can i find the settings for the form. Witch css ?

anonym users 12 years 3 months ago #14849

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Hey Roy,
You want to hide the field or what?
Daniel

anonym users 12 years 3 months ago #14850

  • Roy Svendsen
  • Roy Svendsen's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 11
  • Thank you received: 0
hide the field on epost and website

anonym users 12 years 3 months ago #14853

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
What about using css and hiding the email stuff?
#joomlacommentform input#temail {
display:none;
}

Use firebug to examine the other fields. You can also edit the template and remove everything you don't need, but the thing is that the email is expected in the js functions, so the best solution would be to hide it with css I guess.

Cheers,
Daniel
  • Page:
  • 1
Time to create page: 0.139 seconds