1

(30 replies, posted in PunBB 1.2 troubleshooting)

hehe thanks smile

2

(30 replies, posted in PunBB 1.2 troubleshooting)

it didnt change anything...

3

(30 replies, posted in PunBB 1.2 troubleshooting)

Stevenbullen, it didnt work either. could it be something with the style?

4

(30 replies, posted in PunBB 1.2 troubleshooting)

thanks! will try as soon as i got time

5

(30 replies, posted in PunBB 1.2 troubleshooting)

i want to change the index in navlink to Forum, and make it redirect to forum.php instead of index.php.

6

(30 replies, posted in PunBB 1.2 troubleshooting)

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

    // Index and Userlist should always be displayed
    $links[] = '<li id="navindex"><a href="forum.php">'.$lang_common['index'].'</a>';
    $links[] = '<li id="navuserlist"><a href="userlist.php">'.$lang_common['User list'].'</a>';

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

    if ($pun_user['is_guest'])
    {
        if ($pun_user['g_search'] == '1')
            $links[] = '<li id="navsearch"><a href="search.php">'.$lang_common['Search'].'</a>';

        $links[] = '<li id="navregister"><a href="register.php">'.$lang_common['Register'].'</a>';
        $links[] = '<li id="navlogin"><a href="login.php">'.$lang_common['Login'].'</a>';

        $info = $lang_common['Not logged in'];
    }
    else
    {
        if ($pun_user['g_id'] > PUN_MOD)
        {
            if ($pun_user['g_search'] == '1')
                $links[] = '<li id="navsearch"><a href="search.php">'.$lang_common['Search'].'</a>';

            $links[] = '<li id="navprofile"><a href="profile.php?id='.$pun_user['id'].'">'.$lang_common['Profile'].'</a>';
            require(PUN_ROOT.'include/pms/functions_navlinks.php');
            $links[] = '<li id="navlogout"><a href="login.php?action=out&amp;id='.$pun_user['id'].'">'.$lang_common['Logout'].'</a>';
        }
        else
        {
            $links[] = '<li id="navsearch"><a href="search.php">'.$lang_common['Search'].'</a>';
            $links[] = '<li id="navprofile"><a href="profile.php?id='.$pun_user['id'].'">'.$lang_common['Profile'].'</a>';
            $links[] = '<li id="navadmin"><a href="admin_index.php">'.$lang_common['Admin'].'</a>';
            require(PUN_ROOT.'include/pms/functions_navlinks.php');
            $links[] = '<li id="navlogout"><a href="login.php?action=out&amp;id='.$pun_user['id'].'">'.$lang_common['Logout'].'</a>';
        }

7

(30 replies, posted in PunBB 1.2 troubleshooting)

please, i need some help!

8

(30 replies, posted in PunBB 1.2 troubleshooting)

bump

9

(30 replies, posted in PunBB 1.2 troubleshooting)

i changed

$links[] = '<li id="navindex"><a href="index.php">'.$lang_common['index'].'</a>';

to

$links[] = '<li id="navindex"><a href="forum.php">'.$lang_common['forum'].'</a>';

from:

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

    // Index and Userlist should always be displayed
    $links[] = '<li id="navindex"><a href="forum.php">'.$lang_common['forum'].'</a>';
    $links[] = '<li id="navuserlist"><a href="userlist.php">'.$lang_common['User list'].'</a>';

10

(30 replies, posted in PunBB 1.2 troubleshooting)

bump

11

(30 replies, posted in PunBB 1.2 troubleshooting)

when i changed in functions.php it only changed in admin index...

12

(30 replies, posted in PunBB 1.2 troubleshooting)

hehe i dont use 1.3 tongue but how do i change the file index link goes to? if i can find that, i can live with it being named index tongue

13

(30 replies, posted in PunBB 1.2 troubleshooting)

but eh.. how do you install it?

14

(30 replies, posted in PunBB 1.2 troubleshooting)

ive tried that... tried again now and named it something else.. it doesent work..

15

(30 replies, posted in PunBB 1.2 troubleshooting)

i also need to change the redictering. i want it to go from index.php to forum.php

16

(30 replies, posted in PunBB 1.2 troubleshooting)

ive changed it. didnt help..

17

(30 replies, posted in PunBB 1.2 troubleshooting)

noone? there must be someone who can help!

im making some changes in my forum, but i cant figure out how to change the names of the links in the nav bar... ive tried to change in the lang file, but it doesent work.... i also checked the styles css sheet to see if there were anything there.. but no luck sad

anyone who can help me?

19

(2 replies, posted in PunBB 1.3 troubleshooting)

or simply make the the page a html file, like index.html. html pages is shown before php.

20

(5 replies, posted in PunBB 1.2 troubleshooting)

i got it working now smile

21

(5 replies, posted in PunBB 1.2 troubleshooting)

is the MySQL hot, the username for it? i thought wrong when filling info, and wrote FTP username. but now this came up

An error occured on line 58 in file /home/25/w59673/ww-studio/punBB/include/dblayer/mysql.php.

PunBB reported: Unable to connect to MySQL server. MySQL reported: Unknown MySQL server host 'whitewings' (1)

i checked with the host

22

(5 replies, posted in PunBB 1.2 troubleshooting)

oh tongue i thought i did that tongue but now i entered the right host and this came:

An error occured on line 58 in file /home/25/w59673/ww-studio/punBB/include/dblayer/mysql.php.

PunBB reported: Unable to connect to MySQL server. MySQL reported: Can't connect to MySQL server on 'ww-studio.com' (146)

i know its the right one, copied from my FTP. and i can log on

i have uploaded all the files and everything, and started my installation. i filed in the fields on the page and clicked begin install. but then this came up:

An error occured on line 58 in file /home/25/w59673/ww-studio/punBB/include/dblayer/mysql.php.

PunBB reported: Unable to connect to MySQL server. MySQL reported: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)

what is wrong?