301

(2 replies, posted in PunBB 1.4 troubleshooting)

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.

Change host to more sane.

Ask your hosting provider disable this protection on the forum.

304

(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

(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

(4 replies, posted in PunBB 1.4 troubleshooting)

http://www.w3schools.com/cssref/css3_pr … e_rule.asp

https://github.com/punbb/punbb/commit/3 … 7144c4ec61

308

(55 replies, posted in Discussions)

paulcambull wrote:

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

(55 replies, posted in Discussions)

Look this forum in the mobile phone http://panbb.ru/forum/viewtopic.php?id=52

310

(47 replies, posted in PunBB 1.4 additions)

admin wrote:

Not working. punbb1.4.2

Link to your forum?

311

(39 replies, posted in News)

Look in the server error log.

312

(39 replies, posted in News)

/admin/db_update.php

https://github.com/punbb/punbb/commit/3 … 7144c4ec61

314

(39 replies, posted in News)

This patch is not used.
http://punbb.informer.com/forums/topic/ … or-php-55/

+ http://punbb.ru/post44426.html#p44426

315

(5 replies, posted in Feature requests)

1. for new forum
http://jpegshare.net/images/9c/3a/9c3a203acd6344e1e3f3918d886426f0.png


2. for new category: Administration -> Start -> Categories -> Add category

316

(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:
http://jpegshare.net/images/71/6a/716a7e9df08d7a942b2ceab056ce9e47.jpg

KT Mobile 1.6

Notice: Undefined variable: useragent in ...www\punbb\viewforum.php(203) : eval()'d code on line 10

318

(5 replies, posted in PunBB 1.4 troubleshooting)

You broke forum tongue
http://jpegshare.net/images/78/0f/780fe276e565fc458e7353b9383920cf.jpg

319

(2 replies, posted in Discussions)

I am a moderator wink
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

(10 replies, posted in Discussions)

Active development FluxBB finished.

321

(7 replies, posted in Supported extensions)

cmscripts, http://punbb.ru/topic4331-reliz-redirek … links.html

322

(1 replies, posted in Programming)

Use Fancy Stop Spam http://punbb.informer.com/forums/post/153727/#p153727

323

(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

(10 replies, posted in Discussions)

No, it's like FluxBB 2.0 smile
https://fluxbb.org/forums/viewtopic.php?id=8282

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