Hello,

Just wondering if it would make sense to store the url of a link or video in its own column or table? It would be great to be able to list the most popular links/videos shared based on how many users have recommended it, along with the status messages that accompany those links.

Cheers,
Jonny

Comments

publicmind’s picture

Status: Active » Closed (won't fix)

FBSMP employs a extensible plugin architecture, where it stores all its plugin data into one field. I think it would be an overkill to create table for each plugin and store it information independently, although it would definitely help in writing the custom views easily.

I will try to see if I can expose the individual tokens from various plugins into the views. I am guessing that you are trying to create view, right?? For now, you can probably use the [themed-attachment] which is already available.

Regards,