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

aklalita’s picture

Project: FCKeditor - WYSIWYG HTML editor » FAQ with asking
Version: 6.x-2.0 »
Component: Compatibility with other modules » Code
Assigned: Unassigned » aklalita

Hi

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

rbogdan’s picture

Assigned: aklalita » Unassigned
Priority: Normal » Minor
Status: Active » Closed (won't fix)

This 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.