Page MenuHomePhabricator

Show feedback from for not log-in user on home page
Closed, InvalidPublic

Description

I would like to know if it is possible to show the feedback form on the home page for the non-logged-in users.

The form is getting displayed on the home page for logged-in users, but not for the non-logged-in users.

Is it possible to make it visible?

Below you can find the link to the site.

http://jpwiki.clicklaw.bc.ca/index.php?title=Main_Page

Thanks in advance for your help.

Event Timeline

Hi @CarolinaReidBangingRocks. This does not sound like something is wrong in the code base (a so-called "software bug"), but instead like a support request (how to change settings, questions how to do something, etc.).
As Wikimedia Phabricator is for bug reports and enhancement requests, please ask on the MediaWiki Support Desk or ask on a dedicated project/extension talk page if existing. When asking there, please always include version information for the MediaWiki software (and for any other projects/extensions that your problem is related to). Thanks for your understanding!

If this is not supported by that extension then you could probably customize code via if !$wgUser->isLoggedIn().

(This task could be reopened if this was rephrased as a feature request which explains a use case and underlying problem to solve.)