Ok, so I installed the module (via drush, no errors). When I go to admin/settings/contact_manager I get a collapsible fieldset called "contact manager". It appears to be empty, but when I look at the source, I get this:

<form action="/admin/settings/contact_manager" accept-charset="UTF-8" method="post" id="contact-manager-admin-settings">
  <div>
    <fieldset class="collapsible">
      <legend class="collapse-processed"><a href="#">Contact Manager Settings</a></legend>
      <div class="fieldset-wrapper"></div>
    </fieldset>
  </div>
</form>

Likewise, contact_manager/list appears empty, sourch shows:

<div class="view view-Contact-Manager-Contact-List view-id-Contact_Manager_Contact_List view-display-id-page_1 view-dom-id-1">
  <div class="views-admin-links views-hide">
    <ul class="links">
      <li class="0 first"><a href="/admin/build/views/edit/Contact_Manager_Contact_List?destination=contact_manager%2Flist#views-tab-page_1">Edit</a></li>
      <li class="1"><a href="/admin/build/views/export/Contact_Manager_Contact_List">Export</a></li>
      <li class="2 last"><a href="/admin/build/views/clone/Contact_Manager_Contact_List">Clone</a></li>
    </ul>
  </div>
</div>

I thought it might be because I have no contacts specified, but I can't see where to add any I tried adding a content profile, but that didn't help. Where to from here?

I'm not sure if this is a bug, or if I'm just missing something. If it's the latter, please consider this a request for documentation.

Comments

darren.ferguson’s picture

I need to update the code, there has been changes to it, will be updated in the next couple of days with a lot of fixes.

naught101’s picture

Priority: Normal » Critical

So this module is currently functionally useless? Perhaps it should be a beta, not a 1.0 release?

naught101’s picture

Status: Active » Fixed

Settings are now showing, module is still not useful, but I'll open another issue for that..

darren.ferguson’s picture

Status: Fixed » Closed (fixed)