【问题标题】:Search Filter is not working after upgraded Joomla 1.5 to Joomla 3.4将 Joomla 1.5 升级到 Joomla 3.4 后,搜索过滤器不起作用
【发布时间】:2015-04-07 09:34:15
【问题描述】:

我已将 Joomla 从 1.5 升级到 3.4。我也升级了 Vodes 支付组件。升级后搜索过滤器选项不适用于管理员。这是我正在使用的代码:

<form action="index.php" method="post" name="adminForm" id="adminForm">
<table width="100%">
<tr>
    <td align="right" width="100%">
        <?php echo JText::_( 'Filter' ); ?>:
        <input type="text" name="search" id="search" value="<?php echo $this->lists['search'];?>" class="text_area" onChange="document.adminForm.submit();" />
        <button onclick="this.form.submit();"><?php echo JText::_( 'Go' ); ?></button>
        <button onclick="document.getElementById('search').value='';
this.form.getElementById('filter_catid').value='0';
this.form.getElementById('filter_state').value='';
this.form.submit();">
<?php echo JText::_( 'Reset' ); ?></button>
    </td>

请帮我找出来。

【问题讨论】:

    标签: joomla3.0 joomla1.5


    【解决方案1】:

    这可能与您从 1.5 升级到 3.4 的方式有关。这是一个巨大的飞跃,因此在此过程中出现问题也就不足为奇了。

    【讨论】:

      猜你喜欢
      • 2014-03-01
      • 2012-03-11
      • 1970-01-01
      • 1970-01-01
      • 2012-12-12
      • 2013-02-22
      • 1970-01-01
      • 2012-12-06
      • 2018-02-20
      相关资源
      最近更新 更多