See php error log
76 2012-02-14 02:05
Re: No post content with new lang files (7 replies, posted in PunBB 1.4 troubleshooting)
77 2012-02-14 02:04
Re: img/avatars/.htaccess (2 replies, posted in PunBB 1.4 bug reports)
maybe
<FilesMatch "*\.(gif|jpg|png)">
?
78 2012-02-12 06:28
Re: Attachments (pun_attachment) (118 replies, posted in Supported extensions)
Thanks, i added issue:
https://github.com/punbb/extensions/issues/12
79 2012-02-12 06:20
Re: PunBB 1.4.2 (28 replies, posted in News)
AOAS, we do not understand in Chinese.
Someone does not understand in Russian.
So we say here in English
80 2012-02-09 02:00
Re: [Extension release] fancybox (21 replies, posted in PunBB 1.4 additions)
License fancybox2 as may be incompatible with your site?
http://fancyapps.com/fancybox/#license
81 2012-01-26 12:01
Re: testing pun_wysiwyg (52 replies, posted in Supported extensions)
Install pun_jquery! http://punbb.informer.com/extensions/1. … jquery.zip
82 2012-01-26 11:54
Re: testing pun_wysiwyg (52 replies, posted in Supported extensions)
Have you tried to disable the css and js cache in a forum? Clear the css and js cache of the forum?
83 2012-01-25 16:05
Re: testing pun_wysiwyg (52 replies, posted in Supported extensions)
There are currently no plans to support the latex or mathematical expressions.
Version updated to 1.2.0.beta.35, please test it.
84 2012-01-25 01:49
Re: GameFlavor Network Forums (1 replies, posted in PunBB show off)
You don't have permission to access /boards/index.php on this server.
85 2012-01-22 07:47
Re: testing pun_wysiwyg (52 replies, posted in Supported extensions)
Thanks for reports.
All bugs fixed. Please try testing now.
86 2012-01-21 18:46
Topic: [release] Redirect links (7 replies, posted in Supported extensions)
Extension allows you to configure a redirect for external links. Redirected links in the messages and profile signatures. Redirecting is performed in a new window. In the admin panel available statistics on transitions.
Current version 1.2.7
Download: https://github.com/downloads/ashcs/punb … _links.zip
Github: https://github.com/ashcs/punbb_extensio … rect_links
87 2012-01-18 17:27
Re: Checking if it is front page (2 replies, posted in PunBB 1.4 troubleshooting)
if (FORUM_PAGE == 'index')
88 2012-01-18 17:25
Re: pun_attachment doesn't work with SQLite (6 replies, posted in PunBB 1.4 bug reports)
Disable all extensions, exclude pun_attachment.
89 2012-01-14 16:42
Re: extension dev: xsrf/csrf (4 replies, posted in Discussions)
This only for POST requests.
For GET request you need add token to get-string:
http://my.site/misc.php?csrf_token=<?php generate_form_token(_my_string_) ?>
And check $_GET['csrf_token'] manually:
if ($_GET['csrf_token'] != generate_form_token(_my_string_))
{
die('error');
}
90 2012-01-14 16:21
Re: extension dev: xsrf/csrf (4 replies, posted in Discussions)
You need to add a hidden field in the form of:
<input type="hidden" name="csrf_token" value="<?php generate_form_token(_your_url_identical_with_form_action_) ?>" />
Verification token will do the forum.
For example, look at viewtopic.php after 618 line
91 2012-01-10 05:35
Re: [release] Collapse categories (fancy_toggle_cats) (21 replies, posted in Supported extensions)
Set duration of animation to 0
92 2012-01-08 16:56
Re: README: About feature requests (71 replies, posted in Feature requests)
install fancy_jquery_addons: https://github.com/dimkalinux/Fancy-Ext … all/master
Discussion here: http://punbb.informer.com/forums/topic/ … ogglecats/
93 2012-01-08 15:37
Topic: [release] Collapse categories (fancy_toggle_cats) (21 replies, posted in Supported extensions)
The extension adds a category heading click to collapse.
Depends on:
1. pun_jquery
2. fancy_jquery_addons
Current version 1.0.10
Download: http://punbb.ru/downloads/v14/fancy_toggle_cats.zip
94 2012-01-08 13:32
Re: Troubles adding emoticons (5 replies, posted in PunBB 1.4 troubleshooting)
after
':cool:' => 'cool.png'
missing comma
95 2012-01-08 08:44
Re: README: About feature requests (71 replies, posted in Feature requests)
@Intelifuel, try this http://punbb.ru/downloads/v14/fancy_toggle_cats.zip
96 2012-01-06 03:12
Re: Forum moderated by: ??? (2 replies, posted in PunBB 1.4 bug reports)
Administration → Settings → Features: Show moderators
97 2012-01-03 18:33
Re: ajax_post_edit in 1.4 (2 replies, posted in General discussion)
Need more info, At least a browser version
98 2011-12-27 17:02
Re: [Extension] Image Assistant (quadric_image_assistant) (64 replies, posted in PunBB 1.4 additions)
Ok, no problem.
2) Keeping track of all posts, where there is the image, without storing information in the DB is not possible. Therefore I did as there is now in my extension. This option is you do not like
99 2011-12-27 11:25
Re: [Extension] Image Assistant (quadric_image_assistant) (64 replies, posted in PunBB 1.4 additions)
Hi Quadric. Good job. I have 3 comments.
The galleries of images dysfunctional, the images are placed randomly. Will look like the window, if the user has for example 200 images?
If you delete a picture in the gallery, it will not be removed from the message, and will display "no image"
The code of extensions built on my extension, in the sections of the copyright of this there are no references. For example look how contains links to the original sources in my version of the file upload.php
.
/**
* Add upload image form for posting with images
*
* hcs_image_uploader
* @copyright (C) 2010 hcs hcs@mail.ru
* @license http://www.gnu.org/licenses/gpl.html GPL version 2 or higher
*
* Extension for PunBB (C) 2008-2009 PunBB
* @license http://www.gnu.org/licenses/gpl.html GPL version 2 or higher
*
* Based on code upload.php Copyright 2009, Moxiecode Systems AB
* Released under GPL License.
* License: http://www.plupload.com/license
* Contributing: http://www.plupload.com/contributing
*
*/
100 2011-12-26 04:59
Re: Hi,everyone! Merry Christmas. (4 replies, posted in General discussion)
Hi all!