Use PHP 5.4 or below
Or download modified file: https://github.com/punbb/punbb/blob/mas … parser.php
P.S. It still is not fully compatible with php 5.5 or higher.
301 2015-07-29 03:04
Re: Links in lists (2 replies, posted in PunBB 1.4 troubleshooting)
302 2015-07-27 11:52
Re: Users get blacklisted after error (3 replies, posted in PunBB 1.4 troubleshooting)
Change host to more sane.
303 2015-07-27 08:44
Re: Users get blacklisted after error (3 replies, posted in PunBB 1.4 troubleshooting)
Ask your hosting provider disable this protection on the forum.
304 2015-07-21 14:17
Re: Quick question. (1 replies, posted in PunBB 1.4 troubleshooting)
header.php
// Main Navigation
$gen_elements['<!-- forum_navlinks -->'] = '<ul>'."\n\t\t".generate_navlinks()."\n\t".'</ul>';
Function generate_navlinks() in functions.php file.
New menu items you can add a standard means of the forum in the Administration.
For a complete change of menu, use the hooks 'fn_generate_navlinks_start' or 'fn_generate_navlinks_end'.
305 2015-07-17 12:42
Re: Cant change font. (4 replies, posted in PunBB 1.4 troubleshooting)
In the used style file in the beginning to add a line
@import url("https://fonts.googleapis.com/css?family=Varela");
And replace the line (example for Oxygen style)
font: 75%/1.5em Verdana,Helvetica,Arial,sans-serif;
to
font: 75%/1.5em Varela,Verdana,Helvetica,Arial,sans-serif;
306 2015-07-17 09:33
Re: Cant change font. (4 replies, posted in PunBB 1.4 troubleshooting)
307 2015-07-17 01:40
Re: I can't update user information! (2 replies, posted in PunBB 1.4 troubleshooting)
308 2015-07-16 15:54
Re: CSS Questions (55 replies, posted in Discussions)
I've been checking your forum out Visman and wow, it is really nicely laid out!
Did you do all of the page building through css?
It is not my forum.
Owner of this forum http://punbb.informer.com/forums/user/68428/
There the adaptive design. Switching on a mobile look happens with a width of 640 pixel.
309 2015-07-16 13:34
Re: CSS Questions (55 replies, posted in Discussions)
Look this forum in the mobile phone http://panbb.ru/forum/viewtopic.php?id=52
310 2015-07-13 06:59
Re: [Extension] sva_Media.js (47 replies, posted in PunBB 1.4 additions)
Not working. punbb1.4.2
Link to your forum?
313 2015-06-21 17:39
Re: Bug in profile.php file 1.4.3 version (3 replies, posted in PunBB 1.4 bug reports)
314 2015-06-17 14:59
Re: PunBB 1.4.3 (39 replies, posted in News)
This patch is not used.
http://punbb.informer.com/forums/topic/ … or-php-55/
315 2015-05-31 08:52
Re: How to add branch in a forum? (5 replies, posted in Feature requests)
1. for new forum
2. for new category: Administration -> Start -> Categories -> Add category
316 2015-05-31 04:54
Re: error on post icon (5 replies, posted in PunBB 1.4 troubleshooting)
You use characters that do not belong to UTF-8!
PunBB does not destroy these symbols.
When writing to the database get an error.
It's a message of FluxBB:
317 2015-05-31 04:32
Re: [Extension release] KT Mobile v1.6 (80 replies, posted in PunBB 1.4 additions)
KT Mobile 1.6
Notice: Undefined variable: useragent in ...www\punbb\viewforum.php(203) : eval()'d code on line 10
318 2015-05-31 04:19
Re: error on post icon (5 replies, posted in PunBB 1.4 troubleshooting)
You broke forum
319 2015-05-26 05:06
Re: Moderator 'Position' (2 replies, posted in Discussions)
I am a moderator
Currently attending this forum several times per day.
Spam bots will send to the ban.
Links to delete in the messages from spam bots.
320 2015-05-26 05:02
Re: Flarum.org (10 replies, posted in Discussions)
Active development FluxBB finished.
321 2015-05-02 17:30
Re: [release] Redirect links (7 replies, posted in Supported extensions)
322 2015-04-28 01:17
Re: Pun BB stop bot questions (1 replies, posted in Programming)
Use Fancy Stop Spam http://punbb.informer.com/forums/post/153727/#p153727
323 2015-03-24 05:06
Re: Delete the junk users? (1 replies, posted in PunBB 1.4 troubleshooting)
This spam bots. Use http://punbb.informer.com/forums/post/153727/#p153727 + http://punbb.informer.com/forums/topic/ … vastopbot/ for stop bots.
Remove users with 0 posts, you can use phpmyadmin
delete from users where num_posts = 0 and id != 1
324 2015-03-21 13:16
Re: Flarum.org (10 replies, posted in Discussions)
No, it's like FluxBB 2.0
https://fluxbb.org/forums/viewtopic.php?id=8282
325 2015-03-10 17:55
Re: I want to make my Forum Transparent and Image on background (3 replies, posted in Discussions)
in css
1. set background: url("URL TO IMAGE") repeat scroll center top #3b3b3b; for body
2. add opacity: 0.9; for .brd .gen-content, .brd .main-content