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.
Board3 Portal Questions
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.
-
- 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
Hi,
Sorry for the translation ( 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
Sorry for the translation ( 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
-
- 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
In order to remove the post count, open portal/block/user_menu.php
Find:
Replace with:
Find:
Code: Select all
'L_SELF_POSTS' => $user->lang['SEARCH_SELF'] . ' (' . $you_posts_count . ')',
Code: Select all
'L_SELF_POSTS' => $user->lang['SEARCH_SELF'],