41
Bleekk
Re: Problems with Lexicon
  • 2017/2/10 21:42

  • Bleekk

  • Theme Designer

  • Posts: 940

  • Since: 2002/12/14


Please share the solution with us :)

42
aerograf
Re: Problems with Lexicon
  • 2017/2/11 1:50

  • aerograf

  • Quite a regular

  • Posts: 214

  • Since: 2017/1/7 1


Test.
Because not been changed one file, I post the whole module:
https://www.shmel.org/files/singlefile.php?cid=3&lid=262
It changed not only the module files and templates.
Modal is set to Cyrillic
For national locations:
If you find our national symbolshttps://unicode-table.com/en/#control-character here it is for you
To set necessary change:
submit.php - line 141
admin / entry.php - line 387
admin / functions.php - line 445
class / Utility.php - line 376
Be warned: block does not work ....
Your comments ......

43
aerograf
Re: Problems with Lexicon
  • 2017/2/11 3:35

  • aerograf

  • Quite a regular

  • Posts: 214

  • Since: 2017/1/7 1


Strings may be a little biased ...
still have to edit the file for localization:
blocks / entries_initial.php - line 93
Example:http://xoops.shmel.org/modules/lexikon/

44
aerograf
Re: Problems with Lexicon
  • 2017/2/11 5:25

  • aerograf

  • Quite a regular

  • Posts: 214

  • Since: 2017/1/7 1


If you see a white screen, try to insert in the class/Utility.php file in getAlphaArray () function after a $ alpha = array (); code:
function unichr($a) {
    return 
mb_convert_encoding(pack("N",$a), mb_internal_encoding(), 'UCS-4BE');
    }

and replace the below uchr -> unichr

45
aerograf
Re: Problems with Lexicon
  • 2017/3/14 6:25

  • aerograf

  • Quite a regular

  • Posts: 214

  • Since: 2017/1/7 1


Good afternoon!
Is it possible to implement the creation of subcategories?

46
aerograf
Re: Problems with Lexicon
  • 2017/4/28 7:30

  • aerograf

  • Quite a regular

  • Posts: 214

  • Since: 2017/1/7 1


Few updated and fixed.
https://github.com/aerograf/lexikon
Working example:https://www.shmel.org/lexikon/

47
Bleekk
Re: Problems with Lexicon
  • 2017/4/28 13:18

  • Bleekk

  • Theme Designer

  • Posts: 940

  • Since: 2002/12/14


Thank you!
I will try to test it asap

48
aerograf
Re: Problems with Lexicon
  • 2017/4/28 18:57

  • aerograf

  • Quite a regular

  • Posts: 214

  • Since: 2017/1/7 1


Forgot to add, the main css file should be added:
Fieldset {
  
Margin0 0 1em 0;
  
Padding1em;
  
Border1px solid # 778;
  
Text-aligncenter;
  
Background-colortransparent;
}

49
aerograf
Re: Problems with Lexicon
  • 2017/12/9 16:25

  • aerograf

  • Quite a regular

  • Posts: 214

  • Since: 2017/1/7 1


When you add or edit articles, you receive a message from Protector:
SQL Injection

It appears only in this module.
What could be the problem?

50
Mamba
Re: Problems with Lexicon
  • 2017/12/9 17:56

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


Post your latest version on GitHub
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs

Login

Who's Online

189 user(s) are online (123 user(s) are browsing Support Forums)


Members: 0


Guests: 189


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Mar 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits