i use an older youtube tag and in my case the problem was [youtube]youtube.com/233223[/youtube] did not work but [youtube]www.youtube.com/233223[/youtube] works.
1 2007-08-08 20:04
Re: Easy BBCode Visual & Video Extended (60 replies, posted in PunBB 1.2 modifications, plugins and integrations)
2 2007-08-01 04:11
Re: contact with captcha. (5 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Spammers have find a way to spam captcha sites...
3 2007-07-31 03:45
Topic: Click moments for Punbb (1 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Can somebody make a MOD like this : http://postreach.com/static/clickcomments
4 2007-07-26 10:54
Re: Active topics (G0dD*&#*&@ this irritating) (13 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Thanx it works now just the way i want
5 2007-07-21 04:58
Re: Active topics (G0dD*&#*&@ this irritating) (13 replies, posted in PunBB 1.2 modifications, plugins and integrations)
okay got this
<div class="block">
<h2><span><font color="#CCCC99"><b>Topics</b></font></span></h2>
<?
$result = $db->query('SELECT p.poster, p.id, p.topic_id, t.subject FROM '.$db->prefix.'posts AS p INNER JOIN '.$db->prefix.'topics AS t ON p.topic_id = t.id INNER JOIN '.$db->prefix.'forums AS f ON t.forum_id = f.id LEFT JOIN '.$db->prefix.'forum_perms AS fp ON (f.id = fp.forum_id AND fp.group_id='.$pun_user['g_id'].') WHERE (fp.read_forum IS NULL OR fp.read_forum = 1) AND p.posted > t.posted ORDER BY t.last_post DESC LIMIT 100') or error('Unable to fetch topic list', __FILE__, __LINE__, $db->error());
while($cur_topic = $db->fetch_assoc($result))
{
?>
<div class="box">
<div id="recenttopics" class="inbox">
<?php echo $cur_topic['posted']; ?> <a href="viewtopic.php?pid=<?php echo $cur_topic['id']; ?>#p<?php echo $cur_topic['id']; ?>" target=_blank><?php echo substr($cur_topic['subject'], 0, 50); ?></a> <i><font color="#CCCC99"><?php echo $cur_topic['poster']; ?></font></i><br>
</div>
</div>
<?
}
?>
</div>
It bumps the new comments up, thats good. But is also show all the other comments and the ordering is strange. Try it and you see what i mean:)
6 2007-07-20 21:38
Re: Active topics (G0dD*&#*&@ this irritating) (13 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Works thanks
7 2007-07-20 18:15
Re: Active topics (G0dD*&#*&@ this irritating) (13 replies, posted in PunBB 1.2 modifications, plugins and integrations)
thanx i go trying this...
8 2007-07-20 05:53
Re: Active topics (G0dD*&#*&@ this irritating) (13 replies, posted in PunBB 1.2 modifications, plugins and integrations)
lol okay i try in my best English.
I want a page where i see the latest post from users. But not the topic starter/first post, i want only the posts after that. So people can follow the discussion.
9 2007-07-18 11:28
Re: Active topics (G0dD*&#*&@ this irritating) (13 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Indeed a external page with the comments would be great.
10 2007-07-17 15:53
Re: Active topics (G0dD*&#*&@ this irritating) (13 replies, posted in PunBB 1.2 modifications, plugins and integrations)
*tralalala....*
11 2007-07-16 13:24
Re: PHP121 Instant Messenger (3 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Great program, only a nightmare to make it fit into Punbb. i tried and failed....
12 2007-07-15 14:42
Re: Active topics (G0dD*&#*&@ this irritating) (13 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Anybody?
13 2007-07-14 18:54
Topic: Active topics (G0dD*&#*&@ this irritating) (13 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Okay i tried everything but nothing seems to work. The active MOD shows the topic starter and i want only responses on a topic. So if somebody can tell me how i do this...?
Not working, result is that it show all new postings.
$result = $db->query('
SELECT t.*
FROM '.$db->prefix.'topics AS t
INNER JOIN '.$db->prefix.'forums AS f
ON f.id=t.forum_id
LEFT JOIN '.$db->prefix.'forum_perms AS fp
ON (
fp.forum_id=f.id
AND fp.group_id='.$pun_user['g_id'].'
)
WHERE (
fp.read_forum IS NULL
OR fp.read_forum=1
)
ORDER BY t.last_post DESC
LIMIT '.$ak_limit
) or error('Unable to fetch topic list', __FILE__, __LINE__, $db->error());
14 2007-07-14 07:17
Re: Active Topics (57 replies, posted in PunBB 1.2 modifications, plugins and integrations)
hmm i want this in a portal block style...
15 2007-07-04 08:02
Topic: Latest reaction with topic (0 replies, posted in PunBB 1.2 modifications, plugins and integrations)
I know the latest topic block. But what i want is a page or a block with only the last reactions on topics. So a page where you see Nckname : Topic and when you click on it you go to the topic.
16 2007-06-28 06:46
Re: PunBB 1.2.15 (98 replies, posted in News)
hmm my mistake...the problem is miniportal the recent topic dont work.
17 2007-06-28 06:43
Re: PunBB 1.2.15 (98 replies, posted in News)
Got something strange...in 1.2.14 when you give comment to a older topic, the topic go up in te list. But this don't work in 1.2.15? is there a way to alter this.
18 2007-06-27 12:46
Re: Feed Aggregator Plugin 1.0 (30 replies, posted in PunBB 1.2 modifications, plugins and integrations)
What must i do to get only title? now i get this : [CNN] blah blah blah.
I want [CNN] gone... i use your new version.
19 2007-06-23 11:44
Re: Miniportal (15 replies, posted in PunBB 1.2 modifications, plugins and integrations)
I want this also...
20 2007-06-01 12:43
Topic: Dutch Digg (ekudos.nl) (0 replies, posted in PunBB 1.2 modifications, plugins and integrations)
With this little piece of code you can add ekudos to miniportal, just like we have done on www.shiftzone.com.
<a href="http://www.ekudos.nl/artikel/nieuw?url='.$pun_config['o_base_url'].'/viewtopic.php?id='.$cur_post['id'].'&title='.pun_htmlspecialchars($cur_post['subject']).'&desc='.pun_htmlspecialchars($cur_post['subject']).'">Kudos</a>
21 2007-05-31 13:07
Re: OLD TOPIC TO DELETE (37 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Autoscroll doesn't work ... and get a error with explorer...
22 2007-05-25 08:19
Re: Signatures (1 replies, posted in PunBB 1.2 troubleshooting)
solved...stupid me... made a mistake in the parser.php.
23 2007-05-25 08:16
Topic: Signatures (1 replies, posted in PunBB 1.2 troubleshooting)
Strange, some user signatures are gone and others not. Somebody know what is going on with my Pun?
24 2007-05-16 15:26
Topic: Embedding Windows Mediaplayer (BBCODE) (0 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Somebody know how to this?
25 2007-04-24 08:35
Re: Automatic Image Upload with Thumbnails (154 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Try now to put a watermark thing in it....so every big version pic have a watermark.
im to stupid 4 it maybe something 4 you koos
http://www.litewebsite.com/SOURCECODE/L … class.phps