DrupalBin
Submit Code
About
Recent Posts
Fix for Allow HTML in <i> node titles</i> for Drupal 6.x
Template Pre-proccessing
Testing Ubercart donation product
dave's menu screenshot
Code
Modify user profile page theme
Modify user profile page
Fix for Fix for Code
Fix for Code
Code
more
User login
Log in using OpenID:
What is OpenID?
Username:
*
Password:
*
Log in using OpenID
Cancel OpenID login
Create new account
Request new password
Tags
CCK
drupal
fapi
jquery
menu
module
php
simpletest
test
theme
user
views
more tags
Home
history
Fix for history data for recently viewed nodes
May 16, 2010 - 7:45pm — Anonymous
<?php
// $Id$
/**
* Implementation of hook_views_handlers().
*/
function
mymodule_history_views_handlers
(
)
{
return
array
(
'info'
=
>
array
(
'path'
=
>
drupal_get_path
(
'module'
,
history
hook_views_data
views
Read more
history data for recently viewed nodes
January 25, 2010 - 8:15pm —
mikey_p
<?php
// $Id$
/**
* Implementation of hook_views_handlers().
*/
function
mymodule_history_views_handlers
(
)
{
return
array
(
'info'
=
>
array
(
'path'
=
>
drupal_get_path
(
'module'
,
history
hook_views_data
views
Read more