We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

There is no page title key in the language file. - Tiny Chat | Forum

dave Leader
dave May 22 '13

I did not find any lang key in my search.

 

ow_plugins/tinychat/controllers/page.php

 

This line..

 

 $this->setPageTitle(OW::getLanguage()->text('tinychat', 'index_title'));

 

tinychat or index_title keyword does not exist.   

 

i want to change the title of page tab..  thanks

 

Thought you might have a new lang zip maybe.. 

 

but for now i just did it this way.

 

$this->setPageTitle(OW::getLanguage()->text('TUG vid-chat', ''));

The Forum post is edited by dave May 22 '13
Alia Team
Alia Jul 18 '13
Thanks for pointing out. We will add the keys.

Solution for you so that you dont' have to wait:

1. Use www.yoursitename.com/admin/dev-tools/languages  URL
2. Click "Add New" text.
3. Add two new text keys ( key=tinychat and key=index_title).


dave Leader
dave Jul 18 '13
excellent thanks so much :)
You do not have permission to reply this topic