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.

Spammers have find a way to spam captcha sites...

http://blogs.pandasoftware.com/blogs/im … xrumer.swf

Can somebody make a MOD like this : http://postreach.com/static/clickcomments

Thanx it works now just the way i want smile

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:)

Works smile thanks

thanx i go trying this...

lol smile 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.

Indeed a external page with the comments would be great.

*tralalala....*

Great program, only a nightmare to make it fit into Punbb. i tried and failed....

Anybody?

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());

hmm i want this in a portal block style...

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

(98 replies, posted in News)

hmm my mistake...the problem is miniportal the recent topic dont work.

17

(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.

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.

I want this also...

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>

Autoscroll doesn't work ... and get a error with explorer...

22

(1 replies, posted in PunBB 1.2 troubleshooting)

solved...stupid me... made a mistake in the parser.php.

23

(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?

Somebody know how to this?

Try now to put a watermark thing in it....so every big version pic have a watermark.

im to stupid 4 it smile maybe something 4 you koos
http://www.litewebsite.com/SOURCECODE/L … class.phps