читал вот это
http://devit.ck.ua/node/65
$node = NULL;
$node_profile = $content_profile->get_variables('profile');
if($node_profile)
$node = &$node_profile['node'];
// [ ... ]
// This is the ready-for-print variable for the user profile data
print $user_profile;
// [ ... ]
// Print this wherever you want to show the node_profile content
print node_view($node, FALSE/*teaser*/, TRUE, TRUE);
// [ ... ]
// Put this where you want to show your comment block
if ($node && function_exists('comment_render')){
if( $node->comment)
{
print comment_render($node);
}
}
?>
может что-то уже изменилось
Комментарии
У тебя -
В статье -
<?php
$node_profile
= $content_profile->get_variables('profile'); ?>да это понятно...
это я сюда вставил так... на сайте все как в статье...
После вставки кода из статьи ползет (исчезает) весь диз (тема сайта) сайта... в профиле...
а комменты...есть? или только...диз слетает?
слетает диз...