Board3 Portal Questions

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
Dan
Active Member
Posts: 12
Joined: 2. May 2009 16:39
phpBB.com User: Dan27
Location: England
Contact:

Board3 Portal Questions

Post by Dan »

Your Portal Version:
Your phpBB Type: Standard phpBB3
MODs installed: Yes
Your knowledge: Basic Knowledge
Boardlink: http://www.djforums.info/phpbb/

PHP Version: N/A
MySQL Version: N/A

What have you done before the problem was there?
N/A

What have you already tryed to solve the problem?
N/A

Description and Message
Hi, I have a few questions about the Board3 Portal :) First of all, on the Board3 Portal clock it says 'Board3', how do I change
that to something else? And also how do I remove the post count on the User Menu on the right when the user is logged in?

Thanks.
User avatar

anywhere91
Translator
Posts: 62
Joined: 21. May 2009 11:02
phpBB.com User: Anywhere91
Location: 48°638127N 2°771616E or not far
Contact:

Re: Board3 Portal Questions

Post by anywhere91 »

Hi,

Sorry for the translation :oops: ( I'm french! excuse me ;) )

To watch the clock this message => knowledge/kb_show.php?id=20

The file is a clock swf file, a swf file editor like Macromedia flashplayer to change the look of the clock.

For the second question, I do not know but I'm also interested!

Regard
User avatar

Marc
Dev
Posts: 2504
Joined: 17. July 2008 21:08
phpBB.de User: marc1706
phpBB.com User: Marc
Location: Clausthal-Zellerfeld / München
Contact:

Re: Board3 Portal Questions

Post by Marc »

In order to remove the post count, open portal/block/user_menu.php
Find:

Code: Select all

'L_SELF_POSTS'    => $user->lang['SEARCH_SELF'] . ' (' . $you_posts_count . ')', 
Replace with:

Code: Select all

'L_SELF_POSTS'    => $user->lang['SEARCH_SELF'], 
Locked

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