Closed (fixed)
Project:
phpBB2Drupal
Version:
5.x-2.0
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Jun 2007 at 00:13 UTC
Updated:
7 Jan 2008 at 20:11 UTC
Jump to comment: Most recent file
Comments
Comment #1
maartenvg commentedThis is because of a wrong use of the t() function. Nowadays as of 5.x) the placeholders are formatted, and this module uses the emphasize placeholder '%' while '@' or '!' should be used.
I've added an patch which solves fixes the problem.
Comment #2
beginner commentedThanks for the patch.
You should change only the URLs.
In many places, the themed placeholder is appropriate.
Here is one example among many:
- $out['html'] .= '
';
+ $out['html'] .= '
';
In this case, it makes sense to use % and not @ so that the module name can be emphasized (themed) appropriately.
Can you leave all of those out, and change only where it's required for the URLs?
Cheers.
[oh! and let me know if you want to take a turn at maintaining the module :) http://drupal.org/node/145411 ]
Comment #3
naheemsays commentedAttached is an updated patch.
I do not know too much php, or too much about databases, but I can follow directions and I may try to step to maintain this module.
First, I want to tackle some "easy" issues, create some patches just to see if I can do the job.
Comment #4
naheemsays commentedComment #5
naheemsays commentedComment #6
beginner commented@nbz: I am not subscribed to the this issue queue anymore, so I don't receive notification of updates. I saw this issue only by chance.
Even if you are not quite "ready" to handle the job, maintaining the project can be a learning experience for you as it has been for me.
I have my hands too full with maintaining quite a few other contrib modules. It's someone else's turn to contribute to this module which is currently totally unmaintained.
If you want to take the plunge, use my contact tab to reach me.
Comment #7
beginner commentedNot tested, but the patch looks ok.
Comment #8
naheemsays commentedPatch has been committed to head and Drupal-5 branch.
Comment #9
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.