Page 1 of 1

Titles on Main Menu..

Posted: 5. April 2009 13:30
by casper™
Your Portal Version: 1.0.0RC3
Your phpBB Type: Standard phpBB3
MODs installed: Yes
Your knowledge: Basic Knowledge
Boardlink: http://www.userbarmakersportugal.com/

What have you done before the problem was there?
no problems after update to vs 1.0.3.

What have you already tryed to solve the problem?


Description and Message
hi there..

finally i update to vs 1.0.3. and all it works like a charm, but inside ACP i've got 4 strange titles and i wanna know how to fix them!!..

here it is how those 4 titles appears on the main page portal:


* Portal
* General settings
* News
* ACP_PORTAL_ANNOUNCE_INFO
* Welcome message
* Recent topics
* Wordgraph
* Paypal donations
* ACP_PORTAL_ATTACHMENTS_NUMBER_INFO
* Newest members
* Poll
* Recent bots
* ACP_PORTAL_MOST_POSTER_INFO
* Mini calendar
* ACP_PORTAL_CUSTOM_INFO
* Links

just to say those titles all works fine..

thanks in advance..

Re: Titles on Main Menu..

Posted: 5. April 2009 16:11
by PeterS
Hi Casper

you can change this at language/your language/mods/info_acp_portal.php

Peter

Re: Titles on Main Menu..

Posted: 5. April 2009 16:24
by casper™
in that file it looks all right!!.. please can you check the file for me??..

:arrow: info_acp_portal.php

Code: Select all

<?php

/**
*
* @package - Board3portal
* @version $Id: info_acp_portal.php 483 2009-03-18 16:40:32Z kevin74 $
* @copyright (c) kevin / saint ( www.board3.de/ ), (c) Ice, (c) nickvergessen ( www.flying-bits.org/ ), (c) redbull254 ( www.digitalfotografie-foren.de ), (c) Christian_N ( www.phpbb-projekt.de )
* @based on: phpBB3 Portal by Sevdin Filiz, www.phpbb3portal.com
* @translator (c) ( You - http://www.yourdomain.com )
* @license http://opensource.org/licenses/gpl-license.php GNU Public License 
*
*/

if (!defined('IN_PHPBB'))
{
	exit;
}
if (empty($lang) || !is_array($lang))
{
	$lang = array();
}

$lang = array_merge($lang, array(
	'ACP_PORTAL_INFO'							=> 'Portal',
	'ACP_PORTAL_GENERAL_INFO'					=> 'General',
	'ACP_PORTAL_ANNOUNCEMENTS_INFO'				=> 'Global announcements',
	'ACP_PORTAL_NEWS_INFO'						=> 'News',
	'ACP_PORTAL_RECENT_INFO'					=> 'Recent topics',
	'ACP_PORTAL_WORDGRAPH_INFO'					=> 'Wordgraph',
	'ACP_PORTAL_GENERAL_INFO'					=> 'General settings',
	'ACP_PORTAL_PAYPAL_INFO'					=> 'Paypal donations',
	'ACP_PORTAL_ATTACHMENTS_INFO'				=> 'Attachments',
	'ACP_PORTAL_MEMBERS_INFO'					=> 'Newest members',
	'ACP_PORTAL_POLLS_INFO'						=> 'Poll',
	'ACP_PORTAL_BOTS_INFO'						=> 'Recent bots',
	'ACP_PORTAL_POSTER_INFO'					=> 'Peak posters',
	'ACP_PORTAL_WELCOME_INFO'					=> 'Welcome message',
	'ACP_PORTAL_CUSTOMBLOCK_INFO'				=> 'Custom block',
	'ACP_PORTAL_MINICALENDAR_INFO'				=> 'Mini calendar',
	'ACP_PORTAL_LINKS_INFO'						=> 'Links',
	'ACP_PORTAL_BIRTHDAYS_INFO'					=> 'Birthdays',
	'ACP_PORTAL_FRIENDS_INFO'					=> 'Friends',
	
	// Logs
	'LOG_PORTAL_CONFIG'			=> '<strong>Altered Portal settings</strong><br />&raquo; %s',
	
	// Adding the permissions
	'acl_a_portal_manage'		=> array('lang' => 'Can alter Portal settings', 'cat' => 'misc'),
));

?>
so i cant understand why doesnt appears all titles correct in the main menu!!.. :roll:

Re: Titles on Main Menu..

Posted: 5. April 2009 17:12
by PeterS
Casper

have you this file in your used language directory?

/language/pt/mods/

Peter

Re: Titles on Main Menu..

Posted: 5. April 2009 17:19
by casper™
yes i have, why you ask me that??.. isnt suppose the file be there??.. :?

Re: Titles on Main Menu..

Posted: 5. April 2009 18:05
by PeterS
no its correct, it must be there!
have purged your chache? i see no reason why this not appears

Peter

Re: Titles on Main Menu..

Posted: 5. April 2009 22:31
by casper™
PeterS purged the cache, purged templates and themes and nothing has changed!!..

anymore ideas how to fix this??.. :|