i have change me CSS file to aragnge the Links Horizontal : and works fine with Firefox
but not realy iExpl.
:
li{display: inline;    text-align: center;    letter-spacing: 0px;    word-spacing:80px;}

now i have a problem with the Redirecter InLogin, i have finde in login.php:
redirect($_POST['redirect_url'], $lang_login['Login redirect']);

is redirect_url the URL goes after the Login or ?????

hi now its work: thx

    <?php echo generate_navlinks(); ?>   smile

and i have Edit the functions.php to open the Links in a <IFrame> and is work to: big_smile

function generate_navlinks()
    // Index and Userlist should always be displayed
    $links[] = '<li id="navindex"><a href="forum/index.php" target="indexframe">'.$lang_common['Index'].'</a>';


but the Navlinks are Vertikal among each other now:
    * Index
    * Mitgliederliste
    * Suche
    * Profil
    * Verwaltung
    * Abmelden

but i like this way Horizontal:
    *  Index    * Mitgliederliste    * Suche    * Profil    * Verwaltung    * Abmelden
waht i must do for this :?

greets

http://home.arcor.de/kidcut/miragex.jpg

1 Is me own CodetPHP index site
2 Is the PunBB Forum, in a IFrame Intergratet in me Site
3 are NavigationLinks in me own CodetPHP index site
4 Is the PunBB NavigationLinks

now will take the PunBB NavigationLinks(4.) and Integrate to me own index Site
in (3).

i believes you means:
$tpl_main = str_replace('<pun_navlinks>','<div id="brdmenu" class="inbox">'."\n\t\t\t". generate_navlinks()."\n\t\t".'</div>', $tpl_main);

but how i can use this in my own WebPage????,
i have testing "echo ($tpl_main;)"
does not go
;(
i'm not the code guru sorry

I have finde the String "$lang_profile['Profile menu']"

but how I can integrate into my own HTML or PHP side.

<?php echo pun_htmlspecialchars($lang_profile['Profile menu']); ?>   

don't work sad

how I can Integration the navigationlinks of PunBB into my own webSide?
i have in to my own index.php,

<?
define('PUN_ROOT', './forum/');
require PUN_ROOT.'include/common.php';
require PUN_ROOT.'include/template/main.tpl';
$tpl_main = file_get_contents(PUN_ROOT.'include/template/main.tpl');
?>

and then

<?php
   echo ($tpl_main;)
?>

but is not work sad
can someone help me please , i finde no doks. or good tutorials about Intergration
/common.php "$pun_user['username']" a
Index of all Strings i can use and more