I have customized the display of the FBLike button on a custom node template using
<?php print $node->content['fblikebutton_button']['#value'] ?>
It has been working for months, but has stopped working at some point in the past month. The dynamic block works fine, but the above doesn't even render. Any hints as to how I can troubleshoot this?
Comments
Comment #1
lliss commentedIf you didn't upgrade the module then it seems unlikely that it has anything to do with the code itself and is likely a configuration setting. Use devel to output the value from the node to see if anything is there at all.
Comment #2
gvsoWe are not fixing this issue as Drupal 6 has reached end of life