| Description | About Frontpage Auto Update
How to update
- overwrite frontpage_update.php
fix : change frontpage item
This plug-in works the following things.
- It works after two when corresponding to either of the following two conditions.
- When the present specified order and the order of the row of the front page are compared, and it differs.
- When there is a new article from the article registered in the front page.
- An article for which new front page data is specified and a new article are
additionally made.
- The registration of a present front page is backed up.
- The registration of a present front page is deleted.
- The article for maxnum is newly registered in the front page.
- This extension register only the number of maxnum with frontpage.
- It is tried to return it from the backup when it is not possible to register.
Setting
- Backend
It is a parameter added from 1.1.0. Effective invalidity in the back end is specified.
- fix frontpage
The system does not exclude the item which filled here out from frontpage. Example:3,8,19,55(content id)
The specification method changed
from 1.1.0. It specifies it as follows.
Ordering=content_id
example:
1=45
3=2
7=78
It delimits and it inputs it by changing line every order = article ID and
one item.
- As a result, it comes to be able to specify it even if it never never
specifies it for the front page.
- max num
Max number of Fronpage
- Even if it input more than the number of maximum articles, it came to be
set to the number of maximum articles by the automatic operation.
- exclude sections
The system does not register the section which filled here out with frontpage. Example:9,10,2,3(section id)
- exclude categories
The system does not register the category which filled here out with frontpage. Example:9,10,2,3(category id)
- exclude items
The system does not register the item which filled here out with frontpage. Example:9,10,2,3(content id)
|