[dw-nonfree] add search link to suggestions generator
[commit: http://hg.dwscoalition.org/dw-nonfree/rev/48349b255b65]
http://bugs.dwscoalition.org/show_bug.cgi?id=1633
Linkify.
Patch by
kareila.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=1633
Linkify.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- htdocs/site/suggest.bml
-------------------------------------------------------------------------------- diff -r 4c149ac05c3d -r 48349b255b65 htdocs/site/suggest.bml --- a/htdocs/site/suggest.bml Tue Aug 18 00:49:32 2009 +0000 +++ b/htdocs/site/suggest.bml Thu Aug 20 14:35:05 2009 +0000 @@ -160,7 +160,7 @@ body<= # Build the suggestions form. All fields required. - $ret .= "<p>Have a way to make Dreamwidth better? This is where you submit it! Filling out this form will send an entry to the moderation queue of the " . $destination->ljuser_display . " community. If your suggestion hasn't been submitted before, it will be posted for discussion, voting, and possible implementation.</p>"; + $ret .= "<p>Have a way to make Dreamwidth better? This is where you submit it! Filling out this form will send an entry to the moderation queue of the " . $destination->ljuser_display . " community. You may want to <a href='$LJ::SITEROOT/search?search_user=" . $destination->user . "'>search the community</a> before making a new suggestion. If your suggestion hasn't been submitted before, it will be posted for discussion, voting, and possible implementation.</p>"; $ret .= "<p>Anyone can submit a suggestion. Other members of the Dreamwidth community will consider the suggestion, make comments for improvement to the suggestion, and talk about its benefits and drawbacks. The entry will also include a poll for people to register their like or dislike for an idea.</p>"; $ret .= "<p>We'll use the results of the discussion and polling, along with our plans for the site and our knowledge of the technical issues involved, to determine which suggestions get moved into our bug-tracking database. (Neither positive comments nor good results in the poll will guarantee that the suggestion will get implemented, but they're one of the tools we'll use to see how popular an idea is.)</p>"; $ret .= "<p>All fields are required. HTML will be escaped, so don't use any tags unless you want them to display as the tag.</p>"; --------------------------------------------------------------------------------