Create site admin

How to create the report to show how many people visit our site ? I wanna create admin/ owner site. Thank you !

Hi Yuan!

Can you please clarify what you’re trying to achieve?
Are you looking for visitor counter?
For a way to add admins and contributors to your site?

Doron. :slight_smile:

Hi Doron,

  1. I want to show on the screen the total of people visit my page in one day. Something like performance /report.
  2. My site is about system car rental, so car owner can register as a new member. When customer booking their car, the system can display who order the car and other information.

Thank you.

Hi Yuan,

There are a number of ways of viewing the number of site visitors:

Regarding your second question - it is very much possible to achieve, however it requires some planning and coding.

I would start by creating two collection, one for the available cars to lease, where each item represents a vehicle. It should also contain the car owner.
A second collection for the active rentals, which references an item from the car collection.

This way it should be pretty much straightforward from here and should require little to no coding.
Checkout the dynamic page tutorial below to get you started.

Additionally, feel free to checkout the tutorial section for more help