Closed (fixed)
Project:
Protected Node
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
22 Aug 2009 at 11:06 UTC
Updated:
29 Apr 2011 at 05:41 UTC
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
Comment #1
mtolmacs commentedIt's in the protected_node_menu() function. You should clear the menu cache.
Comment #2
nairb commentedOn 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.
Comment #3
cyberwolf commentedI'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.
Comment #4
gooddesignusa commentedAny news on this. I think every non drupal user visiting the page would be confused by the word "node".
Comment #5
GhostMeat commented::)
Comment #6
AlexisWilke commentedThe 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