Ok after hunting and pecking for hours I have finally figured out what the line

"Enable the CT Plus feature in your site spaces" in the "INSTALL.txt" file means.

Please consider providing more documentation for your module otherwise no one will use it.

Comments

danepowell’s picture

Would love to, unfortunately development of CT Plus is nowhere near a top priority for me right now. Patches would be accepted though.

charos’s picture

Pitty that CT Plus is not a priority (for the rest of us who can't code!). Off-topic ... but how about fundraising or direct contact for further development?

danepowell’s picture

I would be open to offers for sponsorship, feel free to use my contact form for that.

I too feel bad letting this languish with a growing user base, but I just have a lot on my plate.

iprosp’s picture

Component: Code » Documentation

"Enable the CT Plus feature in your site spaces"

@Dane Powell How did you do it? i have been searching it for hours with no result...

The screen shot that you attached isn't any help to me. I don't use open atrium.

Any help would be greatly appreciated.

danepowell’s picture

When the spaces module is enabled, there should be a link (I think named "Features") in the navigation bar that lets you enable or disable Features (such as CT Plus) for the site. Note that this is distinct from "enabling" or "disabling" CT Plus as a module.

iprosp’s picture

StatusFileSize
new104.34 KB

Thank you for your reply.

If what you are saying is the same as the photo that i attached, then this was enabled by it self, but i still get the "access denied" error ( i am logged in as admin).

amstercad’s picture

Go to user > Permissions and give the admin role more permissions, so you can achieve what you want to do.

iprosp’s picture

Administrator has full privileges. Unfortunately thats not the problem :(. It's probably connected with the "Enable the CT Plus feature in your site spaces" because it says that if you don't do it, you will get an access denied error.

lp’s picture

There are three locations where ct_plus can be enabled that can possibly be confused here:
http://www.example.com/features
http://www.example.com/admin/build/features
http://www.example.com/admin/build/modules

ct_plus needs to be enabled in all three locations.
Screenshots attached, with example URLS.

lp’s picture

StatusFileSize
new16.17 KB

Added screenshot showing example.com/features with enabled state. The previous ct_plus_setup-features.jpg screenshot shows it disabled, which is potentially confusing.

lp’s picture

StatusFileSize
new1.01 KB

A patch to INSTALL.TX, adding:

CT Plus must be enabled as a module, and as a feature:
As module: example.com/admin/build/modules
As feature: example.com/features
As feature: example.com/admin/build/features
See drupal.org/node/1157074 for screenshots.

after the 3rd bullet in SETUP

danepowell’s picture

Status: Active » Reviewed & tested by the community