1
irmtfan
is wordbook under developed?
  • 2006/3/25 4:29

  • irmtfan

  • Module Developer

  • Posts: 3419

  • Since: 2003/12/7


this module is great but does not support any other alphabet except of english.
is there any other glossary module that support these features?
http://dev.xoops.org/modules/xfmod/tracker/?group_id=1019&atid=180

2
McDonald
Re: is wordbook under developed?
  • 2006/3/25 11:31

  • McDonald

  • Home away from home

  • Posts: 1072

  • Since: 2005/8/15



3
irmtfan
Re: is wordbook under developed?
  • 2006/3/25 16:38

  • irmtfan

  • Module Developer

  • Posts: 3419

  • Since: 2003/12/7


thanks McDonald
- the dictionary module is the similar old version of wordbook

- Glossaire is good enough for my work but does not compatible with XOOPS 2.2.4 at all. its like a very old and non XOOPS module.

4
McDonald
Re: is wordbook under developed?
  • 2006/3/25 20:25

  • McDonald

  • Home away from home

  • Posts: 1072

  • Since: 2005/8/15


Glossaire 1.7 will work with XOOPS 2.2 if you replace the mysql.sql file with the following:

#
# Structure des tables du Glossaire
# vous devez renommer les tables en changeant le paramètre "xoops" en fonction 
# du préfix que vous avez défini lors de l'installation de Xoops. 
#


CREATE TABLE `glossaire` (
  `
idint(10NOT NULL auto_increment,
  `
lettrevarchar(8NOT NULL,
  `
nomlongtext NOT NULL,
  `
definitionlongtext NOT NULL,
  `
affichevarchar(5NOT NULL,
  `
lienvarchar(255NOT NULL,
  
PRIMARY KEY  (`id`)
AUTO_INCREMENT=;


CREATE TABLE `glossaire_comm` (
  `
idint(10NOT NULL auto_increment,
  `
defvarchar(10NOT NULL,
  `
auteurvarchar(25NOT NULL,
  `
datevarchar(25NOT NULL,
  `
commentairetext NOT NULL,
  `
urlvarchar(100NOT NULL,
  `
affichevarchar(5NOT NULL,
  
PRIMARY KEY  (`id`)
AUTO_INCREMENT=;


Please note that there are a some translation mistakes in the english language files causing the text being partly german.
Glossaire is pretty basic glossary module.

5
irmtfan
Re: is wordbook under developed?
  • 2006/3/29 8:01

  • irmtfan

  • Module Developer

  • Posts: 3419

  • Since: 2003/12/7


yes i modified MySQL file and installed Glossaire before post here about incompatibility of the module.

but after install i cant add an entry and so on. no error but simply page redirect without add the word to database.


also in wordbook 1.16 autolink is not work for me.

Login

Who's Online

407 user(s) are online (124 user(s) are browsing Support Forums)


Members: 0


Guests: 407


more...

Donat-O-Meter

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

Latest GitHub Commits