what are the differences compared to the impoved online list?
http://punbb.informer.com/forums/topic/ … line-list/

102

(35 replies, posted in PunBB 1.3 extensions)

Thanks.
Stupid bug sad

103

(35 replies, posted in PunBB 1.3 extensions)

for 1.4.*
https://github.com/downloads/KANekT/Pun … _1.2.0.zip

fix Error
add Russian lang

104

(37 replies, posted in PunBB 1.4 additions)

0.7.2. fix errors in profile

105

(21 replies, posted in PunBB 1.4 additions)

Update 0.3.0

so many mistakes.
code is written inaccurately

for example
Undefined variable: bbcodes
Undefined variable: bbcodelists

107

(7 replies, posted in PunBB 1.4 troubleshooting)

https://github.com/putnik/punbb_subforums

108

(37 replies, posted in PunBB 1.4 additions)

Lets say "Thank You" for message user.
Version 0.7.6

Not supported by the transition from 1.3 - only the new installation.

Dependencies:
Developer Helper
Pun jQuery

Download

add description in meta tag - new in 0.7.0

Automatic transfer of users in the group with a certain number of messages
Hashing is used for groups
For administrators and moderators of the rules do not apply.

for example
scored 100 Message -> Group 1
if the 200 -> Group 2.

But not when the user does not automatically lower the group.

By default, all groups carry off.

URL:
Git https://github.com/KANekT/PunBB-extensi … ers_groups
ZIP https://github.com/downloads/KANekT/Pun … _0.2.1.zip

First Post 0.4.2
Allows you to select the first post in the topic

First post in every page
http://s60.radikal.ru/i168/1001/9e/4c3cc2c108a8t.jpg

Download

Topic description
Allows users to write a description for the topic

http://s002.radikal.ru/i198/1001/c4/db2ee5e8fb00t.jpg

Download

113

(21 replies, posted in PunBB 1.4 additions)

Allows you to easily add their own development smiles. In the archive: the extension developer + expansion with smiles.

Parametres

$Smiles, $src, $title, $width = NULL, $height = NULL

Example

        <hook id="k_add_smilies"><![CDATA[
          $ext_Smiles->add_Smile(array(
                'O:)' => array('title' => 'O:)', 'src' => $ext_info['url'].'/img/aa.gif')
          ));
        ]]></hook>

Smiles

114

(71 replies, posted in PunBB 1.4 additions)

Kushi wrote:

Are You sure? Last php tag isn't closed.

Yes. PHP tag in PunBB isn't closed, if last line not in Html.

115

(71 replies, posted in PunBB 1.4 additions)

Not Work!

Fixed:

<?php
    switch ($forum_user['avatar'])
    {
        case FORUM_AVATAR_GIF:
            $avatar_filename = $forum_user['id'].'.gif';
            break;

        case FORUM_AVATAR_JPG:
            $avatar_filename = $forum_user['id'].'.jpg';
            break;

        case FORUM_AVATAR_PNG:
            $avatar_filename = $forum_user['id'].'.png';
            break;

        case FORUM_AVATAR_NONE:
            $noavatar = TRUE;
            break;
        default:
            $noavatar = TRUE;
            break;
    }
?>
<?php if(!isset($noavatar)) { ?>
<a href="<?php echo forum_link($forum_url['user'],$forum_user['id']); ?>"><img src="<?php echo($base_url); ?>/<?php echo($forum_config['o_avatars_dir']); ?>/<?php echo($avatar_filename); ?>" id="topavatar"/></a>
<?php }

116

(41 replies, posted in PunBB 1.3 extensions)

I recommend not to use this extension and remove it. It contains a potential security issues. And is not supported for 1.3.
The topic should be closed.

117

(71 replies, posted in PunBB 1.4 additions)

For correct work I had to edit the files:

urban_2.php

<?php if (FORUM_PAGE == 'viewtopic') { ?>
<div class="main-head"><h2 class="hn"><span class="item-info"><?php $lang_topic['Quick post'] ?></span></div>
<?php } //if it is viewtopic, we display header

urban_3.php

<?php if (FORUM_PAGE == 'index') {
?>
    <div id="brd-visit" class="gen-content">
        <!-- forum_visit -->
    </div>
<?php
} //if it is index, we display header links e.g. "new posts"

118

(12 replies, posted in PunBB 1.4 bug reports)

fantasma wrote:

[Tue Nov 22 14:07:23 2011] [error] [client 79.36.183.231] PHP Warning: move_uploaded_file(extensions/pun_attachment/attachments/ef75594baec7b6a90151f4815bd0d46b/626b4062bbdd43a60d1091ae43b91bac.attach) [<a href='function.move-uploaded-file'>function.move-uploaded-file</a>]: failed to open stream: Permission denied in /var/www/vhosts/mystie.com/httpdocs/extensions/pun_attachment/include/attach_func.php on line 128, referer: http://www.myste.com/post.php?fid=26

119

(29 replies, posted in Supported extensions)

You tested in 1.4 this exp?

120

(4 replies, posted in Feature requests)

in Russia - http://punbb.su/goods.php?idd=979217 smile

whether in the future the possibility of translation tooltip, error message in other languages?

example https://github.com/jquery/jquery-ui/blo … cker-ru.js

not work if click Post new topic & Post reply /forum/post.php?tid=*** for IE 8/9

Quick reply to this topic - work for IE 8/9

Firefox 7 it is work.

forum v1.4

123

(6 replies, posted in PunBB 1.3 extensions)

this is not official extension PunBB for use prefix pun_*

124

(61 replies, posted in PunBB 1.3 extensions)

for 1.4
https://github.com/downloads/KANekT/Pun … _1.4.1.zip

125

(11 replies, posted in Development)

demo SQLite http://kanekt.ru/sqlite/index.php