display
display="icon, title, link, text, other data, metainfo"
Write the fact components separated by a comma which you want to be displayed.
Attention: if you want this parameter to work correctly, you schould NOT use blank spaces between the quotational marks and the commas.
editinclude
editinclude="1" or editinclude="0"
The included fact can(value 1) or cannot(value 0) be edited from the fact in which it is included.
nobreak
nobreak="1" or nobreak="0"
There is no (by using of value 1) or there is (by using of value 0) a blank line between the included fact and the rest of the fact (e.g. another included fact).
cuttitleto
cuttitleto="15"
You can set the maximum length of the included fact with cuttitle. In the example above if the title of the included fact is longer than 15 characters only the first 15 characters will be shown.
latestchanges
<factinclude latestchanges />
By default includes links to the 10 latest changed facts.
latestchanges can take the following parameters:
-
view
view="simple"
This parameter makes the latest changes list in a simple compact form as in the left frame.
Attention: If you use the view-parameter and the display on the same time, no all options of the display-parameter will take effect.
-
count
count="3"
Defines how many links should be displayed. In this case there will be shown 3 links.
Note: if you type a value 0 between the quotation marks the default value will be loaded.
-
cuttitleto
cuttitleto="15"
You can set the maximum length of the included fact with cuttitle. In the example above if the title of the included fact is longer than 15 characters only the first 15 characters will be shown.
-
titlestyle
titlestyle="text-decoration: none;"
Between the quotation marks you can use css codes to define the style of the titles. The style will be attached to the <a> link of the title link. This won't change the general view of the fact's title, this will add a style only to the title in the fact, where the folder or the fact is included.
For example:
"text-decoration: none;" can be replaced with "color:#cc0000; font-style:italic;" etc.
-
maincolumnwidth
<factinclude latestchanges maincolumnwidth="200"/>
maincolumnwidth - width of the title column (default 135)
-
display
display="icon,changetype,title,datedifference,creator,infoid,date"
Indicates what columns will be shown in the latestchanges section.
Attention: if you want this parameter to work correctly, you schould NOT use blank spaces between the quotational marks and the commas.
-
userid
userid="80016"
Displays the latest changed facts by the user with the id=80016.
-
forumid
forumid="102"
Displays the latest changes from the platform with ID 102 (default - current platform)
-
service
service="system_service_name"
Displays the latest changes filtered by the appropriate service name.
For example:
If you type service="news" you will see only the latest changes on this service.
Service names are: facts(text), image, downloads, link, news, events, dialog, weblogs
-
filterbyfolder
filterbyfolder="452701"
With this parameter you can filter by a specific folder with infoID "452701.1".
Please, note: Use only the id of a folder - only the first part of the ID, without dot and version.
-
filterbycurrentfolder
filterbycurrentfolder="1"
Includes the links of latest changed facts from that folder, where you create the fact.
Attention: For Comments and for postings within Forum the latest latest changes are not displayed (for performance reasons).
-
displaymore
displaymore="1"
You should either not set this parameter or use value 1. In the last case there will be shown the "more..." link at the bottom.
-
wholeserver
wholeserver="1"
If you set value "1" for the parameter wholeserver, the latest changes from the platforms on the whole server will be displayed.
Attention: For Comments and for postings within Forum the latest latest changes are not displayed (for performance reasons).
|