-

User Blog Mod - Bug tracker

L_INDEX and L_FORUM in two different meanings (fix completed in vcs)

 

I have explained problem in this thread:
viewtopic.php?f=43&t=1170

In my language (not only) forum (L_INDEX) and forum (L_FORUM) have different translation :) First: "Forum", the second: "Dział". In the blogger clone you used L_INDEX, in the coda style you use L_FORUM. If I do not want to correct whole translation phpBB3, I must change (in blog\styles\coda\blog\view_blog.html):

<li><a href="{U_INDEX}" class="trackback">{L_FORUM}</a></li>
to:
<li><a href="{U_INDEX}" class="trackback">{L_INDEX}</a></li>
And each user, which uses my translation, must make the same changes.

Comments

Posted by EXreaction » Fri Feb 20, 2009 7:39 pm

Fix completed in SVN and will be included in the next version.

Ticket details