76

(25 replies, posted in General discussion)

Looks great. But isn't there already a downloads mod?

77

(2 replies, posted in General discussion)

You'd have to take <pun_status> out of <div id="brdheader" class="block"> in main.tpl. Something like this:

Find in main.tpl:

<div id="brdheader" class="block">
    <div class="box">
        <div id="brdtitle" class="inbox">
            <pun_title>
            <pun_desc>
        </div>
        <pun_navlinks>
        <pun_status>
    </div>
</div>

Replace with:

<div id="brdheader" class="block">
    <div class="box">
        <div id="brdtitle" class="inbox">
            <pun_title>
            <pun_desc>
        </div>
        <pun_navlinks>
    </div>
</div>
<div id="brdheader2" class="block">
    <div class="box">
        <pun_status>
    </div>
</div>

Then:

Add to Style.css:

#brdheader2 DIV.box {BORDER: none}

Or something like that ...

78

(124 replies, posted in News)

Thanks for the update! I've been following the timeline pretty much everyday since about v1.2.14 and I have indeed noticed an increase in activity.

At first when I read about selling the rights to PunBB, I was a little dubious, but it doesn't look like it's going to affect the project in a bad way at all.


I thank you for your continued effort in developing PunBB.

smile

79

(2 replies, posted in General discussion)

The only solution I can come up with is to make a new function in functions.php and change all the IDs:

function generate_sidelinks()

Based on function generate_navlinks(), you can then change the "get the side links" thing in header.php.

----
So where generate_navlinks looks something like this:

function generate_navlinks()
{
    global $pun_config, $lang_common, $pun_user;

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

...

generate_sidelinks would look like this:

function generate_navlinks()
{
    global $pun_config, $lang_common, $pun_user;

    // Index and Userlist should always be displayed
    $links[] = '<li id="sideindex"><a href="index.php">'.$lang_common['Index'].'</a>';

...

Add the users to the groups, basically.

Well, here's a list of PHP forum software: http://en.wikipedia.org/wiki/Comparison … ware_(PHP)

I would have thought that at least one of those might have the same, or similar, functionality that PunBB 1.3 will have.

---

Along with the 'official' extensions that will be offered with PunBB, PunBB 1.3 really is going to be a competitive bit of software.

This was the closest I could find: http://www.punres.org/desc.php?pid=49

Great work. The only thing I don't like is the a hover on the board navigation. Makes it hard to read the text when the blue highlight appears over the white text.

84

(3 replies, posted in PunBB 1.2 discussion)

The User Management plugin works fine for me.

What happens if you delete lines 646 to 660?

This is fantastic. Using it for wap rather than an archive.

Anyway you could include things like search.php, userlist.php, etc?

87

(37 replies, posted in News)

Wow, good job!

88

(5 replies, posted in PunBB 1.2 discussion)

Runar wrote:

PunBB 1.1.5? Isn't that a bit too old to be safe?

Well, it does say 'custom version of 1.1.5', perhaps they have installed the security updates but not updated the version.

http://www.punres.org/desc.php?pid=250

http://www.kntl.co.uk/
http://3lite-gaming.com/

Whereabouts on the index.php would you like it to appear?

http://punbb.org/download/plugins/AP_Backup.zip

Or

http://punbb.org/download/plugins/AP_DB_management.zip

hmm, I dont like the sound of letting anyone embed .swf's on my site.

Cool, assuming it's all correct this should save some time for people.

p0Wer wrote:

it takes a lot of coding just to change the colour of the square when someone posts in a subforum?

Yup; at least, i cant find an easy way to do it.

96

(1 replies, posted in PunBB 1.2 discussion)

lang/[LANGUAGE]/mail_templates/

The .tpl files are quite easy to understand.

97

(17 replies, posted in PunBB 1.2 show off)

Very, very nice!

bingiman wrote:

Open your lang/English/common.php file and do a search for:


// Stuff for the navigator (top of every page)
'Index'                    =>    'Index',

And change it to

// Stuff for the navigator (top of every page)
'Index'                    =>    'Forum',

lol

100

(5 replies, posted in PunBB 1.2 discussion)

look in

imports/cobalt_cs.css