51
vietnam
Compared with?Wordbook 1.7rc Vs. lexikon?That good?
  • 2008/7/10 2:58

  • vietnam

  • Just popping in

  • Posts: 59

  • Since: 2007/5/25


wordbook_1.17_rc1.zip
https://xoops.org.cn/modules/newbb/dl_attachment.php?attachid=1215656162&post_id=56301
Este wordbook v1.17 segue em RC1 e eu encontrei estes dias e corrige varios bug segue changelog abaixo, corrige tmb a criação de entradas que sempre caia na categoria "1".

Changelog
- BugFix: global search-function was erroneous.
- BugFix: letter.php: query 'show allentries' had no results.
- Bugfix: admin/submissions.php (had no function at all).
- BugFix: offline terms were included in autolinked terms.
- Bugfix: changing category of entries is now possible in XOOPS versions other than 2.0.13.2.
- Bugfix: include/cleantags.php
- Bugfix: display HTML-tags
- Bugfix: set $xoopsOption['template_main'] before including root/header.php - for caching.
- renamed adminmenu() to wb_adminmenu() to avoid conflicts with other modules (cleanTags dito).
- Changed: adminmenu
- Changed: added icon search field
- Changed: field 'reference' is automatically included in global search.
- Changed: field 'reference' is automatically included in local search in terms & definitions.
- Add: script to keep blocks settings onUpdate
- Add: pagetitles: eg: Site - Term - Category - Wordbook
- Add: admin/about.php
- Add: french language files
- Add: plugins for modules 'waiting', 'What's New' and 'RSSFit'



52
vietnam
Re: SOS new lexikon 1.0 (old wordbook)
  • 2008/7/10 2:42

  • vietnam

  • Just popping in

  • Posts: 59

  • Since: 2007/5/25


Extremely thank the help.
Please help
otice [PHP]: Undefined index: definition in file c:\program files\easyphp1-8\www\xoops224\modules\lexikon\letter.php line 219
Notice [PHP]: Undefined variable: metadef in file c:\program files\easyphp1-8\www\xoops224\modules\lexikon\letter.php line 225



53
vietnam
Re: SOS new lexikon 1.0 (old wordbook)
  • 2008/7/9 15:43

  • vietnam

  • Just popping in

  • Posts: 59

  • Since: 2007/5/25


https://xoops.org.cn/modules/newbb/dl_attachment.php?attachid=1215618028&post_id=56291

error
otice [PHP]: Undefined index: definition in file c:\program files\easyphp1-8\www\xoops224\modules\lexikon\letter.php line 219
Notice [PHP]: Undefined variable: metadef in file c:\program files\easyphp1-8\www\xoops224\modules\lexikon\letter.php line 225

sos



54
vietnam
Re: SOS new lexikon 1.0 (old wordbook)
  • 2008/7/9 10:20

  • vietnam

  • Just popping in

  • Posts: 59

  • Since: 2007/5/25


OK. thanks.
-------------------------

Please help me
I would like to include non English alphabet like
"A", "?", "Â", "B", "C", "D", "?", "E", "Ê", "G", "H", "I", "K", "L", "M", "N", "O", "Ô", "?", "P", "Q", "R", "S", "T", "U", "?", "V", "X", "Y"




55
vietnam
Re: SOS new lexikon 1.0 (old wordbook)
  • 2008/7/9 9:04

  • vietnam

  • Just popping in

  • Posts: 59

  • Since: 2007/5/25


on line 66 in xoops_version.php add $lexikonConfig:
global $xoopsUser, $xoopsDB, $xoopsModuleConfig, $lexikonConfig;

lexikon/xoops_version.php OK
Also, in file: /admin/menu.php add on line 9 $xoopsDB:
global $xoopsModule, $xoopsDB;

lexikon/admin/menu.php ?????????
Finds this



56
vietnam
Re: Wordbook 1.7 include non English alphabet.
  • 2008/7/9 0:57

  • vietnam

  • Just popping in

  • Posts: 59

  • Since: 2007/5/25


news Lexicon 1.0
function lx_alphaArray ()
    {
    global 
$xoopsUser$xoopsDB$xoopsModule;
    
$alphabet = array ("A""B""C""D""E""F""G""H""I","J""K""L""M""N""O""P""Q""R""S""T""U","V""W""X""Y""Z");
    
$alpha = array();
    
$num count($alphabet) - 1;
    for (
$a 0$a <= $num$a++ )
        {
        
$letterlinks = array();
        
$initial $alphabet[$a];
        
$sql $xoopsDB -> query "SELECT * FROM " $xoopsDB ->
prefix "lxentries") . " WHERE init = '$initial' " );
        
$howmany $xoopsDB -> getRowsNum$sql );
        
$letterlinks['total'] = $howmany;
        
$letterlinks['id'] = $alphabet[$a];
        
$letterlinks['linktext'] = $alphabet[$a];

        
$alpha['initial'][] = $letterlinks;
        }
    return 
$alpha;
    }

error
I would like to include non English alphabet like ?, Â, ? ...etc in the section

Âde ?other error
?i ?other error



57
vietnam
Re: SOS new lexikon 1.0 (old wordbook)
  • 2008/7/8 2:05

  • vietnam

  • Just popping in

  • Posts: 59

  • Since: 2007/5/25


/include/functions.php OK ??????
SOS
function lx_alphaArray ()
    {
    global 
$xoopsUser$xoopsDB$xoopsModule;
    
$alphabet = array ("0""1""2""3""4""5""6",
"7""8""9""A""B""C""D""E""F""G""H""I",
"J""K""L""M""N""O""P""Q""R""S""T""U",
"V""W""X""Y""Z");
    
$alpha = array();
    
$num count($alphabet) - 1;
    for (
$a 0$a <= $num$a++ )
        {
        
$letterlinks = array();
        
$initial $alphabet[$a];
        
$sql $xoopsDB -> query "SELECT * FROM " $xoopsDB ->
prefix "lxentries") . " WHERE init = '$initial' " );
        
$howmany $xoopsDB -> getRowsNum$sql );
        
$letterlinks['total'] = $howmany;
        
$letterlinks['id'] = $alphabet[$a];
        
$letterlinks['linktext'] = $alphabet[$a];

        
$alpha['initial'][] = $letterlinks;
        }
    return 
$alpha;
    }



58
vietnam
Re: SOS new lexikon 1.0 (old wordbook)
  • 2008/7/8 2:03

  • vietnam

  • Just popping in

  • Posts: 59

  • Since: 2007/5/25


error
\modules\lexikon\index.php line 283



59
vietnam
SOS new lexikon 1.0 (old wordbook)
  • 2008/7/8 0:43

  • vietnam

  • Just popping in

  • Posts: 59

  • Since: 2007/5/25


https://xoops.org.cn/modules/newbb/dl_attachment.php?attachid=1215445678&post_id=56263

but

PHP error?
Notice [PHP]: Undefined variable: lexikonConfig in file c:\program files\easyphp1-8\www\xoops224\modules\lexikon\xoops_version.php line 77
Warning [Xoops]: Smarty error: unable to read resource: "db:lx_header.html" in file c:\program files\easyphp1-8\www\xoops224\class\smarty\Smarty.class.php line 1084




TopTop
« 1 ... 3 4 5 (6)



Login

Who's Online

228 user(s) are online (152 user(s) are browsing Support Forums)


Members: 0


Guests: 228


more...

Donat-O-Meter

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

Latest GitHub Commits