what are the differences compared to the impoved online list?
http://punbb.informer.com/forums/topic/ … line-list/
101 2012-04-14 09:32
Re: [Extension]KT Visited Today v0.5 (9 replies, posted in PunBB 1.4 additions)
102 2012-04-14 09:25
Re: [Release] pm_email (35 replies, posted in PunBB 1.3 extensions)
Thanks.
Stupid bug
103 2012-04-13 16:50
Re: [Release] pm_email (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 2012-04-10 08:00
Re: [Release][Extension] Thanks (37 replies, posted in PunBB 1.4 additions)
0.7.2. fix errors in profile
105 2012-04-07 18:35
Re: [Release][Extension] Smiles (21 replies, posted in PunBB 1.4 additions)
Update 0.3.0
106 2012-04-07 15:50
Re: [Updated][1.4.x] HM Easy BBcodes (8 replies, posted in PunBB 1.4 additions)
so many mistakes.
code is written inaccurately
for example
Undefined variable: bbcodes
Undefined variable: bbcodelists
107 2012-04-07 07:30
Re: Add subforums? (7 replies, posted in PunBB 1.4 troubleshooting)
108 2012-04-05 11:43
Topic: [Release][Extension] Thanks (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
109 2012-03-06 12:49
Re: [Release][Extension] Topic description (2 replies, posted in PunBB 1.4 additions)
add description in meta tag - new in 0.7.0
110 2012-03-05 06:59
Topic: [Release][Extension] Move user to groups (2 replies, posted in PunBB 1.4 additions)
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
111 2012-03-05 06:53
Topic: [Release][Extension] First Post (0 replies, posted in PunBB 1.4 additions)
112 2012-03-05 06:50
Topic: [Release][Extension] Topic description (2 replies, posted in PunBB 1.4 additions)
113 2012-02-29 09:13
Topic: [Release][Extension] Smiles (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>
114 2011-12-17 09:56
Re: [Theme release]Urban (71 replies, posted in PunBB 1.4 additions)
Are You sure? Last php tag isn't closed.
Yes. PHP tag in PunBB isn't closed, if last line not in Html.
115 2011-12-07 07:01
Re: [Theme release]Urban (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 2011-12-06 12:54
Re: [Release] jQuery Chat (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 2011-12-06 07:00
Re: [Theme release]Urban (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 2011-11-22 17:39
Re: pun_attachments not work (12 replies, posted in PunBB 1.4 bug reports)
[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 2011-11-21 19:04
Re: [Release] Logo in Header (29 replies, posted in Supported extensions)
You tested in 1.4 this exp?
120 2011-11-11 16:37
Re: Extension Adsense Ads (4 replies, posted in Feature requests)
in Russia - http://punbb.su/goods.php?idd=979217
121 2011-10-10 11:03
Re: [Extension release] WYSIWYG editor (SCEditor) (48 replies, posted in PunBB 1.4 additions)
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
122 2011-10-10 06:21
Re: [Extension release] WYSIWYG editor (SCEditor) (48 replies, posted in PunBB 1.4 additions)
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 2011-09-29 14:17
Re: [Release] Auto DST (6 replies, posted in PunBB 1.3 extensions)
this is not official extension PunBB for use prefix pun_*
124 2011-09-13 06:57
Re: [release] Impoved online list (61 replies, posted in PunBB 1.3 extensions)
125 2011-07-11 19:08
Re: Test version 1.4 Beta 3 (11 replies, posted in Development)
demo SQLite http://kanekt.ru/sqlite/index.php