[ALPHA] ext. Lexicon MOD

A place for MOD Authors to post and receive feedback on MODs still in development. No MODs within this forum should be used within a live environment!
Scam Warning
tekknodevil
Registered User
Posts: 69
Joined: Mon Feb 08, 2010 6:53 pm
Location: Dresden, Germany

Re: [ALPHA] ext. Lexicon MOD

Post by tekknodevil »

lugsciath wrote: @tekknodevil

do you have a link with a liveboard instead a snapshot? When will it show this icon - in the header, the popup ?
I haven´t an idea now, just show me the case when this error occurs ;)
Ok. Please have a look at http://bierbande-sgd.de and open the little menu called "Funktionen" and you will se, what i mean.

Greetings
purusam
Registered User
Posts: 440
Joined: Sat Feb 02, 2008 10:31 pm

Re: [ALPHA] ext. Lexicon MOD

Post by purusam »

purusam wrote:One more problem here

If i use the short word for Joule=J

And use a space before and After J

It still marks words like





But not

Ja
Jb
Jc

If u understand is a problem with åäö in the swedish alfhapet

how do i fix this ?
lugsciath
Registered User
Posts: 316
Joined: Tue Oct 02, 2007 11:12 am

Re: [ALPHA] ext. Lexicon MOD

Post by lugsciath »

I havent a solution yet for that, swedish chars seam to be different from german chars - should working. Somebody an Idea?

Sorry, i haven't much time for developing now, i'm really busy.
lugsciath
Registered User
Posts: 316
Joined: Tue Oct 02, 2007 11:12 am

Re: [ALPHA] ext. Lexicon MOD

Post by lugsciath »

A error occurs in Line 63

Code: Select all

$parts[$index] = preg_replace_callback($matchString, 'acronymReplace', $part);
this message occurs by over 700 Entries:
[phpBB Debug] PHP Warning: in file /includes/functions_acronym.php on line 63: preg_replace_callback() [function.preg-replace-callback]: Compilation failed: regular expression is too large at offset 22760
Another one misfunction:

includes/acp/acp_lexicon.php should be changed from

Code: Select all

'ALLOW_ACRONYM_IN_WORDS_NO' => $config['allow_acronym'] == 0 ? 'checked="checked"' : '',
      'ALLOW_ACRONYM_IN_WORDS_YES' => $config['allow_acronym'] == 1 ? 'checked="checked"' : '',
to

Code: Select all

'ALLOW_ACRONYM_IN_WORDS_NO' => $config['allow_acronym_in_words'] == 0 ? 'checked="checked"' : '',
      'ALLOW_ACRONYM_IN_WORDS_YES' => $config['allow_acronym_in_words'] == 1 ? 'checked="checked"' : '',
Thanks for the tip, if someone could test it, i will be happy ...

BTW:

I cant work on this MOD, because I´m very busy on working. I another one will take it over, just go ahead!
webants
Registered User
Posts: 93
Joined: Sat Jan 07, 2006 8:42 pm

Re: [ALPHA] ext. Lexicon MOD

Post by webants »

Great mod.. 2 questions

1) how do i add moderators to the group which can edit the words, i see only acp no mcp

2) when I click on Lexicon in the header nothing shows.. only when i click on All it shows all. when i click on a letter it does not show those words???


Thanxssss hope someone can help! :ugeek:

Gr
Dennis
webants
Registered User
Posts: 93
Joined: Sat Jan 07, 2006 8:42 pm

Re: [ALPHA] ext. Lexicon MOD

Post by webants »

Does anyone have experience with my 2 questions above?

Should not be to tuff right? or did i miss something during install (doubt it though)..?

Greetz
Dennis

Return to “[3.0.x] MODs in Development”