Status: offline

knoptop

Forum User
Newbie
Registered: 06/07/04
Posts: 11
:Access to this page is denied. Either the page has been moved/removed or you do not have sufficient permissions.


This is the message I recieve when I click on 'members view only' area on my site (viewing when not signed in)

Does anyone know how to change this display message? It's NOT in the English.php file?

The message should display the 'storydenialmsg' content.. but it's not. How/where can I edit this text info?

Thanks!

Status: offline

Dirk

Site Admin
Admin
Registered: 01/12/02
Posts: 13073
You seem to be talking about static pages. Hence the text can be found in the language file for the static pages plugin, /path/to/geeklog/plugins/staticpages/language/english.php:
Text Formatted Code
    'deny_msg' => 'Access to this page is denied.  Either the page has been moved/removed or you do not have sufficient permissions.'
 

bye, Dirk

Status: offline

knoptop

Forum User
Newbie
Registered: 06/07/04
Posts: 11
Thanks Dirk.

you da man!