176

(5 replies, posted in Discussions)

reputation
https://github.com/ashcs/punbb_extensions

screenshots in the first post http://punbb.informer.com/forums/topic/ … eputation/

177

(5 replies, posted in Discussions)

Система репутации/оценки постов нужна человеку, видимо.

178

(47 replies, posted in PunBB 1.4 additions)

media.min.js
replace

["mp4","m4v","ogv","webm","webmv"],["mp4","mp4","ogg","webm","webm"]

to

["mov","mp4","m4v","ogv","webm","webmv"],["mp4","mp4","mp4","ogg","webm","webm"]

save and refresh page (F5).

If the file is encoded with a codec other than mp4, then it will not work exactly.

Check time of your server and its time zone.

There are no sticky posts, there are sticky topics.

Or try my modification for FluxBB https://fluxbb.org/resources/mods/stick-first-post/
If you do use version 1.2 wink

181

(47 replies, posted in PunBB 1.4 additions)

v 1.5.0
* gamespot.com (fix + parameters support start, end, loop; not autoplay)

182

(1 replies, posted in General discussion)

only:
http://jpegshare.net/thumbs/e4/99/e499aab4690110967580f714fe1b2d53.jpg

183

(2 replies, posted in PunBB 1.4 additions)

v 0.9.1
fix regexp

Extension Link to image

GitHub: https://github.com/MioVisman/punbb_exte … k_to_image

Converts links ending in .jpeg, .jpg, .gif, or .png to [ img ] bb-code. If they are framed by any bb-codes, the conversion will not be performed.

At the moment, for highlighting links to pictures, a fairly simple regularity is used:

\b(?<!\])(https?://[^\[\]\s]++)(?=$|\[|\]|\s)(?!\[/(?:img|url)\])(?<=\.jpeg|\.jpg|\.gif|\.png)

Test. Based on the results of your tests, I will make changes.

185

(2 replies, posted in PunBB 1.4 additions)

v 0.9.2

Removed restrictions for administrators.

186

(2 replies, posted in PunBB 1.4 additions)

v 0.9.1

Fix regexps.

Stop links post

GitHub: https://github.com/MioVisman/punbb_exte … links_post

This extension forbids to publish links for new user (number of posts less 6).

P.S. Images probably will also be blocked at the moment.

188

(5 replies, posted in PunBB 1.4 bug reports)

https://punbb.info/t-904.html

delete .htaccess file in extensions/pan_uploader/

190

(47 replies, posted in PunBB 1.4 additions)

v 1.4.0.2
+ size control via anchor links

http://jpegshare.net/images/52/ae/52ae121c02844c121ec503a28b246669.jpg
anchor #100%:60% -> width - 100% of the width of the parent and height - 60% of its width.

http://jpegshare.net/images/91/25/91257751eab39a60ff1ad52aaf955d96.jpg
anchor #500:100% -> The maximum width is 500px and the height is 100% of its width.

http://jpegshare.net/images/27/dd/27dde95ad614e842698956ebc17422d1.jpg
anchor #100%:400 -> width - 100% of the width of the parent and a fixed height of 400px

P.S. Anchor #400:400 will set the maximum width and height in pixels.

191

(47 replies, posted in PunBB 1.4 additions)

Version 1.3.1.1

+ aparat.com

http://jpegshare.net/images/bb/04/bb041907e06c98b955783390079e2d56.jpg

I wrote the order of updating punbb.

---
Then edit the file config.php:

//define('FORUM_DEBUG', 1);

-->

define('FORUM_DEBUG', 1);

to see the detailed text of the error.

1. Go back to version 1.3.4 (recover from backup)
2. Download the latest version of pinbb from GitHub https://github.com/punbb/punbb/archive/master.zip
3. Replace your files on the server with files from the archive
4. Run the file /admin/db_update.php
5. Update all installed extensions to the latest version

7.0.19 > 5.5.0
The preg_replace() function will not work if you use the \e modifier.
The old parser needs to be rewritten.

Show the error log of your server.

With a high degree of probability, you have

php 5.5.0     The /e modifier is deprecated. Use preg_replace_callback() instead. See the PREG_REPLACE_EVAL documentation for additional information about security risks.

http://php.net/manual/en/function.preg-replace.php

196

(47 replies, posted in PunBB 1.4 additions)

Version 1.3.1

+ video.online.ua

- pleer.com/.net (sites are dead)

* sibnet.ru (full support html5)

https://github.com/punbb/punbb/archive/master.zip

and update all expansions

198

(1 replies, posted in PunBB 1.4 troubleshooting)

go to your server and open a log of errors (error.log) of your server.

199

(2 replies, posted in Discussions)

colak wrote:

Hi all is PunBB compatibel with php 7?
Is there any work done so as to make it so?

Open https://github.com/punbb/punbb -> click Clone or download -> click Download ZIP
There are a lot of differences from PunBB 1.4.4

200

(1 replies, posted in Discussions)

http://jpegshare.net/images/54/03/540364276ed226e75f0900f0ebce1edd.gif