Don't load view in the plugin groups/tidypic

Hi friends,

I,m doing tests with the "groups" and "tidypics" plugins. I'm trying create a new view from to show the latest albums of the group otherwise actual.

I know that's in the file /mod/groups/groupfile.php have a line that add the view of items from the profile group.

$area2 .= elgg_view('groups/profileitems',array('entity' => $group));

Inside of the file load a view elgg_view("groups/right_column".....)

From here all good, I go to the tidypics plugin and in the start.php file see that the view "groups/column" replace by "tidypics/groupprofile_albums". I trying modify this line by my line.

elgg_extend_view('groups/right_column','tidypics/groupprofile_list_album_ajax');


The file groupprofile_list_album_ajax is inside of the directory /mod/tidypics/views/tidypics/ in the same level that value by default.

¿Why doesn't load this file?  What am I doing wrong?


p.d: My english is bad, sorry.

Thankyou for the help!!