PhpBB Modifications Documentation
From PHPBB用户手册
文档目录
[编辑]
phpBB3 MOD开发简介
[编辑]
简介
[编辑]
历史
[编辑]
MOD开发政策
[编辑]
phpBB3.0 MOD收录规范
[编辑]
MOD重新打包政策
[编辑]
政策
[编辑]
Modifications Insta-deny Policy
[编辑]
作者须知
[编辑]
Insta-deny Criteria
[编辑]
Licensing phpBB MODs
[编辑]
编写 phpBB3.0 代码
[编辑]
使用 phpBB3.0 语言系统
[编辑]
使用 php 语言系统
[编辑]
在模板档案中使用语言系统
[编辑]
加入新项目
[编辑]
使用 phpbb3.0风格/模板系统
[编辑]
风格/模板档案
[编辑]
风格/模板变量
[编辑]
分配风格/模板变量
[编辑]
控制结构
[编辑]
模块变量
[编辑]
分配模块变量
[编辑]
使用模块变量
[编辑]
条件语句
[编辑]
逻辑上的操作
[编辑]
包括其它风格/模板
[编辑]
标记页数
[编辑]
外挂使用的风格/模板
[编辑]
Using the phpBB3.0 DBAL
[编辑]
初始数据库连接
[编辑]
Selecting Data
[编辑]
Building Queries
[编辑]
Inserting Data
[编辑]
Updating Data
[编辑]
Removing Data
[编辑]
Managing the Cache
[编辑]
Using phpBB3's Basic Functions
[编辑]
User input
[编辑]
Preserving sessions
[编辑]
Redirecting users
[编辑]
The User Class
[编辑]
Validating input
[编辑]
Checking authorisation
[编辑]
Inserting Posts and Private Messages
[编辑]
Building URLs, hidden fields and other HTML
[编辑]
Errors
[编辑]
Log In
[编辑]
Confirm Box
[编辑]
Page Header and Footer
[编辑]
Bringing it all together: A Sample Page
[编辑]
Using the phpBB3.0 Module System
[编辑]
Adding a Module
[编辑]
Writing a Module
[编辑]
Modules and Modes
[编辑]
The Info File
[编辑]
The Module Class
[编辑]
Templates
[编辑]
Language
[编辑]
Modifications Tools & Utilities Documentation
[编辑]
mEAL Automated Check
[编辑]
System Requirements
[编辑]
Linux
[编辑]
MAC OSX
[编辑]
Windows
[编辑]
Using mEAL
[编辑]
Linux, MAC OSX and MONO on Windows®
[编辑]
The .net Framework on Windows® (best for windows)
[编辑]
Glossary
[编辑]
Glossary
[编辑]
Appendicies
[编辑]
phpBB Versioning Explained
[编辑]
Major Version Number (X)
[编辑]
Minor Version Number (Y)
[编辑]
Revision Version Number (Z)
[编辑]
Release Version Number (a)
[编辑]
Development Vs Stable Version Numbers
[编辑]
The Modifications Text Template
[编辑]
Basic Template
[编辑]
Header
[编辑]
Title
[编辑]
Author
[编辑]
phpBB.com Username
[编辑]
E-mail Address
[编辑]
Real Name
[编辑]
URL
[编辑]
Examples
[编辑]
Multiple Authors
[编辑]
Description
[编辑]
Version
[编辑]
Installation Level
[编辑]
Installation Time
[编辑]
Files to Edit
[编辑]
Included Files
[编辑]
License
[编辑]
Security Disclaimer
[编辑]
Author Notes
[编辑]
MOD History
[编辑]
Installation Disclaimer
[编辑]
Actions
[编辑]
Action definition
[编辑]
The SQL Action
[编辑]
The COPY Action
[编辑]
The DIY INSTRUCTIONS Action
[编辑]
The OPEN Action
[编辑]
The FIND Action
[编辑]
The REPLACE WITH Action
[编辑]
The AFTER, ADD Action
[编辑]
The BEFORE, ADD Action
[编辑]
The INCREMENT Action
[编辑]
The IN-LINE FIND Action
[编辑]
The IN-LINE AFTER, ADD Action
[编辑]
The IN-LINE BEFORE, ADD Action
[编辑]
The IN-LINE REPLACE WITH Action
[编辑]
Conclusion
[编辑]
Concluding a MOD Text Template file
List of Figures
6.1. phpBB version numbering system fields 6.2. Tree diagram depicting the version history of a fictional MOD.

