I am not sure about the terminology here but when I goto Views to add the Title column to my tables I cant find them. I see your files for this in your code but I dont see the names in Views.
Thanks

Comments

mradcliffe’s picture

Status: Fixed » Postponed (maintainer needs more info)

Edit: nevermind

mradcliffe’s picture

Status: Active » Fixed

Where'd my views_api hook run off to? I swore it was in there.

Tekniqal’s picture

Title: Not adding Views feilds » Not adding Views fields
Status: Postponed (maintainer needs more info) » Fixed

So am I crazy or was it not there til now?

mradcliffe’s picture

Assigned: Unassigned » mradcliffe

It wasn't there. You'll probably need to wait until tomorrow if you want to download a fresh copy.

Otherwise you can paste this into og_titles.module:


 
 /** 
  * hook_views_api implementation
  */
 function og_titles_views_api()
 {
     return array('api' => 2, 'path' => drupal_get_path('module','og_titles'));
 } // function og_titles_views_api


Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.