1

(8 replies, posted in PunBB 1.3 extensions)

Ok, in any case it was right to test, final PunBB1.3 will be on [A] wink

Why do you use the function get_current_url() to get the url and not the variable $base_url ?

Thanks

2

(8 replies, posted in PunBB 1.3 extensions)

I use an apache server [A] (which is hosting some websites) as proxy SSL to reach my extranet located on another machine [b] on the LAN.
Server [A] use mod_proxy and ssl
Apache mod_proxy can't connect to https, so [b] is http (80)

I want to test PunBB1.3 on my extranet. So URL is https://extranet.mydomain/... but PHP on [b] return that it's on http (80).

I hope that my explanations will have been said clearly.

3

(8 replies, posted in PunBB 1.3 extensions)

I'm using Apache 2.2.3 (web proxy) and Apache 2.2.4 (siteweb)

The variable $_SERVER['HTTPS'] doesn't return anything.
It even doesn't appear in the phpinfo()

And the variable $_SERVER["SERVER_PORT"] return 80 whereas I am well in https (443).

4

(8 replies, posted in PunBB 1.3 extensions)

Apparently that would be the function get_current_url () which does not post good information if I pass through a Web proxy SSL.

Hi,

I tried to install some extentions, but in my configuration that doesn't work.

Just after having confirmed the installation,
the URL https://mydomain/admin/extensions.php?install=dd_top_20_users
changes into http://IPADDRESS/admin/extensions.php?install=dd_top_20_users,
I'm logged out and the page show "You do not have permission to access this page."

Do I do all correctly?
Thanks

Yes, I email to user who subscribe to the topic, and I receive an error from one.
So I delete it from the base subscribe with the id of the user and the topic.

Can't PunBB manage this kind of problem?
If the email is not valid, that it does not post an error message.

Thanks, It's good !

The topic : http://forum.sonata-arctica.info/viewtopic.php?id=331

But it's not regular, some users can post and that's good, others not.

Hello,

I have a problem only on one topic of my forum, it's a big topic (~6324 posts) and users have often the same problem when they wants to post in this topic :

An error was encountered
    Error: Unable to send e-mail. Please contact the forum administrator with the following error message reported by the SMTP server: "550 : Recipient address rejected: Domain not found ".

The message is posted but users think not, so they repost... then there are 2 posts...

Email and other topic work good...

What can i do ?

10

(8 replies, posted in Feature requests)

I have a question, why the BBcode [center] or [align] aren't implemented yet ?

11

(4 replies, posted in PunBB 1.2 discussion)

Yes smile

12

(4 replies, posted in PunBB 1.2 discussion)

Hello,

I want to test the Google Analytics, and I wondered for PunBB, where I can paste the tracking code.
They says :

Enter the code below into all of your web pages, between the <head> and </head> tags, and after any <meta> tags in that section. If you use a common include or template, you can enter it there.

The code is like that :

<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
  _uacct="UA-xxxx-x";
  urchinTracker();
</script>

Thanks

From the news.tpl, when I generate, only <commentaires_news> of the page news.html are good.

Generated pages on archive have a empty link.

Hello,

I have a problem with News Generator.

<commentaires_news>

Generate an empty link, only on archives files, like :

<a href=""></a>

Any idea ?

In my forum, one day, I need to merge two topics, somebody could make a plugin to do that or not ?

16

(67 replies, posted in News)

http://punbb.org/changelogs/ <= No 1.2.4 to 1.2.5 ?

Hello,

I've a french fan site to Sonata Arctica, a Finnish power metal band.
(Similar artists : Nightwish, Stratovarius)

Site : http://www.sonata-arctica.info/
Forum : http://forum.sonata-arctica.info/

I run on the 1.2.3 release of PunBB.

18

(3 replies, posted in PunBB 1.2 bug reports)

Yes, I hope soon.

19

(3 replies, posted in PunBB 1.2 bug reports)

Hum no, I'm sorry... there's confusion with the script I think... "PUN_ROOT" is good to punBB 1.2 but bad pour punbbig.php.

20

(3 replies, posted in PunBB 1.2 bug reports)

In file /include/dblayer/common_db.php

There are just "PUN_ROOT", so I think it's "$PUN_ROOT"

I've found this, because I use the script "punbbig.php" and it don't work...