Often when you work with Invision Community Pages you get stuck because you don't really know what data is available to you, or how to get the date into your templates. Fortunately, there is a very useful way to get that information, and you only need to use a small bit of code. {{$test=var_dump($database);}}{{exit;}} You can place this into your template with the variable of your choice. In this case, I have added the $database variable as an example. When you do this, your page will spit out a bunch of text on the page and pretty much ruin it, so don't do it on a production site. The text will be a list of all data that your variable can get to, along with some information about that data. From this list, hopefully, you can find new data to use in your templates