User talk:Sanford.poon

From mediawiki.org
Latest comment: 15 years ago by Papiertiger in topic License

Question about size[edit]

What do I have to do to get a real 100% width? I've already changed the source and set the width variables to 100% but it only works if there is a long text entered in the box. Take a look at alkopedia to see an example. There is a self made comment box for admins and your ratings extension is used for user comments.

German translation[edit]

I've forgotten a word in my translation:

// NUMBER OF VOTES

'vote_msg1'	=> " ",

'vote_msg2'	=> " Stimmen ",

And this one needs to be corrected to:

'user_comments'	=> "Nutzerkommentare",

Error[edit]

Get this error message when trying to use Rating extention with Mediawiki 1.11: Warning: Cannot modify header information - headers already sent by (output started at W:\www\mediawiki-1.11.0\extensions\Ratings\Ratings.php:403) in W:\www\mediawiki-1.11.0\includes\WebResponse.php on line 10

I would like to use the extension. Can you fix this problem? DeanGarton 10:16, 27 February 2008 (UTC)Reply

Thanks for reporting, actually it was caused by 2 empty lines at the end of Ratings.php but I have released a mainly bug fixing version 1.1.2 addressing a few issues. --Sanford.poon 09:56, 29 March 2008 (UTC)Reply

Recent changes[edit]

Hi! I'm interested in this extension and I have a question: Is it possible to track comments on the SPecial:Recent_changes page? Or perhaps on another page? Because I think it's important to review the comments. Could you write an answer to alkopedia@googlemail.com ? Cheers!

Thanks for your comments. I do want to have track comments functions in the extension but since I am busily having other projects at the moment I am not considering to implement any new functions (or finish the Special:RatingsAdminPanelOrWhateverItIsCalled page I've started) at the moment. Please check back later. Also I have included your German translation in the latest 1.1.2 package. Thanks again! --Sanford.poon 09:56, 29 March 2008 (UTC)Reply
Me again ;) I've done a German translation:
<?php



if (!defined('MEDIAWIKI')) die();



$msg = array(

// POST input checking 

'wrong_captcha'          => "Bitte schreiben Sie das richtige Wort in das Textfeld!",

'empty_name'          => "Bitte einen Namen eingeben!",

'empty_message'          => "Bitte eine Nachricht eingeben!",

'message_too_long1'          => "Die Nachricht kann nicht länger sein als ",

'message_too_long2'          => " Zeichen.",

// STATS 

'second'          => " Sekunden",

'minute'          => " Minuten",

'hour'          => " Stunden",

'day'          => " Tage",

'stat_msg1'	=> "Es gibt ",

'stat_msg2'	=> " Meinungen und ",

'stat_msg3'	=> " Bewertungen, gegeben von ",

'stat_msg4'	=> " verschiednen Leuten.<br>Die letzte Bewertung vor ",

'stat_msg5'	=> " abgegeben.<br>Während der letzten 48 Stunden wurden ",

'stat_msg6'	=> " Bewertungen abgegeben.<BR>",

// PAGENAV 

'nav_msg1'	=> " Kommentare, Seite ",

'nav_msg2'	=> " von ",

'nav_msg3'	=> " ",

'next_page'	=> "Nächste",

'prev_page'	=> "Vorherige",

'first_page'	=> "Erste",

'last_page'	=> "Letzte",

// ERROR IN INPUT

'error_msg1'	=> "<p>Fehler: <font color=\"red\">",

'error_msg2'	=> "</font></p>",

// NUMBER OF VOTES

'vote_msg1'	=> " ",

'vote_msg2'	=> " votes ",

// VOTE FORM

'no_vote'	=> "keine",

'vote_submit'	=> "Stimme ab!",

'write_message'	=> "Kommentar eingeben",

'name'		=> "Name",

'comment'	=> "Mein Kommentar",

'nohtml'	=> "HTML nicht erlaubt",

'submit_comment' => "Abschicken",

'hide'		=> "Verstecken",

'user_comments'	=> "Nutzer Kommentare",

'error' => "Fehler: ",

// RECAPTCHA

'recaptcha_fieldset' => "Captchas von <a href=\"http://recaptcha.net/popuphelp/\">ReCaptcha</a>",

'recaptcha_input' => "Text in Kasten: ",

);



?>


License[edit]

Already asked it at the extension discussion page of the mediawiki extension, but since I'm not sure you are watching it, I repost it here: What License applies to the released code of the Rating Extension, so possible modifications and enhancements like graphical stars could be rereleased to public? --Papiertiger 10:12, 23 March 2009 (UTC)Reply