An interesting idea. Have you got any ideas about the mechanism of caching pages?
852 2009-04-03 07:17
Re: [BBCode tag request]Hightlight code (PHP) (2 replies, posted in PunBB 1.3 extensions)
Where can I find a complete extentsion?
What extension do you want to find?
853 2009-04-03 07:02
Re: Moving forum path (2 replies, posted in PunBB 1.3 troubleshooting)
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).
* 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?
854 2009-04-02 15:03
Re: [extension release] pun_quote 2.0.2 (40 replies, posted in PunBB 1.3 extensions)
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.
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.
855 2009-04-02 11:21
Re: [extension release] pun_quote 2.0.2 (40 replies, posted in PunBB 1.3 extensions)
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 2009-04-02 08:18
Re: Register problem (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 2009-04-02 07:21
Re: URL Scheme (3 replies, posted in PunBB 1.3 troubleshooting)
I think this post should help you.
858 2009-04-02 07:11
Re: integration Help (3 replies, posted in PunBB 1.3 troubleshooting)
Do you need help with CSS?
859 2009-04-02 06:59
Re: Languages (99 replies, posted in PunBB 1.3 additions)
bejo, could you add your translation pack to wiki, please?
860 2009-04-01 07:48
Re: Integrate punBB with php application (7 replies, posted in PunBB 1.3 additions)
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.
861 2009-04-01 07:33
Re: How can I use the footer and header from wordpress? (6 replies, posted in PunBB 1.3 discussion)
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 2009-04-01 07:07
Re: Topic review (newest first) (2 replies, posted in PunBB 1.3 additions)
The string "Topic review (newest first)" is displayed on previewing a new post
863 2009-03-31 07:46
Re: Disable secure cookies in forum (5 replies, posted in PunBB 1.3 bug reports)
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.
864 2009-03-31 06:38
Re: daylight saving not working (4 replies, posted in PunBB 1.3 troubleshooting)
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?
865 2009-03-31 06:35
Re: How do i install and integrate to my existing wordpress blog? (2 replies, posted in PunBB 1.3 discussion)
Maybe this topic will be useful for you
866 2009-03-30 08:37
Re: Is there any mp3 extension for the Punbb 1.3? (2 replies, posted in PunBB 1.3 extensions)
Is this what you needed?
867 2009-03-30 07:58
Re: Few questions regarding new forum (1 replies, posted in PunBB 1.3 discussion)
Run over the code of the "<FORUM_ROOT>\admin\install.php"
868 2009-03-30 07:35
Re: conflict with mod_security (2 replies, posted in PunBB 1.3 troubleshooting)
It seems like mod_security doesn't like "echo" in URL
869 2009-03-30 07:13
Re: [extension request] PM email alert (7 replies, posted in PunBB 1.3 extensions)
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.
Or mass PM feature for admins?
Broadcast e-mail feature has already been added to extension requests.
870 2009-03-30 06:57
Re: How to add HTML header to forums. (4 replies, posted in PunBB 1.3 troubleshooting)
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 2009-03-30 06:20
Re: Change title layout (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.
872 2009-03-27 09:39
Re: AGH!!!! PUN POLL IS RIDICULOUS!! (5 replies, posted in PunBB 1.3 extensions)
The code of this extension will be fully corrected in the next release, but now it has bugs. Thanks for reporting.
873 2009-03-27 09:19
Re: Displaying recent posts - broken characters (2 replies, posted in PunBB 1.3 additions)
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.
874 2009-03-25 10:11
Re: A couple of existing extension javascript suggestions (14 replies, posted in PunBB 1.3 discussion)
Mattf, thanks for example, I think it will be useful.
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.
Are you talking about this?
875 2009-03-25 09:37
Re: high CPU load and search function (4 replies, posted in Discussions)
Thanks for suggestions, I have added a feature request.