Sunday, September 25, 2011

Tips12: Modifying Add Hits on Article Object


Each time an object is opened, TikiWiki can calculate, how many times the object was opened. It can be seen from the page counter of that object. For example, for object article, page counters is performed by the field nbreads of tiki_articles table that will count every visitor who opens an article page. The counter will never decrease, it will even continue to increase when a visitor opens that article page. In the object file galleries, page counter is calculated through the field hits.

Friday, September 2, 2011

Tip 11: Making Simple Sitemap for Article Object

Search Engine like Google, Yahoo, Bing, and others use RSS feed for their sitemap to crawl or index a website . TikiWIki has this feature by enabling the RSS feed through the administrator menu. Subcribing the RSS Feed can make the search engine to crawl or index the website when any new information arrived. If you feel that the RSS Feed provided by TikiWIki is not enough, you can make a sitemap using this program below.