There seems to be some strange inserted text in the epublish_help function of the epublish.module about line 167. Something about India Times.

Also, inserting $output=""; at line 96 will avoid Drupal undefined variable errors, since the hook function is run on every page apparently.

Also, the "raquo" sequences need to be replaced with explicit "»" as Drupal doesn't interpret them, at least in my installation.

Attaching a corrected file.

Comments

leonardwestermeyer’s picture

Issue summary: View changes

Correcting message.

sdague’s picture

Could you provide this as a patch instead? (http://drupal.org/project/epublish/git-instructions). It is much easier to integrate it then.

leonardwestermeyer’s picture

Version: 6.x-1.12 » 6.x-1.13
StatusFileSize
new1.73 KB

Heres my first attempt at a patch to 6.x-1.13 to fix the first issue mentioned, that of the extraneous text in the help section of epublish.module.

leonardwestermeyer’s picture

StatusFileSize
new5.91 KB

Here's the second patch which takes care of the remaining problems. It wasn't necessary to substitute the "raquo" sequences, because the problem was that the l() function hadn't been updated to Drupal version 6, and was not showing the links correctly.

leonardwestermeyer’s picture

StatusFileSize
new4.25 KB

Here's a third patch which corrects additional instances of the use of Drupal Version 5.0 l() function. These are all in the epublish_layout_indexed.inc file.

sdague’s picture

Status: Active » Closed (fixed)

These patches look good. Applied them all to 6.x stream. Will be in 6.x-1.4.

leonardwestermeyer’s picture

You mean 6.x-1.14.....I suppose..

sdague’s picture

Yes, 1.14. :)

sdague’s picture

Issue summary: View changes

Correction.