1. You want to create a view that is listing posts ?
2. You want to add a modal to that view that pops up with a different content template?
3. You want to add this view to a tab so when the user clicks the tab they will see the information that the view is listing ?
I need to create View
when I click on a post link ==> Modal popup with post content template is viewed
But...
The Modal popup content only delivered via ajax!
as posts content is very big and only better to be got via ajax popup
Ok so it is possible to create the view and have the modal popup.
However all the content for each view must be loaded once the view is loaded, then it is hidden with the modal. Its not possible to have the content loaded on demand when the modal is clicked.
If you are to do this it would require a complete custom code in order to load the information on demand.