Uploaded image for project: 'phpBB3'
  1. phpBB3
  2. PHPBB3-11220

Improve tooltip explaining the [list=] BBcode

    XMLWordPrintable

Details

    • Improvement
    • Status: Closed (View Workflow)
    • Minor
    • Resolution: Fixed
    • 3.0.11
    • 3.0.12-RC1
    • Posting
    • None
    • Firefox 16.0.2; MySQL(i) 5.5.16; PHP Version 5.3.8

    Description

      When you move your cursor above the bbcode-button "list=" this tooltip appears: "Ordered list: [list=]text[/list]". But this info does not explain the function correctly. It does not tell the user that they need to add "1" and "a" for the two types of ordered lists.

      Example for a change of this tooltip:
      Open: \language\en\posting.php
      Change:

       
          'BBCODE_O_HELP'            => 'Ordered list: [list=]text[/list]',
      

      To:

          'BBCODE_O_HELP'            => 'Ordered list: [list=1]text[/list] => 1. text or  [list=a]text[/list] => a. text',
      

      or something similar to my example. Maybe without the "=> 1. text" segment or a bit more detailed. But don't overload the tooltip.

      Attachments

        Activity

          People

            bantu Andreas Fischer [X] (Inactive)
            blackhawk.87 blackhawk.87
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: