Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-2.x-dev
Component:
Documentation
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 May 2009 at 22:43 UTC
Updated:
6 Jan 2010 at 19:20 UTC
When creating a module with an embedded default view I wanted some custom theming; this required a custom template file. Looking at the Advanced help page "Using default views in your module" I saw the code I needed to get the job done by implementing hook_theme() in my module, but it didn't work.
After playing with the cide for a couple of hours I came up with something that works.
This patch modifies the Advanced Help file to add what I think is necessary for others to be able to get this accomplished.
| Comment | File | Size | Author |
|---|---|---|---|
| views-adv_help_bug.patch | 2.06 KB | jrglasgow |
Comments
Comment #1
dawehnerPatch works fine, and makes sense.
Comment #2
merlinofchaos commentedCommitted to all branches!