Code: Select all
<?php
/**
*
* Who posted [ Portuguese Brazil ]
*
* @package who_posted
* @version $Id$
* @copyright (c) 2007, 2008 evil3
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @translated by Micael (Balero)
*
*/
/**
* @ignore
*/
if (!defined('IN_PHPBB'))
{
exit;
}
/**
* DO NOT CHANGE
*/
if (empty($lang) || !is_array($lang))
{
$lang = array();
}
$lang = array_merge($lang, array(
'WHOPOSTED_TITLE' => 'Quem postou?',
'WHOPOSTED_EXP' => 'Esta é a lista de todos os membros que postaram nesse tópico.',
'WHOPOSTED_SHOW' => 'Ver tópico',
'WHOPOSTED_OR' => 'ou',
));
?>
Awesome! Thanks so much. Great MOD! I'm adding it to my list of ones to install!
phpBB3 does not do this by principle, to not force people into a new window. If they want a new window, they should use their browser to do so .Matoking wrote:Very good mod indeed! Only problem around here is when you click username on Who Posted? list, it opens profile into that same small window. You could make it to open in new window?
What does "can't get this to show up" mean? What do you get excactly? A link or a screenshot please.dzedward wrote:I can't get this to show up on any template. I've done all the correct edits to non template files, then did the template edits to both prosilver, and a custom template. purged cache, refreshed both styles, and nothing, for both.