Netren网站使用的是开源joomla系统1.5.20,按照英文版并进行汉化。在使用刚开始过程中有几项默认设置需要手动修改,相信会有其他朋友会遇到同样问题。我用的是rhuk_milkyway模板。
1、版权信息的修改:
这个版本的joomla版权分为两处:
第一个是底部*位置:
- 编辑前建议先设置模板文件权限:chmod 777 templates/rhuk_milkyway/index.php
- 此处在后台->工具菜单->扩展->模版管理->找到对应模板(如rhuk_milkyway),选择编辑HTML,在最下方位置有相应代码:
<p id="power_by">
<a href="http://www.joomla.org">Joomla!</a>.
<a href="http://validator.w3.org/check/referer">XHTML</a> <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a>.
可以根据需要修改成你自己的内容。提示不熟悉php语言的朋友: <?php echo JText::_("CSS Validity");?>可修改为<?php echo "自定义内容"?>
例如修改成netren.org的样式:
<p id="power_by">
<a href="mailto: china.up@hotmail.com">Jeffrey Guo </a>@ <a href="http://www.netren.org"> Netren(网人)! </a>
<a href="http://www.miitbeian.gov.cn">京ICP备10212322号</a>
</p>
JA_Purity 模板的修改:同样chmod 777 templates/ja_purity/index.php权限修改为可写
编辑templates/ja_purity/index.php 在文章结尾处找到以下内容进行修改:
<div class="ja-cert">
<jdoc:include type="modules" name="syndicate" />
<a href="http://jigsaw.w3.org/css-validator/check/referer" target="_blank" title="<?php echo JText::_("CSS Validity");?>" style="text-decoration: none;">
<img src="http://images.cnblogs.com/but-css.gif" border="none" alt="<?php echo JText::_("CSS Validity");?>" />
</a>
<a href="http://validator.w3.org/check/referer" target="_blank" title="<?php echo JText::_("XHTML Validity");?>" style="text-decoration: none;">
<img src="http://images.cnblogs.com/but-xhtml10.gif" border="none" alt="<?php echo JText::_("XHTML Validity");?>" />
</a>
</div>
例如修改为netren.org网站的样式:
<div class="ja-cert">
<jdoc:include type="modules" name="syndicate" />
<a href=mailto: china.up@hotmail.com">Jeffrey Guo </a>@ <a href="http://www.netren.org"> Netren(网人)! </a>
<a href="http://www.miitbeian.gov.cn">京ICP备10212322号</a>
</div>
2、修改joomla首页网站标题:
具体步骤:进入后台管理页面,administrator->menu->mainmenu->home->parameters system->page title,对应中文版是,菜单->主菜单->首页->系统参数->页面标题, 这样就可设置首页默认标题了!
3、修改首页内容版块(模块)英文标题
后台->工具菜单->扩展->模块管理->找到对应模块修改标题即可
4、增强内容编辑功能:
系统默认(内建)的内容编辑,功能少之又少。而且使用起来很不方便。可以下载JCE插件完善这些功能。以实现更多的可编辑性。http://www.joomlacontenteditor.net/downloads/editor/category/editor-2
进行安装的方法:
http://www.joomlacontenteditor.net/installation/item/jce-editor-install
重要的是按照成功后,要在网站管理后台>>全局设置>>默认编辑器:选择好editor-JCE1.5.xxxx