Disabling "parametr p" hotfix removed the eval() error.

To fix the guest posting problem, you have to change "Guest" user group directly from database (via command line or phpmyadmin). Guest user ID for me is 1 and "Guest" group ID is 3 (I recommend to check groups table for right group ID).

UPDATE `users` SET `group_id`=3 WHERE `id`=1;

2

(9 replies, posted in PunBB 1.3 troubleshooting)

Exactly the same problem what I have described in here. I have same settings. Guest posting disabled and only read allowed for guests group. The odd thing is, that it shows anonymous poster group as Member (not Guest). I removed whole forum directory before update and made backup of old one and database. Also replaced config with the one that updater/installer specified.

--edit--
Solved the problem in. Check here http://punbb.informer.com/forums/post/123546/#p123546.

3

(11 replies, posted in PunBB 1.3 additions)

If search removes the header, how can I exit from search? Maybe making a Back/Cancel button/link would be a good idea.

Release: 1.3.2
Link: http://vildekodu(d0t)ee(slash)Foorum

Settings:
Guest posting: disabled
Allow new registrations: disabled
Default group: Members
Guest group permissions: Allow read
No ranks defined.

Problem:
Guests can still post into forum. Any ideas, what might to be wrong? I updated from 1.2 to 1.3 because of the same problem, but nothing has changed.

On users page I also get error

Notice: Undefined index: nav in /www/apache/domains/www.vildekodu.ee/htdocs/Foorum/userlist.php(107) : eval()'d code on line 22

5

(16 replies, posted in PunBB 1.3 additions)

Lithium.php should be:

<link rel="stylesheet" type="text/css" media="screen" href="<?php echo $base_url.'/style/'.$forum_user['style'] ?>/Lithium.css" />
<link rel="stylesheet" type="text/css" media="screen" href="<?php echo $base_url.'/style/'.$forum_user['style'] ?>/Lithium_cs.css" />
<!--[if lte IE 6]><link rel="stylesheet" type="text/css" href="<?php echo $base_url.'/style/'.$forum_user['style'] ?>/Lithium_ie6.css" /><![endif]-->
<!--[if IE 7]><link rel="stylesheet" type="text/css" href="<?php echo $base_url.'/style/'.$forum_user['style'] ?>/Lithium_ie7.css" /><![endif]-->

6

(5 replies, posted in PunBB 1.3 additions)

Lava.php should be:

<link rel="stylesheet" type="text/css" media="screen" href="<?php echo $base_url.'/style/'.$forum_user['style'] ?>/Lava.css" />
<link rel="stylesheet" type="text/css" media="screen" href="<?php echo $base_url.'/style/'.$forum_user['style'] ?>/Lava_cs.css" />
<!--[if lte IE 6]><link rel="stylesheet" type="text/css" href="<?php echo $base_url.'/style/'.$forum_user['style'] ?>/Lava_ie6.css" /><![endif]-->
<!--[if IE 7]><link rel="stylesheet" type="text/css" href="<?php echo $base_url.'/style/'.$forum_user['style'] ?>/Lava_ie7.css" /><![endif]-->