Closed (fixed)
Project:
String Overrides
Version:
6.x-1.7
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
4 Jun 2010 at 22:01 UTC
Updated:
2 Nov 2011 at 23:41 UTC
We are using loggintobbogan and it shows a message on the 403 page with the login box. We tried to change Access Denied to "our message" as well as the entire message underneath but neither of the strings change. Do I have this confused and the message is not considered a string
Thanks for any help anyone may have.
Comments
Comment #1
venusrising commentedComment #3
froboyJust for others' edification, there's a little trick to this. The text in logintoboggan.module has two spaces between the period and "You may...". If you copy the text from the browser, you're most likely getting only one space.
In order to get this to work, you need to enter "Access denied. You may need to login below or register to access this page." in the original field (notice the double space).
P.S. See http://www.slate.com/id/2281146/pagenum/all/
Comment #4
benleivian commentedYes! thanks for the double space tip.