Prepopulating Name in Comments section Prepopulating Name in Comments section
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Prepopulating Name in Comments section

Started by wbnp, June 03, 2010, 08:36:10 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

wbnp

When guest comments are allowed it appears that the "Name" field in the comments section is prepopulated with "Anon".  However "Anon" does not seem to be a vaild name as you get a pop-up requiring you to enter a different name.

The pop-up states, "Please provide your name for comment".

Since the other fields available for input are blank it is not intitutive that you must enter a name and can't use "Anon".

This happens with Firefox, IE and Safari although interestingly the field IS blank in Google Chrome however you still can't use Anon.  (Chrome Version 5.0.375.55).

Hopefully this ramble is somewhat clear! 

Αndré

Maybe it's better to leave that field empty and pre-populate it with the last used name when you have written your first comment (store in cookie).

wbnp

I think that is the best (only?) solution Αndré.  (Personally I don't even care if you store the name in a cookie but it is a nice though!)

Αndré

The user name has already been stored in a cookie. We only had a bug pre-populating that value. I fixed the issue in r7676.

I also changed the english default language string to 'Your name'. If you don't want to have that string as name, please copy the whole function theme_html_comments from themes/sample/theme.php to themes/your_theme/theme.php, find
$user_name = $lang_display_comments['your_name'];
and replace it with
$user_name = '';