greetings
i have been trying to get comments working on an index page a la http://ellislab.com/forums/viewthread/62622/ , but without success. i must be missing a simple yet vital element, as i have tried many permutations of the code shown in the thread above. the index page in question has a single weblog entry that will remain the only entry on the page.
the page is here: http://heatthestreets2010.com/site/hts/index
any help would be greatly appreciated.
EE code follows:
{embed="embeds/html_header" my_page_title="Home"}
<body id="home">
{site_url}images/bgs/spell.jpg
<div id="wrapper">
<div id="header" class="round home">
<h1 id="hts" title="heat the streets">HEAT THE STREETS FEB 27 & 28, 2010, WHISTLER, BC</h1>
Join mmHoP and Whistler's SoulFunktion dancers with Vancouver DJ's Rupinder Sidhu and Jacob Cino for the HEAT THE STREETS 2010 dance parade Feb 27th & Feb 28th in the Whistler Village! Come back for regular video updates of behind-the-scenes interviews, rehearsals, and maybe even see yourself in the performance videos!
</div>
<div id="maintext" class="round home">
<div id="twit" class="round">
[removed][removed]
[removed]
new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 6,
interval: 6000,
width: 220,
height: 300,
theme: {
shell: {
background: '#000000',
color: '#ffffff'
},
tweets: {
background: '#ffffff',
color: '#212121',
links: '#1349dc'
}
},
features: {
scrollbar: false,
loop: false,
live: false,
hashtags: true,
timestamp: true,
avatars: false,
behavior: 'all'
}
}).render().setUser('martamartahop').start();
[removed]
<div id="follow">
Follow us:
<a href="http://twitter.com/martamartahop">{site_url}images/twitter_logo.png</a>
<a href="http://www.facebook.com/pages/MartaMartaHOP/356459368017?v=wall">{site_url}images/facebook_logo.png</a>
</div><!-- end div follow -->
Site design by <a href="http://allnationsmedia.com/">All Nations Media</a>
</div>
<div id="index_video" class="vid">
<h2 id="h2_video" title="Video">Video</h2>
{assign_variable:my_weblog_name="video"}
{assign_variable:my_template_group="hts"}
{exp:weblog:entries weblog="{my_weblog_name}" url_title="videoplayer" disable="categories|member_data|trackbacks" sort="des" limit="1"}
{page_body}
{/exp:weblog:entries}
<br clear="all" >
{embed="embeds/comments_form_index" my_weblog_name="video"}
</div><!-- End maintext -->
{embed="embeds/main_end_footer"}