See php error log

77

(2 replies, posted in PunBB 1.4 bug reports)

maybe

<FilesMatch "*\.(gif|jpg|png)">

?

Thanks, i added issue:
https://github.com/punbb/extensions/issues/12

79

(28 replies, posted in News)

AOAS, we do not understand in Chinese.
Someone does not understand in Russian.
So we say here in English

License fancybox2 as may be incompatible with your site?
http://fancyapps.com/fancybox/#license

81

(52 replies, posted in Supported extensions)

Install pun_jquery! http://punbb.informer.com/extensions/1. … jquery.zip

82

(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

(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

(1 replies, posted in PunBB show off)

You don't have permission to access /boards/index.php on this server.

85

(52 replies, posted in Supported extensions)

Thanks for reports.
All bugs fixed. Please try testing now.

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.
http://punbb.ru/downloads/img/redirect-admin.jpg

http://punbb.ru/downloads/img/redirect-admin1.jpg

Current version 1.2.7

Download: https://github.com/downloads/ashcs/punb … _links.zip
Github: https://github.com/ashcs/punbb_extensio … rect_links

if (FORUM_PAGE ==  'index')

Disable all extensions, exclude pun_attachment.

89

(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

(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

Set duration of animation to 0

92

(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/

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

after

':cool:' => 'cool.png'

missing comma

95

(71 replies, posted in Feature requests)

@Intelifuel, try this http://punbb.ru/downloads/v14/fancy_toggle_cats.zip

96

(2 replies, posted in PunBB 1.4 bug reports)

Administration → Settings → Features: Show moderators

97

(2 replies, posted in General discussion)

Need more info, At least a browser version

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 smile

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. sad 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  
 * 
 */

Hi all!