Thomas Varghese Thomas Varghese Thomas Varghese Thomas Varghese Thomas Maliackal

forex trading logo


Home Community ccBoard - Language Support update for Thai translation
 Support Forum :: ccBoard - Language Support
Welcome Guest   [Register]  [Login]
 Subject :update for Thai translation.. 2009-09-09 09:51:25 
prommart
Junior
Joined: 2009-01-16 04:47:28
Posts: 27
Location: Thailand
  
This file is update for thai translation. 

IP Logged
 Subject :Re:update for Thai translation.. 2009-09-12 22:37:14 
thomas
Admin
Joined: 2008-12-13 17:16:30
Posts: 2,554
Location: Aluva, India
 

Thanks buddy, updated to download section.

Thomas

 

IP Logged
Together we can make history :star:
 Subject :Re:update for Thai translation.. 2009-09-27 03:44:13 
prommart
Junior
Joined: 2009-01-16 04:47:28
Posts: 27
Location: Thailand
  

Thank you Thomas for ccBoard new release.

Now i update thai language pack file for ccBoard to latest version 1.2-RC.

 



IP Logged
 Subject :Re:update for Thai translation.. 2009-09-28 00:56:57 
thomas
Admin
Joined: 2008-12-13 17:16:30
Posts: 2,554
Location: Aluva, India
 

Hi,

Thank you for your excellent support and prompt action as always.

I have updated the languages to download section. if you face any bugs/difficulty regarding the new release kindly let me know at the earliest.

Thanks

Thomas

 

IP Logged
Together we can make history :star:
 Subject :Re:update for Thai translation.. 2009-09-28 01:15:24 
prommart
Junior
Joined: 2009-01-16 04:47:28
Posts: 27
Location: Thailand
  

Hi

In thai language post title display incorrect when it more than 70 char.

This case i change some file for correct this.

I change every 40 and 70 to 350 limit char.
in file helpers\helper.php
290        $name = strlen($name) > 40 ? substr($name,0,40) . '...': $name;
to
290        $name = strlen($name) > 350 ? substr($name,0,350) . '...': $name;


in file views\approval\tmpl\default.php
71        <span class="ccbdvsubject"> <?php echo $this->labels['subject'] . substr($this->escape($item->post_subject),0,70).'..'; ?></span>
to
71        <span class="ccbdvsubject"> <?php echo $this->labels['subject'] . substr($this->escape($item->post_subject),0,350).'..'; ?></span>

118        if( strlen($item->post_subject) > 70 ) {
to
118        if( strlen($item->post_subject) > 350 ) {

 
in file views\postlist\tmpl\default.php       
162        <span class="ccbdvsubject"> <?php echo $this->labels['subject'] . substr($this->escape($item->post_subject),0,70).'..'; ?></span>
to
162        <span class="ccbdvsubject"> <?php echo $this->labels['subject'] . substr($this->escape($item->post_subject),0,350).'..'; ?></span>

235        if( strlen($item->post_subject) > 70 ) {
to
235        if( strlen($item->post_subject) > 350 ) {


in file views\recentlist\tmpl\default.php
104        <span class="ccbdvsubject"> <?php echo $this->labels['subject'] . substr($this->escape($item->post_subject),0,70).'..'; ?></span>
to
104        <span class="ccbdvsubject"> <?php echo $this->labels['subject'] . substr($this->escape($item->post_subject),0,350).'..'; ?></span>

185        if( strlen($item->post_subject) > 70 ) {
to
185        if( strlen($item->post_subject) > 350 ) {

 

 Is this possible change to parameter ?

Thank you.

IP Logged
Last Edited On: 2009-09-28 01:17:58 By prommart for the Reason
 Subject :Re:update for Thai translation.. 2009-09-28 22:51:58 
thomas
Admin
Joined: 2008-12-13 17:16:30
Posts: 2,554
Location: Aluva, India
 

Hi,

Thank you prommart for the valuable info. As you stated may be we can set this option as configurable on the future versions.

Thanks

Thomas

 

IP Logged
Together we can make history :star:
 Subject :Re:update for Thai translation.. 2010-08-26 21:28:18 
kayleemiller
Fresher
Joined: 2010-08-26 11:09:04
Posts: 3
Location

Provided information is very useful for me because I am finding likewise same. I was totally unknown from this. And came to know after reading your this post.I will try it as soon as possible.

IP Logged
Page # 


Powered by ccBoard



Latest News

Latest Posts

More...


Popular Posts


Powered by Joomla!. Designed by: Joomla Template, url. Valid XHTML and CSS.

© 2008-2009 CODECLASSIC.ORG. All Rights Reserved.

) { echo