In Drupal 7, with the latest Better Format, I can't find the settings shown in the screen shot on your project page. In modules, if I click configure for Better Format, it takes me to the admin/config/content/formats page, which when I edit any of the formats, shows the same things as it did before I installed this module.

I am trying to make all comment forms use the plain text editor. I have CK editor installed.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

tjtj’s picture

FileSize
149.09 KB
nmillin’s picture

I believe the screenshot shown is for the D6 version.

The settings for the D7 versions are admin/people/permissions and admin/structure/types/manage/[page:type]/fields/[field:name] (ex: admin/structure/types/manage/page/fields/body). On the body field settings, there will be a new field group (Text Formats) and 2 checkboxes (Limit allowed text formats & Override default order).

Depending on what you want to do, you'll need to play around with the permissions or the field settings.

Joe_Smith’s picture

Version: 7.x-1.x-dev » 7.x-1.0-beta1

I cannot see the new field group (Text Formats) with 2 checkboxes (Limit allowed text formats & Override default order) at admin/structure/types/manage/[page:type]/fields/[field:name].

Thanks

nmillin’s picture

FileSize
52.38 KB
57.73 KB

I'm uploading 2 screenshots that show my settings at /admin/structure/types/manage/page/fields/body.

You need to select "Filtered text (user selects text format)" to see the Text Formats & the new settings that Better Formats gives you. Then you just need to play around with the settings depending on what you want.

Hopefully the screenshots help.

-Nate

Joe_Smith’s picture

Thanks for your reply. I do see the options on a fresh install but not on another site. Do you know if there are there conflicting modules or settings that might hide these options?

nmillin’s picture

None that I can think of, but I would suggest the usual of Clearing Cache & Checking Permissions.

Erik.Johansson’s picture

I have the same issue as @Joe_Smith. Did anyone find an answer to why this problem occurred?

tkuldeep17’s picture

Issue summary: View changes

I have gone through the module code, this module does not change any setting in this link. The configuration link should be admin/config/content/formats/settings.

So I think it is typo mistake in .info file.

anonym-developer’s picture

Same here. Dont see any settings. Need to change the default format.

No Sssweat’s picture

You need to go to the manage fields of your content type. Then edit the body or comment field

example: /admin/structure/types/manage/article/comment/fields/comment_body

You should see two check boxes.

Text Formats

  • Limit allowed text formats
  • Override default order
No Sssweat’s picture

Status: Active » Closed (fixed)