Thanks all - I think Iāll just make a template for following/unfollowing. Looks like Glidegram is a little too similar to the original - the old template is no longer available
Iāll update everyone when I have a new template for just following/unfollowing
Hi Lisa, The new Glidegram link is now not working if Iām not mistaken. Is everything going well ?..will its template still be made available after approval ?
You would have to maintain two columns. One thatās user specific that you increment if a user likes an item, and another column thatās not user specific (for all users to see), that you can increment cumulatively. Once the user specific column contains a value greater than or equal to 1, you no longer allow them to like the item again and you no longer increment the user specific column or the cumulative column. If you allow a user to unlike something, then you can increment both columns with a -1 and then no longer allow them to increment with a -1 once the user specific column is less then or equal to 0.