Blog@LKCN的界面目前还比较单一, 我仅仅设计了几种用作示范. 如果你喜欢更加个性化的Blog界面, 就要做一些小手术了.
这里的前提假设是你懂得HTML, CSS, 和一些简单的设计. 如果你懂得php以及Mysql, 你就可以做更多的改动甚至设计自己的Mod. 如果你什么都不懂,通过简单的学习(3个小时左右)也可以获得基本的界面修改.
在修改之前首先要了解Blog@LKCN的结构:
Blog@LKCN采用的是BoastMachine 3.1版本, 你可以在这里找到这个软件: www.boastology.com. BM3.1遵循GPL, 你可以进行对Blog进行任何的改动,我们采用的是LKCN的空间, 为了提高统一性, 我会在您提交的修改基础上添加如下显示:
1. LKCN的动态logo (side menu)
2. LKCN的Blog声明 (footer)
3. LKCN的链接
4. 其他不影响您的blog主体内容的链接或logo
如果您对这一做法有任何问题都欢迎跟我联系
Blog程序采用的是PHP+MySQL构架, 整个系统非常简单明了. 你在下载了该软件之后, 根据下列文档就可以找到相应的功能或界面显示.
这些文件均位于 ./templates/default 目录下:
bstyle.css - the main style sheet
shout.css - the shoutbox style sheet
printer_friendly.css - styles for the printer friendly page
comment.form.php - the comment form
comment.inc.php - displays comments on the post page
comment_thread.inc.php - displays comments on the post page (threaded style)
footer.php - the base footer of the template. Common for all the pages except admin
error.inc.php - error message style
forgot.inc.php - The 'forgot password' form
header.php - the base header of the template. Common for all the pages except admin
links.template.php - The external links shown on the main page of the blog
login.inc.php - the user login form
mail.friend.php - the 'mail to friend' form
main.template.php - the article full page view
page.num.php - page numbers visible on certain pages
preview.post.php - the post preview page
printer.inc.php - printer friendly page
profile.inc.php - user profile page
register.inc.php - the user registration form
search.inc.php - the search box and the search results
shout.inc.php - the shoutbox
side_menu.php - side menu on the blog page
summary.inc.php - the summaries appearing on the main blog page
tracks.inc.php - displays trackbacks
user.account.php - the user account panel
user.list.php - lists users
theme.info.php - the file which holds the template information
Now here's the default 'admin' template structure
admin_style.css - admin template stylesheet
admin.footer.php - the footer for the admin template
admin.header.php - the header for the admin template
admin.menu.php - the Admin menu
stats.inc.php - the tiny stats show on the admin page (top right by default)
page.num.php - page numbers visible on certain pages
PS: Certain template files contain PHP code
And in the base ./templates directory, you will see four text files
new_user_notify.txt - The new user notification mail sent to the admin
send_post.txt - The 'send to friend' message
user_forgot_pass.txt - 'forgot password' mail
welcome_user.txt - the welcome mail sent to the newly registered users
这里的前提假设是你懂得HTML, CSS, 和一些简单的设计. 如果你懂得php以及Mysql, 你就可以做更多的改动甚至设计自己的Mod. 如果你什么都不懂,通过简单的学习(3个小时左右)也可以获得基本的界面修改.
在修改之前首先要了解Blog@LKCN的结构:
Blog@LKCN采用的是BoastMachine 3.1版本, 你可以在这里找到这个软件: www.boastology.com. BM3.1遵循GPL, 你可以进行对Blog进行任何的改动,我们采用的是LKCN的空间, 为了提高统一性, 我会在您提交的修改基础上添加如下显示:
1. LKCN的动态logo (side menu)
2. LKCN的Blog声明 (footer)
3. LKCN的链接
4. 其他不影响您的blog主体内容的链接或logo
如果您对这一做法有任何问题都欢迎跟我联系
Blog程序采用的是PHP+MySQL构架, 整个系统非常简单明了. 你在下载了该软件之后, 根据下列文档就可以找到相应的功能或界面显示.
这些文件均位于 ./templates/default 目录下:
bstyle.css - the main style sheet
shout.css - the shoutbox style sheet
printer_friendly.css - styles for the printer friendly page
comment.form.php - the comment form
comment.inc.php - displays comments on the post page
comment_thread.inc.php - displays comments on the post page (threaded style)
footer.php - the base footer of the template. Common for all the pages except admin
error.inc.php - error message style
forgot.inc.php - The 'forgot password' form
header.php - the base header of the template. Common for all the pages except admin
links.template.php - The external links shown on the main page of the blog
login.inc.php - the user login form
mail.friend.php - the 'mail to friend' form
main.template.php - the article full page view
page.num.php - page numbers visible on certain pages
preview.post.php - the post preview page
printer.inc.php - printer friendly page
profile.inc.php - user profile page
register.inc.php - the user registration form
search.inc.php - the search box and the search results
shout.inc.php - the shoutbox
side_menu.php - side menu on the blog page
summary.inc.php - the summaries appearing on the main blog page
tracks.inc.php - displays trackbacks
user.account.php - the user account panel
user.list.php - lists users
theme.info.php - the file which holds the template information
Now here's the default 'admin' template structure
admin_style.css - admin template stylesheet
admin.footer.php - the footer for the admin template
admin.header.php - the header for the admin template
admin.menu.php - the Admin menu
stats.inc.php - the tiny stats show on the admin page (top right by default)
page.num.php - page numbers visible on certain pages
PS: Certain template files contain PHP code
And in the base ./templates directory, you will see four text files
new_user_notify.txt - The new user notification mail sent to the admin
send_post.txt - The 'send to friend' message
user_forgot_pass.txt - 'forgot password' mail
welcome_user.txt - the welcome mail sent to the newly registered users
