1

(13 replies, posted in Feature requests)

Didn't work:

//
// Generate the "navigator" that appears at the top of every page
//
function generate_navlinks()
{
    global $pun_config, $lang_common, $cookie, $cur_user;

    // Home and Userlist should always be displayed
    $links[] = '<a href="index.php">'.$lang_common['Home'].'</a> | <a href="userlist.php">'.$lang_common['User list'].'</a> | <a href="downloads/index.php">'.$lang_common['Downloads'].'</a>';

    if ($pun_config['o_rules'] == '1')
        $links[] = '<a href="misc.php?action=rules">'.$lang_common['Rules'].'</a>';

    if ($cookie['is_guest'])
    {
        if ($pun_config['o_search'] == '1' && $pun_config['p_guests_search'] == '1')
            $links[] = '<a href="search.php">'.$lang_common['Search'].'</a>';

        $links[] = '<a href="register.php">'.$lang_common['Register'].'</a> | <a href="login.php">'.$lang_common['Login'].'</a>';
        
        $info = $lang_common['Not logged in'];
    }
    else
    {
        if ($cur_user['status'] < PUN_MOD)
        {
            if ($pun_config['o_search'] == '1')
                $links[] = '<a href="search.php">'.$lang_common['Search'].'</a>';

            $links[] = '<a href="profile.php?id='.$cur_user['id'].'">'.$lang_common['Profile'].'</a>';
            $links[] = '<a href="login.php?action=out">'.$lang_common['Logout'].'</a>';
        }
        else
        {
            $links[] = '<a href="search.php">'.$lang_common['Search'].'</a>';
            $links[] = '<a href="profile.php?id='.$cur_user['id'].'">'.$lang_common['Profile'].'</a>';
            $links[] = '<a href="admin_index.php">'.$lang_common['Admin'].'</a>';
            $links[] = '<a href="login.php?action=out">'.$lang_common['Logout'].'</a>';
        }
    }

    return implode(' | ', $links);
}

2

(13 replies, posted in Feature requests)

Hmm what I need to edit in there?
Can you help me, what I do if I wanna link "Downloads" to the top?

3

(13 replies, posted in Feature requests)

I have installed 3 mods.
Private msg system for 1.1.5
Colouring usernames for 1.1.5
And Multigroup mod for 1.1.5
None of that working. Private msg system didn't make link "Messages" to the top. All mods said "installed successfully" but they didn't make multigroups or colour usernames.
But anyway, dont mind, I still wanna know that how to add links to the top.. ?

4

(13 replies, posted in Feature requests)

I runned updater, then when I tried go to forums, I got msg "mySQL error" or something like that.
But anyway, I got backup from mySQL db so..
Someone know that how to add more links to the top ( with punBB 1.1.5 ) ?

5

(13 replies, posted in Feature requests)

Sorry, I didn't say that I use punBB1.1.5 tongue
I tried to update it to 1.2, but when I runned updater file, it destroyed my mySQL database.
So I wanna keep 1.1.5, help?

6

(13 replies, posted in Feature requests)

I wanna know that how to add more links to top of the forums. I mean that place where is all "User list", "Rules", "Search" etc. Example link "Downloads" which go to myserv.com/downloads/index.php

Do I need do something else? Yes I did run only installer file.

Grr I wanna this mod too, plz can some1 upload that mod somewhere else, link won't work.

Is this for 1.1.5 ?

Argyle wrote:
Paulie wrote:

Im using 1.5.0 version of punBB. Now installed successfull but I can't see "Messages" link on top where is "Home", "User list" etc..

There aint no 1.5.0 version of punBB.
Maybe that is your problem tongue

1.2 is the current punBB version, and the PrivMsg System was coded for 1.1.5 punBB.

Do you people actually read a topic or just post questions and see what happens next?

Hey sorry, I mean 1.1.5 tongue

Im using 1.5.0 version of punBB. Now installed successfull but I can't see "Messages" link on top where is "Home", "User list" etc..