177 2010-01-21 09:47
Topic: [Release] First Post (22 replies, posted in PunBB 1.3 extensions)
First Post 0.2.6
Allows you to select the first post in the topic
URL:
SVN http://kanekt-punbb.googlecode.com/svn/f_post/
ZIP http://kanekt-punbb.googlecode.com/file … _0.2.6.zip
178 2010-01-18 10:38
Re: [Release] Topic description (32 replies, posted in PunBB 1.3 extensions)
this would be great if you could make the description appear when a user mouseover the topic link. I don't want the description to take up any vertical space you see.
Can this be done?
http://kanekt-punbb.googlecode.com/file … _0.4.0.zip
Config Settings ->Features
179 2010-01-15 20:08
Re: [Release] User Activity Monitoring (9 replies, posted in PunBB 1.3 extensions)
No right to edit messages
Settings ->Features
Show user actions Online only administrators
180 2010-01-15 19:28
Re: [Release] Topic description (32 replies, posted in PunBB 1.3 extensions)
need to change the style *.css
Yesterday 12:11:59 - little characters
181 2010-01-15 19:16
Re: [Release] User Activity Monitoring (9 replies, posted in PunBB 1.3 extensions)
182 2010-01-15 18:01
Re: [Release] Topic description (32 replies, posted in PunBB 1.3 extensions)
You forum
0.00071 SELECT t.id, t.poster, t.subject, t.posted, t.first_post_id, t.last_post, t.last_post_id, t.last_poster, t.num_views, t.num_replies, t.closed, t.sticky, t.moved_to FROM xxx_topics AS t WHERE t.id IN (16,15,14,13,2,1)
0.00073 SELECT t.id, t.poster, t.subject, t.posted, t.first_post_id, t.last_post, t.last_post_id, t.last_poster, t.num_views, t.num_replies, t.closed, t.sticky, t.moved_to, t.topic_desc FROM xxx_topics AS t WHERE t.id IN (16,15,14,13,2,1)
my forum
0.00025 SELECT t.id, t.poster, t.subject, t.posted, t.first_post_id, t.last_post, t.last_post_id, t.last_poster, t.num_views, t.num_replies, t.closed, t.sticky, t.moved_to, t.topic_desc FROM n_topics AS t WHERE t.forum_id=14 ORDER BY t.sticky DESC, t.last_post DESC LIMIT 0, 30
code viewtopic.php (93-100)
// Fetch list of topics
$query = array(
'SELECT' => 't.id, t.poster, t.subject, t.posted, t.first_post_id, t.last_post, t.last_post_id, t.last_poster, t.num_views, t.num_replies, t.closed, t.sticky, t.moved_to',
'FROM' => 'topics AS t',
'WHERE' => 't.forum_id='.$id,
'ORDER BY' => 't.sticky DESC, '.(($cur_forum['sort_by'] == '1') ? 't.posted' : 't.last_post').' DESC',
'LIMIT' => $forum_page['start_from'].', '.$forum_user['disp_topics']
);
I think something has changed in the code viewtopic.php line 93-100
183 2010-01-15 16:00
Re: [Release] Topic description (32 replies, posted in PunBB 1.3 extensions)
punbb-exp - 1.3.4 ?
pliz
define('FORUM_SHOW_QUERIES', 1);
in this forum
184 2010-01-15 14:56
Re: [Release] Topic description (32 replies, posted in PunBB 1.3 extensions)
this forum works http://punbb-e.keydogbb.info/index.php
or don't work in Cobalt Style ?
185 2010-01-15 13:50
Re: [Release] Topic description (32 replies, posted in PunBB 1.3 extensions)
Under what conditions is a mistake? (url or picture)
version of the forum?
186 2010-01-15 13:50
Re: [Release] Topic description (32 replies, posted in PunBB 1.3 extensions)
Didn't help....
при каких условиях происходит ошибка? (url or картинка)
версия форума?
187 2010-01-15 11:18
Re: [Release] Topic description (32 replies, posted in PunBB 1.3 extensions)
I did the update extension.
Bugs should be fixed
188 2010-01-15 10:01
Topic: [Release] User Activity Monitoring (9 replies, posted in PunBB 1.3 extensions)
Allows you to watch users' actions online.
URL:
SVN http://kanekt-punbb.googlecode.com/svn/who_does/
ZIP http://kanekt-punbb.googlecode.com/file … _0.2.1.zip
189 2010-01-15 09:45
Re: [Release] Topic description (32 replies, posted in PunBB 1.3 extensions)
maybe it will help
<hook id="vf_row_pre_item_subject_merge"><![CDATA[
if (isset($cur_topic['topic_desc']))
{
$forum_page['item_body']['subject']['topic_desc'] = '<p><small>'.forum_htmlencode($cur_topic['topic_desc']).'</small></p>';
}
]]></hook>
190 2010-01-15 09:26
Re: [Release] Topic description (32 replies, posted in PunBB 1.3 extensions)
I tested only 1.3.4
extension not depend on the style.
I think possible bug, but when it happens I do not know.
195 2010-01-11 20:04
Topic: [Release] Topic description (32 replies, posted in PunBB 1.3 extensions)
Topic description
Allows users to write a description for the topic
URL:
SVN http://kanekt-punbb.googlecode.com/svn/topic_desc/
ZIP http://kanekt-punbb.googlecode.com/file … _0.5.0.zip
196 2009-12-07 05:30
Re: [Release] Hide tag (31 replies, posted in PunBB 1.3 extensions)
maybe later
197 2009-11-26 10:50
Re: [Release] Hide tag (31 replies, posted in PunBB 1.3 extensions)
Thanks for bug.
Fix in 0.3.3
198 2009-11-25 12:11
Topic: [Release] Hide tag (31 replies, posted in PunBB 1.3 extensions)
Hide tag Current version 0.4.1
Admin and moders can see hide text
[hide]This message is hidden for guest[/hide]
[hide=1000]This message is hidden for anyone who has under 1000 posts[/hide]
[hide=grXX(Number Group)]This message can see only group[/hide]
If you use extension BBCode buttons - you need to put a picture in a folder
pun_bbcode\buttons\Oxygen\ or you style
URL:
Download
Request http://punbb.informer.com/forums/topic/ … hide-tags/
199 2009-11-03 06:31
Re: [release] Thanks with AJAX (34 replies, posted in PunBB 1.3 extensions)
Install 0.4.3 - works. (fix small bug with URL)
Maybe you have no rights in the database
0.05315 ALTER TABLE pun_posts ADD thanks INT(10) NOT NULL DEFAULT 0
0.00174 INSERT INTO pun_config (conf_name, conf_value) VALUES('o_thanks_view', '0')
200 2009-11-02 10:10
Re: [release] Thanks with AJAX (34 replies, posted in PunBB 1.3 extensions)
0.4.2
Thanks for the spoiler (Tuned in the admin panel)