https://bugzilla.wikimedia.org/show_bug.cgi?id=51321

--- Comment #21 from reza1615 <[email protected]> ---
(In reply to comment #18)
> ArticleFeedbackv5 is so awesome that it requires plenty of settings being
> defined in InitialiseSettings.php in order to be deployed on a wiki.
> 
> Can someone please have a look at AFTv5's variables (starting with
> <https://git.wikimedia.org/blob/operations/mediawiki-config.git/HEAD/wmf-
> config/InitialiseSettings.php#L10844>)
> and tell us which ones you want to have defined for tewiki and which ones
> should be left at the default settings?
> 
> I'm assuming you'll at least want to define
> $wmgArticleFeedbackv5BlacklistCategories,
> $wmgArticleFeedbackv5OversightEmails,
> $wmgArticleFeedbackv5OversightEmailHelp, $wmgArticleFeedbackv5AutoHelp,
> $wmgArticleFeedbackv5LearnToEdit, $wmgArticleFeedbackv5CTABuckets and perhaps
> some others, too. 
> 
> (Yay for extensions which have to keep so many settings in config files!)
according to consensus the main setting is and the rest setting may be better
to be like
http://www.mediawiki.org/wiki/Extension:ArticleFeedbackv5#Configuration

:$wgArticleFeedbackv5BlacklistCategories = array( 'عدم_نمایش_بازخورد' ); 
:$wgArticleFeedbackv5Namespaces = array( NS_MAIN);
:$wgArticleFeedbackv5LotteryOdds = array( NS_MAIN => 100);
:$wgArticleFeedbackv5TalkPageLink = false;
:$wgArticleFeedbackv5WatchlistLink = true;

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to