Hello, I have a problem with print url on view:
<?php foreach ($rows as $id => $row): ?>
<?php print $row; ?>
<?php
?>
<a href="<?php echo url('vote', 'id='.$row->nid) ?>" class="voter"></a>
<?php endforeach; ?>
I am getting
Fatal error: Unsupported operand types in /{uri}/includes/common.inc on line 1436
Could somebody help me ...
Hello
Could somebody tell me how can I remove input filter chooser from comment form in Drupal 6?
Regards
...
Hi All,
Wondered if anyone can tell me whether the following is possible within views.
I have installed To do module - http://drupal.org/project/to_do
I then created my own view which lists all the tasks created in a particular Organic Group, which works lovely.
One of the fields ive added as the to do button field which gives the us...
I have a node type on my Drupal site that uses a Flag to let users "unpublish" or "publish" their content. This is not the same as Drupal's node publishing... that is still reserved for admins of the site. Instead, the Flag is used to determine if the node shows up in other Views. I've also created an "admin" type page for each user to a...