output

Events happening in the community are now at Drupal community events on www.drupal.org.
ojardila's picture

Problems with the output of a plugin style

Hello, I am currently working on a plugin style but I had some problems.

(views-view-estilo.tpl.php)

<div class="item-list views-accordion <?php print $views_estilo_id ?>">
  <?php if (!empty($title)): ?>
    <h3 class="<?php print $views_estilo_id ?>"><?php print $title; ?></h3>
  <?php endif; ?>
 
  <div id="slideshow">
    <?php foreach ($rows as $id => $row): ?>
      <?php print $row ?>
    <?php endforeach; ?>
  </div>
</div>

When I print the variable $ row I write the type fields:

output:

<

div class="views-field-title">

Read more
Scott McCabe's picture

Output Apparently Unavailable

Since I'm at least neck deep in a project for our startup company, not having time to see if I can recreate my Content Profile problem on a fresh install as requested prior to expanding the issue queue, I followed the link to this group hoping for expedited salvation.

I have read the readme twice (not to mention explored the issue queue) and despite what it says, I cannot output anything Content Profile in comment.tpl.php, and really need to promptly remedy that.

Some basic facts about my Drupal install:

Drupal 6.13
Content Profile 6.x-1.0-beta4
Automatic Nodetitles 6.x-1.1

Read more
Subscribe with RSS Syndicate content