1

(20 replies, posted in General discussion)

German or Hessisch <Hessisch> babbeln </Hessisch> ?

Nee, ike bin a balina smile

Hey, thats more german then I expected

cheers

2

(1 replies, posted in PunBB 1.2 show off)

Website: www.terok-nor.com
punbb:   www.terok-nor.com/bbs/

punbb was customized to fit into the site layout.

I am still surprised by punbb, a wonderfull piece of work Kennel

Cheers, Holger

3

(20 replies, posted in General discussion)

I was wondering if other germans are in here

<german>

Also, wo seit Ihr ?

</german>

wink

Cheers, Holger

Somehow the wonderfull "Live Preview" was missing when you edit a post. So here are the instructions how to implement it

#
#---------[ 1. APPLY MOD ]-------------------------------------------------------
#

    apply "Live Preview" Mod as described in the readme.txt
    after the readme.txt, continue here


#
#---------[ 2. OPEN ]---------------------------------------------------------
#

    edit.php


#
#---------[ 3. FIND (line 172) ]----------------------------------------------
#

    require 'header.php';


#
#---------[ 4. AFTER, ADD ]---------------------------------------------------
#

    require 'livepreparser.php';


#
#---------[ 5. FIND (line 200) ]----------------------------------------------
#

            <td class="puncon2"> <textarea name="req_message" rows="20" cols="95"><?php print pun_htmlspecialchars($cur_post['message']) ?></textarea></td>


#
#---------[ 6. REPLACE WITH ]-------------------------------------------------
#

            <td class="puncon2"> <textarea name="req_message" id="req_message" rows="20" cols="95" onkeyup="livepre(this);"><?php print pun_htmlspecialchars($cur_post['message']) ?></textarea></td>

#
#---------[ 7. FIND (line 212) ]----------------------------------------------
#

            <td class="puncon1right" style="width: 140px; white-space: nowrap"><?php print $lang_common['Actions'] ?>  </td>
            <td class="puncon2"><br>  <input type="submit" name="submit" value="<?php print $lang_common['Submit'] ?>" accesskey="s">   <a href="javascript:history.go(-1)"><?php print $lang_common['Go back'] ?></a><br><br></td>
        </tr>

#
#---------[ 8. AFTER, ADD ]---------------------------------------------------
#

        <?php require 'liveprelayer.php'; ?>


#
#---------[ 9. SAVE/UPLOAD ]--------------------------------------------------
#

Cheers, Holger