By suebphatt on
Hi, everyone.
This is my code for views-view--from_webmaster--block.tpl.php for my views 2 theme (already installed devel's module).
No fields were print in the result page, please see the code
<style type="text/css">
.main {
background-color:#000;
color:#FFF;
padding:15px;
vertical-align:top;
}
</style>
<table width="320" height="140"><tr><td class="main">
<?php print $fields['title']->content; ?>
aaa ...
</td></tr></table>
and this is the result, please see the image link below-v
http://lh5.ggpht.com/_P4E-rYAHEMc/SydNUYt4hUI/AAAAAAAAASk/OWyEGS7dVwc/s8...
what is the source of the problem?
Thank you for help and your times
Regards,
Suebphatt
Comments
More pic
This is my views configuration for the block.
http://lh3.ggpht.com/_P4E-rYAHEMc/SydO09CkAFI/AAAAAAAAASs/w9pd5CTpqV0/s8...
Thanks
It works now, just forgot to enable these 3 modules.
http://lh4.ggpht.com/_P4E-rYAHEMc/SydRH8cNgYI/AAAAAAAAATk/cvUAg4MrVNQ/s8...
Thank you =)
Regards,
Suebphatt