voting module
Common module operations
Operation name | Description |
Add vote | None |
Manage Voting | None |
View statistics | None |
Regenerate JS | None |
Module configuration | none |
illustrate:
The voting function of the system provides two types of voting. The first is single-choice voting. The second is multi-choice voting. Website editors can select the type to operate according to actual needs.
Where to use voting:
Commonly used on home pages, content pages, and topic pages. All areas where you want to put voting.
how to use:
You only need to copy the corresponding code into the template according to the location of the vote. The system information release page and topic management have built-in voting selection functions. You only need to manually click to add a vote.
For different CSS styles in different locations, the system provides three commonly used calling codes:
1 Home page/column page
2 Content page
3 JS call
For the specific calling code, please view the voting calling code function item;
Common voting functions:
1 Set voting reward points
2 Prevent ticket fraud
3 View voter information
You can view the distribution of voting results and the list of voting members
Location: Module> Module Management> Voting> Update JS
When you reconfigure voting After that, please get the JS again and then reference it.
##