Skip to content

Instantly share code, notes, and snippets.

@jacine
Created October 16, 2011 13:18
Show Gist options
  • Select an option

  • Save jacine/1290868 to your computer and use it in GitHub Desktop.

Select an option

Save jacine/1290868 to your computer and use it in GitHub Desktop.
Issues
<?php
// I can put the pages in manually. No biggie there.
$pages = array(
'http://drupal.org/project/issues/search/drupal?version[0]=8.x&issue_tags=html5',
'http://drupal.org/project/issues/search/drupal?page=1&version[0]=8.x&issue_tags=html5',
'http://drupal.org/project/issues/search/drupal?page=2&version[0]=8.x&issue_tags=html5',
);
?>
<!--Each title is wrapped in the same <td>-->
<td class="views-field views-field-title">
<a href="/node/1309394">Stop processing autocomplete functionality in theme_textfield()</a>
</td>
<!--Same goes for the status-->
<td class="views-field views-field-sid">active</td>
<!--On the node pages themselves, each user (including the original post)
links to the user profile with the same exact title attribute:-->
<a href="/user/88931" title="View user profile.">Jacine</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment