2 years ago I worked on this task for research purposes, it was the extension of hcs_shop.
In the process of work, I was faced with a problem. Punbb is not object-oriented, as is known.
The development of the extension of the functional paradigm threatened to turn into a nightmare.
To avoid the functional programming style and to obtain convenient tool for the development of extensions was created a new extension: developer_helper. In its essence it is a superstructure over Punbb. It allows you to develop extensions for punbb in object-oriented MVC style. There are several extensions built on it:
reputaion
Image uploader
nya_fields
nya_first_post
nya_thanks
And the practice shows that it helps to solve almost any problem.
Now hcs_shop as shopping cart system  is an outdated, it is incompatible with the developer_helper. Nevertheless it may serve as the  source of information about the structure of data and information structure.
So, the main idea is the use of developer_helper.
If my English is bad for understanding, ask and I'll try to Google-translator replied clearer:)

I'm interested and i have the developments on this issue.

enable debug mode in config.php

define('FORUM_DEBUG', 1);
define('FORUM_SHOW_QUERIES', 1);

29

(10 replies, posted in PunBB 1.4 troubleshooting)

replace this with your forum url

30

(10 replies, posted in PunBB 1.4 troubleshooting)

Try enable debug mode (see config.php)

31

(2 replies, posted in Discussions)

create file search_form.php with this code:

    <div style="float:right">
        <form id="search_form" class="frm-form" method="get" accept-charset="utf-8" action="<?php echo forum_link($forum_url['search']) ?>">
            <div class="hidden">
                <input type="hidden" name="action" value="search" />
            </div>
            <div class="sf-box text">
                <input type="text" id="fld1" name="keywords" size="10" maxlength="100" />
                <input type="submit" name="search" value="<?php echo $lang_common['Search'] ?>" />
            </div>
        </form>
    </div>

place file into include/user/
open include/template/main.tpl (or styled tpl in style folder) and add after:

<!-- forum_skip -->

this:

<!-- forum_include "search_form.php" -->

profit!

32

(2 replies, posted in PunBB 1.4 troubleshooting)

try replace line 56 in include/loader.php

trigger_error('Clone is forbiden.', E_USER_ERROR);

to

//trigger_error('Clone is forbiden.', E_USER_ERROR);

33

(3 replies, posted in PunBB 1.4 bug reports)

When the vehicle moves backward, then the odometer is not reduced mileage. This is a bug?

34

(14 replies, posted in PunBB 1.4 bug reports)

Enable debug mode in config.php:

define('FORUM_DEBUG', 1);
define('FORUM_SHOW_QUERIES', 1);

Latest stable version 1.4.2

Open extension manifest, find

$forum_db->add_field('users', 'pun_bbcode_use_buttons', 'TINYINT(1)', false, 0);

replace with:

$forum_db->add_field('users', 'pun_bbcode_use_buttons', 'TINYINT(1)', false, 1);

Reinstall extension

This release screenshots? smile

installed punbb extensions?

Any details of the environment, such as installed extensions, database version, php, etc?

40

(2 replies, posted in Discussions)

You can call a method in any hooks. However, first you need to identify the areas in which it is supposed to show the shoutbox. Then will it be possible to identify the specific hooks for your purposes.

41

(4 replies, posted in General discussion)

nya_first_post: https://github.com/downloads/KANekT/Pun … _0.4.1.zip
dependancy: https://github.com/downloads/ashcs/punb … helper.zip

punbb version?

http://dl.dropbox.com/u/15766627/Punbb_1.4.2_French.zip
http://www.mediafire.com/file/4hvrl1mwr … French.zip

44

(14 replies, posted in PunBB 1.4 bug reports)

Enable debug mode for more details (see config.php)

http://kushithemes.t15.org/download/

46

(2 replies, posted in PunBB 1.4 troubleshooting)

Enable debug mode: uncomment line in config.php

pun_approval extension: http://punbb.ru/misc.php?action=pun_att … download=1

Karma is not compatible with the release 1.4.2.
At your own risk try to change the version in the manifest in the section maxtestedon

It seems that there is no Czech translation of the message. Try to enable English language in the profile and install the extension again.

IP address can only see the administrators and moderators.
Come on your forum as a user or as a guest and make sure of it.