Howdy again Jincy,
Like I got into detail about in your other thread we are responding as quick as we can, and actually well ahead of what our official policy stated on the forum home page calls for. I am sorry if that is inadequate for you, but it is our best.
Our plugin uses the WordPress API quite admirably in this regard. The best way to store page data in WordPress is by implementing a custom post_type, which is exactly what we do! Plugins which do not do this face all sorts of disadvantages and tend to gum up the works. Here is a link describing how this works and the various places post_types store their data. Specifically our base plugin creates the following post types: tribe_events, tribe_organizer, tribe_venue
Does that make sense? Are you able to find it now? Thanks for posting!
– Brook