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..
Titles on Main Menu..
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.
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.
-
- Former Team Member
- Posts: 246
- Joined: 15. January 2008 08:41
- phpBB.de User: PeterS
- phpBB.com User: PeterS
Re: Titles on Main Menu..
Hi Casper
you can change this at language/your language/mods/info_acp_portal.php
Peter
you can change this at language/your language/mods/info_acp_portal.php
Peter
-
Topic author - Active Member
- Posts: 15
- Joined: 1. April 2009 19:22
- phpBB.de User: casper™
- phpBB.com User: casper™
- Contact:
Re: Titles on Main Menu..
in that file it looks all right!!.. please can you check the file for me??..
info_acp_portal.php
so i cant understand why doesnt appears all titles correct in the main menu!!..
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 />» %s',
// Adding the permissions
'acl_a_portal_manage' => array('lang' => 'Can alter Portal settings', 'cat' => 'misc'),
));
?>
-
- Former Team Member
- Posts: 246
- Joined: 15. January 2008 08:41
- phpBB.de User: PeterS
- phpBB.com User: PeterS
Re: Titles on Main Menu..
Casper
have you this file in your used language directory?
/language/pt/mods/
Peter
have you this file in your used language directory?
/language/pt/mods/
Peter
-
Topic author - Active Member
- Posts: 15
- Joined: 1. April 2009 19:22
- phpBB.de User: casper™
- phpBB.com User: casper™
- Contact:
Re: Titles on Main Menu..
yes i have, why you ask me that??.. isnt suppose the file be there??..
-
- Former Team Member
- Posts: 246
- Joined: 15. January 2008 08:41
- phpBB.de User: PeterS
- phpBB.com User: PeterS
Re: Titles on Main Menu..
no its correct, it must be there!
have purged your chache? i see no reason why this not appears
Peter
have purged your chache? i see no reason why this not appears
Peter
-
Topic author - Active Member
- Posts: 15
- Joined: 1. April 2009 19:22
- phpBB.de User: casper™
- phpBB.com User: casper™
- Contact:
Re: Titles on Main Menu..
PeterS purged the cache, purged templates and themes and nothing has changed!!..
anymore ideas how to fix this??..
anymore ideas how to fix this??..