Topic: I need help with my forum.

Hello,

I just installed punBB on my website and unfortunately I'm having problems with changing the colors and some features.

Can someone please help me out by telling me what I have to do ?

Here is a screenshot of how it looks now: http://img404.imageshack.us/img404/3901/forumnu.jpg

1. I want to change the blue and the grey colors.

2. And I want everything to be in DUTCH!

3. I also want to get rid of the data in the bottom:
    Total number of registered users: 47
    Total number of topics: 1
    Total number of posts: 1

4. I also want to remove the " User list " on top of the page.

Please help me out!

2 (edited by Nonante 2010-12-12 22:01)

Re: I need help with my forum.

1 | If you have trouble changing the theme, try this: http://spinkbb.jsand.net/punbb/?spkEn

2 | You will find the language packs to this address: http://punbb.informer.com/wiki/punbb13/language_packs
     Only 40% are translated into your language apparently, because nobody did helped.
     It would be a good opportunity to do so.

3 | To do this, you need to edit the index file and comment/delete everything that is between:

// START SUBST - <!-- forum_info -->

and

// END SUBST - <!-- forum_info -->

4 | I do not know exactly what is the goal, but there are 2 possibilities :
Either go to http://domain.com/admin/groups.php and edit perms views for each groups
OR
open ../include/functions.php, about line 420, comment this :

    if ($forum_user['g_read_board'] == '1' && $forum_user['g_view_users'] == '1')
        $links['userlist'] = '<li id="navuserlist"'.((FORUM_PAGE == 'userlist') ? ' class="isactive"' : '').'><a href="'.forum_link($forum_url['users']).'">'.$lang_common['User list'].'</a></li>';

And finally, thank you for using the search function, some points have already been addressed.

Regards.

I don't speak English, but Google Translate is doing pretty good.