Closed (won't fix)
Project:
FAQ with asking
Component:
Code
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
1 Jun 2011 at 07:13 UTC
Updated:
10 Jun 2011 at 07:16 UTC
Hi
How to theme the two extra fields added with the help of CCK module in FAQ create form.
Please help me.
Thank you in advance.
lalitha
Comments
Comment #1
aklalita commentedHi
How to theme the two extra fields added with the help of CCK module in FAQ create form.
I mean how to theme a node using hook_theme().
Please help me.
Thank you in advance.
Lalitha
Comment #2
rbogdan commentedThis is not issue for current module.
aklalita you can read how add cck fields in cck doumentation.
Theme your node you can with using template_preprocess_node() function, and eding node-{node-type}.tpl.php file.