Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.
Help keep Vanilla free:is it possible to only create a forum post when a blog is posted in certain categories? no big deal if not, but it would make my life a bit easier!
If anyone else gets Janine to work on a live site, please let me know because I also have a dancing frog that you might be interested in.
Idea #2: If you want "allow comments" to always be on (because you're also using WordPress comments maybe? I dunno) then create a blank "VanillaDiscussion" field in every post that should not get a discussion. If this field exists in the post, Janine will assume it already has a discussion and leave it alone.
Detective is using WP 2.1.2, Vanilla 1.1.2. :/
I looked at this site: http://www.ryuuko.cl/ and it has a blog, but the links go to WP comments, not to the board at http://www.ryuuko.cl/comunidad/.
BTW, i followed Squirrel instructions: get the value for the custom field, add the link, and voilà! It works.
<?php comments_popup_link('(0)', '(1)','(%)')?> | <a href="<?php the_permalink(); ?>" title="Permalink: <?php echo wptexturize(strip_tags(stripslashes($post->post_title), '')); ?>" rel="bookmark">#</a> <?php edit_post_link('(edit)'); ?><?php if (comments_open() && ($vanilla_link = get_post_meta($post->ID, 'VanillaDiscussion', true))) { echo ("<a href=\"{$vanilla_link}\">(D)</a> |"); } ?> <a href="<?php the_permalink(); ?>" title="Permalink: <?php echo wptexturize(strip_tags(stripslashes($post->post_title), '')); ?>" rel="bookmark">#</a> <?php edit_post_link('(edit)'); ?><p class="postmetadata">Posted in <?php the_category(', ') ?> | <?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?></p><p class="postmetadata">Posted in <?php the_category(', ') ?><?php if (comments_open() && ($vanilla_link = get_post_meta($post->ID, 'VanillaDiscussion', true))) { echo (" | <a href=\"{$vanilla_link}\">Discussion »</a>"); } ?></p>Posted in <?php the_category(', ') ?> on <?php the_time('M jS, Y') ?> <?php edit_post_link('Edit', '', ' | '); ?> <?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?> </p>Posted in <?php the_category(', ') ?> on <?php the_time('M jS, Y') ?><?php edit_post_link('Edit', ' | ', ''); ?><?php if (comments_open() && ($vanilla_link = get_post_meta($post->ID, 'VanillaDiscussion', true))) { echo (" | <a href=\"{$vanilla_link}\">Discussion »</a>"); } ?></p><p class="postmetadata">Posted in <?php the_category(', ') ?> | <?php comments_number('No Comments', '1 Comment','% Comments')?></p><p class="postmetadata">Posted in <?php the_category(', ') ?><?php if (comments_open() && ($vanilla_link = get_post_meta($post->ID, 'VanillaDiscussion', true))) { echo (" | <a href=\"{$vanilla_link}\">Discussion »</a>"); } ?></p><?php comments_template(); ?>There are <?php global $numposts;echo $numposts; ?> Posts and <?php global $numcmnts;echo $numcmnts;?> Comments so far.There are <?php global $numposts;echo $numposts; ?> Posts so far.$RawData = '';
$RawData .= trim(@$GLOBALS['HTTP_RAW_POST_DATA']);$RawData = isset($HTTP_RAW_POST_DATA) ? trim($HTTP_RAW_POST_DATA) : trim(file_get_contents('php://input'));