I am trying to change the title on the redirect page to say something other than "Protected node - Enter Password"

Where should I do this?

I have been going through the module trying to find the text. And, I have either found it and I am having massive caching issues, or I haven't found it. Can you point me in the right direction?

thanks!

Comments

mtolmacs’s picture

It's in the protected_node_menu() function. You should clear the menu cache.

nairb’s picture

On a similar note, I would like to use the title of the page being protected, instead of static text. Any ideas how I could pull that into the protected_node_menu() function? It may be obvious but I'm not seeing it. Thanks.

cyberwolf’s picture

I'm also in favor of having another title. "Node" is not exactly a term that end users have any clue about.

Via a title callback it should be easy to replace the title with the title of the actual node.

gooddesignusa’s picture

Any news on this. I think every non drupal user visiting the page would be confused by the word "node".

GhostMeat’s picture

::)

AlexisWilke’s picture

Version: 6.x-1.3 » 6.x-1.x-dev
Assigned: Unassigned » AlexisWilke
Status: Active » Fixed

The global settings now have a way to edit the title, the info between the title and field set and the description inside the field set. I hope that suffices for a while. 8-)

Thank you.
Alexis Wilke

Status: Fixed » Closed (fixed)

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