Search found 10 matches

by hayk
Fri Jul 08, 2005 7:00 pm
Forum: General EM Discussion
Topic: [0.2.0a] Word 'MOD' hardcoded in mod_install.tpl
Replies: 3
Views: 5856

Re: [0.2.0a] Word 'MOD' hardcoded in mod_install.tpl

Where I can see your report?
by hayk
Tue Jul 05, 2005 9:56 am
Forum: General EM Discussion
Topic: [0.2.0a] Word 'MOD' hardcoded in mod_install.tpl
Replies: 3
Views: 5856

[0.2.0a] Word 'MOD' hardcoded in mod_install.tpl

Word 'MOD' hardcoded in mod_install.tpl
Line 8 in mod_install.tpl must be

Code: Select all

<th width="20%" class="thCornerL" height="25">{L_MOD}</th>
instead of

Code: Select all

<th width="20%" class="thCornerL" height="25">MOD</th>
by hayk
Tue Jul 05, 2005 8:57 am
Forum: General EM Discussion
Topic: [0.2.0a] lang_easymod_english.php
Replies: 1
Views: 3726

[0.2.0a] lang_easymod_english.php

There are a few of duplicate entries in the EM lahguage file. Sometimes they are equal, sometime different. 45 $lang['EM_password_title'] = 'Please enter the EasyMOD access password.' ; 271 $lang['EM_password_title'] = 'EasyMOD Password Protection' ; 55 $lang['EM_tables_added'] = 'Tables Added'; 177...
by hayk
Tue Jun 21, 2005 11:14 am
Forum: [3.0/Olympus] New features discussion
Topic: UTF-8 native support?
Replies: 10
Views: 12365

Re: UTF-8 native support?

Look at this multilingual board. It's the phpBB package which i've modified for unicode/utf-8 support. This modification of the original phpBB (at this moment - version 2.0.11) almost completely (within some of the limitations of PHP/MySQL/PostgresSQL) supports unicode/utf-8. I'm currently investig...
by hayk
Tue Mar 08, 2005 1:28 am
Forum: EMC Discussion
Topic: 07: Watch your Languages
Replies: 31
Views: 62617

Re: 07: Watch your Languages

Nuttzy99 wrote:
Translations for lang_ Files

...
When this feature will be implemented ?
by hayk
Fri Feb 25, 2005 12:52 am
Forum: [3.0/Olympus] New features discussion
Topic: UTF-8 native support?
Replies: 10
Views: 12365

Re: UTF-8 native support?

Look at this multilingual board. It's the phpBB package which i've modified for unicode/utf-8 support.
This modification of the original phpBB (at this moment - version 2.0.11) almost completely (within some of the limitations of PHP/MySQL/PostgresSQL) supports unicode/utf-8.
by hayk
Fri Feb 04, 2005 12:33 pm
Forum: Installing MODs with EasyMOD
Topic: Super Quick Reply
Replies: 7
Views: 6791

Re: Super Quick Reply

Mav3r1ck wrote: Its been a couple of days and I still haven't managed to fix this problem. If someone could help me I would appreciate it.
I've already answered to you here.
by hayk
Fri Jan 21, 2005 9:47 pm
Forum: General EM Discussion
Topic: Displaying mod's notes
Replies: 0
Views: 2086

Displaying mod's notes

Is there a way to show all mod's notes (description) on one page "Install MODs"? Problem is I have a very big note and users are not able to read it becasue only part of it is dispalyed. I propose to display a note as the following (either one): 1. Display it on the "Install MODs"...
by hayk
Fri Jan 14, 2005 11:48 pm
Forum: [3.0/Olympus] Discussion
Topic: unicode support
Replies: 10
Views: 10506

Re: unicode support

I modified phpBB by transferring it's regular string functions into mb_* functions. PHP + MySQL bundle works OK, PHP+PostrgreSQL works just great!
by hayk
Fri Jan 14, 2005 11:20 pm
Forum: [3.0/Olympus] Discussion
Topic: unicode support
Replies: 10
Views: 10506

Re: unicode support

The major problem is with regular expressions ... we can somewhat cope with normal string operations, with appropriate DB support and the appropriate search engine module we can even handle searching. However regexp support is problematical. You can use PRCE with "u" modifier or mb_ereg*(...