$10 simple feature of Book Reviews by Waindigo

How much this feature cost&

  • $5

    Votes: 0 0.0%
  • $15

    Votes: 0 0.0%
  • $20

    Votes: 0 0.0%
  • more than $20

    Votes: 0 0.0%

  • Total voters
    1
Where are the 5 likes coming from? It'd be simple to just write an extra 5 likes to the database but, what users are awarding these *automatic* likes? It'd most likely create orphaned entries unless the likes are matched up with a user and/or a content type.
 
Where are the 5 likes coming from? It'd be simple to just write an extra 5 likes to the database but, what users are awarding these *automatic* likes? It'd most likely create orphaned entries unless the likes are matched up with a user and/or a content type.
Is it possible create review post with 5 likes? Now review post create with 0 like
 
It's possible to add 5 likes, sure, but my point is that all likes issued have an associated user ID and an associated content type (post, profile post, etc), so it's not as simple as just "insert 5 likes into xf_likes table".

So, how do you want to handle that?
 
It's possible to add 5 likes, sure, but my point is that all likes issued have an associated user ID and an associated content type (post, profile post, etc), so it's not as simple as just "insert 5 likes into xf_likes table".

So, how do you want to handle that?
A Dummy admin account called
Bookreview Fairy
post = the book review.
 
Top Bottom