1

(33 replies, posted in PunBB 1.3 extensions)

same like e-karma?

i got error unable to establish connection using 0.6 chat

Since its the same question ill just add mine here.

[img]http://i45.photobucket.com/albums/f52/mofared/00003222.jpg[/img]

[b]Lecturer[/b]

Name        :    PROFESOR DR. MOHAMAD ROM BIN TAMJIS
Department    :    Department Electrical Engineering
Faculty/PTj    :    Faculty Of Engineering
Designation    :    Professor

[email]deanrom@gmail.com[/email]

[b]WHAT IS THINKING?[/b]

    Chaffee(1988)-A mental ,systematic and purposeful activity in which an individual examines his or her own thinking and other people’s thinking.

[b]Download lecture note:[/b]

[url]http://www.mediafire.com/?txgz1emiyy2[/url]

or

[url]http://rapidshare.com/files/199455153/CRITICAL_THINKING_2.ppt[/url]

When i make it to show as rss or atom it do not convert the smilies and the link. How can i fix this??

Ok i read about it in wiki

http://punbb.informer.com/wiki/punbb13/ … t_10_posts

<?php
 
define('RECENT_POSTS_SHOW_POST', true); // Set to false to show topic subject only
define('RECENT_POSTS_MAX_POST_LENGTH', 20); // Limit length of the post text displayed
 
if (!defined('FORUM_ROOT'))
    define('FORUM_ROOT', './');
 
require FORUM_ROOT.'include/common.php';
 
// Get 10 lastest posts
$query = array(
    'SELECT'    => 'p.id, p.message, t.subject',
    'FROM'        => 'posts AS p',
    'JOINS'        => array(
        array(
            'LEFT JOIN'        => 'topics AS t',
            'ON'            => 'p.topic_id = t.id'
        )
    ),
    'ORDER BY'    => 'p.posted DESC',
    'LIMIT'        => '0,10'
);
 
$result = $forum_db->query_build($query) or error(__FILE__, __LINE__);
 
$recent_posts = array();
while ($cur_post = $forum_db->fetch_assoc($result))
    $recent_posts[] = $cur_post;
 
// Print out posts
if (!empty($recent_posts))
{
    ?>
    <ul>
    <?php
    foreach($recent_posts as $cur_post)
    {
 
        echo '<li><a href="', forum_link($forum_url['post'], $cur_post['id']), '">', $cur_post['subject'], '</a>';
 
        if (RECENT_POSTS_SHOW_POST)
        {
            if (utf8_strlen($cur_post['message']) > RECENT_POSTS_MAX_POST_LENGTH)
                $cur_post['message'] = utf8_substr($cur_post['message'], 0, RECENT_POSTS_MAX_POST_LENGTH).'…';
 
            echo '<br />', "\n", $cur_post['message'];
        }
 
        echo '</li>';
    }
    ?>
    </ul>
    <?php
}
 
?>

This shows 10 recent post, can someone help me to make it specifically shows a topic from any forum id or topic that i want?

example i only want it to shows topic with its post from here

http://hakimct.freehostia.com/forum/viewforum.php?id=2

thanks again! big_smile big_smile big_smile

5

(7 replies, posted in PunBB 1.3 extensions)

Thank you very much anatoly for refereing the links. I know it troubles you telling the same thing even there is written in wiki. Mine works perfectly now.thanks big_smile big_smile big_smile

Thanks anatoly. It working greats! big_smile

i did some search but that rss google gadget is for igoogle? can it be implement in my index.php file at hakimct.freehostia.com?

I think if my server disallowed it should have not allow me to run a forum. Maybe i need extra code to call extern.php from another pages? Someone pls help. I really need this. big_smile

<?php
echo file_get_contents('http://hakimct.freehostia.com/forum/extern.php');
?>

and i got this error someone pls help neutral

Warning: file_get_contents(http://hakimct.freehostia.com/forum/extern.php) [function.file-get-contents]: failed to open stream: Permission denied in /home/www/hakimct.freehostia.com/index.php on line 129

10

(21 replies, posted in PunBB 1.3 extensions)

then what about my problems? tongue

11

(170 replies, posted in PunBB 1.3 extensions)

thanks daris but i would just pass then tongue

Say if i want to make my own index file how can i include the forum fuctions such as latest topic, login page and announcement. While back when i use punbb it have the include argument but im failed to find any in this latest punbb.

12

(21 replies, posted in PunBB 1.3 extensions)

im using latest punbb and tried to install official pun_pm but got this error below.

IMPORTANT! The extensions listed below were found in the extensions folder but are not available for install or upgrade because the errors displayed below were detected.
Loading of extension "pun_pm" failed.

Unable to parse manifest.xml.

I have reupload but got same error.pls help.

im sorry if this is in the wrong section

13

(170 replies, posted in PunBB 1.3 extensions)

hi, i need help here. I have installed my forum in http://mysite/forums/ and succesfully integrated your portal.How can i set the index portal to http://mysite/ and the forum to http://mysite/forums/ thanks.

Currently the link of index portal is http://mysite/forums/index.php
and the forum is http://mysite/forums/?forum

Your help is really appreciated!:D:D:D

Hi,

Does anyone here have this plugin? or are able to make it.

As example it would list the topic in front page like this

Forum Section || Topic                     || Date (latest post)|| author ||   

Story                harry potter                 29 august 2008       mofared 
poetry               shakespeare                 4 may 2007            deadman
news                shakespeare2                 5 may 2007            deadman
question               shakespeare3                 6 may 2007            deadman

listing up to 50 or as wish.

then it would show up like this if there is more than 50 post

previous 1 2 3.. next

this is similiar like punnews i think



and also it can list up only the forum section i want.

as example

Forum Section || Topic                     || Date (latest post)|| author ||   

Story                harry potter                 29 august 2008       mofared 
Story               shakespeare                 4 may 2007            deadman
Story               shakespeare2                 5 may 2007            deadman
Story               shakespeare3                 5 may 2007            deadman

thanks in advance! big_smile

hi all,

i know this is quite an old topic but i hope you guys can help me out.

This mod only display 1 paragraph, how to change it  to show any desirable numbers of paragraph?

Thanks again!

16

(13 replies, posted in General discussion)

Maybe you should create a new recepies!

17

(13 replies, posted in General discussion)

seems like a normal life for parents lol..

18

(5 replies, posted in PunBB 1.2 troubleshooting)

yeps.. you need to download it n install in your server that support mysql & php.N yes this PunBB is free to use.

19

(3 replies, posted in PunBB 1.2 discussion)

lol...have you installed this forum yet? It's hard to miss the option on how to change the default color.

20

(5 replies, posted in PunBB 1.2 troubleshooting)

Selamat = safe/well
datang = come

21

(9 replies, posted in General discussion)

nice pic smile But have she killed you yet big_smile

22

(5 replies, posted in Feature requests)

open it using notepad.You can find instruction in it.

Just modified it and it's working now...but what about the index.php part...it's only showing a blank table.

yups..maybe only a new user would get confused...

25

(3 replies, posted in General discussion)

hmm...the graphic look weird on IE and Firefox.Like at the header and footer has some graphic missing.Also the text centered in IE but just fine in Firefox.Some modification would make your forum sexier.