Recently to do a forum, find a more mature template discuz! X3.2.
A few days to see this forum features a huge, but also learn the powerful background management. But after all, the discuz needs to be developed two times to meet the functional requirements.
For discuz! X3.2 Elementary study, found still like that, began not to love to listen, follow-up do not understand. What about that? Write a note to urge your learning depth and progress.
Installation Note:
1 database prefix name to write a more complex name, establish the user, and create the user database.
2discuz! x Install the installation file and install the installation directory under the root directory after installation is complete.
3 Background Management Portal file name to be modified.
discuz! x Uninstall of the program
1 Delete discuz! X catalogue
2discuz! X Database deletion
3discuz! Database Account Deletion
After completing the basic setup process, there are two areas that may be needed:
One is a change of style
The other one is the modification of the interface content.
Interface style
Content modification
If the relative discuz! X for development, in order to ensure that the upgrade process will not be affected by the previous changes in the upgrade, try not to modify the original file directory directly.
Three States of system development:
File
config/config_global.php
Variable
$_config[' Plugindeveloper ']
State
NULL does not open plug-in development mode, does not open the embedded point
1 plug-in development mode is turned on without opening the embed point
2 Open the Plugin development mode and open the embed point.
After setting the above parameter value according to the requirement, enter the corresponding development mode.
discuz! X3.2 Study Notes