Thanks much for all the work on this module.

I would call this a feature request, but there already be ways of doing this. I've looked, but cannot find any help.

I don't like the automatically generated text used to describe user options. given to users and would like to modify the text. Is there currently a way of doing this? I tried 'string override' module and string overrides in settings.php, but neither of them work.

I want to change:

"To Blog entry content" TO "To all blog entries" or "To all blog content"

or

"To Blog entry content by [User Name]" TO "To all blog entries by [User Name]"

I'm afraid that the current language or sentence structure is not very user friendly. I appreciate any help or feedback.

Comments

salvis’s picture

Status: Active » Fixed

In Drupal, the words in italics are typically filled-in placeholders. The strings you want to replace are 'To %type content' and 'To %type content by %name'. %type is replaced with the name of your content type.

stpaultim’s picture

@salvis Thanks for that help!

In case anyone else is looking for help with this.

I found the string "To %type content" in the "subscriptions_content.module" file. Using this I was able to change it to "To all %type posts" which gave me output that looked like "To all blog entry posts."

I was then able to drop the word "entry" by changing the default name of the blog content type from "blog entry" to just "blog."

Now, my output reads "To all blog posts" or "To all blog posts by" %author

Status: Fixed » Closed (fixed)

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