====== <#TWinRE_forum_lastthreads_item> ====== Object TWinRE_forum_lastthreads_item provides the representation of a single recently updated topic from the forum. This object used to display the list of last updated topics somewhere on the web-site. We show it now on the main page. ===== Available properties ===== ^ Name ^ Type ^ Description ^ | threadid | integer | Integer ID of the forum topic. Taken from MySQL database of vBulletin. | | title | string | Title of the forum topic. Has a charset UTF-8 like any other returning string in the template system, so take care on it using some char count functions etc. | | replycount | integer | Actual number of posts in this forum topic. | ===== Methods ===== ^ Name ^ Returning type ^ Description ^ | url | string | Constructs an URL using the forum path and ID of the topic. To build it correctly the threadid-property should be set. |