[dw-nonfree] Suggestions generator has incorrect search link
[commit: http://hg.dwscoalition.org/dw-nonfree/rev/03f780b896c3]
http://bugs.dwscoalition.org/show_bug.cgi?id=1955
Fix search link in suggestions generator.
Patch by
denise.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=1955
Fix search link in suggestions generator.
Patch by
![[staff profile]](https://www.dreamwidth.org/img/silk/identity/user_staff.png)
Files modified:
- htdocs/site/suggest.bml
-------------------------------------------------------------------------------- diff -r 9a9c8b0da062 -r 03f780b896c3 htdocs/site/suggest.bml --- a/htdocs/site/suggest.bml Fri Oct 16 14:55:08 2009 +0000 +++ b/htdocs/site/suggest.bml Tue Oct 20 08:16:23 2009 -0500 @@ -192,7 +192,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. 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>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?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>"; --------------------------------------------------------------------------------