reputation
https://github.com/ashcs/punbb_extensions
screenshots in the first post http://punbb.informer.com/forums/topic/ … eputation/
You are not logged in. Please login or register.
PunBB Forums → Posts by Visman
reputation
https://github.com/ashcs/punbb_extensions
screenshots in the first post http://punbb.informer.com/forums/topic/ … eputation/
Система репутации/оценки постов нужна человеку, видимо.
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
v 1.5.0
* gamespot.com (fix + parameters support start, end, loop; not autoplay)
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.
v 0.9.2
Removed restrictions for administrators.
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.
delete .htaccess file in extensions/pan_uploader/
v 1.4.0.2
+ size control via anchor links
anchor #100%:60% -> width - 100% of the width of the parent and height - 60% of its width.
anchor #500:100% -> The maximum width is 500px and the height is 100% of its width.
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.
Version 1.3.1.1
+ aparat.com
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.
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
go to your server and open a log of errors (error.log) of your server.
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
PunBB Forums → Posts by Visman
Powered by PunBB, supported by Informer Technologies, Inc.