Hello,
I created a node with the fallowing name page--ac--node--dexp_portfolio.tpl.php
And Md Awecontent module working fine but I can't display default drupal fields.
For example I want to display default drupal field body <?php print render($content['body']); ?> and content of MD Awecontent in page--ac--node--dexp_portfolio.tpl.php.
And my Question is:
How Can I display both fields <?php print render($content['body']); ?> and content of MD Awecontent ?
Hi,
- The node built with awecontent only shows fields if those fields are dropped into Awecontent layout
- You can check function awecontent_node_views line 1633 ->1645 for more detail:
Which file I have to look for this awecontent_node_views function?
And How I can print these body field <?php print render($content['body']); ?> ?
I found this function in awecontent.module.
Now how can I print default drupal fields ?
Sorry,
Our module does not print default field of drupal in node. If you would like, please customise that section of code to:
Also, we will consider about giving more options to user.