admin/config/content/formats/defaults results in a 404, so i can't set the default input formats per role.
menu_router doesn't even have an entry for this path.

Maybe a conflict with another module?
Haven't figured out which one yet.

Possible culprits:
ds_format (display suite sub-module)
media (wysiwyg_plugins)

Comments

jasom’s picture

I have same problem - where are defaults? Why it was removed?

Update:
Ok, I got it - #4 at #1925506: Not seeing any better format settings

swati.karande’s picture

I go through the #4 and I can see my input formats.
Clearing Cache & Checking Permissions may be helpful.

Thanks.

AaronBauman’s picture

In 7.x-1.x-dev version from Dec 2012, as well as 7.x-1.0-beta1 from Jul 2012, the callback is commented out in better_formats_menu.
Why?

dragonwize’s picture

Category: bug » support
Status: Active » Fixed

Because that is the old 6.x way of things and it was scheduled for removal when everything was upgraded as long as it was not needed any more.

The readme details how 7.x is working in its current state.
http://drupalcode.org/project/better_formats.git/blob/refs/heads/7.x-1.x...

AaronBauman’s picture

So, it's no longer possible to set the defaults by role?
This was a pretty useful feature for me.

dragonwize’s picture

Not at this time.

That is why the route was commented but not removed. There are a few features from the 6.x version that have not made it into the 7.x version and are in an unknown status for conversion.

If you would like to take a stab at putting that in 7.x and making sure it works with the current feature set that would be great.

Status: Fixed » Closed (fixed)

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