Ticket #501 (closed Enhancement: fixed)

Opened 8 months ago

Last modified 7 months ago

[Send message] Joined: shoudln't be in the same line

Reported by: Ananas Assigned to: davea
Priority: Trivial Milestone: Undetermined
Component: Web - Forums Version:
Keywords: patch, forum Cc:

Description (Last modified by Nicolas)

forum.inc line 499 (Rev. 14269)

    show_button($url, "Send message", "Send $name a private message");
    echo "Joined: ", gmdate('M j y', $user->create_time), "<br>";

would better be

    show_button($url, "Send message", "Send $name a private message");
    echo "<br>Joined: ", gmdate('M j y', $user->create_time), "<br>";

Change History

11/20/07 14:55:06 changed by Nicolas

  • keywords changed from Forum button placement to patch, forum.
  • description changed.

12/21/07 13:08:27 changed by davea

  • status changed from new to closed.
  • resolution set to fixed.

If this page is incomplete or incorrect, please edit it or add it to the wiki to-do list. To do this, you must be logged in; click Login or Register above.