Jump to content

imho

Approved members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by imho

  1. hm, i need: <a href="{clickurl}">…, <a href="{clickurl}http://example.com"> — ugly hack, and it uncomfortably

    Go lib/OX/Extension/bannerTypeHtml/bannerTypeHtml.php

    find  if ($row['bannerid'] && ($row['url'] || $row['target'])) {

    and comment if block

            /* if ($row['bannerid'] && ($row['url'] || $row['target'])) { */
                // The "url" and "target" elements remain as part of the form definition
                // for HTML banners only for existing banners that have either
                // url or target already set.
                $form->addElement('header', 'header_b_links', $GLOBALS['strBannerLink']);
                $form->addElement('text', 'url', $GLOBALS['strURL']);
                $form->addElement('text', 'target', $GLOBALS['strTarget']);
            /* } */

     

×
×
  • Create New...