歡迎光臨, 訪客. 請先 登入註冊一個帳號.
三月 29, 2024, 04:15:10 上午
19595 文章 在 3865 主題 由 4580 會員
最新註冊會員: aa123aa1
  列出文章
頁: [1] 2 3 ... 8
1  開發 / 模版設計 / Re: 准备公布时尚秀网所用的十几套模板 於: 六月 10, 2007, 07:15:04 下午
jet_li 我也过来支持你啦! 開懷大笑 開懷大笑
2  支援 / 使用與操作 / Re: 如何动态判断用户是否登录呢? 於: 三月 11, 2007, 10:15:47 上午
可以自行更新的
3  支援 / 安裝與設定 / Re: 1.1.6多使用者共用一网志的设定有问题 於: 三月 10, 2007, 10:40:40 下午
这应该是JS版本支持的一个BUG,你用FIREFOX试试看,我在IE6下也发现了这毛病,所以用这个操作时则要进FIREFOX来完成
4  支援 / 使用與操作 / Re: [问题]请问1.1.2版的外挂有悄悄话吗? 於: 三月 10, 2007, 10:38:47 下午
还没有吧~~
5  支援 / 使用與操作 / Re: 如何动态判断用户是否登录呢? 於: 三月 10, 2007, 10:34:47 下午
check out 最新的代码,你可以看到相关的例子了

templates\default\commentform.template模板上

                      {if $authuser}
   {$authuser->getUsername()} (<b>{$locale->tr("form_authenticated")}</b>)<br />
   <input type="hidden" name="userName" id="userNameHidden" value="{if $authuser}{$authuser->getUsername()}{/if}" /></div>
   {else}
   <input type="text" name="userName" id="userName" value="" /></div>
   {/if}
6  支援 / 安裝與設定 / Re: 图片无法上传.非图片类可以正确上传之问题 於: 一月 04, 2007, 09:21:06 上午
你的GD没有装好,在windows下的,你进php.ini 看看GD部分是否开启了了.然后再用

 用phpinfo()看gd信息   jpeg是否为enable
7  開發 / 外掛程式 / Re: SPAM状况极为严重~ 於: 十二月 31, 2006, 07:16:26 上午
ajer001 提到的bad-behavior你有试过了吗?
8  支援 / 安裝與設定 / Re: 标题与内文乱码问题 於: 十二月 29, 2006, 09:16:26 下午
估计是mysql较对编码的问题,你数据库里用的是latin1,但LT设置为utf-8了,用phpmyadmin进入你的LT表,看下他的结构就知道了
9  支援 / 使用與操作 / Re: 新用户注册汇总都是"祝贺你" 於: 十二月 29, 2006, 09:13:26 下午
你用的是哪个版本,我用的是1.1.3,新注用户的默认第一篇文章是不会显示在summary的.
10  建議 / 要求與建議 / Re: 上傳資料匣已滿? 於: 十二月 19, 2006, 08:33:25 下午
估计要等MARK上来才解决了,我测试了,也是同样提示 害羞
11  支援 / 使用與操作 / Re: 求救~~~不能自動指定全域文章分類~~ 於: 十二月 19, 2006, 08:29:16 下午
我从1.1升级到1.1.3的,也有此问题,后台可以增加分类.

删除分类这个功能也无效.首页也无法显示新增的分类.
12  支援 / 安裝與設定 / Re: 部落格同时上线数量限制,能否更改成无限制 於: 十二月 04, 2006, 03:52:19 下午
同意楼上,

数据库连接数默认是100的,你在my.cnf中修改下最大连接数,弄成如1200等 

apache的httpd.conf也可以找到最大连接数的选项
13  支援 / 使用與操作 / Re: 一台主机只有一个MySQL吗? 於: 十二月 01, 2006, 08:41:59 上午
表的语系是独立的,你可以在表结构里全改为UTF8-general-ci,然后config.properties.php里$config['db_character_set'] = 'utf8';

14  支援 / 使用與操作 / Re: tinymce,edit html souce問題.................. 於: 十月 25, 2006, 07:22:34 上午
我是自己增加/tinymce/ 的flash的plugin,请看附件,我用的也是LT1.1正式版

再修改下这个档lifetype_11/js/tinymce/tiny_mce-plog.js
引用
tinyMCE.init({
   mode : "exact",
   elements : "postText,postExtendedText",
   theme : "advanced",
   plugins : "fullscreen,table,inlinepopups,insertdatetime,emotions,insertresource,flash,insertcode",
   relative_urls : false,
   remove_script_host : false,
   force_p_newlines : true,
   cleanup_on_startup : true,   
   theme_advanced_buttons1 : "fullscreen,separator,fontsizeselect,fontselect,forecolor,backcolor,bold,italic,underline,strikethrough,separator,justifyleft,justifycenter,justifyright,justifyfull",
   theme_advanced_buttons2 : "bullist,numlist,indent,outdent,separator,link,unlink,image,insertresource,emotions,separator,hr,insertdate,inserttime,flash,separator,code",

操作方法与演示地址在这里,http://admin.cnplog.com/post/1/137

15  開發 / 外掛程式 / Re: 留言板的外掛 於: 十月 22, 2006, 09:15:07 下午
http://forum.lifetype.org.tw/index.php?topic=2947.0
頁: [1] 2 3 ... 8