I would like to edit the text in the subscriptions block to something more specific to my site:
For example is currently says:
Subscriptions
Posts tagged with .......
This post
Posts of type (content type)
(see attached screenshot)
I would like to edit the text that reads Posts tagged with ....... to Jobs titled .......
I have looked through the module and I can not locate the code relating to the block area anywhere so if someone can point it out it would be much appreciated
cheers
| Comment | File | Size | Author |
|---|---|---|---|
| Picture 3.png | 16.08 KB | jamesmcd |
Comments
Comment #1
joemaine commentedYou'll find that text at:
sites/all/modules/notifications/notifications_tags/notifications_tags.module
Perhaps one good turn for another... I need to create a Subscriptions Block that would show *all* available subscriptions (subscribed and unsubscribed with the option to add or delete) for a vocabulary, not just the subscriptions that relate to the taxonomy term on a given page.
Can someone post the code for a new Subscriptions Block?