201

(5 replies, posted in PunBB 1.2 show off)

Rickard wrote:
Gary13579 wrote:

and you should try to remove peoples ips when posting screen shots ;)

It's my local IP :)

HA! And now we finally know it!

Mad PhotoShop(?)-skill btw ;P

202

(200 replies, posted in General discussion)

n|oa wrote:

if you really need that 1 GB thingy.. use http://in.rediff.com/index.html one gig, ok fast & free...

It's not the one-gig-"limit" that pleases me the most, it's the ability to search through my saved emails, and the way GMail uses conversations. Also, it's incredible fast :)

I think I know why. When I opened your file in my editor (ultraedit) I saw this:

    if($pun_config['o_pms_enabled']Ê&&Ê!$cookie['is_guest']Ê&&Ê$_GET['id']Ê!=Ê$cur_user['id']){
ÊÊÊÊ    require($pun_root.'include/pms/profile_quicksend.php');
ÊÊÊÊÊÊÊÊechoÊ'<tableÊclass="punspacer"Êcellspacing="1"Êcellpadding="4"><tr><td> </td></tr></table>';
ÊÊ    }

It feels like it's correct... here's my bottom ~25 lines:

?>
            </td>
        </tr>
    </table>
</form>
<?php

    }

?>

<table class="punspacer" cellspacing="1" cellpadding="4"><tr><td> </td></tr></table>
<?php

    }

    if($pun_config['o_pms_enabled'] && !$cookie['is_guest'] && $_GET['id'] != $cur_user['id']){
        require($pun_root.'include/pms/profile_quicksend.php');
        echo '<table class="punspacer" cellspacing="1" cellpadding="4"><tr><td> </td></tr></table>';
    }

    require $pun_root.'footer.php';
}

Edit: I've put it here too. Please take your time to try to find what's wrong. Maybe I can change the installation-process or something if it helps...

205

(3 replies, posted in PunBB 1.2 troubleshooting)

Youre welcome.

I've seen the problem for, so for me it's easy fixed :)

206

(3 replies, posted in PunBB 1.2 troubleshooting)

I think I know what the problem is. Read this topic.

207

(277 replies, posted in PunBB 1.2 discussion)

Madoor wrote:

is the group system in yet?

No, it's not.

208

(18 replies, posted in Feature requests)

I assume they have a great time there, even without internet in every home :)

http://www.users.bigpond.com/kiribati_newstar/images/newstar5.jpg

209

(6 replies, posted in PunBB 1.2 discussion)

Sure, it's no problem making such mod. A couple of str_replace in parse_message() is enough yes. Though, it can be a lot of confusion when posts change depending on which user looking at it :)

Connorhd wrote:

should install_mod.php be in the pms folder?

No, it's not supposed to be there :) I assumed it was after my last post ("install_mod.php is supposed to be in the punbb root directory. If not, what are the error-message you get?")

gyro: Put install_mod.php in the root-directory instead.

Are you sure you even have common.php there? Tried reinstalling PunBB?

Then you've probably put the files in the wrong directory. install_mod.php is supposed to be in the punbb root directory. If not, what are the error-message you get?

You'll have to wait some more :) Maybe I'll fix it tomorrow. Though, 1.1.2 is done now, where you can delete multiple post :)

Download here.

Upgrade from 1.1.2:
1. Overwrite lang/en/en_pms.php and message_list.php.
2. Put the file header_new_messages.php in include/pms.
3. Change footer.php so it looks like this:

42: <?php
43: 
44: require($pun_root.'include/pms/footer_links.php');
45: if ($footer_style == 'index' || $footer_style == 'search')
46: {
47:     if (!$cookie['is_guest'])

Edit: I might fix a 'Mark all'-button tomorrow...

214

(200 replies, posted in General discussion)

Rickard wrote:

But that is only visible for those people who have selected to have their e-mail address publicly visible. The reason you see it everywhere is because you're a moderator :)

True :)

...and I'm the biggest harvester of them all :D *muhaha*

215

(200 replies, posted in General discussion)

Rickard wrote:
Chacmool wrote:

They probably harvest them from the html-code too, so we're screwed anyway :(

What HTML code?

The source... "mailto:" isn't that hard to fetch either I suppose.

216

(277 replies, posted in PunBB 1.2 discussion)

Gary13579 wrote:

yes, i know that youll probally add bbcode, but try to write ann offcial pm into it. no offense to the mod one, but i just dont like the looks of it. needs to have a checklist type of delete and stuff

BBCode...

I'll add the checklist-style and such things to the PMS when I release it for 1.2 (if Rickard don't make an own implementation of it of course).

217

(200 replies, posted in General discussion)

They probably harvest them from the html-code too, so we're screwed anyway :(

218

(277 replies, posted in PunBB 1.2 discussion)

Smartys wrote:

OK, fine by me
/me enjoys his Welsh forum :P

I'm waiting for the Outer Mongolian language pack ;P

219

(277 replies, posted in PunBB 1.2 discussion)

Sweet!

When will the CVS be up and running?

220

(9 replies, posted in PunBB 1.2 troubleshooting)

Madoor wrote:

aaah, thx!

Ther's one problem thought =) You have included 2 files of every file! There's one copy of each in the zip file and another copy in the "phpbb" map in the zip file. How come? Do I have to upload it all?

I've made a mistake there :) You only need the files in file's root (not the folder).

221

(9 replies, posted in PunBB 1.2 troubleshooting)

Madoor wrote:

my own =)

using a while-loop to transport all content from the phpbb fields to the punbb fields.

Okay :)

I've done converters you could use instead if you like. Download them here.

222

(9 replies, posted in PunBB 1.2 troubleshooting)

"KONVERTERA-FORUM.php"? Which converter do you use?

223

(9 replies, posted in PunBB 1.2 troubleshooting)

PunBB is using SHA-1 if it's available. If not, it falls back on MD5 instead. There's no problem converting the forum, beqause PunBB recognize which function to use by looking at the length of the saved hash.

224

(5 replies, posted in PunBB 1.2 show off)

Sweet!

Really nice integration and color theme :) I assume the page will grow larger when HL2 is actually released :P

225

(11 replies, posted in PunBB 1.2 troubleshooting)

You must enable MySQL-support in php for it to work. There's just a line in the php.ini-file, search for mysql in it and you'll find some info. Remove the ; and it'll probably work.