Is there any plans to make this module work with Drupal 6.2 ?

CommentFileSizeAuthor
#3 awtw 6.x-1.x-dev.zip7.76 KBfrank ralf

Comments

connexion.eu’s picture

I have already created a development version of the module to work in Drupal 6, but haven't had the opportunity to test it extensively.

gábor hojtsy’s picture

Any plans to release this? I'd talk about it more at http://doitwithdrupal.com/ if it would be released.

frank ralf’s picture

Category: feature » task
Status: Active » Needs review
StatusFileSize
new7.76 KB

I ran the code through Deadwood, Coder, and Translation template extractor. So here's a first stab at a D6 version of this module. It installs OK, but I haven't done any actual testing of its functionality.

Cheers,
Frank

simonfunk’s picture

Status: Needs review » Needs work

i had test it right now. it installs OK, but don'r run. It displays this error:
user warning: Table 'drupal_test.i18n_node' doesn't exist query: SELECT n.nid, n.title FROM node n INNER JOIN i18n_node i ON n.nid = i.nid WHERE i.language = 'de' AND (i.trid = 0 OR i.trid NOT IN (SELECT trid FROM i18n_node WHERE language = '')) ORDER BY n.title in C:\***\drupal\sites\all\modules\awtw\awtw.module on line 221.

Greets Simon

frank ralf’s picture

See Translation Management and/or iCanLocalize Translator for similar modules which are more actively maintained.

frank ralf’s picture

Status: Needs work » Closed (won't fix)

There are other similar modules available.