This manual is being depreciated. Much of the information here is out of date.

The new Jomres Documentation, updated in 2022, can be found at Jomres.net/documentation.

Property Grid (Bootstrap 5 only)

The Property Grid plugin is used to layout lists of properties in Jomres that are not based on search results.

 

This plugin only supports Bootstrap 5.

 

An example of what it looks like can be seen here.

Typically it would be called by shortcodes, normally in an article but it's also possible to call them in a module (in Joomla), or Widget in WordPress.

 

These shortcodes would look something like

{jomres property_grid &property_cols=1}

{jomres property_grid &property_cols=2}

{jomres property_grid &property_cols=3}

{jomres property_grid &property_cols=4}

{jomres property_grid &property_cols=5}

 

If the property_cols argument is used on it's own then random properties are used to generate each row.

You can also  use the property_uids argument to specifiy which propertys to show, and these take the form of a comma seperated list such as 3,5,2

If the number of columns isn't specified then Jomres will determine the number of columns to show itself, up to a maximum of 6 columns.