I have installed the Flexinode module, but I appear not to have the option to add a new Content Type? What am I doing wrong?

Comments

spyjournal’s picture

I will explain how to use flexinode to add an event type

I just did this today successfully in a brand new 4.6.3 site i am building (my 3rd of this version - i have a lot of 4.5.2 sites)

I use the event module a lot and in 4.6.x the event module does not create an event as a content type of its own as it does in 4.5.x - rather it attaches the date and time info to any other content type.

This is done in administer | content | configure | content types or yoursite/admin/node/configure/types

Go here and make sure that the "show in event calendar" is turned off event (Never) for all content types that you dont want to have date and time information attached (i turn it off in all types).

Now to set up flexinode

first copy the flexinode module into your modules folder, add the table to the database and then go to administer modules to enable it

then go to administration | content | content types | add content type to add an event type
For mine I add a text field and a text area and make them required for event location and event details respectively.

Then I go back to administer | content | configure | content types and edit the Event Type and turn on the "show in Calendar" option.

Finally you need to assign this content type to a category administer | categories and either add a new vocab or edit an existing one to allow this content type in it.

Now to test it
Go to create content, choose your event type and voila, it has event date and time, a location and event details fields along with the drop down for the category list

hope this helps

qwerty1111’s picture

My problem is that when I go to administer | content | content types....I do not get an option to 'add content type'

spyjournal’s picture

Go to administer then content in the side bar
then in the tabs at the top of the content page click configure
then click content types slightly below and to the right

from there you can edit the content types you have created (or are system generated)

spyjournal’s picture

The other problem you may be having is not having access to the flexinode administer options

in access control under the flexinode module ensure your user profile has access to administer content types

qwerty1111’s picture

I can edit the content types, but dont appear to be able to create a new one.

spyjournal’s picture

the actual link in my site for this page (clean urls enabled) is /admin/node/types/add_type
try that

qwerty1111’s picture

Cheers. I have found it now. I dont know why I couldn't naivigate to it though.

spyjournal’s picture

it took me almost as long to find it for you as it did to find it when i set it up

the readme files and install files in the modules are the first place to always look