what is the best practicing for views counter and likes counter for pages ?
Hi our
i am working on news website and i want to make a views counter and like button for the news witch is the best way to do it referring to that i have a huge number of nodes.
https://our.umbraco.com/documentation/Extending/Database/ << This is a good intro into extended the database in Umbraco v8. It uses Migrations to deploy schema changes so you can track the state of your modifications in different environments should the need arise.
what is the best practicing for views counter and likes counter for pages ?
Hi our
i am working on news website and i want to make a views counter and like button for the news witch is the best way to do it referring to that i have a huge number of nodes.
Hi Mus'ab, the proper way tohandle view counter, likes, ratings and so on is to use POCO objects which will store the data in custom db table. You can get the idea here: https://creativewebspecialist.co.uk/2013/07/16/umbraco-petapoco-to-store-blog-comments/
Mila
Hi Mila
i think that this article using umbraco 7 and there are a many changes in umbraco 8 do you have any idea about this ?
Hi Mus'ab
https://our.umbraco.com/documentation/Extending/Database/ << This is a good intro into extended the database in Umbraco v8. It uses Migrations to deploy schema changes so you can track the state of your modifications in different environments should the need arise.
Nik
Hi Nik
Thank you for your help i can create the table now but how can i insert and edit rows in the table that i created from the views ?
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.