851

(6 replies, posted in PunBB 1.3 discussion)

An interesting idea. Have you got any ideas about the mechanism of caching pages?

babyinternet wrote:

Where can I find a complete extentsion?

What extension do you want to find?

853

(2 replies, posted in PunBB 1.3 troubleshooting)

yuzz wrote:

I launch the new forum in a browser and get the following errors:

Warning: Cannot modify header information - headers already sent by (output started at
/home/projecto/public_html/test3/config.php:1) in /home/projecto/public_html/test3/header.php on line 16

Warning: Cannot modify header information - headers already sent by (output started at
/home/projecto/public_html/test3/config.php:1) in /home/projecto/public_html/test3/header.php on line 17

Warning: Cannot modify header information - headers already sent by (output started at
/home/projecto/public_html/test3/config.php:1) in /home/projecto/public_html/test3/header.php on line 18

Warning: Cannot modify header information - headers already sent by (output started at
/home/projecto/public_html/test3/config.php:1) in /home/projecto/public_html/test3/header.php on line 19

Warning: Cannot modify header information - headers already sent by (output started at
/home/projecto/public_html/test3/config.php:1) in /home/projecto/public_html/test3/header.php on line 22

Try to save config.php with UTF-8 (without BOM).

yuzz wrote:

* Additionally, I can't login (I am clearing cookies and browser cache before attempting that, ensure that cookies are accepted).

Have you changed the value of $cookie_domain or $cookie_path?

SuperMAG wrote:

hey slavok, i think you people should release 1.3.3 now, there are alot of bugs fixed.

The release of new version of pun_quote will not affect the fixing bugs and release of PunBB 1.3.3.

SuperMAG wrote:

i have a problem, after i installed the latest version, it doesnt quick quote anymore, it normal quote now, i tried reinstalling, full refresh etc. nothing works.

The latest version of the extension was installed on our forum and it works fine for me. Please, describe in a more detailed way the actions you do, when posts aren't quoted.

New version of pun_quote  has been released. It is available on the extension page, SVN, in pun_repository. JS-arrays for quoting aren't output for guests now.

856

(4 replies, posted in PunBB 1.2 troubleshooting)

This error means that the forum tried to add new a user upon registration with an existing id. What mods have you got installed?

857

(3 replies, posted in PunBB 1.3 troubleshooting)

I think this post should help you.

858

(3 replies, posted in PunBB 1.3 troubleshooting)

Do you need help with CSS?

859

(99 replies, posted in PunBB 1.3 additions)

bejo, could you add your translation pack to wiki, please?

There is a special function in forum for checking the authorization of a user (cookie_login in "<FORUM_ROOT>/include/functions.php" line 1184). This function is used to determine whether the user is authorized or not at every forum page. Place the code with the authorization method in this function, which you use in your PHP application.

  • You should place a wp header and footer in "<FORUM_ROOT>/include/user".

  • Modify "<FORUM_ROOT>/include/template/main.tpl". Include the wp header and footer in file with a statement like this:

<!-- forum_include "wp_header.php" -->

I think this disscussion will help you, if you will have some problems with integration.

862

(2 replies, posted in PunBB 1.3 additions)

The string "Topic review (newest first)" is displayed on previewing a new post

Do you have common authorization at forum and vldpersonals?
Also this problem can be related with the timezone setting of the client machine. Try offering the user to check the "Remember me" option on the login page.

We've browsed your profile and we've found out that the Daylight saving option was not marked. We've checked it. Please, verify, if the displaying time is correct  or not now?

Maybe this topic will be useful for you

Is this what you needed?

Run over the code of the "<FORUM_ROOT>\admin\install.php"

It seems like mod_security doesn't like "echo" in URL

miller wrote:

Private Message system don't send email after message is delivered to PM box.

I think you should suggest this feature in this topic, this is a discussion of pun_pm extension.

miller wrote:

Or mass PM feature for admins?

Broadcast e-mail feature has already been added to extension requests.

First way is to place the code you want to add in "<FORUM_ROOT>/include/template/main.tpl" in the head tag.
Or you can create a new file with the code of the head section and place it in "<FORUM_ROOT>/include/user/", then add a line like this "<!-- forum_include "my_header.php" -->" in "<FORUM_ROOT>/include/template/main.tpl".

871

(2 replies, posted in Feature requests)

To change title separator open "<FORUM_ROOT>/lang/English/common.php", find "Title separator" key and edit its value.

The code of this extension will be fully corrected in the next release, but now it has bugs. Thanks for reporting.

This problem is related with the charset. You should add this line to the top of the example:

header('Content-type: text/html; charset=utf-8');

I have corrected the example in wiki.

Mattf, thanks for example, I think it will be useful.

MattF wrote:

p.s: There is also an alternative multi-quote system in progress on there which may be another line to think on with regards to the pun_quote setup. It uses the traditional quote system, but can span multiple pages in a topic and doesn't require the post info loading in the normal output HTML. Just thought it may be worthwhile having a peek at, if you're curious. smile

Are you talking about this?

875

(4 replies, posted in Discussions)

Thanks for suggestions, I have added a feature request.