posts | comments
24Jan

Joomla! 1.5 Notes

No comments
  • 1,取消在首页显示”Welcome to the Frontpage”
  • administrator->menu->mainmenu->home->parameters system->Show Page Title

    选择”NO”
    -_-真难找!

  • 3,Read More…
  • 找了好久也没找到如何设置Read More…
    正不知所措之时,兀地发现只需要在内容编辑处添加”Read More…”按钮即可实现

    1.5不同于1.0.X的地方还真多呀,在1.0.X中”Intro Text”是独立的一个编辑框的

  • 4,搜索字符串长度限制
  • 修改/administrator/components/com_search/helpers/search.php文件
    把第69行代码中的数字3修改成自己所需的数字,比如修改成数字1,如下:

    if ( $searchword && JString::strlen( $searchword ) < 1 ) {

Categories: Note, Web

Thursday, January 24th, 2008 at 5:21 pm and is filed under Note, Web. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

Leave a reply