Loading...
 
Skip to main content

Custom Share Module 0.1dev

Features / Usability

Features / Usability


Re: How to display only the number/count of items in a Tracker

posts: 215

You would have to decide if there was any security risks with doing it this way, but you could make a DNS for your Tiki database and then just use the SQL plugin

Copy to clipboard
{SQL( db="MyTikiDB" raw="1")} select count(*) from `tiki_tracker_items`  where `trackerId`='1'{SQL}

 

There are no comments at this time.