TinyPortal

Development => Support => Topic started by: Sandgrinder on October 29, 2007, 12:10:31 AM

Title: Editing displayed text
Post by: Sandgrinder on October 29, 2007, 12:10:31 AM
Welcome, Guest. Please login or register.
Did you miss your activation email?
October 29, 2007, 01:09:56 AM

Login with username, password and session length

That's the text I want to edit, but I can't seem to find the string _ANYWHERE_ could anyone please help me out?
Title: Re: Editing displayed text
Post by: jacortina on October 29, 2007, 12:27:46 AM
Most of the text strings are to be found in the language files.

look in Themes/default/Languages/index.english.php (yeah, it 'may' have been in Login.english.php, but the login can appear in a number of places and having the asscoiated text in the index language file avoids having to load the rest of the strings on every page a guest is viewing).
Title: Re: Editing displayed text
Post by: Sandgrinder on October 29, 2007, 12:43:55 AM
Thanks, that solved it. But I couldn't find out how to remove the date. Is that in another file or something?
Title: Re: Editing displayed text
Post by: jacortina on October 29, 2007, 12:58:40 AM
Look for $context['current_time'] in the index.template.php.

But that time display is for everyone, I believe, not just guests (not-logged-in).