Advanced Search

Here are a few examples of how you can use the search feature:

Entering this and that into the search form will return results containing both "this" and "that".

Entering this not that into the search form will return results containing "this" and not "that".

Entering this or that into the search form will return results containing either "this" or "that".

Search results can also be filtered using a variety of criteria. Select one or more filters below to get started.

Assuming span is required, the following 41 results were found.

  1. [patch] Sort 'add module' list in alpha order by column; fix HTMLhttps://developer.joomla.org/joomlacode-archive/issue-11584.html

    tag closings. The attached patch repairs all the problems that can be repaired (some, like name attributes on the tooltips span, can't be avoided yet). The corresponding unit test can be found at...

    • Type: Tracker Issue
  2. Bug in the BreadCrumbhttps://developer.joomla.org/joomlacode-archive/issue-7030.html

    on FAQ, and the breadcrumb will be as follows, Home arrow its good with some categories, but in some categries it shows the span and CDATA tag .. any body have a patch??

    • Type: Tracker Issue
  3. mod_newsflash renders article separator after last articlehttps://developer.joomla.org/joomlacode-archive/issue-10638.html

    mod_newsflash in "vertical" mode, the article separator "span" element is rendered after the last item. In most cases, that would be a mild annoyance. I would suggest allowing the user to specify whether the separator should be displayed after the last...

    • Type: Tracker Issue
  4. Setting Tooltip Offset Breaks Tooltiphttps://developer.joomla.org/joomlacode-archive/issue-15006.html

    '.customOffset', $toolTipArray); customOffset hover text You should see a tooltip when you hover on the text inside the span tag. 3. Now, change the first line to: $toolTipArray = array('offsets'=>20, 'maxtitlechars'=>40); Now, without the patch, the...

    • Type: Tracker Issue
  5. Incorrect JHML.calendar renderinghttps://developer.joomla.org/joomlacode-archive/issue-8283.html

    Fix: \libraries\joomla\html\html.php: around line 282: replace: return ''. ''; with: return ''.' '; I've added nowrapping span, space between input and icon, and set icon's align to top. The results are in image6. Tested in FF 2.0.10, IE (6 and 7),...

    • Type: Tracker Issue
  6. White Space in 'Text Separator' Menu Item Typehttps://developer.joomla.org/joomlacode-archive/issue-30294.html

    white space at line 23 of "modules/mod_menu/tmpl/default_separator.php". This adds unnecessary white space after the closing span tag of a "Text Separator" menu item. The white space is inconsistent with other menu item types and makes styling of the...

    • Type: Tracker Issue
  7. IE7: Order column in com_content breaks up [proposed solution]https://developer.joomla.org/joomlacode-archive/issue-8765.html

    table.adminlist td.order { text-align: right; white-space: nowrap; } table.adminlist td.order span { width: 20px; text-align: center; } --------------------------------------------- Adjust the % from 8 to 7 in line 87 in admin.content.html.php

    • Type: Tracker Issue
  8. when using RTL language during Joomla install - Joomla logo override descriptionhttps://developer.joomla.org/joomlacode-archive/issue-23343.html

    verified on IE and FF). Problem can be solved easily by modifying file template.css line 65 (adding padding-right): #header3 span { color:#FFFFFF; font-size:22px; font-weight:bold; line-height:44px; padding-left:180px; padding-right:180px;

    • Type: Tracker Issue
  9. Quick Icon Links on Hover look Strangehttps://developer.joomla.org/joomlacode-archive/issue-32045.html

    the following selector a:hover, a:focus and removed this following: text-decoration: underline; Then I added the following: .span12 span:hover { text-decoration: underline; } This makes it so that only the text gets underlined on hover which is what it...

    • Type: Tracker Issue
  10. b/c issue due to changes in handling of bootstrap headerhttps://developer.joomla.org/joomlacode-archive/issue-32246.html

    is okay as a bandaid for new installs, on old installs with those modules and in existing cases where users want to use a span of 1. So we need to find a solution that makes sure existing sites work as they did before. This is medium high for the...

    • Type: Tracker Issue
  11. com_contact template produces invalid markuphttps://developer.joomla.org/joomlacode-archive/issue-23359.html

    produces: I am in charge of buying fruit. If you sell good fruit, contact me. Probably should change this span to a div with inline-block style to avoid invalid markup if user enters block level tags in Contact - Other Info field.

    • Type: Tracker Issue
  12. Beez Module Headers 3 spans ?https://developer.joomla.org/joomlacode-archive/issue-21219.html

    Articles Categories Login Form Etc. Why the span class values for headings? Is this test data? In Beez_20/html/modules.php function modChrome_beezDivision($module, &$params, &$attribs) { $headerLevel = isset($attribs['headerLevel']) ? (int)...

    • Type: Tracker Issue
  13. Joomla is n't creating a table! https://developer.joomla.org/joomlacode-archive/issue-33188.html

    Table cells may either contain "header" information (see the TH element) or "data" (see the TD element). Cells may span multiple rows and columns. The HTML 4 table model allows authors to label each cell so that non-visual user agents may more easily...

    • Type: Tracker Issue
  14. *Protostar template does not highlight com_search resultshttps://developer.joomla.org/joomlacode-archive/issue-31127.html

    complex: 1. add the stylesheet in Protostar index.php as done with Beez3 2. add the class in the .less and .css in Protostar span.highlight { background-color:#FFFFCC; font-weight:bold; padding:1px 4px; } 3.implement the highlighter in com_search (as...

    • Type: Tracker Issue
  15. Removes hardcoded space in tags layouthttps://developer.joomla.org/joomlacode-archive/issue-33517.html

    /layouts/joomla/content/tags.php line 25 contains a hardcoded space after the closing span element that is unnecessary and could potentially be problematic in certain implementations. Spacing should be handled by CSS instead.

    • Type: Tracker Issue
  16. Changed the way the email cloaking plugin workshttps://developer.joomla.org/joomlacode-archive/issue-31791.html

    more javascript in output This plugin doesn't output a javascript to generate the html, but outputs a link with a series of span elements. The email address id distributed in parts over data-content attributes in these spans. Then by using some short...

    • Type: Tracker Issue
  17. Arranging article heading and action buttons on same linehttps://developer.joomla.org/joomlacode-archive/issue-22913.html

    will break any normal use of floating images or h2 headings within the article itself. Possible solutions: - Add a separator span/div (which can be cleared) between the Action Buttons and the first paragraph - Enclose the article text within its own...

    • Type: Tracker Issue
  18. IE https://developer.joomla.org/joomlacode-archive/issue-25681.html

    "hand" appears. This is problem for guests because they must not know it is button. Patch attached. Note: css code #close a span { line-height:normal } solving problem with blink text-hand-text-hand mouse pointer if mouse move to button from bottom side...

    • Type: Tracker Issue
  19. Address in single contact rendering incorrectlyhttps://developer.joomla.org/joomlacode-archive/issue-29137.html

    in the layout. This will only add a when there is another kind of line break in the string and also will not work inside a span since it is not designed for use with text that is already html.

    • Type: Tracker Issue
  20. Ordering mixup in Menu Manager: Menu Itemshttps://developer.joomla.org/joomlacode-archive/issue-22947.html

    main menu items (those holding the various sub menus) get totally mixed up. Further, sometimes lists of sub-menu items will span multiple pages in the Menu Manager: Menu Items table; however, if you switch between pages any changes you made to the...

    • Type: Tracker Issue
Results 21 - 40 of 41