Titles on Main Menu..

Current Version: 1.0.6
Released: 09.01.10
Forum rules
Before creating a new support thread, please take a look in the board3 Portal FAQ and use the search!
Many questions have already been answered.
Locked

Topic author
casper™
Active Member
Posts: 15
Joined: 1. April 2009 19:22
phpBB.de User: casper™
phpBB.com User: casper™
Contact:

Titles on Main Menu..

Post 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..
User avatar

PeterS
Former Team Member
Posts: 246
Joined: 15. January 2008 08:41
phpBB.de User: PeterS
phpBB.com User: PeterS

Re: Titles on Main Menu..

Post by PeterS »

Hi Casper

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

Peter

Topic author
casper™
Active Member
Posts: 15
Joined: 1. April 2009 19:22
phpBB.de User: casper™
phpBB.com User: casper™
Contact:

Re: Titles on Main Menu..

Post 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:
User avatar

PeterS
Former Team Member
Posts: 246
Joined: 15. January 2008 08:41
phpBB.de User: PeterS
phpBB.com User: PeterS

Re: Titles on Main Menu..

Post by PeterS »

Casper

have you this file in your used language directory?

/language/pt/mods/

Peter

Topic author
casper™
Active Member
Posts: 15
Joined: 1. April 2009 19:22
phpBB.de User: casper™
phpBB.com User: casper™
Contact:

Re: Titles on Main Menu..

Post by casper™ »

yes i have, why you ask me that??.. isnt suppose the file be there??.. :?
User avatar

PeterS
Former Team Member
Posts: 246
Joined: 15. January 2008 08:41
phpBB.de User: PeterS
phpBB.com User: PeterS

Re: Titles on Main Menu..

Post by PeterS »

no its correct, it must be there!
have purged your chache? i see no reason why this not appears

Peter

Topic author
casper™
Active Member
Posts: 15
Joined: 1. April 2009 19:22
phpBB.de User: casper™
phpBB.com User: casper™
Contact:

Re: Titles on Main Menu..

Post by casper™ »

PeterS purged the cache, purged templates and themes and nothing has changed!!..

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

Return to “board3 Portal 1.0.x - English Support”