It's probably a host issue

627

(4 replies, posted in PunBB 1.3 troubleshooting)

No. Take a look at $pun_url in include/common.php and in the include/url/* files.

628

(4 replies, posted in PunBB 1.3 troubleshooting)

Use pun_link just like you're shown tongue
pun_link is a function that returns a link. It takes two parameters (although only the first is required). The first is the URL, should should be gotten from $pun_url. The second is the arguments. That can either not be passed (no arguments), be passed something that isn't an array (one argument) or be passed an array (multiple arguments). In this example, you only need one: the user's ID. So, you simply pass the user's ID to the function. If this was a link to a forum or a topic, you would need to pass an array with two elements, the first being the ID and the second being the name (because of SEF friendly URLs).

Define clear
In other words, what do you want to keep? And what version are you trying to upgrade from?

630

(3 replies, posted in PunBB 1.3 troubleshooting)

1. No. If we add nl2br, that throws off anybody who tries to format their HTML or use something special (eg: a table). If you want that, you can make an extension to do it.
2. I'll fix it now.

631

(3 replies, posted in PunBB 1.3 troubleshooting)

Let me guess, the moderator who is trying to post doesn't have moderator powers over the forum he/she is trying to post in?
Thanks for the report, the problem is part of a larger issue we're looking into fixing

Fatal error: Cannot redeclare includesecurityimage() (previously declared in /home/fantecom/public_html/includes/functions.php:10) in /home/fantecom/public_html/includes/functions.php on line 11

From the bottom of that page

633

(8 replies, posted in PunBB 1.3 extensions)

We use get_current_url to store the URL as you're visiting in prev_url in the online table. Then, we can use prev_url for redirects.

Moved to Modifications
Just editing post.php should do it.

635

(8 replies, posted in PunBB 1.3 extensions)

Ah, got it.
I don't think that's something we can fix, really: PunBB doesn't know that you're using mod_proxy from another computer or that your connection to the other computer uses SSL. It only knows about the connection made from the proxy to the machine running PunBB.

636

(8 replies, posted in PunBB 1.3 extensions)

Wait, how exactly is the proxying set up?

637

(8 replies, posted in PunBB 1.3 extensions)

Hmm, interesting
Are you using Apache?

638

(3 replies, posted in PunBB 1.2 troubleshooting)

No, but the upgrade shouldn't mess with any data in the database. The only issue is any modifications of the files themselves.

639

(3 replies, posted in PunBB 1.2 troubleshooting)

2004? That's 1.1, most likely, which isn't updated anymore. I don't know that any modifications for that version exist anymore.

As a user? Change your timezone. As an admin? Let your users correct it themselves, not everyone observes DST

Talk to your host

642

(5 replies, posted in PunBB 1.2 troubleshooting)

Then the user hasn't cleared his/her cookies/cache properly. If they did so, they wouldn't be logged in.

Johanan wrote:

I have been looking for something very similar. I am building an internal intranet. Need guest only just submit e-mail and post what you want.

Then you're probably better off with a searchable mailing list or a wiki (depending on what you're really trying to do with the setup) than a forum. An email address, which is typically a public piece of information, is not good to use as the sole means of identifying a user. In the case of the editing idea suggested in the first post, anyone who knows the person's email address could edit his/her posts. In your case, there's no good way to track who actually posted a comment, which leaves the system open for abuse by malicious employees. IMO, you would be better off having everyone register (or automatically generating accounts for them using their email addresses) then relying on an email address as a form of security.
But if you want to use PunBB that way, you certainly can. Just tell all your users that their names as guests should be their email address (or mandate the email field and let them fill in whatever they want for name). Set up the forum to allow guest posting, and tada! smile

You can disable registration and only enable guest posting if you want, sure.

645

(9 replies, posted in PunBB 1.2 troubleshooting)

Set-Cookie: punbb_cookie_3026f4c3=[stuff]; expires=Thu, 12-Mar-2009 20:32:13 GMT; path=/; domain=http://lie2815.heliohost.org; httponly

You're setting $cookie_domain wrong.

646

(11 replies, posted in PunBB 1.3 extensions)

pedrotuga: Those kinds of tools are good for extensions, as you said. smile
And Akismet isn't the only tool of that type, it's just the largest. I came across another one that I'm also going to look into turning into an extension.

647

(9 replies, posted in PunBB 1.2 troubleshooting)

Your browser's, most likely. Could you link to your site?

Moved to Modifications, since this doesn't appear to be a feature request

649

(11 replies, posted in PunBB 1.3 extensions)

trakman: Except it wasn't Microsoft's idea to begin with (and their implementation takes too much time to use, IMO). That probably won't be something we make an official extension.

Moved to Troubleshooting, since it's a mod_security issue, not a PunBB issue smile