3,726

(8 replies, posted in General discussion)

Could you provide a link to the mod that sends out the emails?

3,727

(17 replies, posted in PunBB 1.2 discussion)

1.3 is in alpha, it's not suitable for production use, and the extension system does not have all of its hooks yet.

3,728

(8 replies, posted in General discussion)

So, check the code you modified? And any code provided in the mod?

$pun_user['id'] is the ID of the currently logged in user. You'll need to modify your query so that it grabs the user id as well as the username.

I'm not sure what the issue is: could you give me a link and an account with admin access so I can check it out?

3,731

(13 replies, posted in PunBB 1.2 troubleshooting)

You have two choices
1. Undo all the changes already made by the mod (so drop the columns the mod added, etc) and then run install_mod.php again
2. Open install_mod.php, see what the queries are, and execute the ones that have not yet been run manually

3,732

(10 replies, posted in PunBB 1.2 troubleshooting)

Did you change your avatar directory? Try removing the slash at the beginning of the directory path: the default PunBB folder is img/avatars, not /img/avatars

So you get that error even when you enter a title? Did you modify admin_options.php in any way?

3,734

(4 replies, posted in Feature requests)

I doubt it would become a part of PunBB's core: it sounds like it could almost become a project in and of itself, sort of like SpamAssassin for webpages.
In any case, there will be anti-spam extensions released for 1.3 (ie: integration with Akismet)

3,735

(4 replies, posted in Feature requests)

Sounds to me like an interesting extension smile

3,736

(6 replies, posted in PunBB 1.2 troubleshooting)

Setting the server timezone will set the displayed time for Guests to GMT. If you want Guests to have a different timezone, you'll have to wait for 1.3 or make some modifications

3,737

(2 replies, posted in Programming)

Moved to Programming

Moved to Modifications

3,739

(68 replies, posted in PunBB 1.2 discussion)

Your text is just a bit too long: make it shorter and it won't wrap wink
Alternatively, wait and see if anyone knows the proper CSS to make it not wrap

3,740

(68 replies, posted in PunBB 1.2 discussion)

lie2815 wrote:

Copyright - good topic:
I am working on an edited "release" of PunBB right now that would make it easier for beginners, with a number of useful mods already installed.
Do I need to ask the mod authors for permission?

No, mods are released under the GPL: any copyright that the mod authors have added to the code need to be left intact though

3,741

(1 replies, posted in PunBB 1.2 troubleshooting)

http://wiki.punres.org/Change_forum_width

3,742

(29 replies, posted in PunBB 1.2 troubleshooting)

Your admin_options.php page is broken because of moving the file: you need to correct the issues with it (which should then allow you to correct the issue with division by zero)

3,743

(4 replies, posted in PunBB 1.2 troubleshooting)

But you would get this division by zero error if 0 posts are found, so I think it's more effect than cause. The cause seems to be the code can't get the posts and the posts are definately there in the database. I just need to figure out a way to get them to show up on the page.

No, you get it when $pun_user['disp_posts'] is set to 0. Which is not the number of posts that have been pulled from the database.

3,744

(29 replies, posted in PunBB 1.2 troubleshooting)

The login you provided isn't working

3,745

(29 replies, posted in PunBB 1.2 troubleshooting)

Mmm, if I register an account, could you give me admin and let me see if I can fix at least your other issue?
And I wasn't asking you not to edit PunBB's code or to undo what you had done, I was asking you to try undoing whatever you had done to edit.php so that it would have the correct behavior

3,746

(29 replies, posted in PunBB 1.2 troubleshooting)

Undo the changes you've done wink

3,747

(29 replies, posted in PunBB 1.2 troubleshooting)

Looks like you did it
http://bizpartnerlounge.com/forum/edit.php
Looks like you also edited away some code, since that should be giving me a Bad request message

3,748

(4 replies, posted in PunBB 1.2 troubleshooting)

I don't believe the issue is related to the posts in the database: could you paste your lines 43 and 107 from viewtopic.php?

3,749

(29 replies, posted in PunBB 1.2 troubleshooting)

OK, enable PUN_SHOW_QUERIES and paste the error here

3,750

(29 replies, posted in PunBB 1.2 troubleshooting)

Did you edit the query above it that grabs the information?