I propose a new feature to the module. It is to make the "Advertisements" content type fields available when creating a view with the "node" base table, so you don't need to create a view of type Advertisement" to display ad-related info. The patch doesn't break the previous way, it just adds another implementation. It simplifies the views creation process, as #985302: relationship to node or cck? shows the present way is a bit hard to grasp.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | ad_views_declaration_views_data.patch | 10.91 KB | _tychris |
| ad_views_declaration_views_data.patch | 10.91 KB | _tychris |
Comments
Comment #1
_tychris commentedSorry, I remove developement comments.
Comment #2
samhassell commentedHey I got this patch working but theres a line at the top that says the
but the handlers are all in the root directory.
changing that line to:
fixes the problem.
Comment #3
pindaman commentedGreat patch thanks.
I have patched into ad_views-6.x-1.x-dev
if you want it take it from here.