i splittet up the d6 version to a pages.inc and a example.inc
the patch is from the version5, because i don't know how to check out the current dev or the initial d6dev
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | magic_tabs_split_2.patch | 7.78 KB | dawehner |
| #2 | magic_tags_6_split_files.patch | 17.27 KB | dawehner |
| magic_tabs_5_to_6_pages.patch | 18.98 KB | dawehner |
Comments
Comment #1
yhager commentedneed to reroll in light of new 6.x branch.
Comment #2
dawehnerhere is the reroll of the patch for the current d6 branch
Comment #3
yhager commentedI may be missing something with Drupal 6.x module development, but how does magic_tabs.pages.inc get included? I tried to call magic_tabs_get() in a node content (like in the demo site), and it bails out with undefined function.
Comment #4
dawehnerhere is a code split which has magic_tabs_get in the .module
This function includes than the pages.inc file
Comment #5
dawehner