Support jOOmla! Autoit!
 
DocMan组件1.3 rc2 使用过程中的问题解决 输出PDF 打印 E-mail
Author Author: Autoit | Date Date:2006-07-28 | View Count View: 9552 | Digg Count Digg: 55

DocMan组件1.3 rc2 放出了很长时间,到现在也一直没正式放出新版本,但 Svn 里已经放出 rc3,而且对 rc3 也做了不少的更新! 可惜的是:好像是针对 joomla 1.5做了不少更新, 对1.0的joomla来说有很多问题. 所以我试了几次,最终还是用回了 rc2版本.

  • 在使用过程中,文件多了后所产生的分页效果的链接上没获得菜单的ID值,临时解决方法为:修改components/com_docman/themes/default/templates/general/pagenav.tpl.php
 <?php echo $this->pagenav->writePagesLinks( $this->link );?>

 中加上你的 下载的 id值,你点我 下载栏看看,是Itemid=33,所以改为:

<?php echo $this->pagenav->writePagesLinks( $this->link.'&Itemid=33' );?>
这样就可以了,因为这个组件相对庞大,所以也没时间去思考他到底问题出在哪里, 当然这样的方法虽然不是很好,但改起来简单容易.

Permanent URL: http://www.autoit.cn/index.php/content/view/62/25.html

Shares: Google书签 Yahoo书签 雅虎收藏夹 365Key网摘 新浪ViVi 百度收藏 天极网摘 diglog 和讯网摘 POCO网摘 YouNote网摘 博拉网 天下图摘 spurl blogmarks BlinkList reddit digg Del.icio.us   |  Tags: DocMan  问题  

 
增加文章右上角三个小图标被点击的统计   模块下方添加 more 引发出来的