Taiwan
|
本帖最後由 ken 於 2012-2-10 10:17 編輯
Discuz have New Threads, But it's difficult to use.
It's not plugin.
Effect images:
Default template
Other template
Install Step..
1.Download guide.zip and unzip.
2.Upload guide.php to your website discuz root directory.
3.Upload guide.htm to /template/default/forum/
4.Modify your current template(ex: Default template) discuz.htm as followsFind- <a href="search.php?mod=forum&srchfrom=$newthreads&searchsubmit=yes" title="{lang show_newthreads}" class="xi2">{lang show_newthreads}</a>
Copy the Code Modified- <a href="guide.php" title="{lang show_newthreads}" class="xi2">{lang show_newthreads}</a><!--{/if}-->
Copy the Code 5.Modify language file.
open file /source/language/(?)/lang_template.php
add this codes to ");" Before
English:
- //Check new post in guide
- 'guide_newposts' => 'New Threads',
- 'guide_newreply' => 'New Reply',
- 'guide_reward' => 'Question Reward',
- 'guide_lastpublish' => 'Last Posts',
Copy the Code Traditional Chinese:
- //Check new post in guide
- 'guide_newposts' => '最新主題',
- 'guide_newreply' => '最新回復',
- 'guide_reward' => '問題懸賞',
- 'guide_lastpublish' => '最後發表',
Copy the Code Simplified Chinese:
- //Check new post in guide
- 'guide_newposts' => '最新主题',
- 'guide_newreply' => '最新回复',
- 'guide_reward' => '问题悬赏',
- 'guide_lastpublish' => '最后发表',
Copy the Code Other languages, please own translation.
Last step update cache |
This post contains more resources
You have to Login for download or view attachment(s). No Account? Register
x
|