We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

How can an user find a list of things she have liked? | Forum

SL
SL Feb 26 '13

Quote from Bobby @ Raden - this means - if a "likes" plugin is created (to view my likes and/or likes of a any friend in my friends list) the plugin should call only ... Let's say, 20 to 50 results per page?
This mb good method if this not create the new database table (each users for the same liked post)...for calling or just using the id instead of using all post text
The Forum post is edited by SL Feb 26 '13
cit27
cit27 Feb 26 '13
@Bobby
If u want to create this plugin mb you
can learn from thesubscribed post plugin (available on the store) or if not use the new plugin you can learn from /blogs/my-published-posts
The Forum post is edited by cit27 Feb 26 '13
risha
risha Feb 26 '13
No this wont be too much work at all for database either as core or as plug in
Unique
Unique Feb 26 '13

Quote from risha No this wont be too much work at all for database either as core or as plug in

maybe you want to share how to get this without plugin and not to much work at all for database...
or to make sure you really understand what you are saying or asking
The Forum post is edited by Unique Feb 26 '13
risha
risha Feb 26 '13

@ Unique

 

Since all the things are already there in the database.

The  table is there : ow_newsfeed_like

What we need is


SELECT * FROM `ow_newsfeed_like` WHERE userId = current user Id
SELECT * FROM `ow_newsfeed_like` WHERE userId -= user Id of profile being viewed

 

Now that you have got it please post a custom mod or plug in to help us immediately please.

Pages: « 1 2