I've installed the CC D7 module and added the webform to my header but can't get to the settings screen to alter the forms behavior. I've tried block configuration, module configuration, and admin>web services> constant contact, and they all redirect me back to the general intro screen. I have been unable to find the form that I see in these screenshots - http://integrationservic.es/constant-contact/drupal-module.php

Right now my only option will be to theme create a block template.

Any ideas what might be the problem?

Thanks!

Comments

justphp’s picture

Assigned: Unassigned » justphp

This worked in my tests.
FYI the block method is not completed yet only the register page method works.

Can you try clearing the cache and manually visiting /?q=admin/config/services/constant_contact

I've changed the location of menu items as drupal 7 forces this so if your using old links they won't work.

seagle’s picture

It was a caching issue, thanks! For anyone else who reads this, I just cleared the themes cache and the additional settings tabs/pages showed up. Awesome module, looks very powerful, can't wait to dig in.

justphp’s picture

Status: Active » Closed (fixed)

Great, glad it's working now and thanks for your comments.

liberatr’s picture

Status: Closed (fixed) » Active
Issue tags: +permissions

On a related note, the permission for this module is not showing up on my permissions screen. I can only perform these admin tasks with user 1.

This is because hook_perm has been renamed to hook_permission in D7. Don't know if it's worth submitting a patch for 6 characters...
http://api.drupal.org/api/drupal/modules--system--system.api.php/functio...

Otherwise, this module is working as advertised. Thanks!

justphp’s picture

Status: Active » Closed (fixed)

Thanks I've updated this in the development version, not much point putting out another beta version just yet I'll do that when I get time to finish the block method.

Mixologic’s picture

Version: 7.x-3.0-beta1 » 7.x-3.1-beta5
Status: Closed (fixed) » Needs work

Not sure if this is an issue in dev, but when I enable this module, I still have to do a cache clear to get it to show up on admin/config/services page. Then, after I set up the module with my username and password, I have to clear cache again to get it to display the rest of the menu items for configuration purposes.

I think there's probably an assumption being made that the menu cache is clearing when its not.. but I thought Id mention these hiccups I had.

justphp’s picture

Status: Needs work » Needs review

The beta5 version should of fixed this issue are you definitely using that version?
If not then please upgrade as I implemented a fix for this and it's confirmed as working fine:
http://drupal.org/node/1262238

Mixologic’s picture

Strange thing is Im using Drush to install it and it actually says that Im downloading 7.x-3.0, so I went ahead and pulled down beta5 using wget and installed it over the top, and my version control shows that the *only* file that changed is the .info file, so I *think* Im using 3.1-beta5. Is there a particular line I could look at to be sure? Perhaps the commit is only in the dev version at this point?

R

justphp’s picture

In the file called constant_contact.install line 89.
if it says :field_ then your using the latest version, if it says :profile_ then your not.

justphp’s picture

Status: Needs review » Closed (fixed)

Worked this out, fix will be available soon.